From bff413adbd9af8e4210837ce3673676c3d0ffe26 Mon Sep 17 00:00:00 2001 From: pants Date: Sun, 16 Nov 2025 19:26:49 -0800 Subject: [PATCH] restructure --- blink/Makefile | 3 + blink/build/.bin_timestamp | 2 +- blink/build/.ninja_deps | Bin 702900 -> 703352 bytes blink/build/.ninja_log | 2232 +++---- blink/build/CMakeCache.txt | 16 +- blink/build/CMakeFiles/CMakeConfigureLog.yaml | 156 +- blink/build/CMakeFiles/InstallScripts.json | 238 +- blink/build/CMakeFiles/TargetDirectories.txt | 1694 ++--- .../CMakeFiles/bootloader.dir/Labels.json | 20 +- .../CMakeFiles/bootloader.dir/Labels.txt | 20 +- blink/build/CMakeFiles/git-data/grabRef.cmake | 10 +- blink/build/CMakeFiles/git-data/head-ref | 2 +- blink/build/CMakeFiles/rules.ninja | 2 +- blink/build/blink.bin | Bin 185952 -> 185952 bytes blink/build/blink.elf | Bin 2951080 -> 2951096 bytes blink/build/blink.map | 840 +-- .../tmp/bootloader-cfgcmd.txt | 2 +- .../tmp/bootloader-mkdirs.cmake | 16 +- blink/build/bootloader/.bin_timestamp | 2 +- blink/build/bootloader/.ninja_deps | Bin 66768 -> 66776 bytes blink/build/bootloader/.ninja_log | 256 +- blink/build/bootloader/CMakeCache.txt | 14 +- .../CMakeFiles/CMakeConfigureLog.yaml | 120 +- .../bootloader/CMakeFiles/InstallScripts.json | 50 +- .../CMakeFiles/TargetDirectories.txt | 174 +- .../CMakeFiles/git-data/grabRef.cmake | 10 +- blink/build/bootloader/CMakeFiles/rules.ninja | 2 +- blink/build/bootloader/bootloader.bin | Bin 26240 -> 26240 bytes blink/build/bootloader/bootloader.elf | Bin 503264 -> 503268 bytes blink/build/bootloader/bootloader.map | 96 +- blink/build/bootloader/build.ninja | 398 +- blink/build/bootloader/cmake_install.cmake | 6 +- blink/build/bootloader/compile_commands.json | 602 +- blink/build/bootloader/config.env | 4 +- .../esp-idf/bootloader/cmake_install.cmake | 2 +- .../src/bootloader_flash.c.obj | Bin 98936 -> 98944 bytes .../src/bootloader_flash_config_esp32.c.obj | Bin 50796 -> 50800 bytes .../bootloader_flash/src/flash_qio_mode.c.obj | Bin 30756 -> 30764 bytes .../src/bootloader_clock_init.c.obj | Bin 10248 -> 10256 bytes .../src/bootloader_clock_loader.c.obj | Bin 4164 -> 4172 bytes .../src/bootloader_common.c.obj | Bin 41272 -> 41280 bytes .../src/bootloader_common_loader.c.obj | Bin 25000 -> 25008 bytes .../src/bootloader_console.c.obj | Bin 16520 -> 16524 bytes .../src/bootloader_console_loader.c.obj | Bin 4204 -> 4208 bytes .../src/bootloader_efuse.c.obj | Bin 23004 -> 23012 bytes .../src/bootloader_init.c.obj | Bin 51012 -> 51016 bytes .../src/bootloader_mem.c.obj | Bin 3808 -> 3812 bytes .../src/bootloader_panic.c.obj | Bin 7236 -> 7240 bytes .../src/bootloader_random.c.obj | Bin 8116 -> 8124 bytes .../src/bootloader_random_esp32.c.obj | Bin 11352 -> 11360 bytes .../src/bootloader_sha.c.obj | Bin 17016 -> 17024 bytes .../src/bootloader_utility.c.obj | Bin 95072 -> 95080 bytes .../src/esp32/bootloader_esp32.c.obj | Bin 29792 -> 29796 bytes .../src/esp32/bootloader_soc.c.obj | Bin 3004 -> 3008 bytes .../src/esp_image_format.c.obj | Bin 102152 -> 102156 bytes .../src/flash_encrypt.c.obj | Bin 31436 -> 31444 bytes .../src/flash_partitions.c.obj | Bin 14340 -> 14344 bytes .../src/secure_boot.c.obj | Bin 2220 -> 2224 bytes .../bootloader_support/cmake_install.cmake | 2 +- .../libbootloader_support.a | Bin 687090 -> 687230 bytes .../bootloader/esp-idf/cmake_install.cmake | 44 +- .../esp32/esp_efuse_fields.c.obj | Bin 15040 -> 15048 bytes .../esp32/esp_efuse_table.c.obj | Bin 55484 -> 55488 bytes .../esp32/esp_efuse_utility.c.obj | Bin 39688 -> 39696 bytes .../three_key_blocks/esp_efuse_api_key.c.obj | Bin 58788 -> 58792 bytes .../__idf_efuse.dir/src/esp_efuse_api.c.obj | Bin 51616 -> 51624 bytes .../src/esp_efuse_fields.c.obj | Bin 22016 -> 22024 bytes .../src/esp_efuse_utility.c.obj | Bin 66392 -> 66396 bytes .../esp-idf/efuse/cmake_install.cmake | 2 +- .../build/bootloader/esp-idf/efuse/libefuse.a | Bin 315132 -> 315176 bytes .../esp_app_format/cmake_install.cmake | 2 +- .../esp_bootloader_desc.c.obj | Bin 4848 -> 4852 bytes .../esp_bootloader_format/cmake_install.cmake | 2 +- .../libesp_bootloader_format.a | Bin 5128 -> 5132 bytes .../src/esp_err_to_name.c.obj | Bin 13876 -> 13880 bytes .../esp-idf/esp_common/cmake_install.cmake | 2 +- .../esp-idf/esp_common/libesp_common.a | Bin 14134 -> 14138 bytes .../__idf_esp_hw_support.dir/cpu.c.obj | Bin 23632 -> 23640 bytes .../esp_memory_utils.c.obj | Bin 7692 -> 7696 bytes .../port/esp32/chip_info.c.obj | Bin 25240 -> 25248 bytes .../port/esp32/cpu_region_protect.c.obj | Bin 5548 -> 5552 bytes .../port/esp32/esp_cpu_intr.c.obj | Bin 6996 -> 7004 bytes .../port/esp32/rtc_clk.c.obj | Bin 124864 -> 124872 bytes .../port/esp32/rtc_clk_init.c.obj | Bin 30756 -> 30760 bytes .../port/esp32/rtc_init.c.obj | Bin 37236 -> 37240 bytes .../port/esp32/rtc_sleep.c.obj | Bin 28432 -> 28436 bytes .../port/esp32/rtc_time.c.obj | Bin 48784 -> 48792 bytes .../esp_hw_support/cmake_install.cmake | 6 +- .../esp_hw_support/libesp_hw_support.a | Bin 341712 -> 341772 bytes .../lowpower/cmake_install.cmake | 2 +- .../port/esp32/cmake_install.cmake | 2 +- .../patches/esp_rom_crc.c.obj | Bin 2152 -> 2156 bytes .../patches/esp_rom_efuse.c.obj | Bin 2212 -> 2220 bytes .../patches/esp_rom_gpio.c.obj | Bin 5280 -> 5284 bytes .../patches/esp_rom_longjmp.S.obj | Bin 2436 -> 2444 bytes .../patches/esp_rom_print.c.obj | Bin 34376 -> 34384 bytes .../patches/esp_rom_spiflash.c.obj | Bin 60644 -> 60652 bytes .../patches/esp_rom_sys.c.obj | Bin 11492 -> 11500 bytes .../patches/esp_rom_uart.c.obj | Bin 15488 -> 15492 bytes .../esp-idf/esp_rom/cmake_install.cmake | 2 +- .../bootloader/esp-idf/esp_rom/libesp_rom.a | Bin 135642 -> 135694 bytes .../esp-idf/esp_security/cmake_install.cmake | 2 +- .../__idf_esp_system.dir/esp_err.c.obj | Bin 10040 -> 10048 bytes .../esp-idf/esp_system/cmake_install.cmake | 2 +- .../esp-idf/esp_system/libesp_system.a | Bin 10242 -> 10250 bytes .../esp-idf/esptool_py/cmake_install.cmake | 2 +- .../esp-idf/freertos/cmake_install.cmake | 2 +- .../CMakeFiles/__idf_hal.dir/efuse_hal.c.obj | Bin 28124 -> 28132 bytes .../__idf_hal.dir/esp32/cache_hal_esp32.c.obj | Bin 25512 -> 25520 bytes .../__idf_hal.dir/esp32/efuse_hal.c.obj | Bin 40956 -> 40960 bytes .../CMakeFiles/__idf_hal.dir/hal_utils.c.obj | Bin 22452 -> 22456 bytes .../CMakeFiles/__idf_hal.dir/mmu_hal.c.obj | Bin 44932 -> 44936 bytes .../CMakeFiles/__idf_hal.dir/mpu_hal.c.obj | Bin 6104 -> 6108 bytes .../__idf_hal.dir/wdt_hal_iram.c.obj | Bin 67628 -> 67636 bytes .../esp-idf/hal/cmake_install.cmake | 2 +- blink/build/bootloader/esp-idf/hal/libhal.a | Bin 237664 -> 237704 bytes .../src/buffer/log_buffers.c.obj | Bin 25840 -> 25848 bytes .../CMakeFiles/__idf_log.dir/src/log.c.obj | Bin 8476 -> 8484 bytes .../__idf_log.dir/src/log_format_text.c.obj | Bin 9308 -> 9316 bytes .../__idf_log.dir/src/log_print.c.obj | Bin 6376 -> 6384 bytes .../src/log_timestamp_common.c.obj | Bin 6340 -> 6348 bytes .../__idf_log.dir/src/noos/log_lock.c.obj | Bin 7144 -> 7152 bytes .../src/noos/log_timestamp.c.obj | Bin 5104 -> 5108 bytes .../__idf_log.dir/src/noos/util.c.obj | Bin 2832 -> 2836 bytes .../CMakeFiles/__idf_log.dir/src/util.c.obj | Bin 6812 -> 6816 bytes .../esp-idf/log/cmake_install.cmake | 2 +- blink/build/bootloader/esp-idf/log/liblog.a | Bin 79536 -> 79596 bytes .../__idf_main.dir/bootloader_start.c.obj | Bin 19768 -> 19772 bytes .../esp-idf/main/cmake_install.cmake | 2 +- blink/build/bootloader/esp-idf/main/libmain.a | Bin 20020 -> 20024 bytes .../uECC_verify_antifault.c.obj | Bin 207388 -> 207392 bytes .../esp-idf/micro-ecc/cmake_install.cmake | 2 +- .../esp-idf/micro-ecc/libmicro-ecc.a | Bin 208040 -> 208044 bytes .../esp-idf/newlib/cmake_install.cmake | 2 +- .../partition_table/cmake_install.cmake | 2 +- .../__idf_soc.dir/dport_access_common.c.obj | Bin 4432 -> 4436 bytes .../__idf_soc.dir/esp32/adc_periph.c.obj | Bin 5728 -> 5736 bytes .../__idf_soc.dir/esp32/dac_periph.c.obj | Bin 2932 -> 2936 bytes .../__idf_soc.dir/esp32/dport_access.c.obj | Bin 4492 -> 4500 bytes .../__idf_soc.dir/esp32/emac_periph.c.obj | Bin 13920 -> 13928 bytes .../__idf_soc.dir/esp32/gpio_periph.c.obj | Bin 6804 -> 6812 bytes .../__idf_soc.dir/esp32/i2c_periph.c.obj | Bin 6140 -> 6148 bytes .../__idf_soc.dir/esp32/i2s_periph.c.obj | Bin 6588 -> 6596 bytes .../__idf_soc.dir/esp32/interrupts.c.obj | Bin 7340 -> 7348 bytes .../__idf_soc.dir/esp32/lcd_periph.c.obj | Bin 7604 -> 7608 bytes .../__idf_soc.dir/esp32/ledc_periph.c.obj | Bin 5964 -> 5972 bytes .../__idf_soc.dir/esp32/mcpwm_periph.c.obj | Bin 6944 -> 6948 bytes .../__idf_soc.dir/esp32/mpi_periph.c.obj | Bin 6212 -> 6220 bytes .../__idf_soc.dir/esp32/pcnt_periph.c.obj | Bin 6520 -> 6524 bytes .../esp32/power_supply_periph.c.obj | Bin 5932 -> 5940 bytes .../__idf_soc.dir/esp32/rmt_periph.c.obj | Bin 6048 -> 6056 bytes .../__idf_soc.dir/esp32/rtc_io_periph.c.obj | Bin 7836 -> 7844 bytes .../esp32/sdio_slave_periph.c.obj | Bin 6376 -> 6380 bytes .../__idf_soc.dir/esp32/sdm_periph.c.obj | Bin 2580 -> 2584 bytes .../__idf_soc.dir/esp32/sdmmc_periph.c.obj | Bin 8428 -> 8436 bytes .../__idf_soc.dir/esp32/spi_periph.c.obj | Bin 21756 -> 21760 bytes .../__idf_soc.dir/esp32/timer_periph.c.obj | Bin 7372 -> 7380 bytes .../esp32/touch_sensor_periph.c.obj | Bin 2344 -> 2348 bytes .../__idf_soc.dir/esp32/twai_periph.c.obj | Bin 7740 -> 7748 bytes .../__idf_soc.dir/esp32/uart_periph.c.obj | Bin 6564 -> 6572 bytes .../__idf_soc.dir/esp32/wdt_periph.c.obj | Bin 2192 -> 2196 bytes .../soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj | Bin 8788 -> 8796 bytes .../esp-idf/soc/cmake_install.cmake | 2 +- blink/build/bootloader/esp-idf/soc/libsoc.a | Bin 188750 -> 188926 bytes .../__idf_spi_flash.dir/spi_flash_wrap.c.obj | Bin 2228 -> 2236 bytes .../esp-idf/spi_flash/cmake_install.cmake | 2 +- .../esp-idf/spi_flash/libspi_flash.a | Bin 2442 -> 2450 bytes .../CMakeFiles/__idf_xtensa.dir/eri.c.obj | Bin 4436 -> 4440 bytes .../CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj | Bin 8716 -> 8720 bytes .../esp-idf/xtensa/cmake_install.cmake | 2 +- .../bootloader/esp-idf/xtensa/libxtensa.a | Bin 13508 -> 13516 bytes blink/build/bootloader/gdbinit/gdbinit | 4 +- blink/build/bootloader/gdbinit/symbols | 2 +- .../build/bootloader/project_description.json | 44 +- blink/build/build.ninja | 5192 ++++++++-------- blink/build/cmake_install.cmake | 8 +- blink/build/compile_commands.json | 5484 ++++++++--------- blink/build/config.env | 4 +- .../__idf_app_trace.dir/app_trace.c.obj | Bin 68608 -> 68612 bytes .../__idf_app_trace.dir/app_trace_util.c.obj | Bin 18720 -> 18724 bytes .../__idf_app_trace.dir/host_file_io.c.obj | Bin 2188 -> 2196 bytes .../__idf_app_trace.dir/port/port_uart.c.obj | Bin 6184 -> 6192 bytes .../esp-idf/app_trace/cmake_install.cmake | 2 +- blink/build/esp-idf/app_trace/libapp_trace.a | Bin 96798 -> 96822 bytes .../esp_ota_app_desc.c.obj | Bin 6596 -> 6600 bytes .../__idf_app_update.dir/esp_ota_ops.c.obj | Bin 132160 -> 132164 bytes .../esp-idf/app_update/cmake_install.cmake | 2 +- .../build/esp-idf/app_update/libapp_update.a | Bin 139842 -> 139850 bytes .../esp-idf/bootloader/cmake_install.cmake | 2 +- .../src/bootloader_flash.c.obj | Bin 84128 -> 84136 bytes .../src/bootloader_flash_config_esp32.c.obj | Bin 60956 -> 60960 bytes .../bootloader_flash/src/flash_qio_mode.c.obj | Bin 31780 -> 31788 bytes .../src/bootloader_clock_init.c.obj | Bin 10284 -> 10292 bytes .../src/bootloader_common.c.obj | Bin 41272 -> 41280 bytes .../src/bootloader_common_loader.c.obj | Bin 28432 -> 28440 bytes .../src/bootloader_efuse.c.obj | Bin 22952 -> 22960 bytes .../src/bootloader_mem.c.obj | Bin 3776 -> 3780 bytes .../src/bootloader_random.c.obj | Bin 4112 -> 4116 bytes .../src/bootloader_random_esp32.c.obj | Bin 18828 -> 18832 bytes .../src/bootloader_sha.c.obj | Bin 18408 -> 18412 bytes .../src/bootloader_utility.c.obj | Bin 110932 -> 110940 bytes .../esp32/secure_boot_secure_features.c.obj | Bin 3456 -> 3464 bytes .../src/esp_image_format.c.obj | Bin 82824 -> 82828 bytes .../src/flash_encrypt.c.obj | Bin 34656 -> 34664 bytes .../src/flash_partitions.c.obj | Bin 15456 -> 15460 bytes .../src/secure_boot.c.obj | Bin 19848 -> 19852 bytes .../bootloader_support/cmake_install.cmake | 2 +- .../libbootloader_support.a | Bin 597074 -> 597178 bytes blink/build/esp-idf/bt/cmake_install.cmake | 2 +- blink/build/esp-idf/cmake_install.cmake | 212 +- .../__idf_cmock.dir/CMock/src/cmock.c.obj | Bin 22868 -> 22876 bytes blink/build/esp-idf/cmock/cmake_install.cmake | 2 +- blink/build/esp-idf/cmock/libcmock.a | Bin 23548 -> 23556 bytes .../__idf_console.dir/argtable3/arg_cmd.c.obj | Bin 45520 -> 45528 bytes .../argtable3/arg_date.c.obj | Bin 58812 -> 58816 bytes .../__idf_console.dir/argtable3/arg_dbl.c.obj | Bin 18420 -> 18424 bytes .../argtable3/arg_dstr.c.obj | Bin 22728 -> 22736 bytes .../__idf_console.dir/argtable3/arg_end.c.obj | Bin 19636 -> 19644 bytes .../argtable3/arg_file.c.obj | Bin 24060 -> 24064 bytes .../argtable3/arg_hashtable.c.obj | Bin 40032 -> 40036 bytes .../__idf_console.dir/argtable3/arg_int.c.obj | Bin 28716 -> 28720 bytes .../__idf_console.dir/argtable3/arg_lit.c.obj | Bin 15136 -> 15144 bytes .../__idf_console.dir/argtable3/arg_rem.c.obj | Bin 5928 -> 5936 bytes .../__idf_console.dir/argtable3/arg_rex.c.obj | Bin 103312 -> 103316 bytes .../__idf_console.dir/argtable3/arg_str.c.obj | Bin 17644 -> 17648 bytes .../argtable3/arg_utils.c.obj | Bin 25692 -> 25696 bytes .../argtable3/argtable3.c.obj | Bin 99232 -> 99236 bytes .../__idf_console.dir/commands.c.obj | Bin 55148 -> 55152 bytes .../esp_console_common.c.obj | Bin 36716 -> 36724 bytes .../esp_console_repl_chip.c.obj | Bin 29432 -> 29440 bytes .../esp_console_repl_internal.c.obj | Bin 29868 -> 29876 bytes .../linenoise/linenoise.c.obj | Bin 131016 -> 131020 bytes .../__idf_console.dir/split_argv.c.obj | Bin 10672 -> 10676 bytes .../build/esp-idf/console/cmake_install.cmake | 2 +- blink/build/esp-idf/console/libconsole.a | Bin 822706 -> 822818 bytes .../__idf_cxx.dir/cxx_exception_stubs.cpp.obj | Bin 38284 -> 38292 bytes .../__idf_cxx.dir/cxx_guards.cpp.obj | Bin 35464 -> 35468 bytes .../CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj | Bin 9112 -> 9116 bytes blink/build/esp-idf/cxx/cmake_install.cmake | 2 +- blink/build/esp-idf/cxx/libcxx.a | Bin 84530 -> 84546 bytes .../deprecated/adc_dma_legacy.c.obj | Bin 79256 -> 79264 bytes .../deprecated/adc_i2s_deprecated.c.obj | Bin 50432 -> 50436 bytes .../deprecated/adc_legacy.c.obj | Bin 131092 -> 131100 bytes .../deprecated/dac_common_legacy.c.obj | Bin 64648 -> 64652 bytes .../deprecated/esp32/dac_legacy.c.obj | Bin 16988 -> 16992 bytes .../deprecated/i2s_legacy.c.obj | Bin 299656 -> 299660 bytes .../deprecated/mcpwm_legacy.c.obj | Bin 372752 -> 372760 bytes .../deprecated/pcnt_legacy.c.obj | Bin 196452 -> 196460 bytes .../deprecated/rmt_legacy.c.obj | Bin 359704 -> 359708 bytes .../deprecated/sigma_delta_legacy.c.obj | Bin 51156 -> 51164 bytes .../deprecated/timer_legacy.c.obj | Bin 193896 -> 193904 bytes .../CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj | Bin 258664 -> 258668 bytes .../touch_sensor/esp32/touch_sensor.c.obj | Bin 184076 -> 184084 bytes .../touch_sensor/touch_sensor_common.c.obj | Bin 81788 -> 81796 bytes .../__idf_driver.dir/twai/twai.c.obj | Bin 126860 -> 126868 bytes .../build/esp-idf/driver/cmake_install.cmake | 2 +- blink/build/esp-idf/driver/libdriver.a | Bin 2476302 -> 2476398 bytes .../esp32/esp_efuse_fields.c.obj | Bin 15116 -> 15120 bytes .../esp32/esp_efuse_table.c.obj | Bin 55452 -> 55456 bytes .../esp32/esp_efuse_utility.c.obj | Bin 43276 -> 43280 bytes .../three_key_blocks/esp_efuse_api_key.c.obj | Bin 59460 -> 59464 bytes .../__idf_efuse.dir/src/esp_efuse_api.c.obj | Bin 55104 -> 55108 bytes .../src/esp_efuse_fields.c.obj | Bin 22068 -> 22072 bytes .../src/esp_efuse_startup.c.obj | Bin 17820 -> 17824 bytes .../src/esp_efuse_utility.c.obj | Bin 71488 -> 71492 bytes blink/build/esp-idf/efuse/cmake_install.cmake | 2 +- blink/build/esp-idf/efuse/libefuse.a | Bin 346010 -> 346042 bytes .../esp-tls-crypto/esp_tls_crypto.c.obj | Bin 12084 -> 12092 bytes .../__idf_esp-tls.dir/esp_tls.c.obj | Bin 139472 -> 139480 bytes .../esp_tls_error_capture.c.obj | Bin 11688 -> 11696 bytes .../__idf_esp-tls.dir/esp_tls_mbedtls.c.obj | Bin 122028 -> 122032 bytes .../esp_tls_platform_port.c.obj | Bin 4208 -> 4212 bytes .../build/esp-idf/esp-tls/cmake_install.cmake | 2 +- blink/build/esp-idf/esp-tls/libesp-tls.a | Bin 291760 -> 291792 bytes .../__idf_esp_adc.dir/adc_cali.c.obj | Bin 11080 -> 11084 bytes .../adc_cali_curve_fitting.c.obj | Bin 2216 -> 2224 bytes .../__idf_esp_adc.dir/adc_common.c.obj | Bin 17440 -> 17444 bytes .../__idf_esp_adc.dir/adc_continuous.c.obj | Bin 92652 -> 92660 bytes .../__idf_esp_adc.dir/adc_oneshot.c.obj | Bin 60000 -> 60004 bytes .../deprecated/esp32/esp_adc_cal_legacy.c.obj | Bin 62188 -> 62192 bytes .../esp_adc_cal_common_legacy.c.obj | Bin 13636 -> 13644 bytes .../esp32/adc_cali_line_fitting.c.obj | Bin 72232 -> 72236 bytes .../__idf_esp_adc.dir/esp32/adc_dma.c.obj | Bin 36232 -> 36236 bytes .../build/esp-idf/esp_adc/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_adc/libesp_adc.a | Bin 369502 -> 369550 bytes .../esp_app_desc.c.obj | Bin 18028 -> 18032 bytes .../esp_app_format/cmake_install.cmake | 2 +- .../esp_app_format/libesp_app_format.a | Bin 18336 -> 18340 bytes .../esp_bootloader_desc.c.obj | Bin 4820 -> 4824 bytes .../esp_bootloader_format/cmake_install.cmake | 2 +- .../libesp_bootloader_format.a | Bin 5100 -> 5104 bytes .../esp32/esp_coex_adapter.c.obj | Bin 36480 -> 36484 bytes .../src/coexist_debug.c.obj | Bin 2200 -> 2208 bytes .../src/coexist_debug_diagram.c.obj | Bin 1268 -> 1272 bytes .../esp-idf/esp_coex/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_coex/libesp_coex.a | Bin 40942 -> 40958 bytes .../src/esp_err_to_name.c.obj | Bin 24432 -> 24440 bytes .../esp-idf/esp_common/cmake_install.cmake | 2 +- .../build/esp-idf/esp_common/libesp_common.a | Bin 24690 -> 24698 bytes .../esp_driver_ana_cmpr/cmake_install.cmake | 2 +- .../cmake_install.cmake | 2 +- .../dvp_share_ctrl.c.obj | Bin 10972 -> 10980 bytes .../esp_cam_ctlr.c.obj | Bin 35568 -> 35576 bytes .../esp_driver_cam/cmake_install.cmake | 2 +- .../esp_driver_cam/libesp_driver_cam.a | Bin 47214 -> 47230 bytes .../__idf_esp_driver_dac.dir/dac_common.c.obj | Bin 43508 -> 43516 bytes .../dac_continuous.c.obj | Bin 144228 -> 144232 bytes .../__idf_esp_driver_dac.dir/dac_cosine.c.obj | Bin 56684 -> 56692 bytes .../dac_oneshot.c.obj | Bin 44516 -> 44524 bytes .../esp32/dac_dma.c.obj | Bin 73572 -> 73576 bytes .../esp_driver_dac/cmake_install.cmake | 2 +- .../esp_driver_dac/libesp_driver_dac.a | Bin 363922 -> 363954 bytes .../__idf_esp_driver_gpio.dir/src/gpio.c.obj | Bin 264680 -> 264684 bytes .../src/gpio_glitch_filter_ops.c.obj | Bin 13352 -> 13356 bytes .../src/rtc_io.c.obj | Bin 103292 -> 103300 bytes .../esp_driver_gpio/cmake_install.cmake | 2 +- .../esp_driver_gpio/libesp_driver_gpio.a | Bin 383316 -> 383332 bytes .../src/gptimer.c.obj | Bin 110392 -> 110396 bytes .../src/gptimer_common.c.obj | Bin 48344 -> 48348 bytes .../esp_driver_gptimer/cmake_install.cmake | 2 +- .../libesp_driver_gptimer.a | Bin 159480 -> 159488 bytes .../__idf_esp_driver_i2c.dir/i2c_common.c.obj | Bin 61348 -> 61356 bytes .../__idf_esp_driver_i2c.dir/i2c_master.c.obj | Bin 258140 -> 258144 bytes .../__idf_esp_driver_i2c.dir/i2c_slave.c.obj | Bin 89404 -> 89408 bytes .../esp_driver_i2c/cmake_install.cmake | 2 +- .../esp_driver_i2c/libesp_driver_i2c.a | Bin 409978 -> 409994 bytes .../__idf_esp_driver_i2s.dir/i2s_common.c.obj | Bin 206456 -> 206464 bytes .../__idf_esp_driver_i2s.dir/i2s_pdm.c.obj | Bin 154760 -> 154768 bytes .../i2s_platform.c.obj | Bin 43244 -> 43252 bytes .../__idf_esp_driver_i2s.dir/i2s_std.c.obj | Bin 95780 -> 95788 bytes .../esp_driver_i2s/cmake_install.cmake | 2 +- .../esp_driver_i2s/libesp_driver_i2s.a | Bin 501692 -> 501724 bytes .../esp_driver_isp/cmake_install.cmake | 2 +- .../esp_driver_jpeg/cmake_install.cmake | 2 +- .../__idf_esp_driver_ledc.dir/src/ledc.c.obj | Bin 305192 -> 305196 bytes .../esp_driver_ledc/cmake_install.cmake | 2 +- .../esp_driver_ledc/libesp_driver_ledc.a | Bin 305998 -> 306002 bytes .../src/mcpwm_cap.c.obj | Bin 152000 -> 152008 bytes .../src/mcpwm_cmpr.c.obj | Bin 80000 -> 80004 bytes .../src/mcpwm_com.c.obj | Bin 67756 -> 67764 bytes .../src/mcpwm_fault.c.obj | Bin 94508 -> 94512 bytes .../src/mcpwm_gen.c.obj | Bin 143996 -> 144004 bytes .../src/mcpwm_oper.c.obj | Bin 125412 -> 125420 bytes .../src/mcpwm_sync.c.obj | Bin 94740 -> 94748 bytes .../src/mcpwm_timer.c.obj | Bin 137272 -> 137276 bytes .../esp_driver_mcpwm/cmake_install.cmake | 2 +- .../esp_driver_mcpwm/libesp_driver_mcpwm.a | Bin 898428 -> 898480 bytes .../esp_driver_parlio/cmake_install.cmake | 2 +- .../src/pulse_cnt.c.obj | Bin 178668 -> 178672 bytes .../esp_driver_pcnt/cmake_install.cmake | 2 +- .../esp_driver_pcnt/libesp_driver_pcnt.a | Bin 179212 -> 179216 bytes .../esp_driver_ppa/cmake_install.cmake | 2 +- .../src/rmt_common.c.obj | Bin 62928 -> 62936 bytes .../src/rmt_encoder.c.obj | Bin 23444 -> 23448 bytes .../src/rmt_encoder_bytes.c.obj | Bin 37444 -> 37448 bytes .../src/rmt_encoder_copy.c.obj | Bin 31700 -> 31708 bytes .../src/rmt_encoder_simple.c.obj | Bin 36504 -> 36512 bytes .../__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj | Bin 119108 -> 119112 bytes .../__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj | Bin 169208 -> 169216 bytes .../esp_driver_rmt/cmake_install.cmake | 2 +- .../esp_driver_rmt/libesp_driver_rmt.a | Bin 481842 -> 481886 bytes .../src/sdio_slave.c.obj | Bin 165876 -> 165880 bytes .../esp_driver_sdio/cmake_install.cmake | 2 +- .../esp_driver_sdio/libesp_driver_sdio.a | Bin 166646 -> 166650 bytes .../__idf_esp_driver_sdm.dir/src/sdm.c.obj | Bin 66968 -> 66972 bytes .../esp_driver_sdm/cmake_install.cmake | 2 +- .../esp_driver_sdm/libesp_driver_sdm.a | Bin 67246 -> 67250 bytes .../src/sdmmc_host.c.obj | Bin 202624 -> 202632 bytes .../src/sdmmc_transaction.c.obj | Bin 67508 -> 67512 bytes .../esp_driver_sdmmc/cmake_install.cmake | 2 +- .../esp_driver_sdmmc/libesp_driver_sdmmc.a | Bin 271346 -> 271358 bytes .../src/sdspi_crc.c.obj | Bin 7080 -> 7084 bytes .../src/sdspi_host.c.obj | Bin 98324 -> 98332 bytes .../src/sdspi_transaction.c.obj | Bin 29508 -> 29512 bytes .../esp_driver_sdspi/cmake_install.cmake | 2 +- .../esp_driver_sdspi/libesp_driver_sdspi.a | Bin 135652 -> 135668 bytes .../src/gpspi/spi_common.c.obj | Bin 133632 -> 133640 bytes .../src/gpspi/spi_dma.c.obj | Bin 28516 -> 28520 bytes .../src/gpspi/spi_master.c.obj | Bin 181724 -> 181732 bytes .../src/gpspi/spi_slave.c.obj | Bin 125808 -> 125816 bytes .../esp_driver_spi/cmake_install.cmake | 2 +- .../esp_driver_spi/libesp_driver_spi.a | Bin 471482 -> 471510 bytes .../common/touch_sens_common.c.obj | Bin 151504 -> 151508 bytes .../hw_ver1/touch_version_specific.c.obj | Bin 114824 -> 114828 bytes .../esp_driver_touch_sens/cmake_install.cmake | 2 +- .../libesp_driver_touch_sens.a | Bin 267432 -> 267440 bytes .../esp_driver_tsens/cmake_install.cmake | 2 +- .../__idf_esp_driver_twai.dir/esp_twai.c.obj | Bin 50964 -> 50972 bytes .../esp_twai_onchip.c.obj | Bin 154048 -> 154056 bytes .../esp_driver_twai/cmake_install.cmake | 2 +- .../esp_driver_twai/libesp_driver_twai.a | Bin 205644 -> 205660 bytes .../__idf_esp_driver_uart.dir/src/uart.c.obj | Bin 381328 -> 381336 bytes .../src/uart_vfs.c.obj | Bin 146556 -> 146564 bytes .../src/uart_wakeup.c.obj | Bin 24944 -> 24952 bytes .../esp_driver_uart/cmake_install.cmake | 2 +- .../esp_driver_uart/libesp_driver_uart.a | Bin 555216 -> 555240 bytes .../cmake_install.cmake | 2 +- .../__idf_esp_eth.dir/src/esp_eth.c.obj | Bin 165536 -> 165544 bytes .../src/esp_eth_netif_glue.c.obj | Bin 44396 -> 44404 bytes .../src/mac/esp_eth_mac_esp.c.obj | Bin 164700 -> 164704 bytes .../src/mac/esp_eth_mac_esp_dma.c.obj | Bin 71988 -> 71992 bytes .../src/mac/esp_eth_mac_esp_gpio.c.obj | Bin 101244 -> 101252 bytes .../src/phy/esp_eth_phy_802_3.c.obj | Bin 160796 -> 160804 bytes .../src/phy/esp_eth_phy_dp83848.c.obj | Bin 42532 -> 42540 bytes .../src/phy/esp_eth_phy_generic.c.obj | Bin 15108 -> 15116 bytes .../src/phy/esp_eth_phy_ip101.c.obj | Bin 38984 -> 38988 bytes .../src/phy/esp_eth_phy_ksz80xx.c.obj | Bin 43920 -> 43924 bytes .../src/phy/esp_eth_phy_lan87xx.c.obj | Bin 52556 -> 52560 bytes .../src/phy/esp_eth_phy_rtl8201.c.obj | Bin 49100 -> 49104 bytes .../build/esp-idf/esp_eth/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_eth/libesp_eth.a | Bin 954348 -> 954420 bytes .../default_event_loop.c.obj | Bin 20652 -> 20656 bytes .../__idf_esp_event.dir/esp_event.c.obj | Bin 118416 -> 118420 bytes .../esp_event_private.c.obj | Bin 10660 -> 10668 bytes .../esp-idf/esp_event/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_event/libesp_event.a | Bin 150784 -> 150800 bytes .../__idf_esp_gdbstub.dir/src/gdbstub.c.obj | Bin 113116 -> 113120 bytes .../src/gdbstub_transport.c.obj | Bin 30608 -> 30616 bytes .../__idf_esp_gdbstub.dir/src/packet.c.obj | Bin 24400 -> 24408 bytes .../src/port/xtensa/gdbstub-entry.S.obj | Bin 4504 -> 4512 bytes .../src/port/xtensa/gdbstub_xtensa.c.obj | Bin 41344 -> 41352 bytes .../src/port/xtensa/xt_debugexception.S.obj | Bin 4856 -> 4864 bytes .../esp-idf/esp_gdbstub/cmake_install.cmake | 2 +- .../esp-idf/esp_gdbstub/libesp_gdbstub.a | Bin 220274 -> 220318 bytes .../src/esp_hid_common.c.obj | Bin 67608 -> 67612 bytes .../__idf_esp_hid.dir/src/esp_hidd.c.obj | Bin 23616 -> 23620 bytes .../__idf_esp_hid.dir/src/esp_hidh.c.obj | Bin 106668 -> 106672 bytes .../build/esp-idf/esp_hid/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_hid/libesp_hid.a | Bin 200048 -> 200060 bytes .../esp_http_client.c.obj | Bin 242252 -> 242260 bytes .../lib/http_auth.c.obj | Bin 39596 -> 39600 bytes .../lib/http_header.c.obj | Bin 35972 -> 35980 bytes .../lib/http_utils.c.obj | Bin 30608 -> 30616 bytes .../esp_http_client/cmake_install.cmake | 2 +- .../esp_http_client/libesp_http_client.a | Bin 350748 -> 350776 bytes .../src/httpd_main.c.obj | Bin 93960 -> 93968 bytes .../src/httpd_parse.c.obj | Bin 117816 -> 117820 bytes .../src/httpd_sess.c.obj | Bin 69748 -> 69756 bytes .../src/httpd_txrx.c.obj | Bin 102752 -> 102756 bytes .../src/httpd_uri.c.obj | Bin 49908 -> 49912 bytes .../src/httpd_ws.c.obj | Bin 2196 -> 2204 bytes .../src/util/ctrl_sock.c.obj | Bin 15864 -> 15868 bytes .../esp_http_server/cmake_install.cmake | 2 +- .../esp_http_server/libesp_http_server.a | Bin 454762 -> 454802 bytes .../src/esp_https_ota.c.obj | Bin 129148 -> 129156 bytes .../esp-idf/esp_https_ota/cmake_install.cmake | 2 +- .../esp-idf/esp_https_ota/libesp_https_ota.a | Bin 129724 -> 129732 bytes .../src/https_server.c.obj | Bin 61936 -> 61940 bytes .../esp_https_server/cmake_install.cmake | 2 +- .../esp_https_server/libesp_https_server.a | Bin 62214 -> 62218 bytes .../adc_share_hw_ctrl.c.obj | Bin 23224 -> 23232 bytes .../clk_ctrl_os.c.obj | Bin 27324 -> 27328 bytes .../__idf_esp_hw_support.dir/clk_utils.c.obj | Bin 4484 -> 4488 bytes .../__idf_esp_hw_support.dir/cpu.c.obj | Bin 24920 -> 24924 bytes .../dma/esp_dma_utils.c.obj | Bin 64996 -> 65004 bytes .../dma/gdma_link.c.obj | Bin 55244 -> 55248 bytes .../__idf_esp_hw_support.dir/esp_clk.c.obj | Bin 26048 -> 26052 bytes .../esp_clock_output.c.obj | Bin 43184 -> 43188 bytes .../esp_gpio_reserve.c.obj | Bin 7360 -> 7368 bytes .../esp_memory_utils.c.obj | Bin 7984 -> 7992 bytes .../__idf_esp_hw_support.dir/hw_random.c.obj | Bin 9504 -> 9512 bytes .../__idf_esp_hw_support.dir/intr_alloc.c.obj | Bin 122328 -> 122332 bytes .../__idf_esp_hw_support.dir/mac_addr.c.obj | Bin 42544 -> 42552 bytes .../mspi_timing_tuning.c.obj | Bin 11984 -> 11988 bytes .../periph_ctrl.c.obj | Bin 76284 -> 76288 bytes .../port/esp32/cache_sram_mmu.c.obj | Bin 11736 -> 11744 bytes .../port/esp32/chip_info.c.obj | Bin 25344 -> 25352 bytes .../port/esp32/cpu_region_protect.c.obj | Bin 5468 -> 5472 bytes .../port/esp32/esp_clk_tree.c.obj | Bin 22132 -> 22140 bytes .../port/esp32/esp_cpu_intr.c.obj | Bin 6968 -> 6972 bytes .../port/esp32/io_mux.c.obj | Bin 4260 -> 4264 bytes .../port/esp32/rtc_clk.c.obj | Bin 156184 -> 156192 bytes .../port/esp32/rtc_clk_init.c.obj | Bin 34356 -> 34360 bytes .../port/esp32/rtc_init.c.obj | Bin 44104 -> 44112 bytes .../port/esp32/rtc_sleep.c.obj | Bin 40024 -> 40032 bytes .../port/esp32/rtc_time.c.obj | Bin 55164 -> 55168 bytes .../port/esp32/sar_periph_ctrl.c.obj | Bin 36712 -> 36720 bytes .../port/esp_clk_tree_common.c.obj | Bin 21692 -> 21700 bytes .../power_supply/brownout.c.obj | Bin 40892 -> 40900 bytes .../regi2c_ctrl.c.obj | Bin 28828 -> 28836 bytes .../__idf_esp_hw_support.dir/revision.c.obj | Bin 2160 -> 2168 bytes .../__idf_esp_hw_support.dir/rtc_module.c.obj | Bin 43612 -> 43616 bytes .../__idf_esp_hw_support.dir/rtc_wdt.c.obj | Bin 28732 -> 28740 bytes .../sar_periph_ctrl_common.c.obj | Bin 2232 -> 2236 bytes .../sleep_console.c.obj | Bin 2124 -> 2132 bytes .../sleep_event.c.obj | Bin 4024 -> 4028 bytes .../__idf_esp_hw_support.dir/sleep_gpio.c.obj | Bin 41316 -> 41324 bytes .../sleep_modem.c.obj | Bin 14596 -> 14600 bytes .../sleep_modes.c.obj | Bin 228732 -> 228740 bytes .../__idf_esp_hw_support.dir/sleep_usb.c.obj | Bin 2112 -> 2120 bytes .../sleep_wake_stub.c.obj | Bin 24464 -> 24468 bytes .../spi_bus_lock.c.obj | Bin 83676 -> 83680 bytes .../spi_share_hw_ctrl.c.obj | Bin 23992 -> 23996 bytes .../esp_hw_support/cmake_install.cmake | 6 +- .../esp_hw_support/libesp_hw_support.a | Bin 1594992 -> 1595252 bytes .../lowpower/cmake_install.cmake | 2 +- .../port/esp32/cmake_install.cmake | 2 +- .../i2c/esp_lcd_panel_io_i2c_v1.c.obj | Bin 53060 -> 53068 bytes .../i2c/esp_lcd_panel_io_i2c_v2.c.obj | Bin 41128 -> 41136 bytes .../i80/esp_lcd_panel_io_i2s.c.obj | Bin 144524 -> 144528 bytes .../spi/esp_lcd_panel_io_spi.c.obj | Bin 75460 -> 75464 bytes .../src/esp_lcd_common.c.obj | Bin 2200 -> 2208 bytes .../src/esp_lcd_panel_io.c.obj | Bin 22676 -> 22680 bytes .../src/esp_lcd_panel_nt35510.c.obj | Bin 62432 -> 62440 bytes .../src/esp_lcd_panel_ops.c.obj | Bin 37152 -> 37156 bytes .../src/esp_lcd_panel_ssd1306.c.obj | Bin 55288 -> 55292 bytes .../src/esp_lcd_panel_st7789.c.obj | Bin 57316 -> 57320 bytes .../build/esp-idf/esp_lcd/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_lcd/libesp_lcd.a | Bin 552992 -> 553048 bytes .../proto-c/esp_local_ctrl.pb-c.c.obj | Bin 108012 -> 108020 bytes .../src/esp_local_ctrl.c.obj | Bin 67572 -> 67580 bytes .../src/esp_local_ctrl_handler.c.obj | Bin 49492 -> 49500 bytes .../src/esp_local_ctrl_transport_httpd.c.obj | Bin 22020 -> 22024 bytes .../esp_local_ctrl/cmake_install.cmake | 2 +- .../esp_local_ctrl/libesp_local_ctrl.a | Bin 250324 -> 250352 bytes .../__idf_esp_mm.dir/cache_esp32.c.obj | Bin 6872 -> 6876 bytes .../__idf_esp_mm.dir/esp_cache_msync.c.obj | Bin 47952 -> 47956 bytes .../__idf_esp_mm.dir/esp_cache_utils.c.obj | Bin 5328 -> 5332 bytes .../__idf_esp_mm.dir/esp_mmu_map.c.obj | Bin 138632 -> 138636 bytes .../__idf_esp_mm.dir/heap_align_hw.c.obj | Bin 6600 -> 6608 bytes .../port/esp32/ext_mem_layout.c.obj | Bin 4172 -> 4176 bytes .../build/esp-idf/esp_mm/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_mm/libesp_mm.a | Bin 210834 -> 210862 bytes .../esp_netif_defaults.c.obj | Bin 6264 -> 6268 bytes .../esp_netif_handlers.c.obj | Bin 29524 -> 29528 bytes .../esp_netif_objects.c.obj | Bin 19196 -> 19204 bytes .../lwip/esp_netif_lwip.c.obj | Bin 322812 -> 322816 bytes .../lwip/esp_netif_lwip_defaults.c.obj | Bin 14156 -> 14164 bytes .../lwip/esp_netif_sntp.c.obj | Bin 41676 -> 41680 bytes .../lwip/netif/esp_pbuf_ref.c.obj | Bin 8636 -> 8644 bytes .../lwip/netif/ethernetif.c.obj | Bin 18488 -> 18496 bytes .../lwip/netif/wlanif.c.obj | Bin 22576 -> 22580 bytes .../esp-idf/esp_netif/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_netif/libesp_netif.a | Bin 487586 -> 487638 bytes .../esp_netif_stack/cmake_install.cmake | 2 +- .../__idf_esp_partition.dir/partition.c.obj | Bin 73156 -> 73160 bytes .../partition_target.c.obj | Bin 42088 -> 42096 bytes .../esp-idf/esp_partition/cmake_install.cmake | 2 +- .../esp-idf/esp_partition/libesp_partition.a | Bin 116174 -> 116186 bytes .../esp32/phy_init_data.c.obj | Bin 3788 -> 3796 bytes .../__idf_esp_phy.dir/src/btbb_init.c.obj | Bin 9884 -> 9888 bytes .../__idf_esp_phy.dir/src/lib_printf.c.obj | Bin 10388 -> 10396 bytes .../__idf_esp_phy.dir/src/phy_common.c.obj | Bin 46224 -> 46228 bytes .../__idf_esp_phy.dir/src/phy_init.c.obj | Bin 65204 -> 65212 bytes .../__idf_esp_phy.dir/src/phy_override.c.obj | Bin 14332 -> 14340 bytes .../build/esp-idf/esp_phy/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_phy/libesp_phy.a | Bin 151668 -> 151708 bytes .../CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj | Bin 73700 -> 73708 bytes .../__idf_esp_pm.dir/pm_locks.c.obj | Bin 13852 -> 13860 bytes .../__idf_esp_pm.dir/pm_trace.c.obj | Bin 13912 -> 13920 bytes .../build/esp-idf/esp_pm/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_pm/libesp_pm.a | Bin 102126 -> 102150 bytes .../esp-idf/esp_psram/cmake_install.cmake | 2 +- .../__idf_esp_ringbuf.dir/ringbuf.c.obj | Bin 158504 -> 158508 bytes .../esp-idf/esp_ringbuf/cmake_install.cmake | 2 +- .../esp-idf/esp_ringbuf/libesp_ringbuf.a | Bin 159346 -> 159350 bytes .../patches/esp_rom_crc.c.obj | Bin 2120 -> 2124 bytes .../patches/esp_rom_efuse.c.obj | Bin 2180 -> 2188 bytes .../patches/esp_rom_gpio.c.obj | Bin 6684 -> 6692 bytes .../patches/esp_rom_longjmp.S.obj | Bin 2424 -> 2432 bytes .../patches/esp_rom_print.c.obj | Bin 29336 -> 29344 bytes .../patches/esp_rom_spiflash.c.obj | Bin 80732 -> 80736 bytes .../patches/esp_rom_sys.c.obj | Bin 11364 -> 11368 bytes .../patches/esp_rom_uart.c.obj | Bin 15820 -> 15828 bytes .../build/esp-idf/esp_rom/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_rom/libesp_rom.a | Bin 152222 -> 152274 bytes .../src/esp_crypto_lock.c.obj | Bin 7028 -> 7032 bytes .../src/esp_crypto_periph_clk.c.obj | Bin 18912 -> 18920 bytes .../__idf_esp_security.dir/src/init.c.obj | Bin 5000 -> 5004 bytes .../esp-idf/esp_security/cmake_install.cmake | 2 +- .../esp-idf/esp_security/libesp_security.a | Bin 31586 -> 31602 bytes .../__idf_esp_system.dir/crosscore_int.c.obj | Bin 23108 -> 23116 bytes .../__idf_esp_system.dir/esp_err.c.obj | Bin 9212 -> 9216 bytes .../__idf_esp_system.dir/esp_ipc.c.obj | Bin 31104 -> 31112 bytes .../__idf_esp_system.dir/esp_system.c.obj | Bin 11992 -> 12000 bytes .../esp_system_console.c.obj | Bin 4200 -> 4208 bytes .../__idf_esp_system.dir/freertos_hooks.c.obj | Bin 29152 -> 29160 bytes .../__idf_esp_system.dir/int_wdt.c.obj | Bin 46128 -> 46136 bytes .../__idf_esp_system.dir/panic.c.obj | Bin 77164 -> 77168 bytes .../port/arch/xtensa/debug_helpers.c.obj | Bin 38468 -> 38472 bytes .../port/arch/xtensa/debug_helpers_asm.S.obj | Bin 2388 -> 2396 bytes .../port/arch/xtensa/debug_stubs.c.obj | Bin 5348 -> 5356 bytes .../arch/xtensa/esp_ipc_isr_handler.S.obj | Bin 5144 -> 5148 bytes .../port/arch/xtensa/esp_ipc_isr_port.c.obj | Bin 8936 -> 8944 bytes .../arch/xtensa/esp_ipc_isr_routines.S.obj | Bin 1984 -> 1988 bytes .../arch/xtensa/expression_with_stack.c.obj | Bin 22844 -> 22852 bytes .../xtensa/expression_with_stack_asm.S.obj | Bin 4492 -> 4500 bytes .../port/arch/xtensa/panic_arch.c.obj | Bin 31684 -> 31692 bytes .../port/arch/xtensa/panic_handler_asm.S.obj | Bin 4540 -> 4548 bytes .../port/arch/xtensa/trax.c.obj | Bin 13400 -> 13408 bytes .../__idf_esp_system.dir/port/cpu_start.c.obj | Bin 81664 -> 81668 bytes .../port/esp_ipc_isr.c.obj | Bin 33988 -> 33996 bytes .../port/esp_system_chip.c.obj | Bin 12988 -> 12992 bytes .../port/image_process.c.obj | Bin 8412 -> 8416 bytes .../port/panic_handler.c.obj | Bin 27560 -> 27564 bytes .../port/soc/esp32/cache_err_int.c.obj | Bin 11696 -> 11700 bytes .../port/soc/esp32/clk.c.obj | Bin 58836 -> 58840 bytes .../port/soc/esp32/highint_hdl.S.obj | Bin 5628 -> 5636 bytes .../port/soc/esp32/reset_reason.c.obj | Bin 20260 -> 20264 bytes .../port/soc/esp32/system_internal.c.obj | Bin 43164 -> 43168 bytes .../__idf_esp_system.dir/stack_check.c.obj | Bin 2184 -> 2192 bytes .../__idf_esp_system.dir/startup.c.obj | Bin 17740 -> 17748 bytes .../__idf_esp_system.dir/startup_funcs.c.obj | Bin 47184 -> 47188 bytes .../__idf_esp_system.dir/system_time.c.obj | Bin 5928 -> 5932 bytes .../task_wdt/task_wdt.c.obj | Bin 108304 -> 108312 bytes .../task_wdt/task_wdt_impl_timergroup.c.obj | Bin 57332 -> 57340 bytes .../__idf_esp_system.dir/ubsan.c.obj | Bin 32816 -> 32820 bytes .../__idf_esp_system.dir/xt_wdt.c.obj | Bin 2176 -> 2180 bytes .../esp-idf/esp_system/cmake_install.cmake | 4 +- blink/build/esp-idf/esp_system/ld/sections.ld | 2 +- .../build/esp-idf/esp_system/libesp_system.a | Bin 956794 -> 957022 bytes .../esp_system/port/cmake_install.cmake | 4 +- .../port/soc/esp32/cmake_install.cmake | 2 +- .../__idf_esp_timer.dir/src/esp_timer.c.obj | Bin 81364 -> 81368 bytes .../src/esp_timer_impl_common.c.obj | Bin 11144 -> 11152 bytes .../src/esp_timer_impl_lac.c.obj | Bin 54960 -> 54964 bytes .../src/esp_timer_init.c.obj | Bin 6452 -> 6460 bytes .../src/ets_timer_legacy.c.obj | Bin 18300 -> 18308 bytes .../__idf_esp_timer.dir/src/system_time.c.obj | Bin 9620 -> 9628 bytes .../esp-idf/esp_timer/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_timer/libesp_timer.a | Bin 183732 -> 183772 bytes .../vfs_console.c.obj | Bin 43648 -> 43652 bytes .../esp_vfs_console/cmake_install.cmake | 2 +- .../esp_vfs_console/libesp_vfs_console.a | Bin 44176 -> 44180 bytes .../esp32/esp_adapter.c.obj | Bin 98104 -> 98108 bytes .../regulatory/esp_wifi_regulatory.c.obj | Bin 9060 -> 9064 bytes .../__idf_esp_wifi.dir/src/lib_printf.c.obj | Bin 17276 -> 17284 bytes .../__idf_esp_wifi.dir/src/mesh_event.c.obj | Bin 8600 -> 8608 bytes .../__idf_esp_wifi.dir/src/smartconfig.c.obj | Bin 17944 -> 17948 bytes .../src/smartconfig_ack.c.obj | Bin 42320 -> 42328 bytes .../__idf_esp_wifi.dir/src/wifi_default.c.obj | Bin 69080 -> 69088 bytes .../src/wifi_default_ap.c.obj | Bin 8792 -> 8800 bytes .../__idf_esp_wifi.dir/src/wifi_init.c.obj | Bin 43244 -> 43248 bytes .../__idf_esp_wifi.dir/src/wifi_netif.c.obj | Bin 29176 -> 29184 bytes .../esp-idf/esp_wifi/cmake_install.cmake | 2 +- blink/build/esp-idf/esp_wifi/libesp_wifi.a | Bin 345976 -> 346040 bytes .../src/core_dump_binary.c.obj | Bin 2212 -> 2220 bytes .../src/core_dump_common.c.obj | Bin 2328 -> 2336 bytes .../src/core_dump_crc.c.obj | Bin 1256 -> 1260 bytes .../src/core_dump_elf.c.obj | Bin 2320 -> 2328 bytes .../src/core_dump_flash.c.obj | Bin 25836 -> 25844 bytes .../src/core_dump_init.c.obj | Bin 1256 -> 1260 bytes .../src/core_dump_sha.c.obj | Bin 1256 -> 1260 bytes .../src/core_dump_uart.c.obj | Bin 2324 -> 2328 bytes .../src/port/xtensa/core_dump_port.c.obj | Bin 2348 -> 2352 bytes .../esp-idf/espcoredump/cmake_install.cmake | 2 +- .../esp-idf/espcoredump/libespcoredump.a | Bin 42108 -> 42160 bytes .../esp-idf/esptool_py/cmake_install.cmake | 2 +- .../__idf_fatfs.dir/diskio/diskio.c.obj | Bin 20936 -> 20944 bytes .../diskio/diskio_rawflash.c.obj | Bin 28692 -> 28700 bytes .../__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj | Bin 36596 -> 36604 bytes .../__idf_fatfs.dir/diskio/diskio_wl.c.obj | Bin 26884 -> 26888 bytes .../port/freertos/ffsystem.c.obj | Bin 13652 -> 13656 bytes .../CMakeFiles/__idf_fatfs.dir/src/ff.c.obj | Bin 255720 -> 255724 bytes .../__idf_fatfs.dir/src/ffunicode.c.obj | Bin 2184 -> 2188 bytes .../__idf_fatfs.dir/vfs/vfs_fat.c.obj | Bin 183932 -> 183936 bytes .../__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj | Bin 83184 -> 83188 bytes .../vfs/vfs_fat_spiflash.c.obj | Bin 78544 -> 78552 bytes blink/build/esp-idf/fatfs/cmake_install.cmake | 2 +- blink/build/esp-idf/fatfs/libfatfs.a | Bin 732724 -> 732780 bytes .../FreeRTOS-Kernel/event_groups.c.obj | Bin 47664 -> 47672 bytes .../FreeRTOS-Kernel/list.c.obj | Bin 9996 -> 10004 bytes .../portable/xtensa/port.c.obj | Bin 69180 -> 69184 bytes .../portable/xtensa/portasm.S.obj | Bin 10736 -> 10740 bytes .../portable/xtensa/xtensa_init.c.obj | Bin 5052 -> 5056 bytes .../xtensa/xtensa_overlay_os_hook.c.obj | Bin 9780 -> 9788 bytes .../FreeRTOS-Kernel/queue.c.obj | Bin 133940 -> 133944 bytes .../FreeRTOS-Kernel/stream_buffer.c.obj | Bin 88516 -> 88520 bytes .../FreeRTOS-Kernel/tasks.c.obj | Bin 328192 -> 328200 bytes .../FreeRTOS-Kernel/timers.c.obj | Bin 80204 -> 80212 bytes .../__idf_freertos.dir/app_startup.c.obj | Bin 19596 -> 19604 bytes .../freertos_compatibility.c.obj | Bin 9404 -> 9412 bytes .../esp_additions/idf_additions.c.obj | Bin 43744 -> 43748 bytes .../idf_additions_event_groups.c.obj | Bin 9808 -> 9812 bytes .../__idf_freertos.dir/heap_idf.c.obj | Bin 14276 -> 14280 bytes .../__idf_freertos.dir/port_common.c.obj | Bin 15072 -> 15080 bytes .../__idf_freertos.dir/port_systick.c.obj | Bin 7600 -> 7604 bytes .../esp-idf/freertos/cmake_install.cmake | 2 +- blink/build/esp-idf/freertos/libfreertos.a | Bin 909964 -> 910064 bytes .../CMakeFiles/__idf_hal.dir/adc_hal.c.obj | Bin 81944 -> 81952 bytes .../__idf_hal.dir/adc_hal_common.c.obj | Bin 24896 -> 24900 bytes .../__idf_hal.dir/adc_oneshot_hal.c.obj | Bin 48956 -> 48960 bytes .../CMakeFiles/__idf_hal.dir/aes_hal.c.obj | Bin 12528 -> 12536 bytes .../__idf_hal.dir/brownout_hal.c.obj | Bin 24824 -> 24832 bytes .../CMakeFiles/__idf_hal.dir/color_hal.c.obj | Bin 8268 -> 8272 bytes .../CMakeFiles/__idf_hal.dir/efuse_hal.c.obj | Bin 28052 -> 28056 bytes .../CMakeFiles/__idf_hal.dir/emac_hal.c.obj | Bin 91296 -> 91300 bytes .../__idf_hal.dir/esp32/cache_hal_esp32.c.obj | Bin 28352 -> 28360 bytes .../__idf_hal.dir/esp32/clk_tree_hal.c.obj | Bin 37716 -> 37720 bytes .../__idf_hal.dir/esp32/efuse_hal.c.obj | Bin 39812 -> 39820 bytes .../esp32/gpio_hal_workaround.c.obj | Bin 2212 -> 2216 bytes .../esp32/touch_sensor_hal.c.obj | Bin 41648 -> 41656 bytes .../CMakeFiles/__idf_hal.dir/gpio_hal.c.obj | Bin 27720 -> 27724 bytes .../CMakeFiles/__idf_hal.dir/hal_utils.c.obj | Bin 25400 -> 25408 bytes .../CMakeFiles/__idf_hal.dir/i2c_hal.c.obj | Bin 39764 -> 39772 bytes .../__idf_hal.dir/i2c_hal_iram.c.obj | Bin 20272 -> 20280 bytes .../CMakeFiles/__idf_hal.dir/i2s_hal.c.obj | Bin 70820 -> 70824 bytes .../CMakeFiles/__idf_hal.dir/ledc_hal.c.obj | Bin 15820 -> 15828 bytes .../__idf_hal.dir/ledc_hal_iram.c.obj | Bin 27332 -> 27340 bytes .../CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj | Bin 41336 -> 41344 bytes .../CMakeFiles/__idf_hal.dir/mmu_hal.c.obj | Bin 61928 -> 61936 bytes .../CMakeFiles/__idf_hal.dir/mpi_hal.c.obj | Bin 23928 -> 23936 bytes .../CMakeFiles/__idf_hal.dir/mpu_hal.c.obj | Bin 6792 -> 6800 bytes .../CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj | Bin 9152 -> 9156 bytes .../CMakeFiles/__idf_hal.dir/rmt_hal.c.obj | Bin 21596 -> 21604 bytes .../CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj | Bin 43580 -> 43588 bytes .../__idf_hal.dir/sdio_slave_hal.c.obj | Bin 163732 -> 163740 bytes .../CMakeFiles/__idf_hal.dir/sdm_hal.c.obj | Bin 5084 -> 5088 bytes .../CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj | Bin 14116 -> 14124 bytes .../CMakeFiles/__idf_hal.dir/sha_hal.c.obj | Bin 17892 -> 17896 bytes .../spi_flash_encrypt_hal_iram.c.obj | Bin 14804 -> 14808 bytes .../__idf_hal.dir/spi_flash_hal.c.obj | Bin 41996 -> 42000 bytes .../__idf_hal.dir/spi_flash_hal_iram.c.obj | Bin 73892 -> 73896 bytes .../CMakeFiles/__idf_hal.dir/spi_hal.c.obj | Bin 31568 -> 31572 bytes .../__idf_hal.dir/spi_hal_iram.c.obj | Bin 81120 -> 81128 bytes .../__idf_hal.dir/spi_slave_hal.c.obj | Bin 29044 -> 29052 bytes .../__idf_hal.dir/spi_slave_hal_iram.c.obj | Bin 39232 -> 39240 bytes .../CMakeFiles/__idf_hal.dir/timer_hal.c.obj | Bin 23108 -> 23112 bytes .../__idf_hal.dir/touch_sens_hal.c.obj | Bin 55252 -> 55256 bytes .../__idf_hal.dir/touch_sensor_hal.c.obj | Bin 39756 -> 39760 bytes .../__idf_hal.dir/twai_hal_sja1000.c.obj | Bin 106464 -> 106468 bytes .../CMakeFiles/__idf_hal.dir/uart_hal.c.obj | Bin 64916 -> 64924 bytes .../__idf_hal.dir/uart_hal_iram.c.obj | Bin 30800 -> 30804 bytes .../__idf_hal.dir/wdt_hal_iram.c.obj | Bin 71252 -> 71256 bytes blink/build/esp-idf/hal/cmake_install.cmake | 2 +- blink/build/esp-idf/hal/libhal.a | Bin 1822432 -> 1822704 bytes .../CMakeFiles/__idf_heap.dir/heap_caps.c.obj | Bin 91528 -> 91532 bytes .../__idf_heap.dir/heap_caps_base.c.obj | Bin 36472 -> 36476 bytes .../__idf_heap.dir/heap_caps_init.c.obj | Bin 44652 -> 44660 bytes .../__idf_heap.dir/multi_heap.c.obj | Bin 59676 -> 59680 bytes .../port/esp32/memory_layout.c.obj | Bin 11068 -> 11076 bytes .../port/memory_layout_utils.c.obj | Bin 24876 -> 24884 bytes .../CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj | Bin 344564 -> 344568 bytes blink/build/esp-idf/heap/cmake_install.cmake | 2 +- blink/build/esp-idf/heap/libheap.a | Bin 616478 -> 616518 bytes .../__idf_http_parser.dir/http_parser.c.obj | Bin 212580 -> 212588 bytes .../esp-idf/http_parser/cmake_install.cmake | 2 +- .../esp-idf/http_parser/libhttp_parser.a | Bin 213108 -> 213116 bytes .../esp-idf/idf_test/cmake_install.cmake | 2 +- .../esp-idf/ieee802154/cmake_install.cmake | 2 +- .../__idf_json.dir/cJSON/cJSON.c.obj | Bin 253552 -> 253556 bytes .../__idf_json.dir/cJSON/cJSON_Utils.c.obj | Bin 119704 -> 119708 bytes blink/build/esp-idf/json/cmake_install.cmake | 2 +- blink/build/esp-idf/json/libjson.a | Bin 376000 -> 376008 bytes .../src/buffer/log_buffers.c.obj | Bin 24800 -> 24804 bytes .../CMakeFiles/__idf_log.dir/src/log.c.obj | Bin 8192 -> 8200 bytes .../__idf_log.dir/src/log_format_text.c.obj | Bin 15328 -> 15332 bytes .../src/log_level/log_level.c.obj | Bin 6064 -> 6072 bytes .../tag_log_level/cache/log_binary_heap.c.obj | Bin 19248 -> 19256 bytes .../linked_list/log_linked_list.c.obj | Bin 13304 -> 13308 bytes .../tag_log_level/tag_log_level.c.obj | Bin 12648 -> 12656 bytes .../__idf_log.dir/src/log_print.c.obj | Bin 6288 -> 6296 bytes .../src/log_timestamp_common.c.obj | Bin 12892 -> 12900 bytes .../__idf_log.dir/src/os/log_lock.c.obj | Bin 11052 -> 11060 bytes .../__idf_log.dir/src/os/log_timestamp.c.obj | Bin 8388 -> 8392 bytes .../__idf_log.dir/src/os/log_write.c.obj | Bin 8304 -> 8308 bytes .../__idf_log.dir/src/os/util.c.obj | Bin 8872 -> 8880 bytes .../CMakeFiles/__idf_log.dir/src/util.c.obj | Bin 6664 -> 6672 bytes blink/build/esp-idf/log/cmake_install.cmake | 2 +- blink/build/esp-idf/log/liblog.a | Bin 164224 -> 164316 bytes .../apps/dhcpserver/dhcpserver.c.obj | Bin 117820 -> 117824 bytes .../__idf_lwip.dir/apps/ping/esp_ping.c.obj | Bin 27440 -> 27448 bytes .../__idf_lwip.dir/apps/ping/ping.c.obj | Bin 18816 -> 18820 bytes .../__idf_lwip.dir/apps/ping/ping_sock.c.obj | Bin 73220 -> 73228 bytes .../__idf_lwip.dir/apps/sntp/sntp.c.obj | Bin 41216 -> 41220 bytes .../__idf_lwip.dir/lwip/src/api/api_lib.c.obj | Bin 100732 -> 100736 bytes .../__idf_lwip.dir/lwip/src/api/api_msg.c.obj | Bin 165028 -> 165032 bytes .../__idf_lwip.dir/lwip/src/api/err.c.obj | Bin 7860 -> 7864 bytes .../__idf_lwip.dir/lwip/src/api/if_api.c.obj | Bin 7344 -> 7348 bytes .../__idf_lwip.dir/lwip/src/api/netbuf.c.obj | Bin 20740 -> 20748 bytes .../__idf_lwip.dir/lwip/src/api/netdb.c.obj | Bin 46120 -> 46128 bytes .../lwip/src/api/netifapi.c.obj | Bin 27396 -> 27404 bytes .../__idf_lwip.dir/lwip/src/api/sockets.c.obj | Bin 336004 -> 336008 bytes .../__idf_lwip.dir/lwip/src/api/tcpip.c.obj | Bin 50540 -> 50548 bytes .../lwip/src/apps/netbiosns/netbiosns.c.obj | Bin 28292 -> 28296 bytes .../lwip/src/apps/sntp/sntp.c.obj | Bin 46280 -> 46284 bytes .../__idf_lwip.dir/lwip/src/core/def.c.obj | Bin 18376 -> 18384 bytes .../__idf_lwip.dir/lwip/src/core/dns.c.obj | Bin 108400 -> 108408 bytes .../lwip/src/core/inet_chksum.c.obj | Bin 32024 -> 32032 bytes .../__idf_lwip.dir/lwip/src/core/init.c.obj | Bin 5536 -> 5544 bytes .../__idf_lwip.dir/lwip/src/core/ip.c.obj | Bin 20508 -> 20512 bytes .../lwip/src/core/ipv4/autoip.c.obj | Bin 2200 -> 2208 bytes .../lwip/src/core/ipv4/dhcp.c.obj | Bin 150040 -> 150044 bytes .../lwip/src/core/ipv4/etharp.c.obj | Bin 80920 -> 80928 bytes .../lwip/src/core/ipv4/icmp.c.obj | Bin 24116 -> 24120 bytes .../lwip/src/core/ipv4/igmp.c.obj | Bin 55192 -> 55196 bytes .../lwip/src/core/ipv4/ip4.c.obj | Bin 52660 -> 52668 bytes .../lwip/src/core/ipv4/ip4_addr.c.obj | Bin 31184 -> 31188 bytes .../lwip/src/core/ipv4/ip4_frag.c.obj | Bin 16964 -> 16968 bytes .../lwip/src/core/ipv4/ip4_napt.c.obj | Bin 2204 -> 2212 bytes .../lwip/src/core/ipv6/dhcp6.c.obj | Bin 2200 -> 2204 bytes .../lwip/src/core/ipv6/ethip6.c.obj | Bin 11120 -> 11124 bytes .../lwip/src/core/ipv6/icmp6.c.obj | Bin 30604 -> 30608 bytes .../lwip/src/core/ipv6/inet6.c.obj | Bin 6368 -> 6376 bytes .../lwip/src/core/ipv6/ip6.c.obj | Bin 73060 -> 73064 bytes .../lwip/src/core/ipv6/ip6_addr.c.obj | Bin 34444 -> 34452 bytes .../lwip/src/core/ipv6/ip6_frag.c.obj | Bin 16544 -> 16548 bytes .../lwip/src/core/ipv6/mld6.c.obj | Bin 49472 -> 49480 bytes .../lwip/src/core/ipv6/nd6.c.obj | Bin 165600 -> 165608 bytes .../__idf_lwip.dir/lwip/src/core/mem.c.obj | Bin 10780 -> 10784 bytes .../__idf_lwip.dir/lwip/src/core/memp.c.obj | Bin 26072 -> 26076 bytes .../__idf_lwip.dir/lwip/src/core/netif.c.obj | Bin 118908 -> 118912 bytes .../__idf_lwip.dir/lwip/src/core/pbuf.c.obj | Bin 108200 -> 108208 bytes .../__idf_lwip.dir/lwip/src/core/raw.c.obj | Bin 61584 -> 61588 bytes .../__idf_lwip.dir/lwip/src/core/stats.c.obj | Bin 2188 -> 2196 bytes .../__idf_lwip.dir/lwip/src/core/sys.c.obj | Bin 2180 -> 2188 bytes .../__idf_lwip.dir/lwip/src/core/tcp.c.obj | Bin 176900 -> 176908 bytes .../__idf_lwip.dir/lwip/src/core/tcp_in.c.obj | Bin 135612 -> 135616 bytes .../lwip/src/core/tcp_out.c.obj | Bin 128740 -> 128744 bytes .../lwip/src/core/timeouts.c.obj | Bin 35932 -> 35940 bytes .../__idf_lwip.dir/lwip/src/core/udp.c.obj | Bin 88992 -> 89000 bytes .../lwip/src/netif/bridgeif.c.obj | Bin 2196 -> 2204 bytes .../lwip/src/netif/bridgeif_fdb.c.obj | Bin 17040 -> 17048 bytes .../lwip/src/netif/ethernet.c.obj | Bin 21048 -> 21056 bytes .../lwip/src/netif/ppp/auth.c.obj | Bin 2192 -> 2200 bytes .../lwip/src/netif/ppp/ccp.c.obj | Bin 2192 -> 2196 bytes .../lwip/src/netif/ppp/chap-md5.c.obj | Bin 2204 -> 2212 bytes .../lwip/src/netif/ppp/chap-new.c.obj | Bin 2204 -> 2212 bytes .../lwip/src/netif/ppp/chap_ms.c.obj | Bin 2204 -> 2208 bytes .../lwip/src/netif/ppp/demand.c.obj | Bin 2200 -> 2208 bytes .../lwip/src/netif/ppp/eap.c.obj | Bin 2192 -> 2196 bytes .../lwip/src/netif/ppp/ecp.c.obj | Bin 2192 -> 2196 bytes .../lwip/src/netif/ppp/eui64.c.obj | Bin 2200 -> 2204 bytes .../lwip/src/netif/ppp/fsm.c.obj | Bin 2192 -> 2196 bytes .../lwip/src/netif/ppp/ipcp.c.obj | Bin 2192 -> 2200 bytes .../lwip/src/netif/ppp/ipv6cp.c.obj | Bin 2200 -> 2208 bytes .../lwip/src/netif/ppp/lcp.c.obj | Bin 2192 -> 2196 bytes .../lwip/src/netif/ppp/magic.c.obj | Bin 2200 -> 2204 bytes .../lwip/src/netif/ppp/mppe.c.obj | Bin 2192 -> 2200 bytes .../lwip/src/netif/ppp/multilink.c.obj | Bin 2212 -> 2216 bytes .../lwip/src/netif/ppp/polarssl/arc4.c.obj | Bin 2212 -> 2216 bytes .../lwip/src/netif/ppp/polarssl/des.c.obj | Bin 2208 -> 2216 bytes .../lwip/src/netif/ppp/polarssl/md4.c.obj | Bin 2208 -> 2216 bytes .../lwip/src/netif/ppp/polarssl/md5.c.obj | Bin 2208 -> 2216 bytes .../lwip/src/netif/ppp/polarssl/sha1.c.obj | Bin 2212 -> 2216 bytes .../lwip/src/netif/ppp/ppp.c.obj | Bin 2192 -> 2196 bytes .../lwip/src/netif/ppp/pppapi.c.obj | Bin 2200 -> 2208 bytes .../lwip/src/netif/ppp/pppcrypt.c.obj | Bin 2204 -> 2212 bytes .../lwip/src/netif/ppp/pppoe.c.obj | Bin 2200 -> 2204 bytes .../lwip/src/netif/ppp/pppol2tp.c.obj | Bin 2204 -> 2212 bytes .../lwip/src/netif/ppp/pppos.c.obj | Bin 2200 -> 2204 bytes .../lwip/src/netif/ppp/upap.c.obj | Bin 2192 -> 2200 bytes .../lwip/src/netif/ppp/utils.c.obj | Bin 2200 -> 2204 bytes .../lwip/src/netif/ppp/vj.c.obj | Bin 2188 -> 2196 bytes .../lwip/src/netif/slipif.c.obj | Bin 30260 -> 30268 bytes .../__idf_lwip.dir/port/acd_dhcp_check.c.obj | Bin 23124 -> 23132 bytes .../port/debug/lwip_debug.c.obj | Bin 41668 -> 41672 bytes .../port/esp32xx/vfs_lwip.c.obj | Bin 23048 -> 23052 bytes .../port/freertos/sys_arch.c.obj | Bin 62452 -> 62460 bytes .../port/hooks/lwip_default_hooks.c.obj | Bin 23488 -> 23492 bytes .../port/hooks/tcp_isn_default.c.obj | Bin 15276 -> 15284 bytes .../__idf_lwip.dir/port/if_index.c.obj | Bin 5280 -> 5288 bytes .../__idf_lwip.dir/port/sockets_ext.c.obj | Bin 21260 -> 21264 bytes blink/build/esp-idf/lwip/cmake_install.cmake | 2 +- blink/build/esp-idf/lwip/liblwip.a | Bin 3370454 -> 3371014 bytes .../main/CMakeFiles/__idf_main.dir/main.c.obj | Bin 6884 -> 6900 bytes blink/build/esp-idf/main/cmake_install.cmake | 4 +- blink/build/esp-idf/main/libmain.a | Bin 7030 -> 7046 bytes .../esp_crt_bundle/esp_crt_bundle.c.obj | Bin 55680 -> 55684 bytes .../build/esp-idf/mbedtls/cmake_install.cmake | 4 +- blink/build/esp-idf/mbedtls/libmbedtls.a | Bin 126008 -> 126012 bytes .../mbedtls/3rdparty/cmake_install.cmake | 6 +- .../library/Hacl_Curve25519_joined.c.obj | Bin 2256 -> 2264 bytes .../everest.dir/library/everest.c.obj | Bin 2212 -> 2216 bytes .../everest.dir/library/x25519.c.obj | Bin 2208 -> 2216 bytes .../3rdparty/everest/cmake_install.cmake | 6 +- .../mbedtls/3rdparty/everest/libeverest.a | Bin 7018 -> 7038 bytes .../CMakeFiles/p256m.dir/p256-m/p256-m.c.obj | Bin 2232 -> 2236 bytes .../p256m.dir/p256-m_driver_entrypoints.c.obj | Bin 2276 -> 2280 bytes .../3rdparty/p256-m/cmake_install.cmake | 6 +- .../mbedtls/3rdparty/p256-m/libp256m.a | Bin 4794 -> 4802 bytes .../mbedtls/mbedtls/cmake_install.cmake | 10 +- .../mbedtls/include/cmake_install.cmake | 2 +- .../CMakeFiles/mbedcrypto.dir/aes.c.obj | Bin 41892 -> 41900 bytes .../CMakeFiles/mbedcrypto.dir/aesce.c.obj | Bin 2172 -> 2180 bytes .../CMakeFiles/mbedcrypto.dir/aesni.c.obj | Bin 2172 -> 2180 bytes .../CMakeFiles/mbedcrypto.dir/aria.c.obj | Bin 74468 -> 74476 bytes .../CMakeFiles/mbedcrypto.dir/asn1parse.c.obj | Bin 40852 -> 40856 bytes .../CMakeFiles/mbedcrypto.dir/asn1write.c.obj | Bin 46788 -> 46792 bytes .../CMakeFiles/mbedcrypto.dir/base64.c.obj | Bin 44004 -> 44012 bytes .../CMakeFiles/mbedcrypto.dir/bignum.c.obj | Bin 196924 -> 196932 bytes .../mbedcrypto.dir/bignum_core.c.obj | Bin 112744 -> 112752 bytes .../mbedcrypto.dir/bignum_mod.c.obj | Bin 2188 -> 2192 bytes .../mbedcrypto.dir/bignum_mod_raw.c.obj | Bin 2200 -> 2204 bytes .../mbedcrypto.dir/block_cipher.c.obj | Bin 2192 -> 2196 bytes .../CMakeFiles/mbedcrypto.dir/camellia.c.obj | Bin 2180 -> 2184 bytes .../CMakeFiles/mbedcrypto.dir/ccm.c.obj | Bin 61252 -> 61256 bytes .../CMakeFiles/mbedcrypto.dir/chacha20.c.obj | Bin 2180 -> 2184 bytes .../mbedcrypto.dir/chachapoly.c.obj | Bin 2188 -> 2192 bytes .../CMakeFiles/mbedcrypto.dir/cipher.c.obj | Bin 128208 -> 128212 bytes .../mbedcrypto.dir/cipher_wrap.c.obj | Bin 68104 -> 68112 bytes .../CMakeFiles/mbedcrypto.dir/cmac.c.obj | Bin 69912 -> 69920 bytes .../mbedcrypto.dir/constant_time.c.obj | Bin 22776 -> 22784 bytes .../CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj | Bin 65840 -> 65844 bytes .../CMakeFiles/mbedcrypto.dir/des.c.obj | Bin 2164 -> 2172 bytes .../CMakeFiles/mbedcrypto.dir/dhm.c.obj | Bin 2164 -> 2172 bytes .../CMakeFiles/mbedcrypto.dir/ecdh.c.obj | Bin 48568 -> 48572 bytes .../CMakeFiles/mbedcrypto.dir/ecdsa.c.obj | Bin 59976 -> 59980 bytes .../CMakeFiles/mbedcrypto.dir/ecjpake.c.obj | Bin 2176 -> 2184 bytes .../CMakeFiles/mbedcrypto.dir/ecp.c.obj | Bin 234880 -> 234888 bytes .../mbedcrypto.dir/ecp_curves.c.obj | Bin 202416 -> 202424 bytes .../mbedcrypto.dir/ecp_curves_new.c.obj | Bin 2200 -> 2204 bytes .../CMakeFiles/mbedcrypto.dir/entropy.c.obj | Bin 50132 -> 50136 bytes .../mbedcrypto.dir/entropy_poll.c.obj | Bin 2192 -> 2196 bytes .../CMakeFiles/mbedcrypto.dir/error.c.obj | Bin 76016 -> 76024 bytes .../CMakeFiles/mbedcrypto.dir/gcm.c.obj | Bin 98660 -> 98664 bytes .../CMakeFiles/mbedcrypto.dir/hkdf.c.obj | Bin 2168 -> 2172 bytes .../CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj | Bin 54352 -> 54356 bytes .../mbedtls/port/aes/block/esp_aes.c.obj | Bin 62072 -> 62076 bytes .../mbedtls/port/aes/esp_aes_common.c.obj | Bin 8752 -> 8756 bytes .../mbedtls/port/aes/esp_aes_gcm.c.obj | Bin 62612 -> 62620 bytes .../mbedtls/port/aes/esp_aes_xts.c.obj | Bin 21432 -> 21440 bytes .../mbedtls/port/bignum/bignum_alt.c.obj | Bin 19908 -> 19912 bytes .../mbedtls/port/bignum/esp_bignum.c.obj | Bin 46432 -> 46440 bytes .../mbedtls/port/esp_hardware.c.obj | Bin 4484 -> 4492 bytes .../components/mbedtls/port/esp_mem.c.obj | Bin 5692 -> 5696 bytes .../components/mbedtls/port/esp_timing.c.obj | Bin 10848 -> 10852 bytes .../components/mbedtls/port/md/esp_md.c.obj | Bin 11264 -> 11272 bytes .../components/mbedtls/port/sha/esp_sha.c.obj | Bin 16688 -> 16696 bytes .../port/sha/parallel_engine/esp_sha1.c.obj | Bin 48576 -> 48580 bytes .../port/sha/parallel_engine/esp_sha256.c.obj | Bin 39008 -> 39012 bytes .../port/sha/parallel_engine/esp_sha512.c.obj | Bin 44944 -> 44948 bytes .../port/sha/parallel_engine/sha.c.obj | Bin 32780 -> 32784 bytes .../CMakeFiles/mbedcrypto.dir/lmots.c.obj | Bin 43156 -> 43164 bytes .../CMakeFiles/mbedcrypto.dir/lms.c.obj | Bin 42968 -> 42976 bytes .../CMakeFiles/mbedcrypto.dir/md.c.obj | Bin 75076 -> 75080 bytes .../CMakeFiles/mbedcrypto.dir/md5.c.obj | Bin 11508 -> 11516 bytes .../mbedcrypto.dir/memory_buffer_alloc.c.obj | Bin 2212 -> 2220 bytes .../CMakeFiles/mbedcrypto.dir/nist_kw.c.obj | Bin 2176 -> 2184 bytes .../CMakeFiles/mbedcrypto.dir/oid.c.obj | Bin 96256 -> 96264 bytes .../CMakeFiles/mbedcrypto.dir/padlock.c.obj | Bin 2176 -> 2184 bytes .../CMakeFiles/mbedcrypto.dir/pem.c.obj | Bin 48580 -> 48584 bytes .../CMakeFiles/mbedcrypto.dir/pk.c.obj | Bin 102256 -> 102264 bytes .../CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj | Bin 15064 -> 15068 bytes .../CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj | Bin 46620 -> 46628 bytes .../CMakeFiles/mbedcrypto.dir/pkcs12.c.obj | Bin 45552 -> 45556 bytes .../CMakeFiles/mbedcrypto.dir/pkcs5.c.obj | Bin 45428 -> 45436 bytes .../CMakeFiles/mbedcrypto.dir/pkparse.c.obj | Bin 117876 -> 117880 bytes .../CMakeFiles/mbedcrypto.dir/pkwrite.c.obj | Bin 49228 -> 49236 bytes .../CMakeFiles/mbedcrypto.dir/platform.c.obj | Bin 8732 -> 8736 bytes .../mbedcrypto.dir/platform_util.c.obj | Bin 5816 -> 5820 bytes .../CMakeFiles/mbedcrypto.dir/poly1305.c.obj | Bin 2180 -> 2184 bytes .../mbedcrypto.dir/psa_crypto.c.obj | Bin 626612 -> 626616 bytes .../mbedcrypto.dir/psa_crypto_aead.c.obj | Bin 43120 -> 43124 bytes .../mbedcrypto.dir/psa_crypto_cipher.c.obj | Bin 49044 -> 49048 bytes .../mbedcrypto.dir/psa_crypto_client.c.obj | Bin 5396 -> 5400 bytes ...psa_crypto_driver_wrappers_no_static.c.obj | Bin 9772 -> 9776 bytes .../mbedcrypto.dir/psa_crypto_ecp.c.obj | Bin 50764 -> 50772 bytes .../mbedcrypto.dir/psa_crypto_ffdh.c.obj | Bin 2228 -> 2232 bytes .../mbedcrypto.dir/psa_crypto_hash.c.obj | Bin 31644 -> 31648 bytes .../mbedcrypto.dir/psa_crypto_mac.c.obj | Bin 52596 -> 52604 bytes .../mbedcrypto.dir/psa_crypto_pake.c.obj | Bin 2228 -> 2232 bytes .../mbedcrypto.dir/psa_crypto_rsa.c.obj | Bin 52616 -> 52624 bytes .../mbedcrypto.dir/psa_crypto_se.c.obj | Bin 2196 -> 2204 bytes .../psa_crypto_slot_management.c.obj | Bin 65004 -> 65012 bytes .../mbedcrypto.dir/psa_crypto_storage.c.obj | Bin 39508 -> 39512 bytes .../mbedcrypto.dir/psa_its_file.c.obj | Bin 28852 -> 28860 bytes .../CMakeFiles/mbedcrypto.dir/psa_util.c.obj | Bin 37352 -> 37356 bytes .../CMakeFiles/mbedcrypto.dir/ripemd160.c.obj | Bin 2184 -> 2192 bytes .../CMakeFiles/mbedcrypto.dir/rsa.c.obj | Bin 253792 -> 253800 bytes .../mbedcrypto.dir/rsa_alt_helpers.c.obj | Bin 37140 -> 37148 bytes .../CMakeFiles/mbedcrypto.dir/sha1.c.obj | Bin 13196 -> 13200 bytes .../CMakeFiles/mbedcrypto.dir/sha256.c.obj | Bin 17620 -> 17624 bytes .../CMakeFiles/mbedcrypto.dir/sha3.c.obj | Bin 2168 -> 2172 bytes .../CMakeFiles/mbedcrypto.dir/sha512.c.obj | Bin 17980 -> 17984 bytes .../CMakeFiles/mbedcrypto.dir/threading.c.obj | Bin 2184 -> 2192 bytes .../CMakeFiles/mbedcrypto.dir/timing.c.obj | Bin 2176 -> 2180 bytes .../CMakeFiles/mbedcrypto.dir/version.c.obj | Bin 6116 -> 6120 bytes .../mbedcrypto.dir/version_features.c.obj | Bin 9892 -> 9896 bytes .../CMakeFiles/mbedtls.dir/debug.c.obj | Bin 2172 -> 2180 bytes .../mbedtls/port/esp_platform_time.c.obj | Bin 6016 -> 6024 bytes .../mbedtls/port/mbedtls_debug.c.obj | Bin 2200 -> 2208 bytes .../components/mbedtls/port/net_sockets.c.obj | Bin 51668 -> 51676 bytes .../CMakeFiles/mbedtls.dir/mps_reader.c.obj | Bin 2188 -> 2192 bytes .../CMakeFiles/mbedtls.dir/mps_trace.c.obj | Bin 2184 -> 2192 bytes .../CMakeFiles/mbedtls.dir/ssl_cache.c.obj | Bin 31864 -> 31872 bytes .../mbedtls.dir/ssl_ciphersuites.c.obj | Bin 32364 -> 32372 bytes .../CMakeFiles/mbedtls.dir/ssl_client.c.obj | Bin 83444 -> 83448 bytes .../CMakeFiles/mbedtls.dir/ssl_cookie.c.obj | Bin 23832 -> 23840 bytes .../ssl_debug_helpers_generated.c.obj | Bin 2264 -> 2268 bytes .../CMakeFiles/mbedtls.dir/ssl_msg.c.obj | Bin 195020 -> 195028 bytes .../CMakeFiles/mbedtls.dir/ssl_ticket.c.obj | Bin 50924 -> 50928 bytes .../CMakeFiles/mbedtls.dir/ssl_tls.c.obj | Bin 396712 -> 396716 bytes .../mbedtls.dir/ssl_tls12_client.c.obj | Bin 174528 -> 174536 bytes .../mbedtls.dir/ssl_tls12_server.c.obj | Bin 204224 -> 204232 bytes .../mbedtls.dir/ssl_tls13_client.c.obj | Bin 2204 -> 2208 bytes .../mbedtls.dir/ssl_tls13_generic.c.obj | Bin 2208 -> 2216 bytes .../mbedtls.dir/ssl_tls13_keys.c.obj | Bin 2200 -> 2204 bytes .../mbedtls.dir/ssl_tls13_server.c.obj | Bin 2204 -> 2208 bytes .../CMakeFiles/mbedx509.dir/pkcs7.c.obj | Bin 71788 -> 71792 bytes .../CMakeFiles/mbedx509.dir/x509.c.obj | Bin 169048 -> 169056 bytes .../CMakeFiles/mbedx509.dir/x509_create.c.obj | Bin 49520 -> 49528 bytes .../CMakeFiles/mbedx509.dir/x509_crl.c.obj | Bin 62604 -> 62612 bytes .../CMakeFiles/mbedx509.dir/x509_crt.c.obj | Bin 215588 -> 215596 bytes .../CMakeFiles/mbedx509.dir/x509_csr.c.obj | Bin 59524 -> 59528 bytes .../CMakeFiles/mbedx509.dir/x509write.c.obj | Bin 17096 -> 17104 bytes .../mbedx509.dir/x509write_crt.c.obj | Bin 65220 -> 65228 bytes .../mbedx509.dir/x509write_csr.c.obj | Bin 32876 -> 32884 bytes .../mbedtls/library/cmake_install.cmake | 8 +- .../mbedtls/mbedtls/library/libmbedcrypto.a | Bin 4519180 -> 4519736 bytes .../mbedtls/mbedtls/library/libmbedtls.a | Bin 1278290 -> 1278418 bytes .../mbedtls/mbedtls/library/libmbedx509.a | Bin 747494 -> 747558 bytes .../mbedtls/pkgconfig/cmake_install.cmake | 2 +- .../esp-mqtt/lib/mqtt_msg.c.obj | Bin 71608 -> 71616 bytes .../esp-mqtt/lib/mqtt_outbox.c.obj | Bin 41744 -> 41748 bytes .../esp-mqtt/lib/platform_esp32_idf.c.obj | Bin 13336 -> 13344 bytes .../__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj | Bin 287164 -> 287172 bytes blink/build/esp-idf/mqtt/cmake_install.cmake | 2 +- blink/build/esp-idf/mqtt/libmqtt.a | Bin 415788 -> 415816 bytes .../__idf_newlib.dir/src/abort.c.obj | Bin 7492 -> 7496 bytes .../__idf_newlib.dir/src/assert.c.obj | Bin 13496 -> 13504 bytes .../__idf_newlib.dir/src/flockfile.c.obj | Bin 11824 -> 11828 bytes .../__idf_newlib.dir/src/getentropy.c.obj | Bin 6124 -> 6128 bytes .../__idf_newlib.dir/src/heap.c.obj | Bin 25300 -> 25308 bytes .../__idf_newlib.dir/src/init.c.obj | Bin 6768 -> 6772 bytes .../__idf_newlib.dir/src/locks.c.obj | Bin 46372 -> 46380 bytes .../__idf_newlib.dir/src/newlib_init.c.obj | Bin 22936 -> 22940 bytes .../__idf_newlib.dir/src/poll.c.obj | Bin 10604 -> 10608 bytes .../src/port/esp_time_impl.c.obj | Bin 18624 -> 18632 bytes .../__idf_newlib.dir/src/pthread.c.obj | Bin 7584 -> 7592 bytes .../__idf_newlib.dir/src/random.c.obj | Bin 6480 -> 6488 bytes .../__idf_newlib.dir/src/realpath.c.obj | Bin 15676 -> 15684 bytes .../__idf_newlib.dir/src/reent_init.c.obj | Bin 14020 -> 14028 bytes .../__idf_newlib.dir/src/reent_syscalls.c.obj | Bin 20744 -> 20752 bytes .../__idf_newlib.dir/src/scandir.c.obj | Bin 16756 -> 16760 bytes .../__idf_newlib.dir/src/stdatomic.c.obj | Bin 92520 -> 92524 bytes .../__idf_newlib.dir/src/syscalls.c.obj | Bin 14416 -> 14424 bytes .../__idf_newlib.dir/src/sysconf.c.obj | Bin 9560 -> 9564 bytes .../__idf_newlib.dir/src/termios.c.obj | Bin 8504 -> 8508 bytes .../__idf_newlib.dir/src/time.c.obj | Bin 41556 -> 41564 bytes .../build/esp-idf/newlib/cmake_install.cmake | 4 +- blink/build/esp-idf/newlib/libnewlib.a | Bin 422400 -> 422528 bytes .../newlib/src/port/cmake_install.cmake | 2 +- .../__idf_nvs_flash.dir/src/nvs_api.cpp.obj | Bin 288544 -> 288552 bytes .../src/nvs_bootloader.c.obj | Bin 63944 -> 63948 bytes .../src/nvs_bootloader_aes.c.obj | Bin 6544 -> 6548 bytes .../src/nvs_bootloader_xts_aes.c.obj | Bin 18196 -> 18200 bytes .../src/nvs_cxx_api.cpp.obj | Bin 150772 -> 150776 bytes .../src/nvs_encrypted_partition.cpp.obj | Bin 73200 -> 73208 bytes .../src/nvs_handle_locked.cpp.obj | Bin 74300 -> 74308 bytes .../src/nvs_handle_simple.cpp.obj | Bin 134228 -> 134232 bytes .../src/nvs_item_hash_list.cpp.obj | Bin 80724 -> 80732 bytes .../__idf_nvs_flash.dir/src/nvs_page.cpp.obj | Bin 221296 -> 221300 bytes .../src/nvs_pagemanager.cpp.obj | Bin 147192 -> 147196 bytes .../src/nvs_partition.cpp.obj | Bin 32536 -> 32544 bytes .../src/nvs_partition_lookup.cpp.obj | Bin 20780 -> 20784 bytes .../src/nvs_partition_manager.cpp.obj | Bin 172448 -> 172452 bytes .../src/nvs_platform.cpp.obj | Bin 11680 -> 11684 bytes .../src/nvs_storage.cpp.obj | Bin 299308 -> 299312 bytes .../__idf_nvs_flash.dir/src/nvs_types.cpp.obj | Bin 61992 -> 62000 bytes .../esp-idf/nvs_flash/cmake_install.cmake | 2 +- blink/build/esp-idf/nvs_flash/libnvs_flash.a | Bin 1871998 -> 1872090 bytes .../nvs_sec_provider.c.obj | Bin 6276 -> 6284 bytes .../nvs_sec_provider/cmake_install.cmake | 2 +- .../nvs_sec_provider/libnvs_sec_provider.a | Bin 6558 -> 6566 bytes .../esp-idf/openthread/cmake_install.cmake | 2 +- .../partition_table/cmake_install.cmake | 2 +- .../xtensa_perfmon_access.c.obj | Bin 15832 -> 15840 bytes .../xtensa_perfmon_apis.c.obj | Bin 21592 -> 21600 bytes .../xtensa_perfmon_masks.c.obj | Bin 11408 -> 11412 bytes .../build/esp-idf/perfmon/cmake_install.cmake | 2 +- blink/build/esp-idf/perfmon/libperfmon.a | Bin 49552 -> 49572 bytes .../protobuf-c/protobuf-c/protobuf-c.c.obj | Bin 343080 -> 343088 bytes .../esp-idf/protobuf-c/cmake_install.cmake | 2 +- .../build/esp-idf/protobuf-c/libprotobuf-c.a | Bin 343984 -> 343992 bytes .../proto-c/constants.pb-c.c.obj | Bin 6052 -> 6060 bytes .../proto-c/sec0.pb-c.c.obj | Bin 41588 -> 41596 bytes .../proto-c/sec1.pb-c.c.obj | Bin 63552 -> 63556 bytes .../proto-c/sec2.pb-c.c.obj | Bin 64464 -> 64472 bytes .../proto-c/session.pb-c.c.obj | Bin 27112 -> 27120 bytes .../src/common/protocomm.c.obj | Bin 59828 -> 59836 bytes .../src/crypto/srp6a/esp_srp.c.obj | Bin 65488 -> 65492 bytes .../src/crypto/srp6a/esp_srp_mpi.c.obj | Bin 24488 -> 24496 bytes .../src/security/security0.c.obj | Bin 29060 -> 29068 bytes .../src/security/security1.c.obj | Bin 92044 -> 92052 bytes .../src/security/security2.c.obj | Bin 95016 -> 95024 bytes .../src/transports/protocomm_console.c.obj | Bin 38404 -> 38408 bytes .../src/transports/protocomm_httpd.c.obj | Bin 52944 -> 52948 bytes .../esp-idf/protocomm/cmake_install.cmake | 2 +- blink/build/esp-idf/protocomm/libprotocomm.a | Bin 665170 -> 665258 bytes .../__idf_pthread.dir/pthread.c.obj | Bin 116116 -> 116124 bytes .../__idf_pthread.dir/pthread_cond_var.c.obj | Bin 41748 -> 41756 bytes .../pthread_local_storage.c.obj | Bin 29920 -> 29928 bytes .../__idf_pthread.dir/pthread_rwlock.c.obj | Bin 30248 -> 30256 bytes .../__idf_pthread.dir/pthread_semaphore.c.obj | Bin 21472 -> 21476 bytes .../build/esp-idf/pthread/cmake_install.cmake | 2 +- blink/build/esp-idf/pthread/libpthread.a | Bin 241880 -> 241916 bytes .../__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj | Bin 58136 -> 58144 bytes .../__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj | Bin 21200 -> 21208 bytes blink/build/esp-idf/rt/cmake_install.cmake | 2 +- blink/build/esp-idf/rt/librt.a | Bin 80012 -> 80028 bytes .../sd_pwr_ctrl/sd_pwr_ctrl.c.obj | Bin 7156 -> 7164 bytes .../__idf_sdmmc.dir/sdmmc_cmd.c.obj | Bin 109368 -> 109376 bytes .../__idf_sdmmc.dir/sdmmc_common.c.obj | Bin 86000 -> 86008 bytes .../__idf_sdmmc.dir/sdmmc_init.c.obj | Bin 35128 -> 35132 bytes .../CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj | Bin 103984 -> 103992 bytes .../__idf_sdmmc.dir/sdmmc_mmc.c.obj | Bin 72552 -> 72556 bytes .../CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj | Bin 139328 -> 139336 bytes blink/build/esp-idf/sdmmc/cmake_install.cmake | 2 +- blink/build/esp-idf/sdmmc/libsdmmc.a | Bin 556754 -> 556802 bytes .../__idf_soc.dir/dport_access_common.c.obj | Bin 5220 -> 5224 bytes .../__idf_soc.dir/esp32/adc_periph.c.obj | Bin 5696 -> 5704 bytes .../__idf_soc.dir/esp32/dac_periph.c.obj | Bin 3032 -> 3036 bytes .../__idf_soc.dir/esp32/dport_access.c.obj | Bin 5056 -> 5060 bytes .../__idf_soc.dir/esp32/emac_periph.c.obj | Bin 13888 -> 13896 bytes .../__idf_soc.dir/esp32/gpio_periph.c.obj | Bin 6796 -> 6804 bytes .../__idf_soc.dir/esp32/i2c_periph.c.obj | Bin 6240 -> 6248 bytes .../__idf_soc.dir/esp32/i2s_periph.c.obj | Bin 6688 -> 6696 bytes .../__idf_soc.dir/esp32/interrupts.c.obj | Bin 7452 -> 7460 bytes .../__idf_soc.dir/esp32/lcd_periph.c.obj | Bin 7572 -> 7576 bytes .../__idf_soc.dir/esp32/ledc_periph.c.obj | Bin 6068 -> 6076 bytes .../__idf_soc.dir/esp32/mcpwm_periph.c.obj | Bin 6912 -> 6916 bytes .../__idf_soc.dir/esp32/mpi_periph.c.obj | Bin 6180 -> 6188 bytes .../__idf_soc.dir/esp32/pcnt_periph.c.obj | Bin 6488 -> 6492 bytes .../esp32/power_supply_periph.c.obj | Bin 6036 -> 6044 bytes .../__idf_soc.dir/esp32/rmt_periph.c.obj | Bin 6016 -> 6024 bytes .../__idf_soc.dir/esp32/rtc_io_periph.c.obj | Bin 7804 -> 7812 bytes .../esp32/sdio_slave_periph.c.obj | Bin 6344 -> 6348 bytes .../__idf_soc.dir/esp32/sdm_periph.c.obj | Bin 2548 -> 2552 bytes .../__idf_soc.dir/esp32/sdmmc_periph.c.obj | Bin 8420 -> 8428 bytes .../__idf_soc.dir/esp32/spi_periph.c.obj | Bin 21724 -> 21728 bytes .../__idf_soc.dir/esp32/timer_periph.c.obj | Bin 7340 -> 7348 bytes .../esp32/touch_sensor_periph.c.obj | Bin 2312 -> 2316 bytes .../__idf_soc.dir/esp32/twai_periph.c.obj | Bin 7708 -> 7716 bytes .../__idf_soc.dir/esp32/uart_periph.c.obj | Bin 6532 -> 6540 bytes .../__idf_soc.dir/esp32/wdt_periph.c.obj | Bin 2160 -> 2164 bytes .../soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj | Bin 8964 -> 8972 bytes blink/build/esp-idf/soc/cmake_install.cmake | 2 +- blink/build/esp-idf/soc/libsoc.a | Bin 190370 -> 190542 bytes .../__idf_spi_flash.dir/cache_utils.c.obj | Bin 34040 -> 34044 bytes .../__idf_spi_flash.dir/esp_flash_api.c.obj | Bin 145300 -> 145304 bytes .../esp_flash_spi_init.c.obj | Bin 73040 -> 73044 bytes .../flash_brownout_hook.c.obj | Bin 6892 -> 6896 bytes .../__idf_spi_flash.dir/flash_mmap.c.obj | Bin 43524 -> 43532 bytes .../__idf_spi_flash.dir/flash_ops.c.obj | Bin 15664 -> 15672 bytes .../memspi_host_driver.c.obj | Bin 54584 -> 54592 bytes .../spi_flash_chip_boya.c.obj | Bin 16572 -> 16576 bytes .../spi_flash_chip_drivers.c.obj | Bin 16996 -> 17000 bytes .../spi_flash_chip_gd.c.obj | Bin 24072 -> 24080 bytes .../spi_flash_chip_generic.c.obj | Bin 97068 -> 97076 bytes .../spi_flash_chip_issi.c.obj | Bin 19576 -> 19580 bytes .../spi_flash_chip_mxic.c.obj | Bin 21380 -> 21388 bytes .../spi_flash_chip_mxic_opi.c.obj | Bin 52688 -> 52696 bytes .../spi_flash_chip_th.c.obj | Bin 16540 -> 16548 bytes .../spi_flash_chip_winbond.c.obj | Bin 36520 -> 36524 bytes .../spi_flash_os_func_app.c.obj | Bin 44440 -> 44444 bytes .../spi_flash_os_func_noos.c.obj | Bin 18720 -> 18724 bytes .../__idf_spi_flash.dir/spi_flash_wrap.c.obj | Bin 2280 -> 2288 bytes .../esp-idf/spi_flash/cmake_install.cmake | 2 +- blink/build/esp-idf/spi_flash/libspi_flash.a | Bin 747044 -> 747156 bytes .../__idf_spiffs.dir/esp_spiffs.c.obj | Bin 148432 -> 148440 bytes .../spiffs/src/spiffs_cache.c.obj | Bin 37380 -> 37388 bytes .../spiffs/src/spiffs_check.c.obj | Bin 89748 -> 89756 bytes .../spiffs/src/spiffs_gc.c.obj | Bin 58896 -> 58904 bytes .../spiffs/src/spiffs_hydrogen.c.obj | Bin 162072 -> 162076 bytes .../spiffs/src/spiffs_nucleus.c.obj | Bin 211272 -> 211280 bytes .../__idf_spiffs.dir/spiffs_api.c.obj | Bin 25680 -> 25684 bytes .../build/esp-idf/spiffs/cmake_install.cmake | 2 +- blink/build/esp-idf/spiffs/libspiffs.a | Bin 736414 -> 736462 bytes .../__idf_tcp_transport.dir/transport.c.obj | Bin 55160 -> 55168 bytes .../transport_internal.c.obj | Bin 15536 -> 15544 bytes .../transport_socks_proxy.c.obj | Bin 50620 -> 50628 bytes .../transport_ssl.c.obj | Bin 103344 -> 103348 bytes .../transport_ws.c.obj | Bin 146672 -> 146680 bytes .../esp-idf/tcp_transport/cmake_install.cmake | 2 +- .../esp-idf/tcp_transport/libtcp_transport.a | Bin 374296 -> 374332 bytes blink/build/esp-idf/ulp/cmake_install.cmake | 2 +- .../port/esp/unity_utils_memory_esp.c.obj | Bin 10792 -> 10796 bytes .../__idf_unity.dir/unity/src/unity.c.obj | Bin 182872 -> 182880 bytes .../__idf_unity.dir/unity_compat.c.obj | Bin 4616 -> 4620 bytes .../__idf_unity.dir/unity_port_esp32.c.obj | Bin 19992 -> 20000 bytes .../__idf_unity.dir/unity_runner.c.obj | Bin 44588 -> 44592 bytes .../__idf_unity.dir/unity_utils_cache.c.obj | Bin 6116 -> 6124 bytes .../unity_utils_freertos.c.obj | Bin 18552 -> 18556 bytes .../__idf_unity.dir/unity_utils_memory.c.obj | Bin 16444 -> 16448 bytes blink/build/esp-idf/unity/cmake_install.cmake | 2 +- blink/build/esp-idf/unity/libunity.a | Bin 306572 -> 306616 bytes blink/build/esp-idf/usb/cmake_install.cmake | 2 +- .../vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj | Bin 45476 -> 45484 bytes .../vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj | Bin 254120 -> 254124 bytes .../__idf_vfs.dir/vfs_eventfd.c.obj | Bin 59688 -> 59692 bytes .../__idf_vfs.dir/vfs_semihost.c.obj | Bin 129760 -> 129764 bytes blink/build/esp-idf/vfs/cmake_install.cmake | 2 +- blink/build/esp-idf/vfs/libvfs.a | Bin 491278 -> 491298 bytes .../Partition.cpp.obj | Bin 28744 -> 28752 bytes .../SPI_Flash.cpp.obj | Bin 36152 -> 36160 bytes .../WL_Ext_Perf.cpp.obj | Bin 40804 -> 40808 bytes .../WL_Ext_Safe.cpp.obj | Bin 43824 -> 43828 bytes .../__idf_wear_levelling.dir/WL_Flash.cpp.obj | Bin 146980 -> 146988 bytes .../__idf_wear_levelling.dir/crc32.cpp.obj | Bin 4712 -> 4720 bytes .../wear_levelling.cpp.obj | Bin 42464 -> 42468 bytes .../wear_levelling/cmake_install.cmake | 2 +- .../wear_levelling/libwear_levelling.a | Bin 346852 -> 346896 bytes .../proto-c/wifi_config.pb-c.c.obj | Bin 86972 -> 86976 bytes .../proto-c/wifi_constants.pb-c.c.obj | Bin 37332 -> 37340 bytes .../proto-c/wifi_ctrl.pb-c.c.obj | Bin 60420 -> 60428 bytes .../proto-c/wifi_scan.pb-c.c.obj | Bin 95584 -> 95588 bytes .../src/handlers.c.obj | Bin 44324 -> 44328 bytes .../src/manager.c.obj | Bin 246076 -> 246084 bytes .../src/scheme_console.c.obj | Bin 23136 -> 23140 bytes .../src/scheme_softap.c.obj | Bin 39464 -> 39468 bytes .../src/wifi_config.c.obj | Bin 48776 -> 48784 bytes .../src/wifi_ctrl.c.obj | Bin 31648 -> 31656 bytes .../src/wifi_scan.c.obj | Bin 53604 -> 53608 bytes .../wifi_provisioning/cmake_install.cmake | 2 +- .../wifi_provisioning/libwifi_provisioning.a | Bin 774664 -> 774728 bytes .../src/crypto/crypto_mbedtls-bignum.c.obj | Bin 44656 -> 44664 bytes .../src/crypto/crypto_mbedtls-ec.c.obj | Bin 156968 -> 156976 bytes .../src/crypto/crypto_mbedtls-rsa.c.obj | Bin 51828 -> 51836 bytes .../src/crypto/crypto_mbedtls.c.obj | Bin 82836 -> 82844 bytes .../src/crypto/fastpbkdf2.c.obj | Bin 28344 -> 28348 bytes .../src/crypto/tls_mbedtls.c.obj | Bin 109220 -> 109224 bytes .../esp_supplicant/src/esp_common.c.obj | Bin 49744 -> 49752 bytes .../esp_supplicant/src/esp_eap_client.c.obj | Bin 152948 -> 152952 bytes .../esp_supplicant/src/esp_hostap.c.obj | Bin 84944 -> 84952 bytes .../esp_supplicant/src/esp_owe.c.obj | Bin 15760 -> 15768 bytes .../src/esp_wpa2_api_port.c.obj | Bin 27876 -> 27880 bytes .../esp_supplicant/src/esp_wpa3.c.obj | Bin 107768 -> 107776 bytes .../esp_supplicant/src/esp_wpa_main.c.obj | Bin 93560 -> 93568 bytes .../esp_supplicant/src/esp_wpas_glue.c.obj | Bin 27808 -> 27816 bytes .../esp_supplicant/src/esp_wps.c.obj | Bin 234476 -> 234480 bytes .../__idf_wpa_supplicant.dir/port/eloop.c.obj | Bin 73904 -> 73912 bytes .../port/os_xtensa.c.obj | Bin 9964 -> 9972 bytes .../src/ap/ap_config.c.obj | Bin 35664 -> 35672 bytes .../src/ap/comeback_token.c.obj | Bin 20516 -> 20524 bytes .../src/ap/ieee802_11.c.obj | Bin 88988 -> 88996 bytes .../src/ap/ieee802_1x.c.obj | Bin 56988 -> 56996 bytes .../src/ap/pmksa_cache_auth.c.obj | Bin 38852 -> 38856 bytes .../src/ap/sta_info.c.obj | Bin 47064 -> 47068 bytes .../src/ap/wpa_auth.c.obj | Bin 209968 -> 209976 bytes .../src/ap/wpa_auth_ie.c.obj | Bin 72624 -> 72628 bytes .../src/common/dragonfly.c.obj | Bin 33216 -> 33220 bytes .../src/common/ieee802_11_common.c.obj | Bin 45740 -> 45748 bytes .../src/common/sae.c.obj | Bin 281980 -> 281984 bytes .../src/common/sae_pk.c.obj | Bin 79848 -> 79852 bytes .../src/common/wpa_common.c.obj | Bin 106096 -> 106104 bytes .../src/crypto/aes-ccm.c.obj | Bin 27848 -> 27856 bytes .../src/crypto/aes-gcm.c.obj | Bin 38016 -> 38024 bytes .../src/crypto/aes-siv.c.obj | Bin 28500 -> 28504 bytes .../src/crypto/aes-unwrap.c.obj | Bin 9316 -> 9324 bytes .../src/crypto/aes-wrap.c.obj | Bin 8840 -> 8848 bytes .../src/crypto/ccmp.c.obj | Bin 39668 -> 39672 bytes .../src/crypto/crypto_ops.c.obj | Bin 11780 -> 11784 bytes .../src/crypto/des-internal.c.obj | Bin 49856 -> 49864 bytes .../src/crypto/dh_group5.c.obj | Bin 8396 -> 8404 bytes .../src/crypto/dh_groups.c.obj | Bin 19768 -> 19772 bytes .../src/crypto/md4-internal.c.obj | Bin 23416 -> 23424 bytes .../src/crypto/ms_funcs.c.obj | Bin 42044 -> 42048 bytes .../src/crypto/rc4.c.obj | Bin 8072 -> 8080 bytes .../src/crypto/sha1-prf.c.obj | Bin 8444 -> 8452 bytes .../src/crypto/sha1-tlsprf.c.obj | Bin 10716 -> 10720 bytes .../src/crypto/sha1-tprf.c.obj | Bin 8644 -> 8648 bytes .../src/crypto/sha256-kdf.c.obj | Bin 9680 -> 9684 bytes .../src/crypto/sha256-prf.c.obj | Bin 12320 -> 12324 bytes .../src/crypto/sha256-tlsprf.c.obj | Bin 8212 -> 8216 bytes .../src/crypto/sha384-prf.c.obj | Bin 12324 -> 12328 bytes .../src/crypto/sha384-tlsprf.c.obj | Bin 8212 -> 8216 bytes .../src/eap_common/eap_wsc_common.c.obj | Bin 8340 -> 8344 bytes .../src/eap_peer/chap.c.obj | Bin 5340 -> 5348 bytes .../src/eap_peer/eap.c.obj | Bin 104300 -> 104308 bytes .../src/eap_peer/eap_common.c.obj | Bin 26168 -> 26176 bytes .../src/eap_peer/eap_fast.c.obj | Bin 246760 -> 246764 bytes .../src/eap_peer/eap_fast_common.c.obj | Bin 28012 -> 28020 bytes .../src/eap_peer/eap_fast_pac.c.obj | Bin 109488 -> 109492 bytes .../src/eap_peer/eap_mschapv2.c.obj | Bin 78660 -> 78664 bytes .../src/eap_peer/eap_peap.c.obj | Bin 132624 -> 132632 bytes .../src/eap_peer/eap_peap_common.c.obj | Bin 8864 -> 8868 bytes .../src/eap_peer/eap_tls.c.obj | Bin 35884 -> 35888 bytes .../src/eap_peer/eap_tls_common.c.obj | Bin 93380 -> 93384 bytes .../src/eap_peer/eap_ttls.c.obj | Bin 152544 -> 152548 bytes .../src/eap_peer/mschapv2.c.obj | Bin 12780 -> 12784 bytes .../src/rsn_supp/pmksa_cache.c.obj | Bin 49176 -> 49180 bytes .../src/rsn_supp/wpa.c.obj | Bin 253004 -> 253008 bytes .../src/rsn_supp/wpa_ie.c.obj | Bin 55228 -> 55232 bytes .../src/utils/base64.c.obj | Bin 25796 -> 25800 bytes .../src/utils/bitfield.c.obj | Bin 12712 -> 12716 bytes .../src/utils/common.c.obj | Bin 66184 -> 66192 bytes .../src/utils/ext_password.c.obj | Bin 5052 -> 5060 bytes .../src/utils/json.c.obj | Bin 63756 -> 63760 bytes .../src/utils/uuid.c.obj | Bin 12184 -> 12192 bytes .../src/utils/wpa_debug.c.obj | Bin 10648 -> 10652 bytes .../src/utils/wpabuf.c.obj | Bin 29708 -> 29712 bytes .../src/wps/wps.c.obj | Bin 75764 -> 75768 bytes .../src/wps/wps_attr_build.c.obj | Bin 113576 -> 113580 bytes .../src/wps/wps_attr_parse.c.obj | Bin 62768 -> 62772 bytes .../src/wps/wps_attr_process.c.obj | Bin 39968 -> 39976 bytes .../src/wps/wps_common.c.obj | Bin 68080 -> 68084 bytes .../src/wps/wps_dev_attr.c.obj | Bin 76904 -> 76912 bytes .../src/wps/wps_enrollee.c.obj | Bin 144884 -> 144892 bytes .../wpa_supplicant/cmake_install.cmake | 2 +- .../wpa_supplicant/libwpa_supplicant.a | Bin 5100402 -> 5100890 bytes .../CMakeFiles/__idf_xtensa.dir/eri.c.obj | Bin 4404 -> 4408 bytes .../CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj | Bin 8784 -> 8788 bytes .../__idf_xtensa.dir/xtensa_context.S.obj | Bin 7748 -> 7756 bytes .../__idf_xtensa.dir/xtensa_intr.c.obj | Bin 13488 -> 13492 bytes .../__idf_xtensa.dir/xtensa_intr_asm.S.obj | Bin 7648 -> 7656 bytes .../__idf_xtensa.dir/xtensa_vectors.S.obj | Bin 22636 -> 22644 bytes .../build/esp-idf/xtensa/cmake_install.cmake | 2 +- blink/build/esp-idf/xtensa/libxtensa.a | Bin 66354 -> 66390 bytes blink/build/gdbinit/gdbinit | 4 +- blink/build/gdbinit/symbols | 4 +- blink/build/ldgen_libraries | 320 +- ...tput_86311 => idf_py_stderr_output_102908} | 0 ...tput_89898 => idf_py_stderr_output_103307} | 0 ...tput_90583 => idf_py_stderr_output_103692} | 0 blink/build/log/idf_py_stderr_output_93795 | 1 - blink/build/log/idf_py_stderr_output_95437 | 1 - ...utput_86024 => idf_py_stderr_output_98106} | 2 +- ...utput_93570 => idf_py_stderr_output_98368} | 0 ...tput_95437 => idf_py_stdout_output_102908} | 34 +- blink/build/log/idf_py_stdout_output_103307 | 59 + blink/build/log/idf_py_stdout_output_103692 | 59 + blink/build/log/idf_py_stdout_output_89898 | 138 - blink/build/log/idf_py_stdout_output_90583 | 60 - blink/build/log/idf_py_stdout_output_93570 | 19 - blink/build/log/idf_py_stdout_output_93795 | 17 - ...utput_86024 => idf_py_stdout_output_98106} | 20 +- ...utput_86311 => idf_py_stdout_output_98368} | 1961 +++--- blink/build/project_description.json | 200 +- blink/build/x509_crt_bundle.S | 2 +- blink/main/main.c | 4 +- 1321 files changed, 10643 insertions(+), 10569 deletions(-) rename blink/build/log/{idf_py_stderr_output_86311 => idf_py_stderr_output_102908} (100%) rename blink/build/log/{idf_py_stderr_output_89898 => idf_py_stderr_output_103307} (100%) rename blink/build/log/{idf_py_stderr_output_90583 => idf_py_stderr_output_103692} (100%) delete mode 100644 blink/build/log/idf_py_stderr_output_93795 delete mode 100644 blink/build/log/idf_py_stderr_output_95437 rename blink/build/log/{idf_py_stderr_output_86024 => idf_py_stderr_output_98106} (70%) rename blink/build/log/{idf_py_stderr_output_93570 => idf_py_stderr_output_98368} (100%) rename blink/build/log/{idf_py_stdout_output_95437 => idf_py_stdout_output_102908} (62%) create mode 100644 blink/build/log/idf_py_stdout_output_103307 create mode 100644 blink/build/log/idf_py_stdout_output_103692 delete mode 100644 blink/build/log/idf_py_stdout_output_89898 delete mode 100644 blink/build/log/idf_py_stdout_output_90583 delete mode 100644 blink/build/log/idf_py_stdout_output_93570 delete mode 100644 blink/build/log/idf_py_stdout_output_93795 rename blink/build/log/{idf_py_stdout_output_86024 => idf_py_stdout_output_98106} (81%) rename blink/build/log/{idf_py_stdout_output_86311 => idf_py_stdout_output_98368} (63%) diff --git a/blink/Makefile b/blink/Makefile index 62ffaaf..ebedf8a 100644 --- a/blink/Makefile +++ b/blink/Makefile @@ -12,3 +12,6 @@ monitor: clean: . $(IDF_PATH)/export.sh && idf.py clean + +fullclean: + . $(IDF_PATH)/export.sh && idf.py fullclean diff --git a/blink/build/.bin_timestamp b/blink/build/.bin_timestamp index b4965c3..cbd3e0a 100644 --- a/blink/build/.bin_timestamp +++ b/blink/build/.bin_timestamp @@ -1 +1 @@ -626098f370f041c920fd188dff3afb0b /home/nik/repos/esp32/build/blink.bin +6cd00dc384f5246c291190951119460f /home/nik/repos/esp32/blink/build/blink.bin diff --git a/blink/build/.ninja_deps b/blink/build/.ninja_deps index 1f661111fb0040183965372fe392135f6ba38be2..36c59408d6a1c78b774dcf0b8cd0db820db8b6bf 100644 GIT binary patch literal 703352 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 AhyVZp literal 702900 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 Z2Hp9{>yGu;1Jj0H_TGm6`pEa!{{z)w@+$xU diff --git a/blink/build/.ninja_log b/blink/build/.ninja_log index 9a2fd08..c8bf761 100644 --- a/blink/build/.ninja_log +++ b/blink/build/.ninja_log @@ -1,1109 +1,1125 @@ # ninja log v7 -19 24 1763348559932795214 project_elf_src_esp32.c fc827838630f0ccb -19 24 1763348559932795214 /home/nik/repos/esp32/build/project_elf_src_esp32.c fc827838630f0ccb -18 31 1763348559939462040 esp-idf/esp_system/ld/memory.ld c76595d7b7869052 -18 31 1763348559939462040 /home/nik/repos/esp32/build/esp-idf/esp_system/ld/memory.ld c76595d7b7869052 -18 31 1763348559939462040 esp-idf/esp_system/ld/sections.ld.in d4cfe2772c19f7ee -18 31 1763348559939462040 /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld.in d4cfe2772c19f7ee -33 122 1763348559942795453 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj e1d8676c94ff4c82 -33 125 1763348559942795453 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 8d593c02ebd92520 -32 133 1763348559942795453 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj ac4582e2b4f5d3d -19 135 1763348559962795928 partition_table/partition-table.bin b2ad1aaa4be8e54f -19 135 1763348559962795928 /home/nik/repos/esp32/build/partition_table/partition-table.bin b2ad1aaa4be8e54f -32 136 1763348559942795453 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj fb2897df6f86a954 -38 174 1763348559946128865 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj f4dc8cb4bcd8a197 -37 176 1763348559946128865 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj a3e920bc1165b840 -32 180 1763348559942795453 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 466222a151170a72 -136 185 1763348560046131243 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj 7009ae510a4d9299 -33 193 1763348559942795453 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 4788ea45dd59511d -136 197 1763348560046131243 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj c9b11be41336dcc6 -32 202 1763348559942795453 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 5662d998015867d9 -133 206 1763348560042797831 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj 6d152e046d1d2e15 -32 223 1763348559939462040 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj e85048eb9d6a3463 -33 240 1763348559942795453 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj 5a5ff933d451a598 -32 242 1763348559942795453 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj e184c2b976608f07 -125 244 1763348560036131006 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj d2c494262fc72578 -206 249 1763348560116132907 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj 95638375126e37fd -197 251 1763348560106132670 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj eef8d72474f197d6 -122 265 1763348560032797592 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj 587f895d8cee8bec -32 267 1763348559942795453 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 4fd4b1832b343a3c -33 283 1763348559942795453 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 740cc040ec0db85a -177 301 1763348560086132194 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj f1b60b0aa386a1b0 -203 304 1763348560112799496 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj d9652352f9a54fec -180 305 1763348560089465608 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj c35c21e14f41f307 -31 310 1763348559939462040 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 2ef4c9814a07ac85 -186 311 1763348560096132433 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj 17ac9a0345ab3539 -251 317 1763348560159467271 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj e48bdf152c7374a9 -310 332 1763348560219468698 esp-idf/esp_https_ota/libesp_https_ota.a eace007ce1b58d38 -38 340 1763348559946128865 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 3caebabf19773201 -174 352 1763348560082798782 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj 48f937fec800b219 -335 366 1763348560246136000 esp-idf/esp_http_server/libesp_http_server.a f79aef686825f1f2 -249 387 1763348560159467271 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj 30cf7ff28f10ac29 -245 435 1763348560156133860 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj 745b17a428729116 -318 445 1763348560226135524 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj 78406a31eb9646c9 -243 467 1763348560152800446 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj 32d2524b016bf1a0 -366 476 1763348560276136714 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj 747cec4c9ec6a554 -223 477 1763348560132799972 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj 7429a20180e36bd6 -195 480 1763348560106132670 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 49ab60d8c8e227e2 -311 482 1763348560219468698 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj e4ea33fbb48d207d -32 498 1763348559942795453 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 594d328bbc723645 -498 517 1763348560406139804 esp-idf/esp_http_client/libesp_http_client.a 4d02af733e142fc -517 537 1763348560426140281 esp-idf/tcp_transport/libtcp_transport.a 8ec6a1ac60cacfc6 -387 553 1763348560296137188 esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj ca2e632ca66b86e8 -537 558 1763348560446140755 esp-idf/esp_adc/libesp_adc.a b111ede6adf0b7fe -265 569 1763348560176134334 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj bc8102d461c82a0a -559 583 1763348560469474645 esp-idf/esp-tls/libesp-tls.a 628413662ea93764 -352 619 1763348560262803063 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj f06cdcc22d6c4f58 -554 636 1763348560462807820 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj 81b39d4d4a442ff8 -476 646 1763348560386139328 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj d2c9795811bd8edb -340 651 1763348560249469412 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj 158286d138ebcd80 -304 653 1763348560212801873 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj 74e09303407be513 -482 657 1763348560392806154 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj 86d26b6f00279dc1 -477 666 1763348560386139328 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj 61f064aec35424df -569 671 1763348560479474882 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj 2343fcb0c49236f0 -267 685 1763348560176134334 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 870df4edacf479a -435 697 1763348560346138377 esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj 31e13804a68a3b88 -480 702 1763348560389472742 esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj 7740021ed0bf5be4 -583 713 1763348560492808533 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj 47067f30637680d3 -240 715 1763348560149467034 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj 936be1603a2a369b -698 718 1763348560606144562 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj 7632f864cb6ae0a4 -619 720 1763348560529476072 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_simple.c.obj e94898440e779e22 -715 730 1763348560626145036 esp-idf/http_parser/libhttp_parser.a f36d491b0c1e4eba -666 750 1763348560576143848 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj 1941ffb932017b4c -651 774 1763348560559476785 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj f454becfcf58cbb2 -283 790 1763348560192801398 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj 4fa615a1ba76c9b6 -305 804 1763348560216135287 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj a887bbbdafba9244 -301 814 1763348560209468461 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj ab035c345bf140 -653 821 1763348560562810198 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj be1b89dcd7425420 -672 829 1763348560582810673 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj ea4b5a70ba42bc28 -713 838 1763348560622811624 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj 283e3c7d4e31e59b -636 851 1763348560546143135 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj b8ab5c5660e070db -814 852 1763348560722814002 esp-idf/driver/libdriver.a 632f2ee40b27492b -719 858 1763348560629478450 esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj f4b3ccdcf3a6195b -829 874 1763348560739481066 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj 85013c6806840a1a -657 878 1763348560566143609 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj 600a4026ea99a22e -852 882 1763348560762814954 esp-idf/esp_driver_twai/libesp_driver_twai.a 10601027a056e494 -775 899 1763348560682813051 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj 682bbc284cb0874d -702 909 1763348560612811387 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj d5015b24fcb1df78 -750 929 1763348560659479163 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj ee1ed1c4a03e623 -730 939 1763348560639478687 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj 11bbc7f40192f6d4 -646 952 1763348560556143372 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj da2e573d50303128 -468 965 1763348560376139091 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj b1d382eddf790d1 -804 972 1763348560712813765 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj f59aa8845eda954c -874 978 1763348560782815429 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj 24b096adbbe2855b -790 979 1763348560699480114 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 3d7fc66d49251afd -685 987 1763348560596144323 esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj 6e566a6256b29513 -445 987 1763348560356138615 esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj 54b8b2ba8d826593 -989 1007 1763348560899484871 esp-idf/esp_driver_ledc/libesp_driver_ledc.a d0f170c8e001cf1a -882 1019 1763348560792815668 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj 77c65ccb3507b739 -1007 1024 1763348560916151933 esp-idf/esp_driver_i2c/libesp_driver_i2c.a 86b477a88fecb4 -851 1028 1763348560759481540 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj 8575aa019b9964a0 -899 1032 1763348560809482730 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj b62a5a8776da7fb8 -821 1040 1763348560729480827 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj c4b05cda06bcaf97 -1024 1044 1763348560932818996 esp-idf/esp_driver_sdm/libesp_driver_sdm.a f4b0c75cd9bd7f9f -1028 1053 1763348560939485821 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj 962a07ade104bb2c -1032 1064 1763348560942819235 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj 1b3545879b1e64f3 -987 1075 1763348560896151457 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 8b84ef435786dac3 -1044 1083 1763348560952819472 esp-idf/esp_driver_rmt/libesp_driver_rmt.a 78a13b4198438098 -910 1087 1763348560819482967 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj f4241971a8f3fec9 -979 1092 1763348560889484633 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 4f1b9dd9cdab5515 -720 1095 1763348560629478450 esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj 628de4ec090a2f86 -859 1114 1763348560769481779 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj 9271039142633995 -1083 1117 1763348560992820423 esp-idf/esp_driver_dac/libesp_driver_dac.a a97309dd521ae356 -1019 1130 1763348560929485584 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj b29a623b01154fe5 -1087 1133 1763348560996153837 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj d446146e27cb3a5 -952 1141 1763348560862817332 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj ea63f113a9d3150b -1117 1142 1763348561026154550 esp-idf/esp_driver_sdio/libesp_driver_sdio.a 2a0b52258f143487 -878 1146 1763348560786148842 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj 13e78deba3ade660 -1075 1149 1763348560986153599 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj 8b7a3bc7c47275c1 -1092 1158 1763348561002820662 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj 6fc4c4daa46cf35a -1143 1159 1763348561052821851 esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a 15fe82f8f9e84124 -1159 1175 1763348561069488913 esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a b8f2d8b04f1138ab -1095 1187 1763348561006154073 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b57f90f688d6a0b9 -939 1189 1763348560849483681 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj 6247db826560deee -1142 1193 1763348561052821851 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 870c223e590af91b -979 1195 1763348560889484633 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj 66b7b61ba09f0ea9 -1175 1197 1763348561082822564 esp-idf/sdmmc/libsdmmc.a eb859e54c866ddbf -838 1198 1763348560746147890 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj f9755e2e2b332431 -965 1202 1763348560876150983 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj 6884fe7a725cf79c -1189 1202 1763348561099489627 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 6f80f3318e746e8e -932 1218 1763348560842816856 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj 60a956f12b508494 -1149 1219 1763348561059488676 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/regulatory/esp_wifi_regulatory.c.obj f19cdce11f15fa0b -1198 1222 1763348561106156452 esp-idf/esp_driver_i2s/libesp_driver_i2s.a 515f5667d7d26c8 -1133 1222 1763348561042821612 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 1a68fc6a2ca48ba5 -1222 1243 1763348561132823753 esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a d501a0e1b12d0412 -1115 1249 1763348561022821138 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj ed9aa5706bfe07c -1194 1249 1763348561102823040 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj e69fcea708ffb513 -1187 1281 1763348561096156215 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj a53eb4b7f81ae3eb -1158 1285 1763348561066155502 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj d9bef45e4fef2fc0 -1130 1291 1763348561039488201 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj 4e9520565a687bed -972 1298 1763348560882817808 esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj 648a0998bedb8ab2 -1195 1309 1763348561106156452 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj 9dfc6110f71a7504 -1299 1314 1763348561209492244 esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a 9352bdb646574629 -1040 1319 1763348560949486060 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj 31a32bc0f29560f9 -1202 1322 1763348561112823277 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj 1593d5d96e83ddba -1053 1322 1763348560962819709 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj 4e132c5f93078a8e -1064 1323 1763348560972819948 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj 68e4b1e8831b43d3 -1146 1329 1763348561056155263 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj 93cb6d579219e635 -1314 1332 1763348561222825895 esp-idf/esp_gdbstub/libesp_gdbstub.a b2d54f606a8c14f4 -1202 1348 1763348561112823277 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 9c44f376312ea976 -1332 1352 1763348561242826371 esp-idf/esp_driver_spi/libesp_driver_spi.a 5dbd7fc994d82363 -1249 1362 1763348561159491055 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj 685976df5b390873 -1197 1366 1763348561106156452 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj 9d8f205cc5fc129f -1352 1374 1763348561262826847 esp-idf/esp_wifi/libesp_wifi.a 9315f055a962a033 -1222 1375 1763348561132823753 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj cddce021b82769fb -1243 1385 1763348561152824230 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj 12aa39eae39925ff -1219 1401 1763348561129490342 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj c939ffa1a395a934 -1285 1409 1763348561196158593 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 6eaf948220ab7b75 -1322 1412 1763348561232826132 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj ebc4e349f1102576 -1329 1416 1763348561239492957 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 73ef51e95c3509b4 -1309 1419 1763348561219492481 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj 705328a131b4c433 -1348 1428 1763348561256160022 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 5852c85b0ef75377 -1322 1431 1763348561232826132 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 85c719551eaaed23 -1249 1433 1763348561159491055 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj cd055465b97d2503 -1363 1457 1763348561272827084 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 8dcf55cc9ac8c78e -1374 1462 1763348561282827321 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj 364713dc768d3689 -1388 1469 1763348561299494386 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj a0d66e162880ef83 -1323 1483 1763348561232826132 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj ee258251dce6130b -1409 1500 1763348561319494861 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj b44018a8d1043d5b -1291 1501 1763348561199492007 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 5f27bd9556087d05 -1375 1506 1763348561286160735 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj 994acda415a49b78 -1412 1509 1763348561322828274 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj 4969acc95e02f46 -1366 1512 1763348561276160496 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj f2527c0573a7975 -1434 1517 1763348561342828750 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj 9c0b02f202cb7e0 -1428 1520 1763348561339495336 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj e3003b3d7ef2d761 -1402 1524 1763348561312828036 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj e6fb6b80797ae879 -1322 1532 1763348561232826132 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj b2ae671b5d814e5f -1419 1533 1763348561329495099 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj e99972b6ffb16e45 -1416 1554 1763348561326161685 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj a9e952cb3abad8e1 -1462 1565 1763348561372829462 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj a678cd892e6e6c5f -1432 1576 1763348561342828750 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj 86570812123e5871 -1500 1609 1763348561409497001 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 43e1274ff9a61dca -1502 1620 1763348561412830415 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj b6c7bba70f24aae9 -1520 1629 1763348561429497477 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 5f611f6017924c86 -1219 1636 1763348561129490342 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj 3447f6da5762253e -1469 1641 1763348561379496288 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 7c17070613f58cb0 -1512 1668 1763348561422830652 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 1f07d2c5e2591149 -1565 1669 1763348561476165255 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 1093957a5f8e6593 -1533 1673 1763348561442831128 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj cb662088081de743 -1457 1675 1763348561366162637 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 6d7487b71d449bd1 -1507 1697 1763348561416163826 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj ec53001cd67854a8 -1554 1719 1763348561462831604 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 370f4a9a0931fd9 -1281 1722 1763348561189491768 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj dcd04986202933b3 -1525 1722 1763348561432830891 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj 64b9c181e987288b -1609 1722 1763348561519499619 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj f1c6a2fd2463eebb -1637 1729 1763348561546166920 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj c7fc50fa3ac07889 -1484 1740 1763348561392829939 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 86a3f0f4be806d5e -1620 1752 1763348561529499856 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 942a297bec93d080 -1576 1775 1763348561486165492 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj 37c62699c40ed43f -1730 1777 1763348561639502473 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj ce4a639b880aa64a -1631 1779 1763348561539500095 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj a5cf2bf6206c851f -1509 1790 1763348561419497240 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj e43297e87d967d5f -1676 1791 1763348561586167870 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 6052c8c72278e254 -1642 1797 1763348561552833745 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 9b2fdd6d58496ade -1673 1809 1763348561582834459 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj a7cb1dd967b1f986 -1668 1830 1763348561579501045 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj a833f43ef7998721 -1698 1871 1763348561609501760 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj aa92181c5a5f38f -1719 1874 1763348561629502234 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj bb4182c2828bda93 -1752 1882 1763348561662836361 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj cc1eb5ef9bd9ec4a -1669 1890 1763348561579501045 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 40922e4a8d4c8ecd -1517 1896 1763348561426164065 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj be141f13cdc591a1 -1790 1901 1763348561699503900 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj 913a436856d6f89f -1775 1908 1763348561686170249 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj d7471f8bfc6dca07 -1722 1917 1763348561632835648 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj 727618a38e75c4ae -1740 1925 1763348561649502710 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj c8c8cdf983cd3401 -1535 1947 1763348561446164540 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj de08f4d185f0250b -1925 1959 1763348561832840405 esp-idf/esp_coex/libesp_coex.a 4b97a9cc87a29ccd -1722 1973 1763348561632835648 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj ff189abd30ca5267 -1809 1976 1763348561719504375 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj 8c824033449b52df -1830 1978 1763348561739504852 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj 4a10f0f107607888 -1779 1987 1763348561689503663 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj 5fc20a44d75df1aa -1901 1993 1763348561809506517 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 4a9dba9ac9e5a2b7 -1791 1996 1763348561699503900 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj 355310882a67aaab -1908 2003 1763348561819506754 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj ef3c21e1af71bda1 -1882 2018 1763348561792839454 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj da003a3452b0798b -1973 2019 1763348561882841594 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj d10f97ca5e5af7e1 -1797 2025 1763348561706170725 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj ff11e79ff030772b -1961 2031 1763348561869507943 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 7287eb8732b3f5f -1947 2033 1763348561856174293 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 8eb3e1e4a48f2807 -1722 2034 1763348561632835648 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj 72eb6f9511605a0c -1890 2038 1763348561799506278 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 5751c68874eee96c -1917 2040 1763348561826173579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b722200d6375de4 -1872 2041 1763348561782839215 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj ca952184fc35006c -1896 2057 1763348561806173103 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj 12b7aecc06b73901 -1987 2070 1763348561896175245 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj e2bebd08c5cc79c6 -1993 2088 1763348561902842070 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj e18d42d991fe96e5 -1996 2094 1763348561906175484 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj 1b8bdda4049254df -2031 2106 1763348561939509609 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 90ffa177ab878f5 -1978 2107 1763348561889508419 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj b871e37beb9db663 -2003 2115 1763348561912842307 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj e45b9d3a59b46174 -2033 2122 1763348561942843022 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj deefc9d8c24ebc2d -2034 2126 1763348561942843022 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj e04b9eaae0d9dc7b -1777 2136 1763348561686170249 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj 3302d25cb05b1990 -2018 2140 1763348561926175958 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj a9b0fc6f84d450db -2040 2146 1763348561949509848 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 4c4c1d47978f03bd -1876 2160 1763348561786172629 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj b0eb187151f5ecf4 -2038 2170 1763348561949509848 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 7b1fa06a420cad88 -2095 2187 1763348562006177862 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj 502aea926197f87f -2088 2189 1763348561999511037 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj add467f1d2284df -2070 2197 1763348561979510561 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 5d00bfe11c6784b7 -2126 2208 1763348562036178575 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 3a5a2098bcbfc7ea -2057 2208 1763348561966176910 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 7b4ce0b153b08fee -2019 2210 1763348561929509372 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj e480fbfb8d2959ba -2125 2219 1763348562036178575 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj e71aa4071a4f99d6 -2115 2226 1763348562026178338 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj eafe69732b24f2cb -2108 2231 1763348562016178099 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj af945da510a0f544 -2136 2241 1763348562046178814 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 557fd25f791ce7f -2161 2253 1763348562069512701 esp-idf/wpa_supplicant/libwpa_supplicant.a 719c0082bd363837 -2188 2258 1763348562099513416 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj b4b9ef2084d1008b -2189 2269 1763348562099513416 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 7efc6cba63a5d6ed -2226 2294 1763348562136180954 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 59daba6aacbea726 -2170 2331 1763348562079512940 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj bd62653e813f969d -2210 2336 1763348562119513892 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 625f636dd580b4a0 -2025 2352 1763348561936176197 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj 7e34970d5516a6fa -2254 2359 1763348562162848256 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj b59999832e6f0554 -2106 2379 1763348562016178099 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj 82749480b76127d2 -2294 2383 1763348562202849207 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj e799d29bbce23bae -2140 2387 1763348562049512226 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj d92d71c6f95d9969 -2146 2389 1763348562056179051 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj ff679ed2161eb030 -2258 2395 1763348562169515081 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj 77bf5d94daa51a92 -2337 2428 1763348562246183573 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj 37c8ebcee94a34a6 -2270 2434 1763348562179515320 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj f37db57373d307df -2219 2434 1763348562129514129 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 6d56d57ac1637401 -2352 2436 1763348562262850635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 22474210ad7b2079 -2331 2438 1763348562239516747 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj b101bb7d7e1a38a5 -2359 2444 1763348562269517460 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj e43843d2e433d4d6 -2208 2444 1763348562119513892 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj 415273f70fad0168 -2241 2461 1763348562149514605 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj a0526c11be35c180 -1976 2468 1763348561886175008 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj adc0d5d9d674de42 -2383 2482 1763348562292851350 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj a5971e2bca17042d -2379 2485 1763348562289517936 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 513ea0f5a1cb6274 -2395 2503 1763348562306185000 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 8fc1bcf2934b8374 -2208 2510 1763348562116180478 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj 7eb1b4fbb43b980d -2197 2511 1763348562106180242 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj fd5cd5fd7589b62c -2436 2516 1763348562346185952 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj ffb60db8358a2071 -2444 2517 1763348562352852777 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj aca69b972031c7c6 -2442 2532 1763348562352852777 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj 68434e9db33d6126 -2461 2534 1763348562369519840 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 1e6e53740e082900 -2468 2538 1763348562376186666 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 2c269a9f2e07600c -2392 2544 1763348562302851587 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 9d4eb6b353298522 -2434 2552 1763348562342852538 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 89f67f2c25999e87 -2235 2552 1763348562142847780 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 34ffbdd5dcc1d8f3 -2482 2562 1763348562392853728 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj b0fd19acc859eef7 -2485 2563 1763348562396187141 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj ab2a4c0f151d3cd2 -2444 2564 1763348562352852777 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj 3f9f4abde952b0fb -2041 2565 1763348561949509848 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b335d59319b6110 -2428 2568 1763348562336185713 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj 2ca44b2e9d68d2fa -2510 2578 1763348562419521029 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 5686e123f6db9751 -2503 2582 1763348562412854204 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj b29357db4c35e2d8 -2511 2588 1763348562419521029 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 8f8904aa255515e5 -2517 2588 1763348562426187854 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj 903d75b8194c6291 -2517 2595 1763348562426187854 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 29ea5272015d626d -2387 2609 1763348562296184761 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj 35f43d795a77ed80 -2544 2613 1763348562452855155 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 167bf542a052c2f4 -2532 2614 1763348562442854919 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj 7177de609017a98b -2538 2625 1763348562446188330 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj 11d1dfd16cfd5a5f -2534 2625 1763348562442854919 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 34ceabf7fe69c445 -2563 2630 1763348562472855631 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj 14488bb24e5b4f91 -2562 2631 1763348562472855631 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj e78e022b396159bf -2565 2633 1763348562476189045 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj c9032a688e0142c8 -2552 2635 1763348562462855394 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 8f6688dee74e5642 -2552 2636 1763348562462855394 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj a91380a7f9a3b976 -2564 2639 1763348562472855631 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj fadf7208e45f5161 -2578 2651 1763348562486189282 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 8975923b4373c -2569 2657 1763348562479522457 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 2844dd5f1f63acaf -2582 2658 1763348562492856107 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj c1190a48dbbadc8d -2588 2669 1763348562496189521 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj e14d5d67963d07da -2588 2673 1763348562496189521 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 93f499318008ef0 -2595 2698 1763348562502856346 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj a94bfafb28710957 -2627 2703 1763348562536190473 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj a4cd1d2361ecdec9 -2609 2708 1763348562519523408 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj 87c08ad3c9b3d3cb -2639 2711 1763348562549524123 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj 2c168258d13d2454 -2615 2712 1763348562522856822 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj 545c670231d461e -2632 2725 1763348562542857298 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj 232c9baa961eac35 -2698 2725 1763348562609525551 esp-idf/esp_netif/libesp_netif.a ac5de951710c79e2 -2630 2729 1763348562539523884 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj b060ad51c4d852b4 -2633 2729 1763348562542857298 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj 819a47accf2aa39a -2651 2733 1763348562559524360 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj f2563a94762d0352 -2669 2741 1763348562579524836 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj 33287f358ae73ba1 -2613 2744 1763348562522856822 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj 88b53ed8628681dd -2657 2753 1763348562566191185 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj c8b6f9375f3ed8ee -2625 2757 1763348562536190473 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj c4a4866bfebd20c7 -2636 2761 1763348562546190709 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj f22d1750cc4c9ff3 -2658 2763 1763348562566191185 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj 996b82142be7c503 -2729 2772 1763348562639526264 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj 3f189d3625367127 -2741 2776 1763348562649526503 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32/phy_init_data.c.obj 2220ec81d54851c4 -2725 2800 1763348562636192852 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj 39a98da691e7ca62 -2744 2806 1763348562652859914 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj f88601da9bcb0836 -2713 2815 1763348562622859201 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj 3875e607910cec07 -2638 2822 1763348562549524123 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj d28bc5e52fcd7e22 -2725 2824 1763348562632859438 esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj cf956c38cc98d492 -2729 2837 1763348562639526264 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj 809ee2b77f8b2e68 -2434 2849 1763348562342852538 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj fd29dccc370898d8 -2708 2855 1763348562616192376 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj 6da3547dcbabe000 -2673 2903 1763348562582858250 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj 2f34d63741d590a -2711 2922 1763348562619525788 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj 634653fc39e11948 -2849 2933 1763348562759529119 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj 4bc67804f20e5c22 -2733 2950 1763348562642859677 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj 42f532bef4f60abd -2903 2979 1763348562812863721 esp-idf/lwip/liblwip.a 5cb9f9761477aae -2933 2992 1763348562842864436 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj 66672ddd52cc203d -2855 3031 1763348562766195944 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj 3ae998371fbe576d -2950 3050 1763348562859531498 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_xts_aes.c.obj 5d762602f9c24cba -2979 3061 1763348562889532213 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 3eb99e34a7ac06b4 -2703 3081 1763348562612858962 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj ff81454c32830b82 -3081 3103 1763348562989534592 esp-idf/vfs/libvfs.a 56b5c86090012718 -3103 3131 1763348563012868480 esp-idf/esp_vfs_console/libesp_vfs_console.a cda3b7f973ff8088 -3031 3145 1763348562939533402 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 8f60cf2cb0e28bb2 -3131 3163 1763348563039535781 esp-idf/esp_phy/libesp_phy.a 267c25c8d018b7de -3061 3181 1763348562969534117 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_wakeup.c.obj 2368ef772854c9fd -2815 3190 1763348562722861581 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 467e6b3c6bb22db8 -2992 3223 1763348562902865864 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj c8d99cb26e3e12c4 -2822 3240 1763348562732861818 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj 57c05014f50fdacc -3240 3279 1763348563149538400 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj fca3b0b2569c4430 -3279 3350 1763348563189539351 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 7115e699bf6f0e44 -3224 3367 1763348563132871336 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj d654a007daba709b -3190 3380 1763348563099537210 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj 247a2e7eed27ec77 -3350 3399 1763348563259541017 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj 541c4ba8a3eac19a -3181 3460 1763348563089536971 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj f2d3b9a938a660b4 -3368 3479 1763348563279541493 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 2035d01854c17838 -3163 3490 1763348563072869909 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj c2caeccf71e24b93 -3399 3495 1763348563309542208 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj d063cea6059062a2 -3146 3499 1763348563056202845 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj 14e36a88d6546233 -3380 3506 1763348563289541732 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj c62d11d81ada5ac7 -3479 3593 1763348563389544111 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj 967ab6b04d900888 -3499 3603 1763348563409544588 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj b9f6c869c4b49514 -3495 3654 1763348563406211174 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj f168eb868a27b79f -3506 3655 1763348563416211413 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj c0a9da247580c8a7 -3603 3662 1763348563512880380 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj a525c219bc014214 -3593 3716 1763348563502880141 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj 84bdfd07da8ff371 -3490 3729 1763348563399544349 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 71e95c2e295c8614 -3655 3730 1763348563566214982 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj 2531358d48bf798e -3655 3735 1763348563562881570 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj 991229ace6cbad9c -3663 3744 1763348563572881807 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj 5880f59242049c2e -3729 3780 1763348563639550062 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/poll.c.obj cb57c972bb9fd0a9 -3050 3782 1763348562959533878 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj 98bd5d436af8822f -3730 3801 1763348563639550062 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj 6a6c669a4954d96f -3745 3803 1763348563656217124 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj 29929638bacf4b40 -3736 3808 1763348563646216887 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj ce5e88e05b9d935f -3780 3819 1763348563689551252 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/termios.c.obj b47443876de3f3c -3716 3864 1763348563626216411 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj 4d66e79c239e601c -3462 3878 1763348563372877049 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 8439b0b048d60690 -3803 3880 1763348563712885139 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj 30633a40889c2680 -3809 3885 1763348563719551965 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj 3d7d3e446c5909b2 -3819 3907 1763348563729552203 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj 5b05dc88ae9d1fec -3864 3910 1763348563772886568 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/syscalls.c.obj 7dccb19a5725b13f -3885 3930 1763348563796220456 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj d17c72091ceb1e88 -3782 3951 1763348563692884663 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj 120716e9359ceb0 -3801 3959 1763348563709551728 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj 4c15ee39d4941c4d -3878 3960 1763348563789553630 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_syscalls.c.obj e05b20826e6093ae -3907 3975 1763348563816220933 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj 6756ea48a7cbdfe5 -3882 3976 1763348563792887044 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj 7dc8b1a5b5839b8b -3910 3980 1763348563819554345 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/newlib_init.c.obj e76365a0a5738b8b -3930 4002 1763348563839554820 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj e2dfbdbd11717590 -3960 4020 1763348563869555535 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj b8ff88da016aabb7 -3959 4031 1763348563869555535 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj 7949cea71f8da86f -3975 4044 1763348563886222599 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj be05068fcf630958 -3951 4051 1763348563859555296 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj d2c332ffba90d53 -4052 4090 1763348563962891090 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj 6e2acd2808a0ed6b -4020 4138 1763348563929556962 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj d096275bdc036526 -4090 4153 1763348563999558628 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj b8a3bf7673864956 -4002 4173 1763348563912889900 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj 2ba096a0f4f2eacf -4031 4190 1763348563939557201 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj ca8aab04e0625a00 -3976 4209 1763348563886222599 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj 9c6f94ff067e921b -4153 4213 1763348564062893470 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj 3d73ef9cfe05ee89 -4138 4232 1763348564046226406 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj 8570f6cedaa554a1 -4173 4252 1763348564082893945 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj 4bc3680b3bce6623 -4044 4255 1763348563952890851 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj ca66a5f9baae4ca0 -4232 4265 1763348564142895374 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 285cc3f40bc69d3a -4190 4281 1763348564099561009 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj 55cd1b75633045f6 -4213 4282 1763348564122894899 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj f984a799390ca658 -4252 4299 1763348564162895850 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 79df04d49b35cb34 -4209 4312 1763348564119561485 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj f526101334c29113 -4255 4370 1763348564166229263 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 7cb94a3e3aa3938 -2837 4379 1763348562746195468 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj d7102f5df03454bc -4282 4387 1763348564192896564 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj 63091c2883ecb849 -2761 4389 1763348562669526978 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj c92526a89dd1ff0c -4370 4399 1763348564279565295 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj b1a53c42c29eea33 -4265 4411 1763348564172896088 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj 2f5cdaffbf090a51 -4299 4411 1763348564209563627 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj 7b7f581184e26d49 -4389 4434 1763348564299565770 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj 70ef8010eaf67573 -2772 4440 1763348562682860629 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 13154c59dce694af -4312 4452 1763348564222897278 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj 46d19ab7fa982f3e -2800 4458 1763348562709527930 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 48c5ada26bb5fe45 -4411 4466 1763348564319566246 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj dd702d8253ecf692 -4399 4469 1763348564309566009 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj 80e674f420c8996e -4387 4473 1763348564296232357 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj 8926ad2750be9696 -2758 4480 1763348562666193565 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 2ab03171bc9bbead -3982 4486 1763348563892889424 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 643d9583b6eb6fd3 -4284 4494 1763348564192896564 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj ddaddb8a31ec4886 -4413 4498 1763348564322899660 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj d9b1bf2de8f2598 -2806 4510 1763348562716194755 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 3c7cdf76dbd5df5e -4495 4512 1763348564402901563 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 5a63dce3ac63afa -4382 4515 1763348564292898945 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj c6104de9a5c6b4c4 -4498 4524 1763348564406234977 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj 27e26bd34e5cc6ce -4458 4530 1763348564366234024 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_utils.c.obj 6da218930a008d46 -2922 4533 1763348562832864197 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj 4a71fc76435840de -4480 4539 1763348564389567913 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj f32b5dbff81737bb -4466 4561 1763348564376234263 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj 78d9a616dd871373 -2825 4561 1763348562732861818 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj bc02a8f3c168242f -4471 4569 1763348564379567674 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj 4b45785452e01fe9 -4473 4572 1763348564382901088 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b6fbb7aa10aa9824 -4440 4578 1763348564349566960 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj d01d8144ec08b69 -4434 4580 1763348564342900135 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj b69bf744d0c93c68 -4512 4591 1763348564422902039 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj 543ac0082a52bb91 -4524 4594 1763348564432902277 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning/mspi_timing_tuning.c.obj 4f0c5b56f4ef8a79 -4515 4597 1763348564426235452 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj 9e9a08cac9a1a1a6 -4454 4619 1763348564362900612 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj 2e112e39804440e5 -2764 4630 1763348562672860390 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b410c82ae02c66da -2776 4638 1763348562686194041 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj c3c6e3f5d182c2c4 -4530 4645 1763348564439569103 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj b9127b19b5b5df18 -4591 4646 1763348564499570531 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj a3680a8e8795478c -4539 4648 1763348564449569341 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj 8506475476268c58 -4598 4649 1763348564506237356 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj 17a4b18c107958ac -4619 4650 1763348564529571245 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj dc788dddce63eee0 -4581 4653 1763348564489570293 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj 73c80d1196c338cf -4646 4663 1763348564556238546 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 6f23ca1f5f3bb433 -4638 4664 1763348564546238309 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 292440a70d91c3b5 -4646 4669 1763348564556238546 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 12d459f8ec688beb -4594 4672 1763348564502903945 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj 47b27b20627f5ed2 -4561 4674 1763348564469569817 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj bc70a4690d1b8898 -4650 4679 1763348564559571959 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 348cb25582a29ec1 -4570 4681 1763348564479570056 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 582fa3c9dbd1c01a -4653 4681 1763348564562905373 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 6238d4e418d89dc4 -4649 4690 1763348564559571959 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 333255ca2c769a5a -4630 4692 1763348564539571484 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj 1304dd846d6f98ac -4679 4693 1763348564589572673 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 91ac468e40faf588 -4533 4694 1763348564442902516 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj 857668f04d843bb8 -4650 4695 1763348564559571959 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj 678786e8f1ab904e -4664 4700 1763348564572905610 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj d7e98c976bd6a860 -4673 4701 1763348564582905849 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj f5dc5a0aa9c05c00 -4674 4701 1763348564582905849 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b62bc960e06da206 -4663 4702 1763348564572905610 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj 550d9d27b930488b -4669 4708 1763348564579572435 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 7a2e350178f025f2 -4681 4710 1763348564589572673 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj dbf84ebd07d24461 -4681 4710 1763348564589572673 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 748e6d112f243977 -4578 4712 1763348564486236881 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj dbab77da2cbbe4a8 -4700 4713 1763348564609573149 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj fb7f4105e0b194a6 -4510 4715 1763348564419568627 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj 92a7b20790532a7a -4692 4717 1763348564602906324 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj daf6a98fe3123f88 -4693 4717 1763348564602906324 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj ff72b2f8a02d94e1 -4690 4718 1763348564599572912 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj a4090a25af113cd5 -4710 4724 1763348564619573388 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj 52d2de19293208af -4701 4725 1763348564609573149 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj a1519606f87e736b -4701 4727 1763348564609573149 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj 1bedb0e1ae3b3902 -4702 4727 1763348564612906563 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj 6eb62ccd5351281e -4572 4729 1763348564482903467 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 1efc2c57e7e5399a -4695 4731 1763348564602906324 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 12c54ce0abd0f9e -4694 4733 1763348564602906324 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj 905057281a0db893 -4708 4748 1763348564619573388 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj 3f2eaeb6b6b79cb0 -4710 4752 1763348564619573388 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj e2f4b8269aac3039 -4733 4757 1763348564642907277 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj 61c3072330638278 -4725 4758 1763348564632907038 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj b7a1e5738f80956f -4727 4782 1763348564636240452 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj 9be98359d2d27b74 -4752 4783 1763348564662907752 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj 1c6a6c22ecdc333d -4719 4787 1763348564629573627 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj ca26a68a057ca03b -4758 4794 1763348564666241166 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj aa3166bb382bce43 -4757 4798 1763348564666241166 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj 2ffb4ee7278fda63 -4748 4800 1763348564659574341 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 40d5a203eaecfd72 -4731 4806 1763348564639573863 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj 298c3158dfdbff13 -4727 4807 1763348564636240452 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 7b055510f4c39099 -4712 4809 1763348564622906800 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj 632d2b7fbbe96158 -4561 4810 1763348564469569817 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj 73fcae67c15a0e2f -4725 4811 1763348564636240452 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj 76964ef63b4efe53 -4729 4812 1763348564639573863 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj 5e1e60b4076c3293 -4783 4819 1763348564692908466 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj 92e9f1fc47981ec3 -4715 4822 1763348564626240213 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 5c2bf0872895ffa0 -4782 4826 1763348564692908466 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj 1e0ae3739bbbddff -4814 4833 1763348564722909181 esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj 3e1c60a4ceeed1b7 -4717 4836 1763348564626240213 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 17a887df88a6e54c -4787 4842 1763348564696241880 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj fe9e2de578e09c67 -4794 4844 1763348564702908705 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj 9bc6863f53d4f38a -4800 4845 1763348564709575531 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 5d6a2044f1f02dbe -4798 4851 1763348564706242117 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 3bed238cd6b75c00 -4487 4858 1763348564396234738 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj b26bd1479be5c862 -4826 4866 1763348564736242831 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj 3b56250af851baeb -4812 4872 1763348564722909181 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 2f01d13559c86cca -4807 4875 1763348564716242356 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj bdb4d979d24803cf -4713 4881 1763348564622906800 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj cb7d2e5cb74e62b0 -2754 4882 1763348562662860153 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj f4a75eb73c2e8432 -4807 4884 1763348564716242356 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj 858495421c576fde -4858 4899 1763348564769576959 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj a6c4775596a544aa -4809 4905 1763348564719575768 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj aa751e9880a7b779 -4842 4906 1763348564752909895 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj fa151b55795ad52 -4810 4908 1763348564719575768 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b80055feb75c67f0 -4882 4913 1763348564792910848 esp-idf/nvs_flash/libnvs_flash.a e5a386a0afeff5d4 -4851 4914 1763348564759576720 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj 2723020f06c075ea -4845 4919 1763348564752909895 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj 4bcbee25cb24460b -4866 4922 1763348564776243784 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj 333cf51a6fe65bcb -4881 4930 1763348564789577434 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj 14e60f7d23b1587a -4822 4930 1763348564732909420 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj 1719023e3c389d94 -4884 4932 1763348564792910848 esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj 863c0737177b3831 -4878 4938 1763348564786244023 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj 5a83db7a63ed425f -4872 4939 1763348564782910609 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 40e5358493f48f0d -4819 4939 1763348564729576006 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj 8ae100c6c887f856 -4836 4941 1763348564746243070 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b6dfd2ac831acc5a -4913 4942 1763348564822911562 esp-idf/esp_event/libesp_event.a fca90d3e0d4f829c -4833 4943 1763348564742909657 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj 998f07d6f0178ecb -4845 4952 1763348564752909895 esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj 6a05c48b60d42b07 -4914 4954 1763348564822911562 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj b564b9507818d782 -4940 4964 1763348564849578863 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj 85f2e08df5188a45 -4908 4965 1763348564816244735 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 1345b08defa3a81c -4899 4967 1763348564809577910 esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj 32ee823ae9b6108b -4922 4976 1763348564832911799 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj 3d71b31d7f37ae2d -4943 4980 1763348564852912276 esp-idf/esp_driver_uart/libesp_driver_uart.a 5b59f1221c25431f -4932 4986 1763348564842912038 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj 7cb38323b0c751ad -4939 4988 1763348564849578863 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj 99e99752d60e7085 -4938 4989 1763348564849578863 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj 73040018ca9be0f0 -4930 5000 1763348564839578624 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj 753d4283f912ad13 -4982 5005 1763348564892913227 esp-idf/esp_ringbuf/libesp_ringbuf.a bffa5cb25aa0b925 -4941 5014 1763348564849578863 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj 8d265a405879c5fa -5001 5014 1763348564909580292 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 64a9f81c30319424 -4952 5014 1763348564862912513 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj 256ab187a0d133b9 -4965 5020 1763348564876246164 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj 83b1837a29d23155 -5005 5020 1763348564912913703 esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a 2fcf19ed10e12a52 -4954 5023 1763348564862912513 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj dc7bb6f8951273bd -4967 5027 1763348564876246164 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj 760753a37340356c -5023 5037 1763348564932914181 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj de36eabba240165f -4906 5038 1763348564816244735 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 9d84985a3da6d999 -5020 5038 1763348564929580767 esp-idf/esp_timer/libesp_timer.a 26ca3e0497cbd8f3 -4976 5041 1763348564886246402 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sens_hal.c.obj f08268d22fd7651d -4986 5041 1763348564896246641 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj fb3da94139e2b84d -4930 5042 1763348564839578624 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj ab4a567f13b35f4f -4989 5050 1763348564899580053 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj bd35df69ddc848e1 -5038 5054 1763348564949581244 esp-idf/cxx/libcxx.a 201ea5a8214795bc -5017 5056 1763348564926247355 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj f0b84eaf772f6d7e -5020 5061 1763348564929580767 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 83be8649a949c73 -4919 5062 1763348564829578387 esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj b9ca63cb9ed8c1b -5014 5067 1763348564922913942 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj ce0436a8708539a0 -4989 5072 1763348564899580053 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 26eb1aa9772feca2 -5055 5073 1763348564962914895 esp-idf/pthread/libpthread.a 7c9a4143c0ba58d6 -4905 5080 1763348564816244735 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_sja1000.c.obj e0636fc614fd9a67 -5037 5082 1763348564946247830 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 633a2bbdd2f8c56a -5042 5090 1763348564952914656 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system_console.c.obj 3a38a9afc300a76 -5073 5103 1763348564982915370 esp-idf/newlib/libnewlib.a 35975b121feb908d -5080 5114 1763348564989582195 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj e5d6481f98d6b4cd -4717 5123 1763348564626240213 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj 441866bf10f7732d -5038 5125 1763348564946247830 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj 44ec454925cf19b1 -5062 5126 1763348564972915132 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 1429364addd5fe99 -5042 5131 1763348564952914656 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj ac00789941bcee16 -5072 5132 1763348564982915370 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj e91433ecc5cfb305 -4945 5134 1763348564852912276 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj dbeb173496cc31ad -5064 5139 1763348564972915132 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj 8bd02013f3a881b1 -5082 5140 1763348564992915609 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj 1e91434b799e4236 -5103 5142 1763348565012916084 esp-idf/freertos/libfreertos.a 95be5bb3e60275eb -5041 5153 1763348564949581244 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj dc8e9b909adca045 -5057 5160 1763348564966248306 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 8c9ec7a02258c225 -5091 5160 1763348564999582434 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj c2cb498fbb3c4941 -5140 5163 1763348565049583624 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj e8f1bc66966d85c3 -4964 5170 1763348564872912752 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj 51a863cc8329d5ad -5050 5172 1763348564959581481 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj ccd318db237c3109 -5067 5178 1763348564976248545 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj 25e0e8fd660b3c3b -5153 5179 1763348565062917276 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj f34eaf207ff24d3a -5139 5181 1763348565049583624 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj fd5b723b5e6399f6 -5161 5185 1763348565069584101 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj 8eaf9437a7d83e06 -5142 5186 1763348565052917037 esp-idf/esp_hw_support/libesp_hw_support.a 9f52bd1338748e18 -5178 5197 1763348565086251164 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj 7008e171f5fc2d4d -5014 5198 1763348564922913942 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj e04b8416c6d952b8 -5170 5200 1763348565079584339 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj 938b41792fb49b87 -5132 5201 1763348565042916798 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj 6a5cec0414506869 -5126 5212 1763348565036249973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 4f4a453fb1fc1e33 -5185 5213 1763348565096251401 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj a8aa0a6fca4a62dd -5186 5214 1763348565096251401 esp-idf/esp_security/libesp_security.a fdad177d2bed8f81 -5179 5218 1763348565089584576 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj d3d6a663b3034b48 -5027 5220 1763348564936247592 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 65ddbe683ca76b5b -5123 5222 1763348565032916560 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 862cc4c0a1bd4c03 -5131 5229 1763348565039583387 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj 60f8dc1855b2a35b -5212 5231 1763348565122918703 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj 5c583988f95fc10e -5163 5238 1763348565072917512 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj d08a214d265f171f -5182 5239 1763348565089584576 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj 89ef48caeff67189 -5160 5241 1763348565069584101 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj fde4539384aa9a9e -5135 5246 1763348565046250212 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj fcf6734da1932b6f -5198 5248 1763348565109585053 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj 46a8be596ee2a713 -5214 5249 1763348565122918703 esp-idf/soc/libsoc.a 55673348ef25f84d -5201 5253 1763348565109585053 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj 94271e6194b08e00 -5213 5255 1763348565122918703 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj ab6665ed90d45cc8 -5220 5261 1763348565129585528 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj c904a8502998ba6e -5249 5269 1763348565159586243 esp-idf/heap/libheap.a aade364afff16d28 -5222 5272 1763348565132918942 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj 6b5103da590a3860 -5238 5274 1763348565149586006 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj e2e22eb653e90e43 -5172 5280 1763348565082917751 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj c33d45cfa71d208b -5242 5281 1763348565152919417 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj 45b37c9ef0629ecc -5125 5283 1763348565036249973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj cab205ea3afbf967 -5114 5288 1763348565022916323 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 7d7c5741bf4e6c95 -5270 5298 1763348565179586720 esp-idf/log/liblog.a 1f100647ea87c0f1 -5261 5304 1763348565169586481 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b748ca151dcf63b4 -5200 5306 1763348565109585053 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj f4c0fac049074fa0 -5230 5307 1763348565139585767 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj bab86babc17fffd9 -5246 5330 1763348565156252831 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 1432de5f0ceb8380 -5231 5332 1763348565139585767 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 25d012c88e778577 -5281 5335 1763348565189586958 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj 63c5d4acb8140d54 -5289 5340 1763348565199587195 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj 7b4fcdde0e61c893 -5298 5342 1763348565209587433 esp-idf/hal/libhal.a 7381a05dde755a98 -5255 5344 1763348565166253069 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 9e71121951569c83 -5248 5348 1763348565156252831 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 6c770d60b4c71bd6 -5307 5355 1763348565216254259 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj 71bad0af8f630bc7 -5253 5356 1763348565162919656 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj 13b37023ea6660af -5197 5358 1763348565106251640 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj bcb084c93dca2a16 -5239 5366 1763348565149586006 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj 1caccdcefabd2fab -5280 5377 1763348565189586958 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj b496e87a82d9474a -5330 5380 1763348565239588148 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj b773fd28b51bc221 -5218 5384 1763348565129585528 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 3d33d4e5a44f07d1 -5342 5384 1763348565252921800 esp-idf/esp_rom/libesp_rom.a e8e6c9f3d744b038 -5344 5393 1763348565252921800 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj cf8ab47c39e55fa1 -5349 5394 1763348565259588625 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj f6a0aaeaa64787f9 -5306 5399 1763348565216254259 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj 1b693e0d1abebdee -5355 5400 1763348565266255450 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 56f698c79f3c9eba -5384 5408 1763348565292922752 esp-idf/esp_common/libesp_common.a a07bac6924a341b6 -5304 5409 1763348565212920847 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj 931dfe07d58b6c99 -5359 5426 1763348565269588862 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b044dc125b84a5e2 -5274 5431 1763348565182920132 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 6644ca68a798bf90 -5335 5436 1763348565246254973 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 8bcb1e37f97ee537 -5340 5438 1763348565249588386 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 5864149571c33e44 -5366 5445 1763348565276255688 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj 1e45dfa84b275d27 -5332 5448 1763348565242921561 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj ac3841f0d681f139 -5356 5449 1763348565266255450 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 2a56e9bfa8fcdddf -5409 5449 1763348565319590053 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj 2fcaf26ecbf0cd41 -5395 5459 1763348565306256403 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 880dda73165eba0c -5408 5470 1763348565319590053 esp-idf/esp_system/libesp_system.a 12606b8ed502216 -5380 5475 1763348565289589338 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 3f1be57b79caf2bb -5431 5481 1763348565339590530 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj a7a756e2dfe32385 -5283 5504 1763348565192920370 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj cfc76202bbc3c027 -5377 5507 1763348565286255925 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 9c56cdf0ab442582 -5400 5510 1763348565309589814 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj dd69792e1aefacc4 -5427 5510 1763348565336257116 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj eb100ef37cb0496a -5445 5513 1763348565356257593 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 13cab736df6c4caf -5481 5515 1763348565389591719 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj bbde8a27ffac350 -5272 5521 1763348565182920132 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b96107ddfbeab717 -5436 5521 1763348565346257355 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 66dccbdf7c62ec2 -5449 5532 1763348565359591005 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 6e93c448abc1740e -5384 5532 1763348565292922752 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 664a949ea340911f -5450 5535 1763348565359591005 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj e2f38d9d8c77c4dd -5505 5536 1763348565412925608 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj afc0346b73636153 -5510 5542 1763348565419592433 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 85a35f0a5952a248 -5510 5545 1763348565419592433 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj 6aa0e638a7497707 -5521 5548 1763348565429592672 esp-idf/spi_flash/libspi_flash.a f39d32481e7628ce -5471 5550 1763348565379591482 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj bd4f1e5fcdebc404 -5438 5556 1763348565346257355 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj a258f247f21322c3 -5513 5558 1763348565422925846 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj 9f11833ec1161c9e -5399 5565 1763348565309589814 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj f53a526c842af22a -5448 5570 1763348565359591005 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj d7d30dc0163e436c -5548 5570 1763348565459593386 esp-idf/esp_mm/libesp_mm.a 886d0e1f5c6a7e51 -5507 5572 1763348565416259022 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj fb362497e1716a3d -5558 5592 1763348565466260213 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj 99d62b859699907 -5459 5592 1763348565369591244 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj b9afcfd0348181c3 -5570 5602 1763348565479593863 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj c8d4f59f1b44ecbc -5535 5607 1763348565446259735 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 734a511042dcce3a -5565 5614 1763348565476260449 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj e3194cb63e94f146 -5521 5618 1763348565429592672 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 3c8aa6af99bfe55e -5570 5622 1763348565479593863 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj 5b5e7d2b10312896 -5515 5627 1763348565422925846 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj d9d656e83dabb473 -5393 5632 1763348565302922989 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj dae6fa03980620ce -5572 5640 1763348565482927275 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj c94625adf2ec834 -5532 5643 1763348565442926324 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 1fae2cd5123e70e2 -5592 5656 1763348565502927752 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj fe531db7d45633cc -5632 5659 1763348565542928704 esp-idf/bootloader_support/libbootloader_support.a 16c105d9323238ae -5542 5663 1763348565452926561 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 2cf809c331fb3b0c -5659 5678 1763348565569596005 esp-idf/efuse/libefuse.a 44d43c13c19c22a2 -5532 5681 1763348565442926324 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b4c42e452f5af571 -5678 5693 1763348565589596482 esp-idf/esp_partition/libesp_partition.a 7849a415b1911924 -5681 5714 1763348565589596482 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 9d043aff76176c98 -5476 5720 1763348565386258308 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj 87666e2e6cc9ebbd -5694 5726 1763348565602930132 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj 941c88d21032f364 -5614 5732 1763348565522928227 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 768bfa1428d4da39 -5720 5737 1763348565629597435 esp-idf/app_update/libapp_update.a 241bb01efbc9d78c -5618 5750 1763348565526261640 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj db7639425b24adfb -5737 5751 1763348565646264498 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 586dc49a9613e2e0 -5602 5758 1763348565512927990 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj d0c346f1d22a736c -5640 5759 1763348565549595529 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj dccab360af9be525 -5627 5764 1763348565536261879 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 612a567fff8d8828 -5643 5783 1763348565552928943 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 998f21058608c73c -5751 5785 1763348565659598148 esp-idf/esp_app_format/libesp_app_format.a 70c59dc34e7f6b61 -5657 5786 1763348565566262593 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj d8819c25615cae67 -5663 5793 1763348565572929418 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 7e4f9c286ddcf422 -5550 5794 1763348565459593386 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj 91f265ea12367c15 -5594 5815 1763348565502927752 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj 4d4b77d348f6281e -5786 5816 1763348565696265688 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj a0f3a8dd7a663d3e -5765 5819 1763348565672931799 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj 1f70ed93fbd9745b -5727 5823 1763348565636264259 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 4ec16c63b15584dc -5785 5824 1763348565696265688 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 81288cfd446a62d9 -5536 5826 1763348565446259735 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj f453894e95718de -5732 5827 1763348565642931085 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj e3b1899c0fbfb5d6 -5783 5828 1763348565692932276 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj 6693fb1abb56d594 -5797 5832 1763348565706265926 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 53a58141852df162 -5751 5839 1763348565659598148 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj d6eef568638735db -5828 5857 1763348565736266640 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 9190f48d79e6bac1 -5815 5858 1763348565726266403 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj df769114277934ce -5556 5862 1763348565466260213 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj 17118256d7956a22 -5828 5865 1763348565736266640 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 53ca6aab0dfbdc37 -5714 5867 1763348565622930609 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 7636ddd8c7d619cf -5823 5881 1763348565732933228 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj c79dcb6a3228d5cc -5607 5885 1763348565516261402 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 26bdb670e38bf31f -5857 5888 1763348565766267356 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj ab4a2333f6130e2a -5823 5911 1763348565732933228 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj 4df560a0771cd337 -5832 5912 1763348565742933465 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 6ba6240e6f088e9c -5793 5915 1763348565702932514 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 52874cd44c0204f2 -5881 5924 1763348565789601245 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 84da9df27fc9e20a -5865 5926 1763348565776267593 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 29410bc9fb29db98 -5759 5934 1763348565669598387 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj 588d5d8585e62d4f -5911 5940 1763348565819601959 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj a703e3066597877a -5840 5943 1763348565749600292 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 42e455a6c218d71b -5940 5969 1763348565849602672 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj cae5a48135fe9103 -5944 5972 1763348565852936086 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 286297288fc5bdb6 -5826 5980 1763348565736266640 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 69fbb982f92cec44 -5934 5982 1763348565842935848 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 5f0216e5632e3ed5 -5816 5990 1763348565726266403 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 86add5b689918984 -5867 5997 1763348565776267593 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 35777f8e9fc11b6c -5622 6000 1763348565532928465 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj fba328222cd63244 -5824 6003 1763348565732933228 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj 8348c9dd6a52cb22 -5972 6007 1763348565882936800 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj 2d606c012f30cf0b -5912 6010 1763348565822935370 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj e4a0d0a5007283d4 -5885 6015 1763348565792934656 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 21f82b2d14f2947e -5915 6050 1763348565826268783 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj 91dc491ef50b485f -5990 6059 1763348565899603864 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj 4ea291948ea5f805 -5547 6061 1763348565456259974 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj bad52ff6169058f8 -6015 6062 1763348565926271164 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 64302a38acdaeb0 -5925 6062 1763348565832935609 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj ace2f3b2ec490a8 -5888 6068 1763348565796268070 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 673743e1a5b1e6e3 -5927 6069 1763348565836269022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj b193d25ebba8640c -5758 6071 1763348565669598387 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj a09780045bfe9c07 -6059 6088 1763348565969605530 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 7c48702f77d327a9 -6061 6089 1763348565969605530 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 8aa4696eeefbe213 -6050 6094 1763348565959605291 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 292b4881ba1f4d61 -5982 6110 1763348565892937037 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 27e416ece6900804 -6000 6111 1763348565909604101 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 15db60ba7fb534dd -6003 6127 1763348565912937514 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj c9e39cd304276ab2 -5970 6130 1763348565879603386 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 5d5f0a17c5547890 -5999 6131 1763348565909604101 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 9ef26e9990109e65 -6010 6133 1763348565919604339 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj 1d8e79e4f3d3122e -5983 6140 1763348565892937037 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj a2629842f5ae89fd -6069 6142 1763348565979605767 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj c5b4fd7cefea519e -6130 6161 1763348566039607196 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj ee0fcad6b4f70899 -6090 6166 1763348565999606244 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj 92aabb2ff752e38c -6071 6169 1763348565979605767 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj 7c1895d005206f6e -6111 6174 1763348566019606721 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj bebd0599d56e5496 -5862 6175 1763348565772934181 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj e1e19a754ca38d3 -6062 6183 1763348565972938942 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj 7e9dad4ceee2ac3c -6098 6188 1763348566009606483 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj 4b3859671961c59 -6164 6193 1763348566072941323 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj 6562aaabfe7999f9 -5858 6195 1763348565766267356 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 8508bfbd7991ee83 -6008 6202 1763348565916270927 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 7799823512272ed5 -6140 6210 1763348566049607435 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj e4f8c12cfaeb513b -6068 6215 1763348565979605767 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj 7dc9dd3b645681e3 -6110 6218 1763348566019606721 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj 783e4539e57b3b85 -6188 6219 1763348566099608625 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj a8a9e94695af19af -6088 6221 1763348565999606244 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 2b9358ab237da32d -6193 6222 1763348566102942039 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj ffc8e14036712526 -6174 6223 1763348566082941562 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 47a4dd63cfa6037a -6195 6223 1763348566102942039 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 998bf7f754328c20 -6203 6235 1763348566112942276 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj fafb2e21449d2a5b -6138 6235 1763348566046274022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj 32e636b2f1470a57 -6211 6247 1763348566119609103 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj ac71469dfb86aed4 -6169 6251 1763348566079608149 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj f7af5b8da6eaf471 -6217 6255 1763348566126275928 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj b5eee5644080c60d -6219 6257 1763348566129609339 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj c9b30680f7eb6e38 -6143 6259 1763348566052940848 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj 867ffdf267d415eb -6132 6262 1763348566042940610 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj ec5e92c11deb721e -6223 6263 1763348566132942753 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj 6d930b547abfec5b -6220 6264 1763348566129609339 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj c916c984249425a7 -6175 6268 1763348566086274975 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj a09d98c4d33adf01 -6127 6272 1763348566036273785 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj ce91c743ad49773f -6185 6277 1763348566096275212 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj 48f5a6213f326d8e -6221 6282 1763348566129609339 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj ed31cec12a11d6de -6263 6288 1763348566172943705 esp-idf/mbedtls/mbedtls/library/libmbedx509.a fe8da4b607f6315a -6225 6292 1763348566136276166 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 8969743989ec0ebb -6247 6300 1763348566156276641 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj e7c2bd25ccb4a32a -6262 6305 1763348566172943705 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj 3b540cb759720d96 -6288 6306 1763348566216278070 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 8b59a7e2f1775718 -6288 6306 1763348566216278070 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 8b59a7e2f1775718 -6278 6310 1763348566186277357 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj b0d70fc82979e994 -6282 6312 1763348566192944182 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj d8e7c0f1767abb9c -6272 6313 1763348566182943943 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj 5891572d23a711cb -6235 6318 1763348566142942991 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj 6401547c72875b88 -6306 6320 1763348566229611722 bootloader-prefix/src/bootloader-stamp/bootloader-download c092d1299d6795e6 -6306 6320 1763348566229611722 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download c092d1299d6795e6 -6269 6323 1763348566179610532 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj 6fd3ee477122979b -6266 6326 1763348566176277118 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj f66e5e9a136e93ce -6320 6332 1763348566239611959 bootloader-prefix/src/bootloader-stamp/bootloader-update 7ddcbe32837a9eab -6320 6332 1763348566239611959 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update 7ddcbe32837a9eab -6235 6338 1763348566146276403 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj 194a007b397caf2f -6332 6343 1763348566252945611 bootloader-prefix/src/bootloader-stamp/bootloader-patch 8c9e5a1634cb566a -6332 6343 1763348566252945611 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch 8c9e5a1634cb566a -6223 6353 1763348566132942753 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj 1dd304d89a597d37 -6255 6370 1763348566166276880 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj 55d86ce161180b7a -6251 6395 1763348566159610055 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj 80b09535d91e1847 -6259 6398 1763348566169610293 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj 77a5782e385d787f -6257 6427 1763348566166276880 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj 4cdb6f82f4d40fa9 -6166 6445 1763348566076274737 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj ccc002fbf0b7ece3 -6062 6703 1763348565972938942 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj 286f223ce8a7adea -6703 6753 1763348566612954184 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 3c9f5884301fae7d -6753 6762 1763348566662955375 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a e16d118d39f46341 -6762 6772 1763348566672955614 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a d118df700bbfc8ae -6772 6875 1763348566776291409 esp-idf/mbedtls/x509_crt_bundle a913eca61088aff7 -6772 6875 1763348566776291409 /home/nik/repos/esp32/build/esp-idf/mbedtls/x509_crt_bundle a913eca61088aff7 -6875 6945 1763348566852959900 x509_crt_bundle.S adfdc819b98fecdf -6875 6945 1763348566852959900 /home/nik/repos/esp32/build/x509_crt_bundle.S adfdc819b98fecdf -6946 6963 1763348566856293313 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj e38b1b69c162ea5e -6946 6965 1763348566856293313 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj 3577c148a5737f6c -6946 6967 1763348566856293313 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj d70ccd846f1e3b7 -6947 6972 1763348566856293313 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj db232513f8777aac -6946 6978 1763348566856293313 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 355d2ce9c3cb50f5 -6945 6986 1763348566856293313 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj d7c9b1238a1b6004 -6945 6988 1763348566856293313 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj 1e6a103758cc63d -6946 6996 1763348566856293313 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj 9364622667569142 -6946 7010 1763348566856293313 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj ee3bdb96f0615c87 -6945 7017 1763348566856293313 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj c2ffb68afe15cc7f -6963 7018 1763348566872960376 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 1761f9d61d3e878f -6986 7038 1763348566896294265 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj 3e7d0667d5cabebb -6972 7046 1763348566882960615 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj 996ea6a7f9fbd1ad -6996 7051 1763348566906294504 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj 488572bce5217c2 -6947 7055 1763348566856293313 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj b89c0595c1d891a -6967 7058 1763348566876293790 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj 166278ebb1a16148 -6988 7059 1763348566896294265 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj d71e4012cc152130 -6949 7060 1763348566859626726 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj ebc2fd6dd0b46e24 -6947 7067 1763348566856293313 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj 5df401b6aa392bc6 -6945 7071 1763348566852959900 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 990cd0b5225a7306 -7010 7081 1763348566919628156 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj 23b37fddb04995b6 -7047 7088 1763348566956295694 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj 31b7380539341854 -7038 7089 1763348566946295456 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 1127b03e730c3d2f -7072 7102 1763348566982962996 esp-idf/mbedtls/libmbedtls.a 1f527b589797abe2 -6978 7103 1763348566889627440 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj b5368ce62d3abe9d -7017 7105 1763348566926294981 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj 41de51d0688e7fbe -7019 7107 1763348566929628392 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj 4a5253bf3679dea -7056 7109 1763348566966295933 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj fc56962dab1053b8 -7058 7113 1763348566966295933 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj a1e38d4fb99dcc02 -6946 7117 1763348566856293313 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj 966b125790e5db50 -7082 7120 1763348566992963235 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj b7a5c74f9d43ebf5 -7117 7142 1763348567026297362 esp-idf/esp_pm/libesp_pm.a 37986efa8e835c83 -7102 7158 1763348567012963710 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj c3cf3ebe541f2775 -6946 7161 1763348566856293313 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj 6d85d4e60b88db50 -7121 7169 1763348567029630775 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 85014f55d11f8184 -7105 7171 1763348567016297123 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj 3c1af14c0a4a8236 -7091 7173 1763348566999630060 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj 11033b6f27e5da2c -7107 7182 1763348567016297123 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj ac19e6cb0db7b1e2 -7088 7184 1763348566999630060 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj 4ced137002e7d6df -6965 7189 1763348566876293790 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 936363d7c5bc53ae -7142 7199 1763348567052964664 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b02c22bb533389d4 -7105 7206 1763348567016297123 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 5bde84bf81c07049 -7169 7210 1763348567079631965 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj cb07bd99e5ea9e6b -7052 7223 1763348566959629108 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj 59079bc21f5b8a3c -7059 7223 1763348566969629346 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj 8d98184b9da34705 -7161 7237 1763348567069631727 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj cd238958dbcd9897 -7158 7243 1763348567069631727 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj 4d972949013412e6 -7114 7265 1763348567022963949 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj dc5ff34fdce11d4f -7206 7273 1763348567116299506 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj 2c501068856a3857 -7182 7281 1763348567092965617 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 480dce151d1bce8 -7265 7283 1763348567176300935 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj f91b3fb07d9d5ffe -7171 7285 1763348567079631965 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj 728deca26984ae39 -7109 7289 1763348567019630537 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj 1b4ac5422fc8ea25 -7210 7289 1763348567119632919 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj f2c0366435fcdad2 -7173 7291 1763348567082965379 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj f69902ed5db77865 -7223 7299 1763348567132966569 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj 665455acda519976 -7071 7337 1763348566979629583 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj 1366bba94d1cc68a -7223 7338 1763348567132966569 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj 501258b43486bea3 -7299 7348 1763348567209635063 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj 862d2b250a1c959 -7237 7359 1763348567146300221 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 7ce91b7b32f20836 -6946 7363 1763348566856293313 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj 18add0c22cf785dc -7199 7368 1763348567109632681 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj c9aae4e05fc609d7 -7289 7369 1763348567199634825 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj aa35e42d4b20ac5a -7273 7370 1763348567182967761 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj 31cdbcc7fffb8669 -7289 7377 1763348567199634825 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 44f4b32df89a579f -7363 7386 1763348567272969905 esp-idf/esp_driver_gpio/libesp_driver_gpio.a fb7e4000f0d6d379 -7291 7393 1763348567199634825 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 70dccac47cb92661 -7386 7404 1763348567296303794 esp-idf/xtensa/libxtensa.a bb07d0bde04ef498 -7184 7406 1763348567092965617 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj d5270bb10d9fe1db -7189 7408 1763348567099632442 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj 2549926f739850f1 -7338 7409 1763348567246302603 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj e7bfd817260a2fb5 -7285 7414 1763348567196301411 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj ce7f93664398a1ee -7404 7431 1763348567312970857 esp-idf/console/libconsole.a 82b5601eebdc7814 -7337 7441 1763348567246302603 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj 1189a296eeb6a17d -7406 7443 1763348567316304271 esp-idf/unity/libunity.a 89d212b5efd8e451 -7370 7474 1763348567279636730 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj a17ee5a6a9d1ce08 -7412 7482 1763348567322971095 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_generic.c.obj 18b53f24f65623d0 -7414 7486 1763348567322971095 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_dp83848.c.obj bbb27e1dc70901f6 -7393 7508 1763348567302970619 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_dma.c.obj b91e8026bfda7894 -7283 7522 1763348567192968000 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj e71685c6e07fadbb -7359 7528 1763348567269636492 esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj dc240a6e29d57777 -7431 7535 1763348567339638159 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ip101.c.obj 943df2e3f1562ac1 -7523 7538 1763348567432973716 esp-idf/esp_https_server/libesp_https_server.a b8cab1e39fff0fdf -7243 7564 1763348567152967046 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 3fc3595208bafa67 -7483 7568 1763348567392972763 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj f97ab3821f3cd58c -7348 7568 1763348567259636253 esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj 8ff3abe5ed297864 -7060 7571 1763348566969629346 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 252cfd7aa949674c -7441 7575 1763348567349638397 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj 2661b46fb30d7b68 -7444 7582 1763348567352971811 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_lan87xx.c.obj e8c9a074cda3c1ff -7409 7585 1763348567319637682 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_gpio.c.obj 4234bee7fc24ac00 -7529 7588 1763348567439640541 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj 4b2ca98a2c620c4 -7474 7592 1763348567382972524 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_rtl8201.c.obj be205541010da54f -7575 7597 1763348567486308320 esp-idf/protobuf-c/libprotobuf-c.a eaf7d9d0fd5f5ca2 -7368 7612 1763348567279636730 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 224498e739b8c919 -7597 7621 1763348567506308797 esp-idf/protocomm/libprotocomm.a 3a643001e7100f7b -7377 7627 1763348567286303555 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj fb06f17e77ac7508 -7369 7630 1763348567279636730 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj 245b6a46bb4e745a -7281 7638 1763348567189634586 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj fb17b0970acbcfd8 -7508 7640 1763348567416306653 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj 3ecc4731f8e9a362 -7535 7645 1763348567446307367 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj b0867c01e64de702 -7630 7647 1763348567539642923 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj 9063817fefe6be57 -7487 7669 1763348567396306176 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj 8fde7aa58555683d -7571 7673 1763348567479641495 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj 942a131f5d3be677 -7674 7685 1763348567582977289 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj 6f494af8e617fd60 -7564 7689 1763348567472974668 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj c4b869a86f9fa353 -7582 7694 1763348567492975145 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj efff252f135b2659 -7685 7698 1763348567596310941 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj 88cb70dac5947b0e -7575 7699 1763348567486308320 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj 706bedb7cac689eb -7538 7705 1763348567446307367 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj 8ee11daf046b1642 -7638 7709 1763348567549643162 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 917433d0a9f25658 -7627 7710 1763348567536309510 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj f1cdd6b3af99bc6c -7568 7710 1763348567479641495 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj aba7ac3025301ffa -7694 7713 1763348567602977766 esp-idf/wear_levelling/libwear_levelling.a ab29eca12e4eb5f5 -7612 7732 1763348567522975860 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 162afa9f4b129daf -7669 7737 1763348567579643877 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj ff93d82a66fa9288 -7622 7743 1763348567532976099 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 9720f83e2207f677 -7647 7747 1763348567556309987 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj a4194608026a300f -7689 7757 1763348567599644353 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj b60962e7f6fd0157 -7592 7757 1763348567502975383 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj ee5c774ab4c5dea9 -7645 7761 1763348567556309987 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj b94b1e5b9ad97323 -7640 7767 1763348567549643162 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 180cabcf4d23a550 -7585 7775 1763348567496308559 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj f611e676e25c393e -7698 7778 1763348567609644591 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj 77650430952daff7 -7711 7778 1763348567619644829 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj f6eed12be3bb949d -7747 7779 1763348567656312369 esp-idf/json/libjson.a 250615b4d342f5e2 -7699 7789 1763348567609644591 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 42c7bd675242d470 -7705 7791 1763348567616311418 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj be91e6232198bd0a -7779 7799 1763348567689646497 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj 93581e61069b9c8 -7710 7800 1763348567619644829 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj eacaeb7ba1af25c1 -7713 7813 1763348567622978243 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 61cdf3ff1a6307f4 -7775 7835 1763348567682979671 esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj acfc5379b7ab20e0 -7778 7840 1763348567689646497 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj 1ab620fc2112c9c4 -7768 7849 1763348567676312847 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 718ae51e0c9d643c -7778 7860 1763348567686313085 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 3825873f8ce96435 -7588 7870 1763348567496308559 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj 4854e0e877db9990 -7800 7873 1763348567709646973 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj b60b70e3ed8a5131 -7801 7885 1763348567709646973 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj e7d52101d28900b7 -7763 7890 1763348567672979433 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj bbfdc0f27f15e7e3 -7737 7909 1763348567646312131 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 2fa5df29844630c0 -7790 7915 1763348567699646735 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj 8ce9bbb854f9a281 -7791 7924 1763348567699646735 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj e7d8abd42150cca4 -7758 7937 1763348567666312608 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 36a73942fa5e039c -7885 7945 1763348567796315705 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj d16ea458a9ab2905 -7743 7965 1763348567652978956 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 4881637f79af3ce2 -7870 7971 1763348567779648640 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj b267e3472eda7531 -7838 7990 1763348567749647927 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b71f9fabb093d84d -7915 7994 1763348567826316419 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 94f71b80026a900f -7873 7994 1763348567782982053 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 15c099a9b0869e1e -7994 8010 1763348567902984913 esp-idf/cmock/libcmock.a 58452f395106826d -7990 8010 1763348567899651499 esp-idf/app_trace/libapp_trace.a 36e22e48f5a3a267 -7966 8012 1763348567876317611 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj f1f4d10431e4ead5 -7998 8024 1763348567909651738 esp-idf/esp_driver_cam/libesp_driver_cam.a dfcca1fe01ee2547 -8010 8028 1763348567919651977 esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a 445ec99b51b6d6e2 -8012 8028 1763348567922985388 esp-idf/esp_hid/libesp_hid.a e05025a5b3496b3e -7909 8029 1763348567819649594 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 7010a08b6e8e25e4 -8010 8034 1763348567919651977 esp-idf/esp_eth/libesp_eth.a f8a4a0da355e2177 -7924 8038 1763348567832983244 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 97a3993e50253c36 -7946 8041 1763348567856317134 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj 10cc031b8945fbc -7813 8043 1763348567722980625 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj 66f3c26ffa3017a -8029 8045 1763348567939652453 esp-idf/nvs_sec_provider/libnvs_sec_provider.a 9eb1e8700aeb99c2 -8029 8046 1763348567939652453 esp-idf/espcoredump/libespcoredump.a a6ac7512cd47336a -7734 8047 1763348567642978719 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 38b96d0351b202cb -8024 8047 1763348567932985626 esp-idf/esp_lcd/libesp_lcd.a 13c8f9254891c1c1 -8034 8050 1763348567942985865 esp-idf/perfmon/libperfmon.a 7e7dd55ceda12252 -8039 8054 1763348567949652691 esp-idf/rt/librt.a d06873cb5c4f2efc -7937 8054 1763348567846316896 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj c42b9aae24c671fa -8028 8057 1763348567939652453 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 3ec827eaa687ec49 -7840 8077 1763348567749647927 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 4a383d32f45a64d4 -7860 8080 1763348567769648404 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj 4bbe53120da87e24 -7973 8080 1763348567882984436 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj 229ac7a8dba0e136 -7709 8135 1763348567619644829 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 7b0368d592e46970 -7757 8201 1763348567666312608 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 9fd103c7227d6b53 -7890 8205 1763348567799649117 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj 41c60b4225fcc70b -7852 8210 1763348567762981577 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj ebc3edaf2940041a -6343 8471 1763348568379662937 bootloader-prefix/src/bootloader-stamp/bootloader-configure 422c6ced56c8bc7e -6343 8471 1763348568379662937 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure 422c6ced56c8bc7e -24 41 1763348586500095587 esp-idf/fatfs/libfatfs.a ab29127245df7514 -24 41 1763348586500095587 esp-idf/mqtt/libmqtt.a d2a1f942eb9e2900 -24 43 1763348586500095587 esp-idf/wifi_provisioning/libwifi_provisioning.a 2a2d8ce6fd642703 -24 47 1763348586500095587 esp-idf/spiffs/libspiffs.a eee7e52c5df85565 -24 927 1763348586500095587 bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 927 1763348586500095587 bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 927 1763348586500095587 bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 927 1763348586500095587 bootloader/bootloader.map c6bc2cfd2b0573e1 -24 927 1763348586500095587 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 927 1763348586500095587 /home/nik/repos/esp32/build/bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 927 1763348586500095587 /home/nik/repos/esp32/build/bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 927 1763348586500095587 /home/nik/repos/esp32/build/bootloader/bootloader.map c6bc2cfd2b0573e1 -24 62 1763348626051046024 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj fb8bcb40a35e5f80 -24 63 1763348626051046024 bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 63 1763348626051046024 bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 63 1763348626051046024 bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 63 1763348626051046024 bootloader/bootloader.map c6bc2cfd2b0573e1 -24 63 1763348626051046024 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 63 1763348626051046024 /home/nik/repos/esp32/build/bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 63 1763348626051046024 /home/nik/repos/esp32/build/bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 63 1763348626051046024 /home/nik/repos/esp32/build/bootloader/bootloader.map c6bc2cfd2b0573e1 -63 68 1763348626091046989 bootloader-prefix/src/bootloader-stamp/bootloader-install 9e445f4cfe6d4e4e -63 68 1763348626091046989 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 9e445f4cfe6d4e4e -62 76 1763348626087713576 esp-idf/main/libmain.a cdc222f9182048c0 -68 83 1763348626111047472 CMakeFiles/bootloader-complete 3c8731eb403e0388 -68 83 1763348626111047472 bootloader-prefix/src/bootloader-stamp/bootloader-done 3c8731eb403e0388 -68 83 1763348626111047472 /home/nik/repos/esp32/build/CMakeFiles/bootloader-complete 3c8731eb403e0388 -68 83 1763348626111047472 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3c8731eb403e0388 -76 5019 1763348631024499440 esp-idf/esp_system/ld/sections.ld 82c74aab569e60be -76 5019 1763348631024499440 /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld 82c74aab569e60be -5019 5027 1763348631047833338 CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj c238f5c74753c2bb -5027 5362 1763348631054500165 blink.elf 884b91bd3f05e529 -5362 5461 1763348631487843968 .bin_timestamp e5dca0a398ed27fc -5362 5461 1763348631487843968 /home/nik/repos/esp32/build/.bin_timestamp e5dca0a398ed27fc -5461 5488 1763348631487843968 esp-idf/esptool_py/CMakeFiles/app_check_size 7024e79bc9044feb -5461 5488 1763348631487843968 /home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/app_check_size 7024e79bc9044feb -5488 10208 1763348631514511280 CMakeFiles/flash a241e62b6c9b493e -5488 10208 1763348631514511280 /home/nik/repos/esp32/build/CMakeFiles/flash a241e62b6c9b493e -24 61 1763349159557773641 bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 61 1763349159557773641 bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 61 1763349159557773641 bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 61 1763349159557773641 bootloader/bootloader.map c6bc2cfd2b0573e1 -24 61 1763349159557773641 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 61 1763349159557773641 /home/nik/repos/esp32/build/bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 61 1763349159557773641 /home/nik/repos/esp32/build/bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 61 1763349159557773641 /home/nik/repos/esp32/build/bootloader/bootloader.map c6bc2cfd2b0573e1 -24 62 1763349184751757423 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj fb8bcb40a35e5f80 -25 63 1763349184751757423 bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -25 63 1763349184751757423 bootloader/bootloader.elf c6bc2cfd2b0573e1 -25 63 1763349184751757423 bootloader/bootloader.bin c6bc2cfd2b0573e1 -25 63 1763349184751757423 bootloader/bootloader.map c6bc2cfd2b0573e1 -25 63 1763349184751757423 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -25 63 1763349184751757423 /home/nik/repos/esp32/build/bootloader/bootloader.elf c6bc2cfd2b0573e1 -25 63 1763349184751757423 /home/nik/repos/esp32/build/bootloader/bootloader.bin c6bc2cfd2b0573e1 -25 63 1763349184751757423 /home/nik/repos/esp32/build/bootloader/bootloader.map c6bc2cfd2b0573e1 -63 68 1763349184788425037 bootloader-prefix/src/bootloader-stamp/bootloader-install 9e445f4cfe6d4e4e -63 68 1763349184788425037 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 9e445f4cfe6d4e4e -62 76 1763349184788425037 esp-idf/main/libmain.a cdc222f9182048c0 -68 83 1763349184808425553 CMakeFiles/bootloader-complete 3c8731eb403e0388 -68 83 1763349184808425553 bootloader-prefix/src/bootloader-stamp/bootloader-done 3c8731eb403e0388 -68 83 1763349184808425553 /home/nik/repos/esp32/build/CMakeFiles/bootloader-complete 3c8731eb403e0388 -68 83 1763349184808425553 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3c8731eb403e0388 -76 4896 1763349189601882765 esp-idf/esp_system/ld/sections.ld 82c74aab569e60be -76 4896 1763349189601882765 /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld 82c74aab569e60be -24 61 1763349454928790503 bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 61 1763349454928790503 bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 61 1763349454928790503 bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 61 1763349454928790503 bootloader/bootloader.map c6bc2cfd2b0573e1 -24 61 1763349454928790503 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build c6bc2cfd2b0573e1 -24 61 1763349454928790503 /home/nik/repos/esp32/build/bootloader/bootloader.elf c6bc2cfd2b0573e1 -24 61 1763349454928790503 /home/nik/repos/esp32/build/bootloader/bootloader.bin c6bc2cfd2b0573e1 -24 61 1763349454928790503 /home/nik/repos/esp32/build/bootloader/bootloader.map c6bc2cfd2b0573e1 -24 62 1763349454928790503 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj fb8bcb40a35e5f80 -61 67 1763349454965458130 bootloader-prefix/src/bootloader-stamp/bootloader-install 9e445f4cfe6d4e4e -61 67 1763349454965458130 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 9e445f4cfe6d4e4e -62 76 1763349454965458130 esp-idf/main/libmain.a cdc222f9182048c0 -67 82 1763349454985458654 CMakeFiles/bootloader-complete 3c8731eb403e0388 -67 82 1763349454985458654 bootloader-prefix/src/bootloader-stamp/bootloader-done 3c8731eb403e0388 -67 82 1763349454985458654 /home/nik/repos/esp32/build/CMakeFiles/bootloader-complete 3c8731eb403e0388 -67 82 1763349454985458654 /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3c8731eb403e0388 -76 4763 1763349459638913885 esp-idf/esp_system/ld/sections.ld 82c74aab569e60be -76 4763 1763349459638913885 /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld 82c74aab569e60be -4763 5070 1763349459668914671 blink.elf 884b91bd3f05e529 -5071 5167 1763349460068925150 .bin_timestamp e5dca0a398ed27fc -5071 5167 1763349460068925150 /home/nik/repos/esp32/build/.bin_timestamp e5dca0a398ed27fc -5167 5192 1763349460072258571 esp-idf/esptool_py/CMakeFiles/app_check_size 7024e79bc9044feb -5167 5192 1763349460072258571 /home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/app_check_size 7024e79bc9044feb -5193 9887 1763349460095592515 CMakeFiles/flash a241e62b6c9b493e -5193 9887 1763349460095592515 /home/nik/repos/esp32/build/CMakeFiles/flash a241e62b6c9b493e +18 24 1763349829516621982 project_elf_src_esp32.c 56e6855a2dfdd19 +18 24 1763349829516621982 /home/nik/repos/esp32/blink/build/project_elf_src_esp32.c 56e6855a2dfdd19 +17 30 1763349829519955388 esp-idf/esp_system/ld/memory.ld 46ab5c01eb94d4ee +17 30 1763349829519955388 /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/memory.ld 46ab5c01eb94d4ee +17 30 1763349829519955388 esp-idf/esp_system/ld/sections.ld.in 4aeedc4c936fd663 +17 30 1763349829519955388 /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld.in 4aeedc4c936fd663 +31 110 1763349829523288793 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj d947248b40dc9d96 +31 116 1763349829523288793 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 13d9ae9747f985a1 +31 138 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 66aa26db73e5b8fb +18 159 1763349829543289225 partition_table/partition-table.bin 6258845227144791 +18 159 1763349829543289225 /home/nik/repos/esp32/blink/build/partition_table/partition-table.bin 6258845227144791 +31 176 1763349829523288793 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 8df4698f34b2bef5 +31 179 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 2ea1bf672eefc4ea +31 183 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj c4685d7f9fd45b9 +32 192 1763349829523288793 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj 8480bc86010ce1d9 +138 205 1763349829629957766 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj 222f3fd21a97e65d +30 209 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 3132edc912304982 +32 213 1763349829523288793 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj ba4c01bf9cbb63c6 +160 215 1763349829653291603 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj 6acf76cea7b70586 +31 229 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 9d0fd645709e32d4 +176 234 1763349829666625225 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj 3c41c48c8bde4e1b +30 246 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 5e315e2e4148308a +32 247 1763349829523288793 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj aeb835fd45b05bf5 +30 252 1763349829523288793 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj d151dd615e9ea57f +116 256 1763349829609957334 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj e6f7ce94204fb806 +229 263 1763349829719959712 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj 2fd78396ed5bc7df +213 263 1763349829706626089 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj 2549cde277fa93e +30 265 1763349829523288793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 835e5090c3195db6 +110 266 1763349829603290523 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj 52c452f4569a5728 +252 267 1763349829743293549 esp-idf/esp_https_ota/libesp_https_ota.a eace007ce1b58d38 +192 283 1763349829683292253 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj ef78b086d2e66bd5 +32 284 1763349829523288793 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 4cf4eebc6dee2ace +205 290 1763349829696625873 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj aeda66caeabe7956 +267 301 1763349829759960576 esp-idf/esp_http_server/libesp_http_server.a f79aef686825f1f2 +215 312 1763349829706626089 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj c9b2a1fdc66b3725 +186 314 1763349829679958846 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj 6fc0a821ce2333d8 +263 343 1763349829756627171 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj adda0e1c8193e5dc +180 359 1763349829673292036 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj 5baf9f95c63a83de +34 366 1763349829526622198 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 26935d2b8709e620 +263 397 1763349829756627171 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj 2473b8b300ebbb10 +256 423 1763349829749960360 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj c977e3d70810932d +247 434 1763349829739960144 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj f1dab6c21f551518 +312 437 1763349829803294846 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj d0c595a98463d6a9 +314 449 1763349829806628253 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj b5d577a6c31dc3d6 +210 470 1763349829703292685 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj a67ec5ac2a160271 +31 482 1763349829523288793 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 6a237649f74e364c +366 490 1763349829856629333 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj 3c7f1ae8c81a6527 +236 505 1763349829726626523 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b9d96126f443ead5 +482 515 1763349829973298522 esp-idf/esp_http_client/libesp_http_client.a 4d02af733e142fc +397 533 1763349829889963387 esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj b2bfba47619438af +515 550 1763349830006632576 esp-idf/tcp_transport/libtcp_transport.a 8ec6a1ac60cacfc6 +359 578 1763349829849962522 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj 5b085eb919cb25bd +266 580 1763349829756627171 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj 332f987aa2c8a098 +550 585 1763349830043300035 esp-idf/esp_adc/libesp_adc.a b111ede6adf0b7fe +585 621 1763349830076634089 esp-idf/esp-tls/libesp-tls.a 628413662ea93764 +449 623 1763349829939964467 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj 795105355884e570 +291 634 1763349829783294414 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj f2c810a36479348 +533 635 1763349830026633008 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj ae60242f445432ac +490 636 1763349829983298738 esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj a2e20bb6aa0e4050 +345 661 1763349829836628901 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj 7353bea4608a583f +267 665 1763349829759960576 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 6e32116f619e6562 +423 668 1763349829916630631 esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj fb29c11b8b5b6601 +581 676 1763349830073300685 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj 82bd264b9083707d +578 681 1763349830069967280 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj a4dd5560c657291f +505 685 1763349829996632360 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj 379cf3e64810d6ff +681 704 1763349830173302847 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj 995d13adfd40aad6 +471 717 1763349829963298306 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj b42b9641e097f081 +621 731 1763349830113301550 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_simple.c.obj 497364675a74e405 +666 749 1763349830156635820 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj f6fc0b528c21e76e +636 749 1763349830129968577 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj 709256f41cf54800 +246 749 1763349829739960144 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj 795910240e244a7 +749 770 1763349830239970955 esp-idf/http_parser/libhttp_parser.a f36d491b0c1e4eba +639 790 1763349830129968577 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj 6110f0573045d076 +704 806 1763349830196636686 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj 466580b7d35a5a14 +301 814 1763349829793294631 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj fc11d3cd36f440 +668 836 1763349830159969226 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj 4f8c3bb1e207f371 +283 837 1763349829776627603 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj 8cd17f3a66cb424f +624 863 1763349830116634955 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj ddb7a2f51065cbf5 +286 863 1763349829779961009 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj a70df9a6c3704914 +771 865 1763349830263304794 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj cac61f93e498029f +717 873 1763349830209970308 esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj f62ed209bfe746cb +836 874 1763349830326639497 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj 690da1154daf138a +687 883 1763349830179969659 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj 8d55adce6d01397b +440 895 1763349829933297658 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj 4b88bd58e7be679e +661 904 1763349830153302415 esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj dcc70e0973f6dd2c +863 910 1763349830356640146 esp-idf/driver/libdriver.a 632f2ee40b27492b +434 925 1763349829926630847 esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj 9e267004cd33de51 +910 926 1763349830403307821 esp-idf/esp_driver_twai/libesp_driver_twai.a 10601027a056e494 +676 935 1763349830166636036 esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj 5f2094e7afdf91fd +634 937 1763349830126635171 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj 5b0eca34bf92abda +926 942 1763349830419974849 esp-idf/esp_driver_ledc/libesp_driver_ledc.a d0f170c8e001cf1a +749 946 1763349830239970955 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj f1718fe770429fd9 +942 959 1763349830433308471 esp-idf/esp_driver_i2c/libesp_driver_i2c.a 86b477a88fecb4 +749 960 1763349830239970955 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj d15c772084ee6854 +959 978 1763349830449975498 esp-idf/esp_driver_sdm/libesp_driver_sdm.a f4b0c75cd9bd7f9f +790 981 1763349830283305227 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj f7e0c4ee9ba6efd6 +806 996 1763349830299972254 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 860ae079d794704f +873 1001 1763349830366640363 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj cdb539fd2fa13674 +978 1003 1763349830469975930 esp-idf/esp_driver_rmt/libesp_driver_rmt.a 78a13b4198438098 +896 1020 1763349830386640794 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj 4b333b190f40909e +863 1024 1763349830356640146 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj 390a6e4ebf0a651e +814 1028 1763349830306639064 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj 28a32695d0e0ee40 +1003 1034 1763349830496643174 esp-idf/esp_driver_dac/libesp_driver_dac.a a97309dd521ae356 +883 1035 1763349830376640579 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj 2f1e5d47331455e2 +1024 1042 1763349830516643606 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj 1bc1ea925b035948 +1028 1045 1763349830519977012 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj f0024a6292dee3e0 +1034 1060 1763349830526643822 esp-idf/esp_driver_sdio/libesp_driver_sdio.a 2a0b52258f143487 +1062 1089 1763349830553311067 esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a 15fe82f8f9e84124 +905 1093 1763349830396641010 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj 780dd258ca3afeaa +937 1106 1763349830429975066 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj ab9282f42defb532 +731 1115 1763349830223303928 esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj d872df84ab00dbd6 +1001 1116 1763349830493309768 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 956d62d81f3fb045 +1020 1118 1763349830513310201 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj 4e24cfd478b056fb +1115 1132 1763349830606645553 esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a b8f2d8b04f1138ab +865 1135 1763349830356640146 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj 8e9ebd9df90f9259 +996 1137 1763349830486642958 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 270e909f148bdb14 +981 1138 1763349830473309336 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj 827756852ba406f9 +874 1140 1763349830366640363 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj decb39b26c83bf55 +1132 1153 1763349830623312580 esp-idf/sdmmc/libsdmmc.a eb859e54c866ddbf +1089 1158 1763349830579978310 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj af24ecf80344dcc +1093 1158 1763349830586645121 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj c8f5a8a7e253a237 +946 1158 1763349830439975282 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj 3b6991ce6f057bb8 +1106 1166 1763349830596645337 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj 5106f1847b554158 +935 1167 1763349830426641659 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj 97d638448fde61d9 +1158 1170 1763349830649979823 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 3bf1988c04e6e775 +926 1172 1763349830416641444 esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj ed1f74833cc225ec +1138 1186 1763349830629979391 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 36b009e253aa2b7b +1166 1207 1763349830659980040 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj 30f430a8b92f115d +1116 1213 1763349830609978959 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b4417529b74b89ed +839 1214 1763349830329972902 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj 15019e726481ff6 +1154 1225 1763349830646646418 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/regulatory/esp_wifi_regulatory.c.obj 491d180830504719 +1137 1240 1763349830629979391 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj b09074b803e10743 +1215 1242 1763349830706647715 esp-idf/esp_driver_i2s/libesp_driver_i2s.a 515f5667d7d26c8 +1118 1256 1763349830609978959 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj a1a4598a5b084450 +1158 1259 1763349830649979823 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj 5f2b3012c31e37e6 +960 1261 1763349830453308903 esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj 5472e05622241ef7 +1242 1269 1763349830733314960 esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a d501a0e1b12d0412 +1135 1273 1763349830626645986 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj ceddc8b96b5db5f7 +1046 1276 1763349830536644040 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj af744ed6a72036bd +1168 1278 1763349830659980040 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj b7cfa4ee4805bfa7 +1158 1287 1763349830649979823 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj 885e91b9917ec43 +1269 1300 1763349830759982203 esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a 9352bdb646574629 +1037 1308 1763349830529977229 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj a50852f54002ed17 +1186 1315 1763349830676647067 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 12f36dde9c137d96 +1042 1320 1763349830533310633 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj f2b04f4f2e90ec5c +1300 1325 1763349830793316257 esp-idf/esp_gdbstub/libesp_gdbstub.a b2d54f606a8c14f4 +1172 1331 1763349830663313445 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj 8aa5f4a2db11d186 +1172 1349 1763349830663313445 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj eeec2b9effc259b6 +1146 1353 1763349830639979607 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj 10bd7df65891cc6 +1325 1358 1763349830816650095 esp-idf/esp_driver_spi/libesp_driver_spi.a 5dbd7fc994d82363 +1240 1363 1763349830733314960 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj d20814f00dfbd3d2 +1225 1364 1763349830716647933 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj 44426e6ba4a848ce +1259 1367 1763349830749981987 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj 143091137bf74e82 +1278 1392 1763349830769982419 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj 9b0e8ccdc87317b7 +1273 1398 1763349830766649014 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj fce33ab0c53fecbf +1287 1400 1763349830779982635 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 7cb7fe487b3dca91 +1308 1402 1763349830799983068 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj d0cde6584db01045 +1363 1403 1763349830856650961 esp-idf/esp_wifi/libesp_wifi.a 9315f055a962a033 +1213 1421 1763349830706647715 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj a6ca7a19f0a0c8b7 +1256 1435 1763349830749981987 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj 9de9ca4b58a48595 +1350 1439 1763349830843317338 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 727d163e72f3359b +1321 1444 1763349830813316689 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj 804130de4072adb2 +1333 1449 1763349830826650311 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 3fd02821034fb147 +1354 1454 1763349830846650744 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj a07f40766eab9af7 +1367 1457 1763349830859984365 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj 415eda9c414dd457 +1364 1466 1763349830856650961 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj ff0fa2b592fa6a90 +1392 1476 1763349830883318204 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj afa3e77a941d6c94 +1316 1486 1763349830806649879 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 42660441aee5293 +1277 1489 1763349830769982419 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 45ec128b78d19bbf +1400 1491 1763349830893318419 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj 3d364b694ec070e4 +1398 1493 1763349830889985015 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj 97b01280a887cc83 +1363 1496 1763349830856650961 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 51c538ab828c67e6 +1402 1511 1763349830893318419 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj 62ab1e2db4373016 +1421 1531 1763349830913318853 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj fb205ba3cdbec20b +1444 1532 1763349830936652691 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj 9560aa11d204f1be +1403 1538 1763349830893318419 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj dfc307a5d4cfa82e +1455 1560 1763349830946652907 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj d9c538f9796d7593 +1435 1573 1763349830926652474 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj 8ddcd38951293c92 +1476 1573 1763349830969986745 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj be0b3b9c5bc451c1 +1439 1587 1763349830929985880 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj ae3dd98a5ef69e5e +1493 1592 1763349830986653772 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj aac84bb0faab6bc7 +1207 1596 1763349830699980906 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj 569f572a8c304381 +1486 1609 1763349830976653555 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj 65df39c2d9e6e3e1 +1511 1637 1763349831003320799 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 70d667aef7fcdf39 +1457 1662 1763349830949986312 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 9a4bb25b021d4cdb +1587 1668 1763349831079989125 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 9cc0507f6939ef98 +1489 1680 1763349830979986961 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj dab254a7b2128d50 +1573 1681 1763349831066655502 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 4337ffd31d4b915d +1532 1683 1763349831023321231 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj dcc89a32efb6c428 +1450 1688 1763349830943319501 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 17671b014e81f42d +1561 1694 1763349831053321880 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 71ef6064482eb2aa +1609 1700 1763349831099989558 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj 5c9bcf40b44c9c0e +1592 1703 1763349831083322529 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 7a2454ba8e036f18 +1466 1712 1763349830959986528 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 55f65c313a025115 +1262 1715 1763349830753315391 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj aa43705a7988ddff +1596 1737 1763349831086655936 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj ab21a3c125fd1b8e +1531 1755 1763349831023321231 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj b8f1af7d4137af0e +1712 1762 1763349831203325126 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj a40e1e91e5f5c89f +1492 1762 1763349830983320366 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj efba876d2cc7c742 +1573 1778 1763349831066655502 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj cdffc865b96b69e5 +1637 1799 1763349831129990207 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 638d6eb18ce2bd75 +1682 1803 1763349831173324476 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 4a0d01a661441788 +1668 1833 1763349831159990856 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 6bc5c7ec031d18a +1663 1834 1763349831153324045 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 183ffd9ba7858552 +1688 1845 1763349831179991287 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj c2db554a7451a804 +1739 1848 1763349831229992370 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj 48329b9dc8f15504 +1680 1850 1763349831173324476 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj 989802ddc4ca8a7d +1700 1868 1763349831193324909 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj aae06bb6c5218cb9 +1496 1869 1763349830986653772 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj 147e53a45c31b50d +1778 1880 1763349831269993235 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj e53d5d1566d93c98 +1715 1884 1763349831206658532 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj 97513a8d1ff8d201 +1683 1886 1763349831176657883 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 11fd71d37934ac57 +1755 1893 1763349831246659397 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj 62c0d4b2dae8e7aa +1893 1920 1763349831386662426 esp-idf/esp_coex/libesp_coex.a 4b97a9cc87a29ccd +1850 1938 1763349831343328155 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 406c4abaef058295 +1694 1950 1763349831186658098 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj b74a15db9c48a9a5 +1880 1971 1763349831373328804 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 1262e6752387df1d +1762 1976 1763349831253326208 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj 4ff9f694791ee6ca +1884 1977 1763349831376662210 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj bee2819892b5711e +1950 1979 1763349831443330318 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 33f9ee45deb0996c +1872 1984 1763349831363328588 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj 847d42a681aceb06 +1538 1986 1763349831029988042 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 9432ac8fd90e5b6c +1799 1988 1763349831289993668 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj dcd7bb18ab4677b1 +1886 2001 1763349831376662210 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 1256b4fbd4cd04c0 +1938 2010 1763349831429996698 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 8eb2ff87cd5723ee +1845 2018 1763349831336661344 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj 3286023cf2086807 +1920 2022 1763349831413329669 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj c4db1983d4d249c9 +1703 2027 1763349831196658316 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj f79d5494d107fd88 +1833 2028 1763349831326661128 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj 95f7b41853d95c16 +1836 2031 1763349831329994533 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj dda5b931096f9e81 +1803 2048 1763349831296660479 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj 21cc533c0431e1d4 +1868 2051 1763349831359995182 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj f9a05e1aed3eca1e +1977 2055 1763349831469997562 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj 1d1204a6af37d2cc +1986 2074 1763349831479997778 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj b81374e68b6548c1 +1979 2081 1763349831469997562 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj a90d25502ef76577 +1762 2090 1763349831253326208 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj c8ecd32b8017d30f +1984 2093 1763349831476664374 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj af4d2730517c99c3 +1988 2101 1763349831479997778 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj bca04cce80d8c984 +1976 2102 1763349831469997562 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj df27be04745da857 +2019 2114 1763349831509998427 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 4021aaa1b39cfb98 +2027 2115 1763349831519998645 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj c84c2b2683e34f88 +2031 2127 1763349831523332049 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 7f5f03d90c3c1ab6 +1848 2129 1763349831339994750 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj fceffcedd3df74d +2023 2134 1763349831513331834 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj a7bb5b15080ad94b +2028 2159 1763349831519998645 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 931032cd66e493ce +2001 2182 1763349831493331400 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj 4a0c15bd30797172 +2053 2183 1763349831546665887 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 5172be020c5bb058 +2081 2189 1763349831573333132 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj 61404105a0ee018c +2101 2189 1763349831593333565 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj 48483c996bee9d3f +2114 2195 1763349831606667186 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj a5493cbb47bf86f8 +2093 2197 1763349831586666754 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 732c754c2d28ff66 +2105 2202 1763349831596666970 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 45e8b656c779d9df +2115 2219 1763349831606667186 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 29d669fe7ca68b22 +2055 2225 1763349831546665887 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 1e0172e24abdadf9 +2076 2227 1763349831566666321 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 9e7fbeb5026247c0 +2129 2227 1763349831623334214 esp-idf/wpa_supplicant/libwpa_supplicant.a 719c0082bd363837 +2185 2260 1763349831676668701 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 3253227afdcd11d3 +2183 2268 1763349831673335295 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj 9550c1d5222bb674 +2197 2309 1763349831690002322 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 8148717478ba5aab +2010 2316 1763349831503331618 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj 9737df875f21baaf +2221 2321 1763349831713336161 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj a0ead0e35038a95f +2134 2329 1763349831626667619 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj d658335f059fbd87 +2090 2337 1763349831583333348 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj fc2c8f61c25b360 +2160 2340 1763349831653334863 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj 2fac515b75af99ae +2227 2355 1763349831720002971 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj 5195ca8a100038d3 +2127 2360 1763349831620000808 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 7d85b6a2321c2160 +2260 2395 1763349831753337026 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj d18c5ec0b01b12dc +2227 2398 1763349831720002971 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj ebaf291839ca2365 +2268 2405 1763349831760003837 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj 371dc23ad8038e48 +2322 2408 1763349831813338325 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj 5112e946f90ec08f +2309 2411 1763349831800004702 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj 3550bf29552bee4d +2316 2415 1763349831810004918 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj 38247f6ebdd168d1 +2329 2420 1763349831820005136 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj ffcc402926d826d5 +2202 2424 1763349831693335728 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 239782ed8541c72d +2355 2425 1763349831846672378 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 45754f278af5f551 +2337 2438 1763349831830005351 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 4b5173cd464dba28 +2195 2453 1763349831686668917 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj af099c1f4e9d6ac0 +2346 2470 1763349831840005567 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 1db1581e164e51fd +2226 2488 1763349831716669566 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 6eed8c7c08a70400 +2415 2489 1763349831906673676 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj 691b480fbf4320b4 +2398 2490 1763349831890006649 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj bdcccc1e51d04421 +2426 2499 1763349831916673894 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj dca7a29c38bb2c4c +1971 2506 1763349831463330751 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj f056b229bf90e3f1 +2438 2507 1763349831930007516 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 4017b40740ac54ad +2396 2516 1763349831886673245 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 98f62e6c186a72b3 +2454 2527 1763349831946674543 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 6592cc7333053e7e +2420 2527 1763349831913340487 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj 11d016a96d216868 +2189 2537 1763349831680002106 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj bebd84741aab7fd0 +2411 2541 1763349831903340272 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj ac641eb965d7b707 +2424 2546 1763349831916673894 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj d7bbf2fe28c7ad4b +2470 2547 1763349831963341570 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 3e1c86c7f49d2f40 +2405 2556 1763349831896673460 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj 3ed477e11f8399cd +2189 2560 1763349831680002106 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj ac683970c6aa82f1 +2490 2566 1763349831983342003 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 71c66594d7345c44 +2490 2569 1763349831983342003 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj 2ed7239fc9799a70 +2360 2571 1763349831853339189 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj d516be693140794f +2499 2574 1763349831990008814 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 37d895669e12f2bb +2048 2577 1763349831539999076 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b5a07fdcbc9503ba +2489 2577 1763349831980008597 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj 261af5473540d8a6 +2507 2580 1763349832000009030 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 11af4cc2f6afbbd9 +2506 2585 1763349832000009030 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj fbc670609999c8de +2527 2594 1763349832020009463 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj dae1cdefc7e6a581 +2516 2606 1763349832010009246 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj e7b977f56864b061 +2541 2608 1763349832033343085 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj ede6d9a40a670bee +2537 2609 1763349832030009679 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 82b8cb043496d605 +2547 2618 1763349832040009896 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj c20d4cff1651ce32 +2546 2627 1763349832040009896 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 528a271493eaa65e +2560 2628 1763349832053343518 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 7211e4f4af9e701b +2528 2632 1763349832020009463 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj 2395cb2968ff3743 +2557 2634 1763349832050010112 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj 7d354d2dd0d08fdb +2569 2639 1763349832060010329 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 4b8de5ba17c72e4f +2574 2644 1763349832066677139 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj 284a82322e15202b +2566 2647 1763349832056676923 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj 2ed618eed2c6c31a +2571 2652 1763349832063343734 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 68d9c60b7406e5b3 +2580 2664 1763349832073343950 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj 96376db348f19a6b +2577 2668 1763349832070010545 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 65398222b10f847d +2585 2682 1763349832076677356 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj 8c2fe050c316d62c +2577 2683 1763349832070010545 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 16b686e8f3a90ab +2606 2705 1763349832100011194 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj ef4130b71c3fd72b +2639 2709 1763349832130011844 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj b6ac4c91f0b096c5 +2618 2710 1763349832110011411 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj 32548f3e2cdb1d5d +2647 2716 1763349832140012060 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj f239cc3f54981bf3 +2644 2717 1763349832136678655 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj 42d7f8cdaa18ac4a +2627 2718 1763349832120011627 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj 67217369bb5fa2a7 +2683 2721 1763349832173346115 esp-idf/esp_netif/libesp_netif.a ac5de951710c79e2 +2609 2722 1763349832103344600 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj 848bc708b1aa5651 +2652 2724 1763349832143345466 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj b1f559b81289bfc +2594 2729 1763349832086677572 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj c42d9ce455026eba +2632 2751 1763349832123345033 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj a58b4d418f0f2808 +2629 2756 1763349832123345033 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj fa3c1ddfd77b69bd +2665 2757 1763349832156679088 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj eff834f324d54b67 +2724 2759 1763349832216680386 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32/phy_init_data.c.obj b97ba7ba2451b4d7 +2608 2767 1763349832100011194 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj 5d8734bfc5829cdd +2718 2776 1763349832210013575 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj 78054ac192d94732 +2634 2789 1763349832126678438 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 20d98a6d7c064f +2717 2794 1763349832210013575 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj c1e556f313c08a99 +2729 2796 1763349832220013792 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj e93d9a1c9ddeb305 +2716 2811 1763349832206680170 esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj 4c125c2dde8dcd56 +2408 2818 1763349831900006867 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 578331fa8c1401cc +2721 2825 1763349832213346981 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj 623cf2046e93df6 +2713 2825 1763349832206680170 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj 467557b2bf9a6c0 +2705 2840 1763349832196679953 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj 1ddc5a99b7037198 +2825 2871 1763349832316682551 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj dc55f40c665cf890 +2722 2879 1763349832213346981 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj 80c5648444884b2 +2668 2902 1763349832160012493 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj de64fede207faf5a +2879 2920 1763349832370017038 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj 8941e48c2689f2ae +2709 2945 1763349832200013359 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj 442bec8034f83e7b +2840 2979 1763349832333349578 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj 8693299297852b8 +2921 2995 1763349832413351310 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_xts_aes.c.obj 4dab4173d3a0cf13 +2902 3028 1763349832393350877 esp-idf/lwip/liblwip.a 5cb9f9761477aae +2946 3039 1763349832436685147 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj a711277bd04d6339 +2995 3103 1763349832486686229 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 8fa98953dd0e3513 +2685 3117 1763349832176679520 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj cdc6fb2b8b466a5a +3039 3147 1763349832530020502 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_wakeup.c.obj 3a991cc53ece075a +3117 3162 1763349832610022232 esp-idf/vfs/libvfs.a 56b5c86090012718 +3162 3192 1763349832653356503 esp-idf/esp_vfs_console/libesp_vfs_console.a cda3b7f973ff8088 +2813 3218 1763349832306682334 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj f7db55808e3b9a7b +2797 3225 1763349832290015307 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 5dae92249f34c5e0 +3193 3234 1763349832683357154 esp-idf/esp_phy/libesp_phy.a 267c25c8d018b7de +2979 3298 1763349832470019203 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b1da24b34fdf7c87 +3104 3363 1763349832596688610 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj 6e2283741c9eb493 +3298 3376 1763349832790026128 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj 834348062a89a397 +3234 3380 1763349832726691424 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj d24a653b16489529 +3225 3409 1763349832716691209 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj 1bd0c1134136c0a4 +3376 3436 1763349832870027861 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj 1210e658c8986624 +3380 3463 1763349832873361265 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 869e1277fd602512 +3219 3468 1763349832710024398 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj dc27dcd7567cfd0d +3363 3473 1763349832856694239 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj f95e3dc7872a0b10 +3147 3526 1763349832640022883 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj c27464236d0d2cea +3469 3537 1763349832960029809 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj 74a983d7dd1fb5f1 +3410 3550 1763349832903361916 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj 174556d01ba84892 +3437 3587 1763349832930029160 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj fb70cb70705152f9 +3028 3638 1763349832520020284 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj c216063b4e43c136 +3527 3647 1763349833020031108 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj 10e9261fe735d33e +3638 3678 1763349833130033489 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj b8dbeac1b9c0ebe6 +3587 3683 1763349833080032406 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj 403f27ea2f3d4168 +3473 3684 1763349832966696620 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 9a2ca984f94d46a0 +3539 3687 1763349833033364730 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj ef3dfc66cc9ea5ea +3550 3691 1763349833043364945 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj 1b074c381e24b78a +3647 3730 1763349833140033705 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj 377f3c9a6f122fc +3683 3733 1763349833176701166 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj 80998c6982884daa +3691 3756 1763349833183367977 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj 610cbce795985ddb +3679 3756 1763349833170034355 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj d2f31f33fe60eb45 +3687 3763 1763349833180034572 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/poll.c.obj 642b1c30f9aa82b4 +3733 3774 1763349833226702248 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj baf704bd991c3d52 +3686 3785 1763349833180034572 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj c23e51867f0d055b +3733 3795 1763349833226702248 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj 1cb66336e61fcc3 +3756 3800 1763349833246702681 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/termios.c.obj c134883cc0cf6c9c +3774 3833 1763349833266703114 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj 803deafb5a19c990 +3800 3861 1763349833293370358 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/syscalls.c.obj 8b494bb044871a08 +3795 3863 1763349833286703547 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj ac06286885591bfc +3766 3878 1763349833256702899 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj c9f61dc4aab9384e +3785 3881 1763349833276703332 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj c7de3fc7debafe56 +3878 3920 1763349833370038685 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj 5cdbc9ae1b3303be +3861 3929 1763349833353371658 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj 449a70f150a6b2f4 +3863 3934 1763349833356705063 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj 714eaab5dfcff5e1 +3757 3941 1763349833250036088 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj fa537eae4bcedac6 +3833 3953 1763349833326704414 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_syscalls.c.obj 67cddcb49c6caff8 +3463 3961 1763349832956696402 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 20f0610a380286c9 +3883 3962 1763349833376705496 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/newlib_init.c.obj c279a66edbee80b1 +3929 4005 1763349833420039768 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj fa718b0ddba1ea99 +3921 4006 1763349833413372957 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj 5314f1c8620fd3a6 +3934 4024 1763349833426706579 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj 863088f21756d793 +3941 4028 1763349833433373390 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj 76caccea3761c164 +3953 4058 1763349833446707012 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj c7ce2a789d85948d +4058 4098 1763349833550042582 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj 5002d5c52bf88a63 +4006 4137 1763349833496708094 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 7853c9aefba841ae +4005 4140 1763349833496708094 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj 9f214c8c1769f289 +4098 4160 1763349833590043450 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj fce4901db8a206e4 +3961 4207 1763349833453373823 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj 881c44e308c178d3 +4028 4210 1763349833520041934 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj 77d23cfc268e98fe +4139 4211 1763349833633377720 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj 9e46fcf4d586c60d +4024 4224 1763349833516708527 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj b14bb56dcc90aff0 +4160 4230 1763349833653378154 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj 5c782e0408a499e5 +4140 4236 1763349833633377720 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj 87c422a9f6a8b7f8 +4230 4267 1763349833723379669 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 688bf23a4ed24066 +4211 4270 1763349833703379236 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj 33a405d6428fc748 +4224 4271 1763349833716712858 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 71f020ff75132b8b +4207 4302 1763349833700045831 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj ade624ce7d06098b +4210 4310 1763349833703379236 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 1f6a164348952c3e +4270 4318 1763349833763380536 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj 5cd4d0d832a2ee16 +2757 4346 1763349832250014441 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 2f5f07632591e87f +4320 4368 1763349833813381619 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj af293338a39afd6a +4302 4383 1763349833793381184 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj 667309a5695829b6 +4237 4384 1763349833730046481 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 31123ce1cdb11900 +2825 4416 1763349832316682551 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj 8bce06844796d28 +3963 4416 1763349833453373823 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 116d98c1ad2f988d +4383 4425 1763349833876716322 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj dd7473bc721af276 +4267 4430 1763349833760047129 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj 4b4e6f30b40fa087 +4347 4445 1763349833840048863 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj 2efca1de37b1f0d5 +4384 4461 1763349833876716322 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj 3527850f36475a90 +4416 4464 1763349833906716972 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj c7f65cec0d74f4b +2871 4467 1763349832363350227 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj 7beae05747c7d16e +4310 4485 1763349833803381402 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj f41d9a26eb33de4d +4370 4493 1763349833863382700 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj d1f0e257b9d7cb05 +2767 4503 1763349832260014657 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 200a70d2e282b9d6 +4416 4506 1763349833910050378 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj 1bc870d96444e313 +4271 4511 1763349833763380536 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj 8e2ba2780b71eaad +4511 4527 1763349834003385732 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj 1bc0479e0c8c70e4 +4509 4530 1763349834000052327 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 27bcd9e5439dd8dc +4463 4532 1763349833956718055 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_utils.c.obj 51978082062725ad +4430 4540 1763349833923384000 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj 8412f4fce2177c98 +4425 4541 1763349833916717189 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj 9ac00d937aa49432 +2794 4545 1763349832286681901 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj b3030cb96f03dc43 +4465 4553 1763349833956718055 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj 699b42427d231c82 +4493 4554 1763349833986718705 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj a3982d079cf613a9 +2756 4557 1763349832250014441 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 85797b6d0b3befb9 +4468 4566 1763349833960051460 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj 60be1a9ffdd8235d +2818 4567 1763349832310015740 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj 15ffa50cb2fc2313 +2759 4569 1763349832250014441 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj ee90c7b8b5194d4d +4485 4577 1763349833976718488 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj c9ae2332ba581e04 +4531 4588 1763349834023386165 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj 9a9fdaa14b682a18 +4541 4598 1763349834033386381 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning/mspi_timing_tuning.c.obj cb56d926493cb4a3 +4446 4600 1763349833936717622 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj 78d07e2b58dc731d +4532 4603 1763349834023386165 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj d87cad6399a308a0 +4577 4621 1763349834070053842 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj 4a115852287b612e +2789 4635 1763349832280015090 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 43f0e95cd02b81f6 +4606 4646 1763349834100054492 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj a7287e8d16f0d2ac +4541 4651 1763349834033386381 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj bf3c5cd26372a537 +4566 4655 1763349834060053627 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 251fe66e0fe3b3dd +4600 4656 1763349834093387681 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj f4cc1368b67e7965 +4589 4659 1763349834083387465 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj cb62637553678b3d +4553 4662 1763349834046720003 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj d68461480559bd40 +2776 4663 1763349832270014874 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj beac9502b8c05661 +4646 4665 1763349834136721953 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 9047be2a679ad2b2 +4640 4671 1763349834133388548 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj d7d96bb116fc5cce +4651 4672 1763349834143388765 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 267bbcfc4b16a101 +4622 4673 1763349834113388115 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj b99a7993caa6e788 +4557 4683 1763349834050053410 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 5c7aeb6569200935 +4659 4683 1763349834150055576 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj e358ac5a9f878f0e +4663 4686 1763349834153388981 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 16db496cf67114d9 +4598 4692 1763349834090054276 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj 5abebacfc228fd1d +4664 4692 1763349834156722387 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj 75bbc340de4aebc8 +4655 4694 1763349834146722170 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 9307d222ee90372 +4672 4697 1763349834163389198 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj 3285c939a3bbe560 +4545 4698 1763349834036719788 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj ddcabb752171c343 +4673 4699 1763349834166722603 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 5bfd382713285d1f +2751 4702 1763349832243347630 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 348d1b2b036623b2 +4683 4704 1763349834176722819 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj bbe14745f7bd540b +4527 4706 1763349834020052760 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj 772303f6a271ec93 +4657 4707 1763349834150055576 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj 75066a40c6db760a +4666 4710 1763349834156722387 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj cfaf2b84b962a56a +4671 4713 1763349834163389198 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 342b598638bc9f08 +4683 4714 1763349834176722819 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 8b24593138727457 +4573 4716 1763349834066720438 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj 7484e7ead8a1cc88 +4699 4716 1763349834190056441 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj 75e98d909cdfeab6 +4692 4718 1763349834183389630 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj aff03f1a1402e57a +4695 4719 1763349834186723037 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj bb6a3091b7f09195 +4686 4724 1763349834180056226 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj a86b5141218fc36e +4707 4726 1763349834200056658 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj eeb81f7eef2a8a41 +4692 4727 1763349834183389630 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj 9633aca6ce77356d +4698 4728 1763349834190056441 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj 13226058b77a5e9a +4704 4729 1763349834196723252 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj a11991c52bbedf29 +4714 4730 1763349834206723469 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj 5fa9ea28ec6ed02f +4706 4731 1763349834200056658 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj 4ada26adeff2351c +4699 4733 1763349834190056441 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 8f4e4ff1f1e3fe6a +4702 4735 1763349834193389848 esp-idf/nvs_flash/libnvs_flash.a e5a386a0afeff5d4 +4569 4738 1763349834060053627 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 1fd5d07f91a418ba +4710 4740 1763349834203390065 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj e038cfcf353e19a8 +4713 4756 1763349834206723469 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj 88a0e84e26db25c9 +4728 4757 1763349834220057091 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj ba3e1d9d52fe443a +4738 4760 1763349834230057308 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj aa14825150f927a1 +4735 4761 1763349834226723902 esp-idf/esp_event/libesp_event.a fca90d3e0d4f829c +4761 4779 1763349834253391147 esp-idf/esp_driver_uart/libesp_driver_uart.a 5b59f1221c25431f +4726 4783 1763349834216723687 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj f27a5808d43776e +4741 4786 1763349834233390714 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 9624b35aa2c36fbc +4730 4790 1763349834223390498 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj 6a57cea299e3c25a +4731 4792 1763349834223390498 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj 320b93c7b1c83d96 +4733 4800 1763349834226723902 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj 41da4779cf47d903 +4756 4800 1763349834246724336 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj fc5ce2cb61db05f3 +4779 4802 1763349834270058175 esp-idf/esp_ringbuf/libesp_ringbuf.a bffa5cb25aa0b925 +4729 4803 1763349834220057091 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj 6377e5e1a956b917 +4730 4805 1763349834223390498 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj dfda5913d174acfc +4783 4810 1763349834276724986 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj 5287050d81786aa5 +4760 4812 1763349834253391147 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj f00bad5c3fc7a99a +4716 4812 1763349834210056876 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj 972b3b335f7c2a9c +4757 4815 1763349834250057741 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj f4906bb38b2602bc +4554 4825 1763349834046720003 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj a9e22045da60d2a4 +4802 4829 1763349834293392014 esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a 2fcf19ed10e12a52 +4786 4832 1763349834276724986 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj d059bd235a4055e6 +4720 4834 1763349834213390280 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 460150e5341e524a +4790 4834 1763349834283391797 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj 9e4ceace3163b719 +4800 4836 1763349834293392014 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj e4cdcf5620fff199 +4718 4839 1763349834210056876 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 46902954d16603d +4793 4839 1763349834283391797 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj 547f1b102a26b0db +4819 4841 1763349834313392446 esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj 60984e549f60befe +4800 4846 1763349834293392014 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 3283eed3ccd4031 +4832 4859 1763349834323392664 esp-idf/esp_timer/libesp_timer.a 26ca3e0497cbd8f3 +4805 4863 1763349834296725419 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b6fd844385fab2f9 +4809 4871 1763349834303392230 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj 41465cb373e35e49 +4834 4875 1763349834326726068 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj 93887300d0c72e1d +4859 4875 1763349834350059907 esp-idf/cxx/libcxx.a 201ea5a8214795bc +4813 4883 1763349834303392230 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 5ca61ae12ac49ec0 +4716 4885 1763349834210056876 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj 3fdbc60b6550be2a +4503 4889 1763349833996718921 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj 313ec7b52567bf87 +4810 4895 1763349834303392230 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 41d288a0de955a46 +4876 4902 1763349834366726936 esp-idf/pthread/libpthread.a 7c9a4143c0ba58d6 +4839 4910 1763349834330059475 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj c0f8cbf9a3cdc4f2 +4846 4910 1763349834340059690 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj dfd4a1022a3e94f +4863 4911 1763349834356726718 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj 56d951198c36f774 +4839 4913 1763349834330059475 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj 39acf8f467444524 +4812 4919 1763349834303392230 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 99339afa15d14c4d +4825 4919 1763349834316725853 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj 30d0a5c65817419c +4841 4926 1763349834333392879 esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj 4974f0ed90618c8a +4889 4929 1763349834383393963 esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj c57e26f167ed1b82 +4885 4933 1763349834376727152 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj f335d21ed8f7b4d6 +4902 4936 1763349834393394179 esp-idf/newlib/libnewlib.a 35975b121feb908d +4883 4937 1763349834376727152 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj 7539e1e15dd33932 +4832 4937 1763349834323392664 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj 662e10e853b1eb0f +4871 4938 1763349834363393529 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj c5bd864224087f59 +4834 4948 1763349834326726068 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj 1f63cf1cc91fd7a4 +4911 4951 1763349834403394396 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 3161b5723886d0e0 +4913 4951 1763349834406727802 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj 3de4aa570a0715eb +4875 4952 1763349834366726936 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 938fbfb67d9dac51 +4919 4970 1763349834410061207 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj 3c848957968b9c32 +4895 4970 1763349834386727368 esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj 2f1e3bdf339e1858 +4938 4970 1763349834430061640 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj e7d71c7322032528 +4836 4976 1763349834326726068 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj 6b8e2edcf476d80c +4938 4980 1763349834430061640 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj 5c201c45e7e564e4 +4937 4989 1763349834430061640 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj 9ba72cd10cacc778 +4936 4991 1763349834430061640 esp-idf/freertos/libfreertos.a 95be5bb3e60275eb +4933 5006 1763349834423394829 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj 54b04928b0bf283a +4951 5007 1763349834443395263 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj 89be4840fbf2cbfc +4926 5009 1763349834420061424 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj c584183f56c52b78 +4910 5013 1763349834403394396 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 245f7a6edb7f4807 +4948 5017 1763349834440061857 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj 6ed3f6739512e4a1 +4952 5020 1763349834443395263 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj 478e8c1de7d34991 +5008 5022 1763349834500063156 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 6649f272faedccbd +4980 5033 1763349834473395913 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj 840de17ff68f33db +4991 5035 1763349834483396128 esp-idf/esp_hw_support/libesp_hw_support.a 9f52bd1338748e18 +4919 5036 1763349834410061207 esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj 9a154deb8364d3 +4929 5038 1763349834420061424 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj d87294756bd49421 +5019 5046 1763349834513396778 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 1325123840ae679a +4977 5048 1763349834470062506 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sens_hal.c.obj c7332889c04b02eb +5022 5048 1763349834513396778 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj f37d79b27d807c9f +4970 5052 1763349834463395695 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj ca98cc9a4eef5b59 +5035 5053 1763349834526730401 esp-idf/esp_security/libesp_security.a fdad177d2bed8f81 +4989 5055 1763349834480062724 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 808c8b47f46a783f +4971 5063 1763349834463395695 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj 42ca80370718c3bb +5020 5070 1763349834513396778 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 2d83265ade3905b9 +5010 5070 1763349834503396563 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 4544bc98903b67c4 +4910 5072 1763349834403394396 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_sja1000.c.obj fb1fc6753308c08a +5006 5077 1763349834500063156 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 36f123de51875ae9 +5036 5079 1763349834526730401 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 2dfe134bbc81683e +5053 5091 1763349834546730834 esp-idf/soc/libsoc.a 55673348ef25f84d +4724 5099 1763349834216723687 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj 97a80b28c35232c8 +4951 5103 1763349834443395263 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj a626358739be681c +5048 5103 1763349834540064023 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system_console.c.obj 4bc2196eda5ae89e +5077 5107 1763349834570064673 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj 585d4c74cc78f368 +5038 5118 1763349834530063806 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj a7b939dd16bf8cca +5099 5119 1763349834590065106 esp-idf/heap/libheap.a aade364afff16d28 +5063 5122 1763349834556731051 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 65826043f450d7e6 +5072 5135 1763349834563397862 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj 6b106d260b106844 +5048 5136 1763349834540064023 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj ee5d33d952993423 +5079 5137 1763349834570064673 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj abb14d0991f275c0 +5053 5138 1763349834543397428 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj a9c8765ac029f91d +5119 5141 1763349834610065540 esp-idf/log/liblog.a 1f100647ea87c0f1 +5048 5144 1763349834540064023 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj dd18ca760b483270 +4970 5147 1763349834463395695 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj 6bd83905fbb0c7f4 +5138 5159 1763349834630065973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj 1b5e1768221d6215 +5055 5170 1763349834546730834 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 32717a41794cdd6 +5137 5173 1763349834630065973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj daafa7d786374f81 +5141 5176 1763349834633399377 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj 18b9c690e30da5b7 +5159 5180 1763349834650066405 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj ea732b69ff750d5b +5013 5184 1763349834506729967 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj eb670b969cb83b98 +5070 5186 1763349834563397862 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj 1d88a866d88f8b09 +5070 5190 1763349834563397862 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj 1d8f55ae7b464278 +5091 5192 1763349834583398295 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj c1411ac3d5887d72 +5119 5193 1763349834610065540 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 14d2e465fd972114 +5147 5194 1763349834640066190 esp-idf/hal/libhal.a 7381a05dde755a98 +5173 5196 1763349834666733433 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj 6fad1ec0862ad885 +5180 5200 1763349834673400244 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj 8d1beba72f4356e1 +5033 5213 1763349834526730401 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 8c18f78bdfe36927 +5105 5214 1763349834596731917 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 76c240bb06ac6b46 +5136 5214 1763349834630065973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj 6f789d11d0a4bef2 +5136 5215 1763349834630065973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj c7b6dc0f9013f675 +5194 5215 1763349834686733866 esp-idf/esp_rom/libesp_rom.a e8e6c9f3d744b038 +5123 5223 1763349834613398944 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj 5e6a771073f3a5c7 +5144 5225 1763349834636732783 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj 72c1f4e45fdb8325 +5186 5226 1763349834680067055 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj 79e9a796b8513900 +5190 5228 1763349834683400461 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj 4d3332304eb3e405 +5214 5232 1763349834706734300 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj 5476990aea27692d +5215 5232 1763349834706734300 esp-idf/esp_common/libesp_common.a a07bac6924a341b6 +5189 5236 1763349834683400461 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj 1c3918bbc6af530b +5193 5244 1763349834686733866 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj b7d395a82e200cea +5108 5251 1763349834600065323 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj a327eb94ce5aafc7 +5170 5251 1763349834663400027 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj b35260638625ee63 +5215 5255 1763349834706734300 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 9e0be93021c5888d +5200 5258 1763349834693400677 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj 59c6904c9deac0ae +5232 5265 1763349834723401327 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj 16f8f69b26f383ee +5214 5266 1763349834706734300 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 6385ac32cc6f8693 +5226 5285 1763349834716734516 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 7b3d0f6c7676a563 +5223 5287 1763349834716734516 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj 22766c0bf168ffe9 +5228 5290 1763349834720067922 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj bcf9cfa0b012c8d8 +5103 5292 1763349834596731917 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 4001766e161fb3aa +5192 5306 1763349834683400461 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj ae6da62bbb955115 +5196 5313 1763349834686733866 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj f46b23b87d38831b +5176 5314 1763349834670066839 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj bff14d8e9f6e2f7e +5290 5316 1763349834783402628 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj 64a7b30be10ad50f +5236 5319 1763349834730068139 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj b8c335eb0c7f6bc0 +5255 5326 1763349834746735166 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 68cac71474a480a0 +5232 5340 1763349834723401327 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj 2d8a79eb42b0c357 +5228 5346 1763349834720067922 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 494d3fcaa49888eb +5313 5347 1763349834806736465 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj ae95479eb32c9ec5 +5286 5347 1763349834780069221 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj a93ed80f8371a1c3 +5251 5350 1763349834743401761 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 68a86b9bd365c646 +5244 5351 1763349834736734950 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj a485e833354d8c27 +5314 5353 1763349834806736465 esp-idf/esp_system/libesp_system.a 12606b8ed502216 +5317 5356 1763349834810069871 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj ba37d40ef811c474 +5251 5356 1763349834743401761 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj 56ad2e685345a99b +5215 5371 1763349834706734300 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj fd83d804a393fa9d +5306 5383 1763349834800069654 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj 9bfc68b217817129 +5346 5393 1763349834840070521 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b7bc15a9fa44947a +5347 5395 1763349834840070521 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 926703e2af2db42a +5292 5411 1763349834783402628 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj 1efc1169437333e0 +5267 5412 1763349834760068789 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj ff0d65710ff2022a +5265 5413 1763349834756735382 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 7fb01364c2fe4d12 +5347 5416 1763349834840070521 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b25a68d473183b22 +5351 5420 1763349834843403927 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 28ecd690fc4f6ad7 +5353 5426 1763349834846737332 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj 8163c74704d90bd4 +5343 5430 1763349834833403710 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj c2f1e9f85557c22c +5350 5432 1763349834843403927 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj bbe60ba52d6c45fd +5326 5433 1763349834820070088 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 8d9ae57fb0e20a14 +5319 5436 1763349834813403277 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 40c2366017b07ca6 +5360 5442 1763349834853404143 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 6d9e73f041d09cdb +5412 5453 1763349834903405227 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj d615637e8eb99052 +5393 5459 1763349834886738199 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 583034a229d8e5c5 +5413 5473 1763349834906738631 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 3960f6363ede408d +5411 5476 1763349834903405227 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj 68152afe87e0003a +5416 5478 1763349834910072038 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj c761c936967b246a +5356 5482 1763349834850070738 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 467135244623627e +5430 5486 1763349834923405660 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj cd3d8879c574c6b5 +5436 5497 1763349834930072470 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj 8acc56dd63f02395 +5258 5501 1763349834750068571 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 3fdd69bc36da4fac +5287 5506 1763349834780069221 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj ba04f351c8660457 +5482 5511 1763349834973406742 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj e2e303985e699a0 +5487 5515 1763349834980073553 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj e3f04de6cd222b59 +5371 5523 1763349834863404360 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 5aa26d092ce5d647 +5434 5523 1763349834926739064 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 6d546dcae7045a92 +5477 5523 1763349834970073337 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj abadeafee2c12733 +5420 5530 1763349834913405442 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 3ede2f562153bb99 +5473 5533 1763349834966739931 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj c3a390fbab6e1b86 +5478 5536 1763349834970073337 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 6ae5587c9f5cb9b6 +5497 5540 1763349834990073770 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj ea4928307919283b +5426 5545 1763349834920072253 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj cdce8c14ccfbb0f4 +5501 5550 1763349834993407176 esp-idf/spi_flash/libspi_flash.a f39d32481e7628ce +5443 5554 1763349834933405877 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj 7e43bbc46dd35aa4 +5453 5557 1763349834946739499 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj a8bbf5c5fbe7bce4 +5432 5564 1763349834923405660 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj d7bebb3ac1f203bc +5545 5579 1763349835036741447 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b6ea31a76755bbfb +5557 5585 1763349835050075071 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj 1a7f40d0bcaf19cd +5395 5588 1763349834886738199 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 43c202b4085fec64 +5564 5592 1763349835056741882 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj ff12428de2eb9f35 +5550 5595 1763349835043408258 esp-idf/esp_mm/libesp_mm.a 886d0e1f5c6a7e51 +5386 5597 1763349834880071388 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b8f86eda24b6b261 +5523 5601 1763349835016741015 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 39412f048064f78e +5511 5604 1763349835003407392 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 3cae890f01e36aba +5554 5606 1763349835046741664 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj c53fb7600edd8df8 +5506 5607 1763349835000073987 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 3997751a513330f1 +5523 5615 1763349835016741015 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj c99f877c8f08a99c +5586 5625 1763349835076742314 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b30e19dcf6b167b6 +5597 5645 1763349835090075937 esp-idf/bootloader_support/libbootloader_support.a 16c105d9323238ae +5515 5656 1763349835006740798 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj 8b8899f65519128d +5530 5657 1763349835023407826 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj eef7c40b2eae782f +5579 5658 1763349835070075503 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj 89124e236955e678 +5646 5673 1763349835140077021 esp-idf/efuse/libefuse.a 44d43c13c19c22a2 +5673 5689 1763349835166744264 esp-idf/esp_partition/libesp_partition.a 7849a415b1911924 +5616 5695 1763349835106742965 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj 62811bcce34343c5 +5658 5695 1763349835150077236 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj c688f0f25e75320a +5460 5709 1763349834953406310 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj 518a03ae75259041 +5689 5721 1763349835180077887 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj dce4820aed4500a1 +5709 5725 1763349835200078320 esp-idf/app_update/libapp_update.a 241bb01efbc9d78c +5601 5727 1763349835093409342 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 17cdbef9feab1306 +5593 5736 1763349835083409126 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj f2310852ffb655cb +5588 5743 1763349835080075720 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj 2612b20efb8d8386 +5725 5744 1763349835216745348 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 586dc49a9613e2e0 +5625 5754 1763349835116743182 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 459aff678d6d44e4 +5745 5767 1763349835236745782 esp-idf/esp_app_format/libesp_app_format.a 70c59dc34e7f6b61 +5604 5772 1763349835096742748 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj c6d1e842efd07790 +5656 5780 1763349835146743832 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 974ff39b18fd8bab +5536 5784 1763349835030074636 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj 8c09bc8cf21e3fc9 +5754 5785 1763349835246745999 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj f7828789ae76df46 +5607 5788 1763349835100076154 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj ba9683101b1a358a +5657 5797 1763349835150077236 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj c7f6b87d035f2360 +5769 5800 1763349835263413027 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj 3ba2b994d3f7c3ef +5696 5807 1763349835190078104 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj eb16542dd7c40c49 +5780 5810 1763349835273413242 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 2ae2d95e6c0b974b +5772 5815 1763349835263413027 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 3b270e5b1080be6f +5727 5824 1763349835220078754 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj c9af17d3ed946596 +5788 5825 1763349835280080054 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 73f3e449342da347 +5786 5831 1763349835280080054 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj d375cb72ffcdbf78 +5695 5835 1763349835186744698 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 3c71609a3daca488 +5523 5846 1763349835016741015 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj 22239867823b19ce +5722 5850 1763349835213411943 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj ac2958c5105474db +5825 5857 1763349835316747515 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj e021b58d6564a8ac +5825 5870 1763349835316747515 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 56ab8592b3213679 +5595 5870 1763349835086742531 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 8ade1c14c6efc237 +5807 5877 1763349835300080487 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj 9455bd867882f9cf +5540 5885 1763349835033408043 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj 4b1ca658eb7ce4a0 +5846 5901 1763349835340081353 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj d9d079f9398a4c8b +5870 5907 1763349835363415192 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 607b3525a0ac9c4e +5800 5911 1763349835293413676 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj 12d79f02c51196a9 +5784 5914 1763349835276746648 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 541d72b53125761c +5877 5920 1763349835370082005 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj f93c422378c97a7b +5831 5931 1763349835323414326 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 92538929f3bb8dd1 +5907 5937 1763349835400082654 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 3b5f44881049201 +5835 5940 1763349835326747731 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 3d1603b320cfc5cb +5815 5941 1763349835306747298 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 49ee80ca9d3c3d06 +5744 5949 1763349835236745782 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj a97dfc648bd7286d +5870 5959 1763349835363415192 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 28eb4de41293e949 +5811 5968 1763349835303413893 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj ae14fadf1683cdcf +5959 5991 1763349835450083737 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj a13460c6829a596 +5606 5993 1763349835100076154 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj 754897d6b8c3c55f +5937 5995 1763349835430083304 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj d0f4c726d2ece92c +5940 5997 1763349835433416709 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj ec1ab7dde59aa29a +5941 6000 1763349835433416709 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 367a5dd671c310bb +5799 6000 1763349835293413676 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 78a1d0767d6edf5e +5911 6000 1763349835403416060 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj 8fe00dd506d8fe4d +5736 6023 1763349835230078971 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj 38278ea5aa85b9e7 +5914 6032 1763349835406749465 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj 55ac1cd2799d339f +5921 6035 1763349835413416276 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj 6cc83bf4693bc335 +5885 6039 1763349835376748815 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 8d69d8fd0c35006d +6035 6066 1763349835526752066 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 4c289b1a3bd73c89 +5931 6069 1763349835423416493 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 5d52d282e4231597 +5968 6069 1763349835460083955 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 5a0af170ec6c5cab +6023 6073 1763349835516751849 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 1eb1bf4091aadfa5 +5901 6074 1763349835393415843 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj ba3948e524a8b44 +5533 6080 1763349835026741231 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj 636ca4aa2d6a5909 +6033 6080 1763349835526752066 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj ce57499a3543881f +5993 6096 1763349835486751198 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj da94210d79d72792 +5997 6099 1763349835490084604 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj fde31f85568054e7 +5996 6106 1763349835486751198 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 697ab744c5be8d7 +6080 6110 1763349835573419743 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 8aa4696eeefbe213 +6000 6110 1763349835493418010 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 2d3c2ae7555d9064 +5949 6123 1763349835440083520 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj a47cc7dae1943d9 +6071 6132 1763349835563419526 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj cf6b293a52da7e18 +6073 6138 1763349835566752933 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj ce30c90ce9b9b7d4 +6110 6140 1763349835603420393 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj a6360ffa4c97f25f +6083 6147 1763349835573419743 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj 37f1191b23c9a6a5 +5857 6161 1763349835350081570 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj d6b646e55ee57ddf +6106 6170 1763349835600086988 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj e82e2e9b2342ea3d +6066 6176 1763349835556752715 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj 9407fc98a73594bc +6000 6178 1763349835493418010 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj b64be6c6c1df5f4f +6147 6179 1763349835640087855 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj e9e228d93abcfc00 +5991 6181 1763349835483417793 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 9d8ef736b6228369 +6096 6186 1763349835590086771 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj fc7d466798574027 +6069 6186 1763349835560086122 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj 279a3550bf168e58 +6074 6195 1763349835566752933 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj e1e8d9a1ed1251c8 +6138 6204 1763349835630087637 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj 2b211a6b330664a3 +5850 6207 1763349835343414759 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 3fd579547036bd7 +6000 6213 1763349835493418010 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 4bbc963e45a91fc6 +6182 6216 1763349835673421911 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj 5370dbd6b4af8b49 +6186 6225 1763349835676755315 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj d737ac6331edeaf4 +6177 6227 1763349835670088504 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 87cc4bf2e7289cbe +6186 6228 1763349835676755315 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj 60fa5feffc3cb34e +6140 6232 1763349835633421044 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj bf9de187c5536f63 +6180 6235 1763349835673421911 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj 981b1fefa838f0ef +6132 6236 1763349835623420827 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj de4698fea786bc2d +6099 6238 1763349835590086771 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj 5ec051c349e00d85 +6178 6246 1763349835670088504 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj 4131df9a19f29777 +6196 6247 1763349835686755532 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj 8d19c98a9ffd5547 +6204 6247 1763349835696755749 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj bb988479ad845d3c +6208 6248 1763349835700089155 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj 2c2c700c48908669 +6170 6250 1763349835663421693 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj f82e35caae251faf +6123 6254 1763349835616754016 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj 3a41cb42c74c1bd4 +6110 6255 1763349835603420393 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj 7a25699c4fcda054 +6213 6255 1763349835706755966 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj d02f8f93280cb402 +6216 6263 1763349835710089371 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj 1d359750451b99fb +6228 6271 1763349835720089588 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj dec3648c6327e32f +6254 6275 1763349835746756833 esp-idf/mbedtls/mbedtls/library/libmbedx509.a fe8da4b607f6315a +6225 6289 1763349835716756182 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj 86eeede2f57927b6 +6232 6293 1763349835723422994 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 3cff69674e4db7e4 +6238 6300 1763349835730089805 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj fd43ee20030f5180 +6271 6301 1763349835763423861 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj 1eb619477a38217b +6276 6303 1763349835766757265 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj 4fd972b4707d3e4 +6263 6304 1763349835756757050 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj 3bbe46025d3eff2a +6289 6307 1763349835800091321 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 4593290140b4b233 +6289 6307 1763349835800091321 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 4593290140b4b233 +6250 6308 1763349835743423426 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj 84abe65da98ab8bc +6255 6315 1763349835746756833 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj 87a5eeb6335a7ed3 +6236 6320 1763349835730089805 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj 6e91d1de1c85482c +6308 6323 1763349835813424944 bootloader-prefix/src/bootloader-stamp/bootloader-download 6d9cec0a06884a53 +6308 6323 1763349835813424944 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-download 6d9cec0a06884a53 +6255 6328 1763349835746756833 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj d8e581f979f69ebd +6323 6334 1763349835826758566 bootloader-prefix/src/bootloader-stamp/bootloader-update 9cff232963563b5e +6323 6334 1763349835826758566 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-update 9cff232963563b5e +6236 6337 1763349835730089805 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj 9ead7904bd6bde13 +6228 6341 1763349835720089588 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj 63cd42ebe33e5330 +6334 6346 1763349835836758783 bootloader-prefix/src/bootloader-stamp/bootloader-patch e584ddf49eacdef7 +6334 6346 1763349835836758783 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch e584ddf49eacdef7 +6247 6351 1763349835740090022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj f6f49917cce6db59 +6248 6372 1763349835740090022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj d0d2d0d4f9a34f59 +6246 6401 1763349835740090022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj e8c9725e419452d3 +6247 6408 1763349835740090022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj c7b8c23af923c591 +6161 6448 1763349835653421476 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 992a5a2a1237d88b +6040 6672 1763349835533418877 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj e526b67595c4bf09 +6672 6721 1763349836163432529 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 3c9f5884301fae7d +6721 6731 1763349836213433612 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a e16d118d39f46341 +6731 6741 1763349836223433829 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a d118df700bbfc8ae +6741 6816 1763349836300102158 esp-idf/mbedtls/x509_crt_bundle 51edaa08d7e5d388 +6741 6816 1763349836300102158 /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/x509_crt_bundle 51edaa08d7e5d388 +6817 6891 1763349836383437298 x509_crt_bundle.S 9487d1c6df54a962 +6817 6891 1763349836383437298 /home/nik/repos/esp32/blink/build/x509_crt_bundle.S 9487d1c6df54a962 +6892 6908 1763349836383437298 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 1fb9e08d6e2857f4 +6892 6912 1763349836383437298 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj 1e7b7db6df7258f0 +6893 6916 1763349836383437298 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj 3423ba3ec3cd39cb +6893 6920 1763349836386770703 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj eb1a4c94084cf9a1 +6892 6928 1763349836383437298 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj a5b9e5cf7e15aa2b +6892 6933 1763349836383437298 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj f7ecc7da19826d50 +6891 6933 1763349836383437298 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj 5ff3a86ca7cdc59a +6892 6938 1763349836383437298 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj 37e518740c1877c3 +6908 6946 1763349836400104326 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 522c612f9a6b6e15 +6893 6952 1763349836383437298 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj a4345bd6944e9d68 +6891 6959 1763349836383437298 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj 8722190fb1c92d99 +6933 6984 1763349836426771571 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj faa76cb9874cace2 +6938 6988 1763349836430104975 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj e8f33083e489b87d +6933 6991 1763349836426771571 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj 959002aaa804eb5a +6893 6998 1763349836386770703 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj bda582452baaedd0 +6946 7003 1763349836440105192 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj 667e041c5c1d2a27 +6920 7004 1763349836413437947 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj f97720207d46880a +6916 7010 1763349836410104543 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj e02d8d5e8375be9b +6959 7019 1763349836450105409 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj 5a3ca56ebfef7ce +6988 7024 1763349836480106059 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj 832b4cd02ddada8a +6952 7026 1763349836443438598 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj d688e192be08146c +6893 7039 1763349836386770703 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj ae45cabf324737cf +6998 7043 1763349836490106277 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj a5b79d9c09d588fd +6891 7049 1763349836383437298 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 741a118390c0631b +6893 7053 1763349836386770703 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj 16aaad9b8fd0051c +6984 7056 1763349836476772654 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 8ae90bb748e6ef6 +6892 7059 1763349836383437298 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj 705bff8ca8a9786b +7003 7059 1763349836496773087 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj a6f6471f1f41226d +6928 7067 1763349836420104760 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj 6d81abe2024ba1ac +7049 7069 1763349836543440766 esp-idf/mbedtls/libmbedtls.a 1f527b589797abe2 +7024 7074 1763349836516773522 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj c64a29dcdf744e51 +6892 7094 1763349836383437298 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj b2837ce577a7865e +7046 7096 1763349836536773955 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj 6456d7dad6e05443 +7070 7096 1763349836563441200 esp-idf/esp_pm/libesp_pm.a 37986efa8e835c83 +7074 7109 1763349836566774604 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 47ed3418108bc58d +7026 7115 1763349836520106926 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj c746388642029190 +6912 7117 1763349836403437731 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 4753c6f57ac9bbfa +7039 7118 1763349836530107143 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj 8349a19d71e09574 +7059 7118 1763349836550107577 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj 261ef018e592bbd7 +7056 7137 1763349836546774172 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 70f7b0acfb7dec80 +7053 7144 1763349836546774172 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj 34d7811577478fac +7110 7149 1763349836603442066 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 627cc8e53f7dd1ef +7004 7163 1763349836496773087 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj caef340c7efaae23 +6991 7166 1763349836483439466 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj 979ea63f91eddd1d +7094 7170 1763349836586775038 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 4d603f3217d43f63 +7096 7175 1763349836590108445 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj a8114850f646eff9 +7096 7176 1763349836590108445 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj ffd9985e49b73a1c +7068 7205 1763349836560107793 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj a48f7a86c268597c +7115 7211 1763349836606775472 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj e3aff59e07c7790b +7149 7215 1763349836640109527 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj 666034e13c0094a9 +7118 7219 1763349836610108878 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj bf28dd580d714af9 +7063 7229 1763349836556774388 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj c60f90d73415d9cd +7205 7236 1763349836696777423 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj eedb4092ee3b2ae7 +7163 7262 1763349836656776555 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 5006c0e6b93b1056 +7117 7265 1763349836610108878 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj db2216b63bf18e38 +7019 7273 1763349836510106711 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj 632f9a803d40b4a0 +7170 7276 1763349836663443368 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj cad5f77b65bd645e +7170 7281 1763349836663443368 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj 6eea333cb61f9349 +7176 7281 1763349836666776772 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 9fac989cd1594d4f +7144 7285 1763349836636776123 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj d5d8bdf8b5835601 +7118 7307 1763349836610108878 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj feebc4acc568ee1c +7137 7312 1763349836630109311 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj c140ebe3b71fce9e +7262 7320 1763349836753445318 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 79d6545389094e0c +7273 7325 1763349836766778940 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj ab945a92d6e82b8c +7238 7327 1763349836730111478 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj c7fa5b7114c20ce4 +7213 7328 1763349836706777640 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj 7770d0138baea30f +6892 7342 1763349836383437298 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj b41b85932ce69ac5 +7229 7354 1763349836720111261 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj fcc31c7bd308373b +7342 7360 1763349836833447052 esp-idf/esp_driver_gpio/libesp_driver_gpio.a fb7e4000f0d6d379 +7281 7361 1763349836773445751 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj be36674af13942c4 +7265 7362 1763349836756778723 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 14f45723bf8cd5a3 +7276 7370 1763349836770112346 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj c6ba7ea9ddada199 +7360 7386 1763349836853447486 esp-idf/xtensa/libxtensa.a bb07d0bde04ef498 +7220 7400 1763349836713444450 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj 708e8f18f7b97cde +7400 7419 1763349836893448352 esp-idf/unity/libunity.a 89d212b5efd8e451 +7354 7427 1763349836846780674 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_generic.c.obj e45e9015b337a0e5 +7387 7436 1763349836880114731 esp-idf/console/libconsole.a 82b5601eebdc7814 +7327 7438 1763349836820113429 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_dma.c.obj 8dfd5ec8dff29fcd +7361 7440 1763349836853447486 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_dp83848.c.obj 9c69f72916217d9e +7370 7443 1763349836863447702 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj e37ff04645b82cba +7323 7454 1763349836813446618 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj 431348167d426eed +7362 7462 1763349836853447486 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ip101.c.obj dc3c8ab924c4da3a +7285 7474 1763349836776779157 esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj e076791ec294d540 +7443 7474 1763349836936782625 esp-idf/esp_https_server/libesp_https_server.a b8cab1e39fff0fdf +7010 7501 1763349836503439898 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 2d7e2e049f7ee050 +7176 7503 1763349836670110178 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj d75141ebbb050cfa +7454 7510 1763349836946782841 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj 47ba0003c5ae16d +7436 7514 1763349836930115814 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj ea885d823d97dda2 +7501 7522 1763349836993450520 esp-idf/protobuf-c/libprotobuf-c.a eaf7d9d0fd5f5ca2 +7419 7526 1763349836913448786 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_lan87xx.c.obj 3086c9ba48ecc6b4 +7328 7536 1763349836820113429 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_gpio.c.obj ea4d2f53a1ddae9f +7440 7553 1763349836933449220 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj 4fb167ad6408320f +7307 7556 1763349836800112995 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj c035788c4cd601f1 +7312 7572 1763349836803446401 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj 3f04386eaeb1fa11 +7430 7578 1763349836923449003 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_rtl8201.c.obj c4d89d0d7d11ecb8 +7216 7581 1763349836706777640 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 555c472e317ff9d6 +7556 7583 1763349837050118415 esp-idf/protocomm/libprotocomm.a 3a643001e7100f7b +7463 7583 1763349836953449654 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj e43e21a0d50214a6 +7283 7588 1763349836776779157 esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj a14207ffa1d9fb5f +7513 7591 1763349837006784143 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj 85624f8a42f9c794 +7325 7599 1763349836816780025 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj c357d143a7399027 +7583 7600 1763349837076785661 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj 3f06747f670abda9 +7439 7605 1763349836930115814 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj 2d8b11621ed206f6 +7474 7612 1763349836966783275 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj 91d27340d3b6d3e4 +7605 7621 1763349837096786095 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj 24a8d29574d032dc +7522 7627 1763349837013450953 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj 54c65046bff6d0d +7504 7632 1763349836996783926 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj adba79c31dd0fbae +7613 7635 1763349837103452905 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj 544b57010a3bab40 +7474 7643 1763349836966783275 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj ff6e241c9af0d2c6 +7627 7646 1763349837120119933 esp-idf/wear_levelling/libwear_levelling.a ab29eca12e4eb5f5 +7586 7656 1763349837080119065 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 97bf8f5d74bf8069 +7514 7663 1763349837006784143 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj b62e2c7cc0577d42 +7602 7672 1763349837093452688 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj 1137c5f2ad39a301 +7599 7676 1763349837093452688 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj 20bcf8a93185338f +7621 7686 1763349837113453122 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj 8d463e2ffc4cddcd +7591 7689 1763349837083452471 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj 188c2c58b8a3b19b +7581 7690 1763349837073452255 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj 392e886b2ecd5562 +7589 7696 1763349837080119065 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 278f557e6d68ce35 +7578 7697 1763349837070118849 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj fccc977c8a61b148 +7556 7699 1763349837050118415 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj c1fb39b6b837f021 +7572 7711 1763349837063452038 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 8bfbc9430ffb7723 +7529 7713 1763349837020117764 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj a436993fbe0171b7 +7690 7714 1763349837183454640 esp-idf/json/libjson.a 250615b4d342f5e2 +7663 7729 1763349837156787396 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 1fbc91719f784a82 +7656 7740 1763349837146787179 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj c6edeed4dd68fed2 +7643 7745 1763349837136786962 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj 512f2440f46a3c28 +7632 7750 1763349837123453339 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj d8257c9fb94293b +7639 7750 1763349837133453556 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 2149448efe91af18 +7740 7763 1763349837233455724 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj b5f64dc6a0af7a48 +7713 7763 1763349837206788480 esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj e477e16bca4cd4df +7714 7770 1763349837206788480 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 99a419662c92243d +7672 7773 1763349837163454206 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b35599c9d2feee9f +7729 7783 1763349837220122101 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj 389e1786a0294fc0 +7711 7805 1763349837203455073 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 61aa94684ae8c71d +7699 7810 1763349837193454857 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 160b1181a311f977 +7536 7825 1763349837030117981 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj 3e11602308405af1 +7752 7828 1763349837243455941 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 345003b1e5a16d28 +7763 7846 1763349837256789564 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 19445a4a06a964f4 +7750 7853 1763349837243455941 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj 72acf3ba2b2e6285 +7686 7858 1763349837180121234 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 22d042568816e8c8 +7690 7860 1763349837183454640 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 3cfcec079406a22d +7697 7873 1763349837190121451 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 52601fc71aadf9ea +7746 7893 1763349837236789130 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj 8d34f299faee0438 +7828 7894 1763349837320124270 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj 57089d252cd5d416 +7810 7896 1763349837303457242 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj ff05f60b7ac20c70 +7770 7905 1763349837263456374 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj 4e5606b301b7a27a +7905 7929 1763349837396792599 esp-idf/app_trace/libapp_trace.a 36e22e48f5a3a267 +7825 7941 1763349837316790865 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b050e505941e39b +7896 7946 1763349837390125789 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 20b04319215fa81 +7859 7950 1763349837350124921 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj df8b7efd88455b4d +7930 7950 1763349837423459844 esp-idf/cmock/libcmock.a 58452f395106826d +7763 7960 1763349837256789564 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj 301e978b9717a9dd +7946 7965 1763349837440126873 esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a 445ec99b51b6d6e2 +7941 7969 1763349837433460061 esp-idf/esp_driver_cam/libesp_driver_cam.a dfcca1fe01ee2547 +7873 7973 1763349837366791949 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 362140b30f941d17 +7853 7976 1763349837346791515 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 9eaa7b1b26ab8b25 +7950 7977 1763349837443460278 esp-idf/esp_eth/libesp_eth.a f8a4a0da355e2177 +7950 7977 1763349837443460278 esp-idf/esp_hid/libesp_hid.a e05025a5b3496b3e +7960 7982 1763349837453460494 esp-idf/esp_lcd/libesp_lcd.a 13c8f9254891c1c1 +7965 7985 1763349837456793900 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 3ec827eaa687ec49 +7893 7989 1763349837386792382 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj fd66ff5626485e8c +7976 7992 1763349837470127523 esp-idf/perfmon/libperfmon.a 7e7dd55ceda12252 +7860 7992 1763349837353458326 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 8fc725734b21ea1a +7973 7993 1763349837466794117 esp-idf/nvs_sec_provider/libnvs_sec_provider.a 9eb1e8700aeb99c2 +7970 7994 1763349837463460711 esp-idf/espcoredump/libespcoredump.a a6ac7512cd47336a +7977 7996 1763349837470127523 esp-idf/rt/librt.a d06873cb5c4f2efc +7676 8009 1763349837170121017 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 635279545344c112 +7896 8013 1763349837390125789 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj 602353b45aba2fd4 +7775 8023 1763349837266789781 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 900ef3063f8b23ef +7805 8032 1763349837296790431 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj ee1d4801d2eca257 +7977 8042 1763349837470127523 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 54edee0b6c3d56e7 +7646 8085 1763349837136786962 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 33a1853a5dcf1ef8 +8085 8100 1763349837576796502 esp-idf/fatfs/libfatfs.a ab29127245df7514 +7783 8118 1763349837276789998 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj 3fb0e61c7e342542 +8118 8132 1763349837610130559 esp-idf/spiffs/libspiffs.a eee7e52c5df85565 +7696 8142 1763349837190121451 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 8926e7ee96965b17 +7846 8153 1763349837340124705 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj e493cbdb59abbe7b +8142 8154 1763349837633464397 esp-idf/mqtt/libmqtt.a d2a1f942eb9e2900 +8153 8167 1763349837643464614 esp-idf/wifi_provisioning/libwifi_provisioning.a 2a2d8ce6fd642703 +8167 8177 1763349837660131643 esp-idf/main/libmain.a cdc222f9182048c0 +6347 8479 1763349837970138365 bootloader-prefix/src/bootloader-stamp/bootloader-configure 8522e966e71f9d2a +6347 8479 1763349837970138365 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure 8522e966e71f9d2a +8479 9405 1763349837970138365 bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +8479 9405 1763349837970138365 bootloader/bootloader.elf 55ce309007dbd5a7 +8479 9405 1763349837970138365 bootloader/bootloader.bin 55ce309007dbd5a7 +8479 9405 1763349837970138365 bootloader/bootloader.map 55ce309007dbd5a7 +8479 9405 1763349837970138365 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +8479 9405 1763349837970138365 /home/nik/repos/esp32/blink/build/bootloader/bootloader.elf 55ce309007dbd5a7 +8479 9405 1763349837970138365 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin 55ce309007dbd5a7 +8479 9405 1763349837970138365 /home/nik/repos/esp32/blink/build/bootloader/bootloader.map 55ce309007dbd5a7 +9405 9411 1763349838896825133 bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +9405 9411 1763349838896825133 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +9411 9426 1763349838916825567 CMakeFiles/bootloader-complete 59c698dcac7ed32 +9411 9426 1763349838916825567 bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +9411 9426 1763349838916825567 /home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete 59c698dcac7ed32 +9411 9426 1763349838916825567 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +8177 12745 1763349842216897205 esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +8177 12745 1763349842216897205 /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +12745 12752 1763349842236897639 CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj 956cf929656308e8 +12752 13054 1763349842243564450 blink.elf 3da72f3d19ccc0d6 +13054 13150 1763349842643573141 .bin_timestamp 2850c264b3cfc91b +13054 13150 1763349842643573141 /home/nik/repos/esp32/blink/build/.bin_timestamp 2850c264b3cfc91b +13150 13176 1763349842643573141 esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +13150 13176 1763349842643573141 /home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +13176 17866 1763349842666906981 CMakeFiles/flash e97234e2cc6387a9 +13176 17866 1763349842666906981 /home/nik/repos/esp32/blink/build/CMakeFiles/flash e97234e2cc6387a9 +25 65 1763349902711558359 bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +25 65 1763349902711558359 bootloader/bootloader.elf 55ce309007dbd5a7 +25 65 1763349902711558359 bootloader/bootloader.bin 55ce309007dbd5a7 +25 65 1763349902711558359 bootloader/bootloader.map 55ce309007dbd5a7 +25 65 1763349902711558359 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +25 65 1763349902711558359 /home/nik/repos/esp32/blink/build/bootloader/bootloader.elf 55ce309007dbd5a7 +25 65 1763349902711558359 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin 55ce309007dbd5a7 +25 65 1763349902711558359 /home/nik/repos/esp32/blink/build/bootloader/bootloader.map 55ce309007dbd5a7 +25 65 1763349902708224951 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 54edee0b6c3d56e7 +65 71 1763349902751559245 bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +65 71 1763349902751559245 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +65 80 1763349902751559245 esp-idf/main/libmain.a cdc222f9182048c0 +71 87 1763349902771559688 CMakeFiles/bootloader-complete 59c698dcac7ed32 +71 87 1763349902771559688 bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +71 87 1763349902771559688 /home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete 59c698dcac7ed32 +71 87 1763349902771559688 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +80 5043 1763349907708335886 esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +80 5043 1763349907708335886 /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +5043 5348 1763349907728336331 blink.elf 3da72f3d19ccc0d6 +5348 5447 1763349908131678620 .bin_timestamp 2850c264b3cfc91b +5348 5447 1763349908131678620 /home/nik/repos/esp32/blink/build/.bin_timestamp 2850c264b3cfc91b +5447 5473 1763349908131678620 esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +5447 5473 1763349908131678620 /home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +5473 10197 1763349908158345878 CMakeFiles/flash e97234e2cc6387a9 +5473 10197 1763349908158345878 /home/nik/repos/esp32/blink/build/CMakeFiles/flash e97234e2cc6387a9 +25 63 1763349926575422687 bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +25 63 1763349926575422687 bootloader/bootloader.elf 55ce309007dbd5a7 +25 63 1763349926575422687 bootloader/bootloader.bin 55ce309007dbd5a7 +25 63 1763349926575422687 bootloader/bootloader.map 55ce309007dbd5a7 +25 63 1763349926575422687 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +25 63 1763349926575422687 /home/nik/repos/esp32/blink/build/bootloader/bootloader.elf 55ce309007dbd5a7 +25 63 1763349926575422687 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin 55ce309007dbd5a7 +25 63 1763349926575422687 /home/nik/repos/esp32/blink/build/bootloader/bootloader.map 55ce309007dbd5a7 +25 63 1763349926575422687 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 54edee0b6c3d56e7 +63 69 1763349926615423580 bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +63 69 1763349926615423580 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +63 77 1763349926615423580 esp-idf/main/libmain.a cdc222f9182048c0 +69 84 1763349926635424027 CMakeFiles/bootloader-complete 59c698dcac7ed32 +69 84 1763349926635424027 bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +69 84 1763349926635424027 /home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete 59c698dcac7ed32 +69 84 1763349926635424027 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +77 4688 1763349931218859787 esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +77 4688 1763349931218859787 /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +4688 4997 1763349931238860235 blink.elf 3da72f3d19ccc0d6 +4997 5096 1763349931648869404 .bin_timestamp 2850c264b3cfc91b +4997 5096 1763349931648869404 /home/nik/repos/esp32/blink/build/.bin_timestamp 2850c264b3cfc91b +5096 5122 1763349931648869404 esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +5096 5122 1763349931648869404 /home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +5122 10755 1763349931675536668 CMakeFiles/flash e97234e2cc6387a9 +5122 10755 1763349931675536668 /home/nik/repos/esp32/blink/build/CMakeFiles/flash e97234e2cc6387a9 +25 63 1763349950505958975 bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +25 63 1763349950505958975 bootloader/bootloader.elf 55ce309007dbd5a7 +25 63 1763349950505958975 bootloader/bootloader.bin 55ce309007dbd5a7 +25 63 1763349950505958975 bootloader/bootloader.map 55ce309007dbd5a7 +25 63 1763349950505958975 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 55ce309007dbd5a7 +25 63 1763349950505958975 /home/nik/repos/esp32/blink/build/bootloader/bootloader.elf 55ce309007dbd5a7 +25 63 1763349950505958975 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin 55ce309007dbd5a7 +25 63 1763349950505958975 /home/nik/repos/esp32/blink/build/bootloader/bootloader.map 55ce309007dbd5a7 +25 63 1763349950505958975 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj 54edee0b6c3d56e7 +63 69 1763349950545959874 bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +63 69 1763349950545959874 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-install c596eccf8ee79daa +63 77 1763349950545959874 esp-idf/main/libmain.a cdc222f9182048c0 +69 84 1763349950565960324 CMakeFiles/bootloader-complete 59c698dcac7ed32 +69 84 1763349950565960324 bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +69 84 1763349950565960324 /home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete 59c698dcac7ed32 +69 84 1763349950565960324 /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 59c698dcac7ed32 +77 5004 1763349955462737187 esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +77 5004 1763349955462737187 /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld 7402b6364912e9ec +5004 5315 1763349955482737638 blink.elf 3da72f3d19ccc0d6 +5315 5413 1763349955892746871 .bin_timestamp 2850c264b3cfc91b +5315 5413 1763349955892746871 /home/nik/repos/esp32/blink/build/.bin_timestamp 2850c264b3cfc91b +5413 5438 1763349955892746871 esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +5413 5438 1763349955892746871 /home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/app_check_size 4601a013d045f6a6 +5438 10171 1763349955916080730 CMakeFiles/flash e97234e2cc6387a9 +5438 10171 1763349955916080730 /home/nik/repos/esp32/blink/build/CMakeFiles/flash e97234e2cc6387a9 diff --git a/blink/build/CMakeCache.txt b/blink/build/CMakeCache.txt index 19c272f..35adf40 100644 --- a/blink/build/CMakeCache.txt +++ b/blink/build/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/nik/repos/esp32/build +# For build in directory: /home/nik/repos/esp32/blink/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. @@ -121,7 +121,7 @@ CMAKE_EXPORT_BUILD_DATABASE:BOOL= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nik/repos/esp32/build/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nik/repos/esp32/blink/build/CMakeFiles/pkgRedirects //User executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin @@ -347,7 +347,7 @@ MBEDTLS_FATAL_WARNINGS:BOOL=ON MBEDTLS_USER_CONFIG_FILE:FILEPATH= //Value Computed by CMake -Mbed TLS_BINARY_DIR:STATIC=/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls +Mbed TLS_BINARY_DIR:STATIC=/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls //Value Computed by CMake Mbed TLS_IS_TOP_LEVEL:STATIC=OFF @@ -371,16 +371,16 @@ USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON //Value Computed by CMake -blink_BINARY_DIR:STATIC=/home/nik/repos/esp32/build +blink_BINARY_DIR:STATIC=/home/nik/repos/esp32/blink/build //Value Computed by CMake blink_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -blink_SOURCE_DIR:STATIC=/home/nik/repos/esp32 +blink_SOURCE_DIR:STATIC=/home/nik/repos/esp32/blink //Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=/home/nik/repos/esp32/build/esp-idf +esp-idf_BINARY_DIR:STATIC=/home/nik/repos/esp32/blink/build/esp-idf //Value Computed by CMake esp-idf_IS_TOP_LEVEL:STATIC=OFF @@ -428,7 +428,7 @@ 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=/home/nik/repos/esp32/build +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nik/repos/esp32/blink/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 //Minor version of cmake used to create the current loaded cache @@ -503,7 +503,7 @@ CMAKE_GENERATOR_TOOLSET:INTERNAL= CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/nik/repos/esp32 +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nik/repos/esp32/blink //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR diff --git a/blink/build/CMakeFiles/CMakeConfigureLog.yaml b/blink/build/CMakeFiles/CMakeConfigureLog.yaml index 3e9f678..df5a349 100644 --- a/blink/build/CMakeFiles/CMakeConfigureLog.yaml +++ b/blink/build/CMakeFiles/CMakeConfigureLog.yaml @@ -442,7 +442,7 @@ events: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is GNU, found in: - /home/nik/repos/esp32/build/CMakeFiles/4.1.2/CompilerIdC/a.out + /home/nik/repos/esp32/blink/build/CMakeFiles/4.1.2/CompilerIdC/a.out - kind: "find-v1" @@ -1731,7 +1731,7 @@ events: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is GNU, found in: - /home/nik/repos/esp32/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out + /home/nik/repos/esp32/blink/build/CMakeFiles/4.1.2/CompilerIdCXX/a.out - kind: "find-v1" @@ -2344,8 +2344,8 @@ events: checks: - "Detecting C compiler ABI info" directories: - source: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-LyLWFX" - binary: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-LyLWFX" + source: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-DuV4Pi" + binary: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-DuV4Pi" cmakeVariables: CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2355,10 +2355,10 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: '/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-LyLWFX' + Change Dir: '/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-DuV4Pi' - Run Build Command(s): /usr/bin/ninja -v cmTC_491f0 - [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Run Build Command(s): /usr/bin/ninja -v cmTC_d811b + [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc Target: xtensa-esp-elf @@ -2366,8 +2366,8 @@ events: Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_491f0.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_491f0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cciCisHt.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_d811b.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d811b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cczkB5PI.s GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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 @@ -2384,12 +2384,12 @@ events: /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include End of search list. Compiler executable checksum: 81174f71db4416537376b4420f5c69fd - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_491f0.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj /tmp/cciCisHt.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_d811b.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj /tmp/cczkB5PI.s COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.' - [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj -o cmTC_491f0 && : + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.' + [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj -o cmTC_d811b && : Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper @@ -2400,10 +2400,10 @@ events: gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_491f0' '-dumpdir' 'cmTC_491f0.' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWEeIOb.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_491f0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_d811b' '-dumpdir' 'cmTC_d811b.' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9KFDFF.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_d811b -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00400074 - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_491f0' '-dumpdir' 'cmTC_491f0.' + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_d811b' '-dumpdir' 'cmTC_d811b.' exitCode: 0 - @@ -2438,10 +2438,10 @@ events: Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-LyLWFX'] + ignore line: [Change Dir: '/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-DuV4Pi'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_491f0] - ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_d811b] + ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc] ignore line: [Target: xtensa-esp-elf] @@ -2449,8 +2449,8 @@ events: 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='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_491f0.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_491f0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cciCisHt.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_d811b.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d811b.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cczkB5PI.s] ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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: [] @@ -2467,12 +2467,12 @@ events: ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 81174f71db4416537376b4420f5c69fd] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_491f0.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj /tmp/cciCisHt.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_d811b.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj /tmp/cczkB5PI.s] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.'] - ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj -o cmTC_491f0 && :] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj -o cmTC_d811b && :] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc] ignore line: [COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] @@ -2483,13 +2483,13 @@ events: ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_491f0' '-dumpdir' 'cmTC_491f0.'] - link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWEeIOb.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_491f0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_d811b' '-dumpdir' 'cmTC_d811b.'] + link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9KFDFF.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_d811b -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc] arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccWEeIOb.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc9KFDFF.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore @@ -2498,7 +2498,7 @@ events: arg [--sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore arg [--dynconfig=xtensa_esp32.so] ==> ignore arg [-o] ==> ignore - arg [cmTC_491f0] ==> ignore + arg [cmTC_d811b] ==> ignore arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] @@ -2507,7 +2507,7 @@ events: arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_491f0.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [CMakeFiles/cmTC_d811b.dir/CMakeCCompilerABI.c.obj] ==> ignore arg [-lgcc] ==> lib [gcc] arg [-lc] ==> lib [c] arg [-lnosys] ==> lib [nosys] @@ -2515,7 +2515,7 @@ events: arg [-lgcc] ==> lib [gcc] ignore line: [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start] ignore line: [ defaulting to 00400074] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_491f0' '-dumpdir' 'cmTC_491f0.'] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_d811b' '-dumpdir' 'cmTC_d811b.'] ignore line: [] ignore line: [] collapse library dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/14.2.0/esp32] @@ -2542,8 +2542,8 @@ events: checks: - "Detecting CXX compiler ABI info" directories: - source: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-AMPga3" - binary: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-AMPga3" + source: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-0RbvFO" + binary: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-0RbvFO" cmakeVariables: CMAKE_CXX_FLAGS: "-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -2554,10 +2554,10 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: '/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-AMPga3' + Change Dir: '/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-0RbvFO' - Run Build Command(s): /usr/bin/ninja -v cmTC_10fc3 - [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Run Build Command(s): /usr/bin/ninja -v cmTC_25f51 + [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++ Target: xtensa-esp-elf @@ -2565,8 +2565,8 @@ events: Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10fc3.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_10fc3.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/ccoHmkDZ.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_25f51.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_25f51.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cc8KI06q.s GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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 @@ -2589,12 +2589,12 @@ events: /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include End of search list. Compiler executable checksum: 00a0abec3a35f1fd29e56d9fb54b091a - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10fc3.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccoHmkDZ.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_25f51.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc8KI06q.s COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.' - [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_10fc3 && : + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_25f51 && : Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++ COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper @@ -2605,10 +2605,10 @@ events: gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_10fc3' '-dumpdir' 'cmTC_10fc3.' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFSxiLy.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_10fc3 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_25f51' '-dumpdir' 'cmTC_25f51.' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7ztMWT.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_25f51 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00400074 - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_10fc3' '-dumpdir' 'cmTC_10fc3.' + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_25f51' '-dumpdir' 'cmTC_25f51.' exitCode: 0 - @@ -2649,10 +2649,10 @@ events: Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-AMPga3'] + ignore line: [Change Dir: '/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-0RbvFO'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_10fc3] - ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_25f51] + ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++] ignore line: [Target: xtensa-esp-elf] @@ -2660,8 +2660,8 @@ events: 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='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10fc3.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_10fc3.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/ccoHmkDZ.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_25f51.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_25f51.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cc8KI06q.s] ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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: [] @@ -2684,12 +2684,12 @@ events: ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 00a0abec3a35f1fd29e56d9fb54b091a] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10fc3.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccoHmkDZ.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_25f51.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc8KI06q.s] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_10fc3 && :] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_25f51 && :] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++] ignore line: [COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] @@ -2700,13 +2700,13 @@ events: ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_10fc3' '-dumpdir' 'cmTC_10fc3.'] - link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFSxiLy.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_10fc3 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_25f51' '-dumpdir' 'cmTC_25f51.'] + link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7ztMWT.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_25f51 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc] arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccFSxiLy.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc7ztMWT.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore @@ -2715,7 +2715,7 @@ events: arg [--sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore arg [--dynconfig=xtensa_esp32.so] ==> ignore arg [-o] ==> ignore - arg [cmTC_10fc3] ==> ignore + arg [cmTC_25f51] ==> ignore arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] @@ -2724,7 +2724,7 @@ events: arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_10fc3.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [CMakeFiles/cmTC_25f51.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lm] ==> lib [m] arg [-lgcc] ==> lib [gcc] @@ -2734,7 +2734,7 @@ events: arg [-lgcc] ==> lib [gcc] ignore line: [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start] ignore line: [ defaulting to 00400074] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_10fc3' '-dumpdir' 'cmTC_10fc3.'] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_25f51' '-dumpdir' 'cmTC_25f51.'] ignore line: [] ignore line: [] collapse library dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/14.2.0/esp32] @@ -2762,8 +2762,8 @@ events: checks: - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" directories: - source: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-oYjFc0" - binary: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-oYjFc0" + source: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-MmkxpP" + binary: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-MmkxpP" cmakeVariables: CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2773,17 +2773,17 @@ events: variable: "CMAKE_HAVE_LIBC_PTHREAD" cached: true stdout: | - Change Dir: '/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-oYjFc0' + Change Dir: '/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-MmkxpP' - Run Build Command(s): /usr/bin/ninja -v cmTC_0cd33 - [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCMAKE_HAVE_LIBC_PTHREAD -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o CMakeFiles/cmTC_0cd33.dir/src.c.obj -c /home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-oYjFc0/src.c - [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles CMakeFiles/cmTC_0cd33.dir/src.c.obj -o cmTC_0cd33 && : - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_0cd33.dir/src.c.obj:(.literal+0x14): warning: pthread_atfork is not implemented and will always fail - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_0cd33.dir/src.c.obj:(.literal+0xc): warning: pthread_cancel is not implemented and will always fail - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_0cd33.dir/src.c.obj:(.literal+0x4): warning: pthread_create is not implemented and will always fail - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_0cd33.dir/src.c.obj:(.literal+0x8): warning: pthread_detach is not implemented and will always fail - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_0cd33.dir/src.c.obj:(.literal+0x18): warning: pthread_exit is not implemented and will always fail - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_0cd33.dir/src.c.obj:(.literal+0x10): warning: pthread_join is not implemented and will always fail + Run Build Command(s): /usr/bin/ninja -v cmTC_c180b + [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCMAKE_HAVE_LIBC_PTHREAD -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o CMakeFiles/cmTC_c180b.dir/src.c.obj -c /home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-MmkxpP/src.c + [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles CMakeFiles/cmTC_c180b.dir/src.c.obj -o cmTC_c180b && : + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_c180b.dir/src.c.obj:(.literal+0x14): warning: pthread_atfork is not implemented and will always fail + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_c180b.dir/src.c.obj:(.literal+0xc): warning: pthread_cancel is not implemented and will always fail + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_c180b.dir/src.c.obj:(.literal+0x4): warning: pthread_create is not implemented and will always fail + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_c180b.dir/src.c.obj:(.literal+0x8): warning: pthread_detach is not implemented and will always fail + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_c180b.dir/src.c.obj:(.literal+0x18): warning: pthread_exit is not implemented and will always fail + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: CMakeFiles/cmTC_c180b.dir/src.c.obj:(.literal+0x10): warning: pthread_join is not implemented and will always fail /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00400054 exitCode: 0 @@ -2797,8 +2797,8 @@ events: checks: - "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" directories: - source: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-jaloxk" - binary: "/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-jaloxk" + source: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-t4ywKW" + binary: "/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-t4ywKW" cmakeVariables: CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2808,11 +2808,11 @@ events: variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" cached: true stdout: | - Change Dir: '/home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-jaloxk' + Change Dir: '/home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-t4ywKW' - Run Build Command(s): /usr/bin/ninja -v cmTC_4bad0 - [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_4bad0.dir/src.c.obj -c /home/nik/repos/esp32/build/CMakeFiles/CMakeScratch/TryCompile-jaloxk/src.c - [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles CMakeFiles/cmTC_4bad0.dir/src.c.obj -o cmTC_4bad0 && : + Run Build Command(s): /usr/bin/ninja -v cmTC_9381f + [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_9381f.dir/src.c.obj -c /home/nik/repos/esp32/blink/build/CMakeFiles/CMakeScratch/TryCompile-t4ywKW/src.c + [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles CMakeFiles/cmTC_9381f.dir/src.c.obj -o cmTC_9381f && : /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00400054 exitCode: 0 diff --git a/blink/build/CMakeFiles/InstallScripts.json b/blink/build/CMakeFiles/InstallScripts.json index c2a985a..25bb495 100644 --- a/blink/build/CMakeFiles/InstallScripts.json +++ b/blink/build/CMakeFiles/InstallScripts.json @@ -1,125 +1,125 @@ { "InstallScripts" : [ - "/home/nik/repos/esp32/build/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/xtensa/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_pm/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/bootloader/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esptool_py/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/partition_table/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_app_format/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/app_update/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_partition/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/efuse/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/bootloader_support/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_mm/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/spi_flash/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_system/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_system/port/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_common/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_rom/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/hal/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/log/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/heap/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/soc/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_security/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/freertos/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/newlib/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/newlib/src/port/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/pthread/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/cxx/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_timer/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/app_trace/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_event/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/nvs_flash/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_phy/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/vfs/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/lwip/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_netif/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_coex/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_wifi/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/bt/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/unity/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/cmock/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/console/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/sdmmc/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/driver/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/http_parser/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp-tls/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_adc/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_psram/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_eth/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_hid/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/tcp_transport/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_http_client/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_http_server/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_https_ota/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_https_server/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_lcd/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/protobuf-c/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/protocomm/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/espcoredump/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/wear_levelling/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/fatfs/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/idf_test/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/ieee802154/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/json/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/mqtt/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/openthread/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/perfmon/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/rt/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/spiffs/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/ulp/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/usb/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/cmake_install.cmake", - "/home/nik/repos/esp32/build/esp-idf/main/cmake_install.cmake" + "/home/nik/repos/esp32/blink/build/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/bootloader/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/partition_table/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/app_update/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/efuse/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_common/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/hal/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/log/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/heap/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/soc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_security/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/freertos/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/newlib/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/pthread/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/cxx/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/app_trace/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_event/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/vfs/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/lwip/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/bt/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/unity/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/cmock/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/console/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/driver/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/http_parser/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/idf_test/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/json/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/mqtt/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/openthread/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/perfmon/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/rt/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/ulp/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/usb/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/esp-idf/main/cmake_install.cmake" ], "Parallel" : false } diff --git a/blink/build/CMakeFiles/TargetDirectories.txt b/blink/build/CMakeFiles/TargetDirectories.txt index 9dc4ad4..f9e6a75 100644 --- a/blink/build/CMakeFiles/TargetDirectories.txt +++ b/blink/build/CMakeFiles/TargetDirectories.txt @@ -1,847 +1,847 @@ -/home/nik/repos/esp32/build/CMakeFiles/menuconfig.dir -/home/nik/repos/esp32/build/CMakeFiles/confserver.dir -/home/nik/repos/esp32/build/CMakeFiles/save-defconfig.dir -/home/nik/repos/esp32/build/CMakeFiles/bootloader.dir -/home/nik/repos/esp32/build/CMakeFiles/gen_project_binary.dir -/home/nik/repos/esp32/build/CMakeFiles/app.dir -/home/nik/repos/esp32/build/CMakeFiles/erase_flash.dir -/home/nik/repos/esp32/build/CMakeFiles/merge-bin.dir -/home/nik/repos/esp32/build/CMakeFiles/monitor.dir -/home/nik/repos/esp32/build/CMakeFiles/flash.dir -/home/nik/repos/esp32/build/CMakeFiles/encrypted-flash.dir -/home/nik/repos/esp32/build/CMakeFiles/_project_elf_src.dir -/home/nik/repos/esp32/build/CMakeFiles/blink.elf.dir -/home/nik/repos/esp32/build/CMakeFiles/size.dir -/home/nik/repos/esp32/build/CMakeFiles/size-files.dir -/home/nik/repos/esp32/build/CMakeFiles/size-components.dir -/home/nik/repos/esp32/build/CMakeFiles/uf2.dir -/home/nik/repos/esp32/build/CMakeFiles/uf2-app.dir -/home/nik/repos/esp32/build/CMakeFiles/__ldgen_output_sections.ld.dir -/home/nik/repos/esp32/build/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/CMakeFiles/install.dir -/home/nik/repos/esp32/build/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/bootloader/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/partition-table.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/partition_table.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/partition_table/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/newlib/src/port/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/newlib/src/port/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/newlib/src/port/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/newlib/src/port/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/newlib/src/port/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/newlib/src/port/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/bt/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/bt/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/bt/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/bt/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/bt/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_psram/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_psram/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/idf_test/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/idf_test/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/idf_test/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/ieee802154/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/ieee802154/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/__idf_json.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/openthread/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/openthread/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/openthread/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/openthread/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/openthread/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/__idf_rt.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/ulp/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/ulp/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/ulp/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/ulp/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/ulp/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/usb/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/usb/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/usb/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/usb/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/usb/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/__idf_main.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/list_install_components.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/install.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/install/local.dir -/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/menuconfig.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/confserver.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/save-defconfig.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/gen_project_binary.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/app.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/erase_flash.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/merge-bin.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/monitor.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/flash.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/encrypted-flash.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/_project_elf_src.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/blink.elf.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/size.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/size-files.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/size-components.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/uf2.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/uf2-app.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/__ldgen_output_sections.ld.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/partition-table.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/bt/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/bt/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/bt/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/bt/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/bt/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/idf_test/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/idf_test/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/__idf_json.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/openthread/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/openthread/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/openthread/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/openthread/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/openthread/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/ulp/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/ulp/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/ulp/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/usb/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/usb/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/usb/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/usb/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/usb/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/__idf_main.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/list_install_components.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/install.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/install/local.dir +/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/blink/build/CMakeFiles/bootloader.dir/Labels.json b/blink/build/CMakeFiles/bootloader.dir/Labels.json index d502b02..812e53a 100644 --- a/blink/build/CMakeFiles/bootloader.dir/Labels.json +++ b/blink/build/CMakeFiles/bootloader.dir/Labels.json @@ -2,34 +2,34 @@ "sources" : [ { - "file" : "/home/nik/repos/esp32/build/CMakeFiles/bootloader" + "file" : "/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader" }, { - "file" : "/home/nik/repos/esp32/build/CMakeFiles/bootloader.rule" + "file" : "/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader.rule" }, { - "file" : "/home/nik/repos/esp32/build/CMakeFiles/bootloader-complete.rule" + "file" : "/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" }, { - "file" : "/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + "file" : "/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" } ], "target" : diff --git a/blink/build/CMakeFiles/bootloader.dir/Labels.txt b/blink/build/CMakeFiles/bootloader.dir/Labels.txt index 02d65fd..32eaa20 100644 --- a/blink/build/CMakeFiles/bootloader.dir/Labels.txt +++ b/blink/build/CMakeFiles/bootloader.dir/Labels.txt @@ -1,13 +1,13 @@ # Target labels bootloader # Source files and their labels -/home/nik/repos/esp32/build/CMakeFiles/bootloader -/home/nik/repos/esp32/build/CMakeFiles/bootloader.rule -/home/nik/repos/esp32/build/CMakeFiles/bootloader-complete.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule -/home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule +/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader +/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader.rule +/home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +/home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/blink/build/CMakeFiles/git-data/grabRef.cmake b/blink/build/CMakeFiles/git-data/grabRef.cmake index 990e2ca..79c1fe6 100644 --- a/blink/build/CMakeFiles/git-data/grabRef.cmake +++ b/blink/build/CMakeFiles/git-data/grabRef.cmake @@ -15,7 +15,7 @@ set(HEAD_HASH) -file(READ "/home/nik/repos/esp32/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) +file(READ "/home/nik/repos/esp32/blink/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) set(GIT_DIR "/home/nik/repos/esp32/.git") @@ -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}" "/home/nik/repos/esp32/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/${HEAD_REF}" "/home/nik/repos/esp32/blink/build/CMakeFiles/git-data/head-ref" COPYONLY) elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/nik/repos/esp32/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/nik/repos/esp32/blink/build/CMakeFiles/git-data/head-ref" COPYONLY) set(HEAD_HASH "${HEAD_REF}") endif() else() # detached HEAD - configure_file("${GIT_DIR}/HEAD" "/home/nik/repos/esp32/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/HEAD" "/home/nik/repos/esp32/blink/build/CMakeFiles/git-data/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) - file(READ "/home/nik/repos/esp32/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + file(READ "/home/nik/repos/esp32/blink/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() diff --git a/blink/build/CMakeFiles/git-data/head-ref b/blink/build/CMakeFiles/git-data/head-ref index 3dc2aed..7f2367b 100644 --- a/blink/build/CMakeFiles/git-data/head-ref +++ b/blink/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -fcae32885b0296b32044cb99ecbdc50d98dddb83 +d54a1ea970db6374bf1a8694d2e34aeb95f0e372 diff --git a/blink/build/CMakeFiles/rules.ninja b/blink/build/CMakeFiles/rules.ninja index 66a54ce..640f114 100644 --- a/blink/build/CMakeFiles/rules.ninja +++ b/blink/build/CMakeFiles/rules.ninja @@ -1841,7 +1841,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_ # Rule for re-running cmake. rule RERUN_CMAKE - command = /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + command = /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build description = Re-running CMake... generator = 1 diff --git a/blink/build/blink.bin b/blink/build/blink.bin index b20a9cb2f349b1e31c778fd70ea058f8100a4d89..151c90799f6174426ee75cb5008cb045eb479401 100644 GIT binary patch delta 135 zcmV;20C@l4tP9|*3y?4kWHmHlF=b&bWNC7Ad66*_kx(N9GBY|gk#{*Dim8$t8V0wO z;|!-CwM;1qC{Izjq78bhz?5Bfj>dFwfzY+k0oh*;3|eJou?!0gDkWL~3|fb`U;($c pU;>DBA>slvIF@ly5+9?`=R&g@jDI6mK0;C>&{y0LMKX*Fluds9GVTBX delta 123 zcmV->0EGYGtP9|*3y?4YF_GaPkx(N9Ffuwck#{*D>vXF9^s!lUD87h$un&c}D-cPc zX-$$DGDBAqXtwa+DFe dc)|iHiseDt_d_uAqHJ3e9RI(F!2BY diff --git a/blink/build/blink.elf b/blink/build/blink.elf index c4f66aec7dce2c0fbb314ab9f4ea47f2f31a3505..b7367b8a6848beb65e6d712f771ae93fad91fda0 100755 GIT binary patch delta 587090 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

#q;w>uvFaqVMMGg{i%$JJrxK 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

@*h!2IO1Lfpc+S2*tIcqhdEp@(}y$rMk(i6Kill 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

Wf7PNBX@CYA+s^7X-28#U&j;vFXJf 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

`}JAYa;?` z>^G)yT|_{QO<@IHZ#L;TsItFt?7AUhL6xN_2o4$vQ$>|63f?b|s_YI;XO%Vaq3(@qP!9J6A6NL}!x;>Y1d+74*|u7r$9IWMChCXO{1JR03;LwrL=c&MH}NAnvO-V{}@aBO-+DH9{=IsXE3&oX4Pzq z62Lp-47Q>VA_CqSqxjDFFd|@_`-;8mqlkcU?itq1#}NVJ+%%@~NkqUnH-;+?oC^|) zi8|VuJ>avp29HWQi;ea3hy|52i3R*cL_j6I!13nGh=5AEiL!qc5zwzL=UnXTh=6`| zAtn1JBA^=E_Wzl$j7S8uZ6eIF4}(>CM$5D`$(PHZ zf(vGU5py#&!9)Wn4jutxyO;PR&JK)DkgoOz>?ZTnB29;y&EK1{WTOPo=?Ajx{fGeJ zUS~D7(}X0du?HJnam0bHwP$c~wLeQvVoBC&I(M`03seoX43DFueVr^S9Eh^3;x|gk z-Z<6J09eXltB)sDRCNaP8Eij?5T|M$`|~I{*dkr^J*#rGuw|=$CD_HDj|VTQx`Q=1 z+a8L(l&?CQ3Cy!^2dJpp%=hvl8=Vu|fK~TUHI#dsO?t=fz4)$8q70R~jvA|2Dd7$r5Ns)nzVC+)q_x|*vV zX0dOw>(D4hR~<<3p56KZ(D%gxQ*%$zc&eFV__oMJhYnD#?J3v*rt`)gOz zcJQQ&bN%^}^41k3E;j8SQMM~`UAPcfZQ8#=l#_EC*}`r$ZSIku zmTS+%9>ozOcxYBJHYN52D9Hbbf9y(c>YyFgK3qi4d*LRWi-zOnW$*^X0io zt$gO^!@#R@|D^bvO#5O4UYk3QJ@D_y5a`C-y-WsYmaxU#ntPJPgCk3b?#w+;gcD1M z?#aDIv^7NQa~;@iab5|-HstDwa9jz|#@vOCt$@Fn_C6RHpUl0-3==W?exPS^(vQ+H zJApEJA?HxgLd?Dk=#|_pET^)VB(pj9DN%Wdw&a?aeMN}g$qgi`4AHx}F+^1%+Lk-7 zhXGsW4k7$FHz-(A=NI>Qot51=X0gv$SE1-rJLMPRzC%1+mAD2s)dym3n(k04_hW-Q z>in7m3a5iqnWagLQF{uQV6#$!wwkWB?qE9nW(0?gEJv{3^!G}<8nh%=jOSf3o_ED~ z-hBp4mMg~dt{Bg|w}S%X`NxAn^?pSwKbkAb)=fZcJI+pB&yVKx2MaZ{O+O37Ds7w2 zk~XTeZ8|}`O53K-0M~Zg^f^F^5hDxpzkoNgFmD3ACT%vlZ}c&OSL^+vrY#4+eT@a9_-!8&vj2f3`NCY_asC+oPkuB7+tz-0Ck8uBcjwX-01draAhaI ze(EzQmUiRJ)E3mh6J(*ZMwcOHB99jJIw>MY*Fnt~(MHI^^fOYW%(@IiKTRK`Onexs z<^3rr>+Dw-KaD9+dVke-d%)OWA_BT!ycpsP6d@00U?^lUse{ys5hWC|>*C;&&VCPA z7d+kBzZOUHFYV%=ZTf-L;4j9abZG<7n}OBU?{97n26y$#VJEqJSARz7V~0XNbc1B_ z=Wi_IVqE=J1`l`ji(!WPYFGbUFwXDh9|9}(P2Kz^b3%}4^w;({kcN@_N?9yx%``uS zk}%hvJH#-Cie>A*JD)VjF#h$eWxR!J=#Rk*jsC6;lGkC9*LmMr#yPn9tz`ZoZ5{A! zxCT7GZbFlPfH`C#9yKlLFITA;*ArAN< z__({DZ~bYxYdnch;KtvfZR*b7AK9&VGQlo&@fB?*ch`Iyn%r$3#pJ}%pvHZrmcE$OtW-0wb%#d-AF9xpsIUVj9eh@Xr+_z4&~xZ-^xz7oIkeX>=Y zVY{+J!??Kb?HohL62me_zFKv}uFMg;GDqyn9QkV15xX)+?8+RmD|1@qvsFh7%N#K* zbHuRB5yLW=LqVD6h+&x{hGpWd&v(SI%n`#fM-0mxF)VZBt5s)w5^6k0?8+RmD|5uI z%n`dXN9@WRu`6>X@axnnM-0mxF)VY$u*?y|GDi%{95F0&#IVc}!!kz<%N#K*bHuRB z*@i3|9T=7wO^(==Ibv7lh+Uae19~q>DvkKBF6dxfiP3SFCxU_RzIBE6t)1n z#Cx3_GO{}|vO6-eJ2J96GO{}|vOD3(t|K~qz1CS4VqOd(@YOVaO=k*nh&ktrKubW0 zJF{?~a8ARoa<0X%?d%C2$LR-$uCB8Yl%&%PO3LxUpLTlTH{;ae*K_Uxy~t?6z+z#;8TQ zhO-y}rt?qy#+)Y+&vF{^8+VRJyo6H^x^fmUGGsHSyR`4kbh-&$ct+6$B}mTj79D;d z4(9Mz;XZD}7YErse!Y2i(65i*spNRdbBa|w7;n^sH4}E_#ZLu`;W%f`UPwQ^uYEjX ztwCT3J7oz`2}U-kvllRYsY7rV!zGA$gyHQ!q}-QS8IqzubL~oWxqPSKlRka}Ow`-= z^;hM2+JJdx$awOKOf%+37)!zQP+#o(KZ!C(-+_{#MeygN!j$el@xTB5eeB-XXryE`QZgDT8I6<-MoI=F zC4-TY!AQwqq+~EsG8ictj1;Y0TYV*?k&@9!$!MfxG*U7eDH)BFj7CaEBPFAelF>-X zXryE`Qex$*WH3@P7%3Tylnh2n1|ubdk&?kk$zar~WHeGT8Yvl#l#E77Mk6Jok&@9! z$!MfxG*U7eDH)BFj7CbVT$Kz)N(Lh(gOQTKNXcNNWH3@P7%3TyRI7|eN=73kqmh!) zNXclVWHeGT8mVwJ(lwPh(p$rtlC$)bSZgb>)>dMzt;AYeiM6&8Yi%Xg+Dfdol~`*l zT5FF?DKXbpp}DqBUFAG}QmO`n!%$=KYpPxG8&eNrd1c|aaE@4*j-mVS7Tnt3Z{Io} zP1vk)Ih2K8$)w)GyvUsG9|fk=ib=zFYf0e%)5OG(%rZ5CnNJTz!T4vcy^dVZ{DRvaofnWY z)w?8EGQh7kzYNYD;ExUaU*^ZK|7Ax@G-Kka+ouQGPmDed<3F0;qZ`gfwRezR>VKR-*eK%TmQx>MK1A4!d=@{Le|wN$ zS=|5`jB4i#{%dx&^4|*g)}QeY?@q%yDkvZ97v?Oy56_x>^M1TG3~SUwcvp0`UIk0^ zwr=#=gFE>tLd;}o$d-8!Y(1=>cVO%54I|rIOg=e-gM^QCh4FZj+5SCM>PvvL>8ZTxB(KZEA4?T=GuR_^^d6PV$Tp(ra4 zWkTj|rTkuMJZ{7Omb(fiWuD_P$!>_=8CPy0X{+4DpiKduMB0s@)thUCaUKZ!llZ6W zkmLnITMoR8wENc0AL{orWB1(~Ts{nw?bXcv=uXUFzuzolFI+`yS-wZhbDRvk0++w1 z(8i0D)BOc3ilg`C8NKF=9b}$T_-S}3-*UkKT{;anC zvAEF(S6D2&P9VoD;N5WfPv09X9pzWgs*yC0mg3nxeA;P}`_gE;343*R~0` zhp^m-;Cpa|1vg7*uL3_y+Ewd59p(QRYyA@+XlRm|M}OwpM23xzH8`{@Lq3hijSq48 zFa3kG!SXQEYUHf5;iXSWM10G;ndR3k`4kcm4OeZ{?wF6^O&~{u@bt8{ZPbb>zx-vyjK!7uA887?tLGwrPieiK($cDmRSb4FNvUD<^J4`yR9 zr#H?GwoLE~_yqIY3Ft^K2Ti;9{2+7kE`AHp+7Lasi{CSQ3O4j&XPJpcDflkG2EXp& zm+dTB&I+ILY&UM4fvc-L$!UT)DSS8-$LNXv z`Ews)ynbd0hrqsw*DUeQ#$3EX z^4u^EdA(KSjy(WpgCrt7WZyk<)7VB)5SkEAKZ^^2&*`2BOfkkSp!Sp!HVX62S zD>w_rKBW<3Hk7HiJW)23MM^G|WIZHll#(kBCE2MXqBcsUXo}I=C&X1zCG~4hfwq)b zH-fjn$g`y<#py4(Y#AZ<(m=LMmwRa)TMlA@50Kp6k^0`DzpsEGJ6($O21wpvxY36Q zdkr7y<}t7zt6*cEiCUkw<-Tzz$%U_$*hZe*XY`jGH_nnArHMZw&E6QeFH=|(rmzd< zbfNrf!W1~D$JR&+132==E<~&f2qj5eBuNaonoobR+@ocjHN~&1dYc7*k~9qKg0@6Y z8Y-d;44$8Ym&g=Gn-}tY-o`U8EUcH$LT2-(l7G;`d57SBzQmOtJnv|B-~o-~nIFnP z+t1j7q`aE@J;;=&msmMWRKv%a-dkeRQEP1aDBc^bgS(P#Ob3o|R>(F+1jJB=No3sU zh;yvtrYy^b{SwZGZq>7)t1tVnvmxz8&~Cv*GulHMfwcdv1H#1X2Qk~Ypb3?tI6u%TiJAM^@6K~>2I~kWlhZ5|U3{%>WT`@|RPA!yM~cIuI!m90syM{(S(tr1IAOZqp_Q%) zRZf%BMwYG#ReOz7MwXrlRbJzyk)>xsRnXWqvh+--$~1P2EIkvda*b^xOV5O=LSqH5 z#P}3iRcf3tMrP@nP*rI{93Q@11>8Yn%gFxgTHtDpV@8&q2~~~8*qeGP*mnlDQuw^8 zAtd9o&n!I?s;-)?)X35^q3Wh_iIM$=ayDvQY-H(~P&H}X&dAa;q3W)&Z)EA2Q1#Fl z#rb6e^6MGmI6M<(CkMIR{LnL@>ZAEkKJ-ke`f7~wp=Uz1lg20?dL~r;G)DQ*Gok9Q zaRT)boU)rXu~frCGHa8b3Dxir!v|9Kwcri1z1h&xC4Rh;b%N_V%F1?kFsJ zCRCF`GRz&b^h~HGYm7sX=$TMW(b13_Jrk;3Lk!P^S$ZZ^Q$q~TgjsqfRMT`g9-5vB z)pQ+>hoWafHA9DEn>3pb-h~|EnNZCM>9C&8(lepjQ)5&TJrkL`s-4fIT?mT8Q>O3#GqXpK=V z^h~IZ(HO0Po(a{l8pAVTmYxaKa!o+J(KDesPGdAidL~rIYm8P$&xEQ~WAs&eCR8gl zMqj08LUn@1sIMP`Nwd&O>6uWS7LxG|Kv=$~hqxWGof%w7HhLyht3oo{ymYzMA!eKZ zG58*A;+arg7?NQUnoR~nXM;@7gzB;#$tQv=o(a`8A(?H3o(a{p8dn)vdL~rYX^aEL z=$TMmA7XeW%+fQVxaybI>!PdO%}52R##FgHK);Ci(z96RL+ahG)VoJrk-8nt%tTXF~O`#^@CE zOsF0SF+3Ay={!w68e(`R%+fQV+8APZCd|?^p?XYXG){UZRF8)^j6uWyrg79NH-*^6fKJbZYO{_H&xBceCRDF$0v;?AtlkTs ze9$wYdM6~a6VNlE`iI6ym!1jLKQ%_Po*8`0X!J~|KG+_Oo(a{5+oRDlq55chv@e3$ zd!skdGoku2B!`{k@;34hJCgqevUny`h8fb)OG@dPP?-^-$|$90LKTY$l}0H&6Dlhr zR2ZeJgT40gL(haN8PSmxJrk-_L_kvXOsLWk0ZGv_p~^%ABt_4J%8Ll)MkzfLs-lQc zW|Y!1p~`9kK8Y%&XF}z}SXvr1=1ZmYOsLvv7Hk)k(lendjuNqq(k(&rzJBPLP*rF; zJQJ4EGoh-C7?J%Y!2|ok%!{5073}JxDORZrP_U~P0!FCP_k;X?WMp4#{3B!24vhB% zhl5c(6RN(Nj%q4R1`mKPo(UCf!NY`0j8f@bumu+aJQJ4EGogYhct}VarN6QJ!4zBw zDbpxj6AaoPNzpT*n)%11_K0F4smE9!vm!#2)a)IS8W*hF--l06LUmX~KtaMtis9-qV8dBODrF2ZFmPIT%qm+&b)zJ~5)F`E6LUl|;K=INs zp*l7q6dR>Rj_Op0=J&%m{7s8IgE*xNymih^oS5MO6izT!LT{xK<&;6Y7X!R z94Kk8)^w&#$As$Kh%sf9(ym&arwP~~3o|=E;)pVXVRM*vlo<@0cgSo5G7|@c3Wmoa z9bJ3uK%@=B`cG@?fWZj1<#fR9ClNWjMEAQJGU zh#m>}azuy(d?g}80=^m%A^~5E2$6uBB0?nK=7f}jik`4&fV7nOVd?$GXJL4#OK0rE22ZU-D`vHJ# zk`4&f9yT{BN|JOysP?zt2goPsfKZ)cZ-JhnB1s2?>MXmLYZ%o@Iv`YQY^WGvC`Jc_ zYOVdWI3P^Y0in9m&SGufn4|+jb(P4|GqrfZA%?ok{stj^lXO6+p0j7Au^pDA148wd z-2of!Ly~krsNS3~qt0pTZr zQ_AUpP{9G=^F=t}p_~o~6&w(@VApnLIUNuxI3Tks9>+! z0yMXr4hR(-5VADqm(u~Ef&)ULh2?ZWsNjH*XmL3m5Gpz#BwSif2ZRa^2#J=J(*dD^ z145$Z<#a%(;DB(~O2b%DP6vdlISkuSP6vbv4hYG)vAoAtAUGf-da|4j2-T<%JySlH z2o4At_Con$qA@_UWqGCiOhPyyWZ>rV2Z-Q+kZ4Q!W+FHsBzmX(3AQFUAS8OXoDK*T z91s$1E2jfO1qXygAD7bsp@IX#r%*DVm(u~Ef&;>_?O<$OP6vbv4hYW?2ZZHxK&aq= z@O1?KTtNqf3JwTsvEgl)6?8zT;DGQ}K%8`ZDrZq}KsXs2z>Zl#2ZRa^2(JfBn-z3G zsNjHbIrdnyW(6G(DmWmVggufHvtkS(91vDxsggGVf&;>R(K@D>6@!9@4)ObTp#wq%2ZSx4R*$4?-t{@q)hj(upVOeK3_TVPZ~_&IeNk?>&HYl70YEWx|$iP15^d zs)M%y`IIE-eK1um$>owgo&~58zC5;y?*~VC)P14|<4mg78i(X+LWhKn2uwA4gFE1< zuYU!*%$_(T^u!^dCk_ccaY*QiLqbm+5_;di(n^nny3|sGy%mfv9tpkcP`Rd8j)#qT zN1#dJU@_Ew+&dL5HQ{wcbIy9Vpu70qG5Bp~B+g|~jI}62Q9QLv;x*i4GbFaOV}qeX z!t73H52=Y7W5Lx*kA$g7nt&CTl>20j5zBQ_JG);YsU)2grY1;n7`11Df(`ZYOnz63 zS;fiJQJfK`{^azmK@2)0Or7Z;j(dFh_X)r%|2%+rlFkTI=lgfmw6b>SjWBg#dLx3; z$*u1KtWCcGkWJDVVd`=LB}qCXOkL%FjgWkj&InW2`d%&HHgraqx-s1ypgKusgsI!p z;{ocDbVitZAhiUbOOnnAQ;+y-02-5YMwoiCRrq=)>5VY;vhejy(ivfDQ}%lB4M@@% zVd_o)Wq=_`IwMT|LnLiZ(ivguJ^xFDj84)SVd^6Z8K0yx!qn#iT9R}|nEFP*lq8)I zrhfF>b)+-Gc)S{KDmR{5;kMwRl4k@D9|r4+-`2f)n6Ld0#`;%pM(GvB)7=vLAySh5 z2h)vy*e~dRFx@1;Omc%S-CaN|$=$zn4*{0p_Dpwny*k7$1fMR2ii9rl(p}vVNZF~a zL$c{4{ST&lRpkM)N%|j5_b#wCmPmI=_X)c}lKuzN{VQ146-oLZOb?Kdx+MJ%rUyxy zU6S-am>w+ss4+?ZgXtjxnv(QCm`V>#Qn%9GNc3bqPw1tE6IjizW4@_g{Aj1g z(d}BwLPfekuOneizATuCf8ud4y_<+zlBCDM^zQPE`Q%$;z&*3#dkg{OY%bu4e2=o8j|ss0rnKoHA#Aj@L8^f~Pn+XgudM4>{ zFuji?*EcNLeWeHngeAM5fPqr7>HQ_SK}N!OC8#;duM8audSYbj?QKEfCPis^Vr1)y zk*yaR*(S;+!49^}POn&rF{%fh`7O5>Ec> zz8s4Nw)EIt<_LC{^$5Nb*T^dn4aBL^gFGlZaE&^Z#C73pWq%O%#$}9-&I!iUaP|Pc zM7XP_)z2%@4`~%_plk83=XHNnKU=N*Tp|9u&lMt@!+-bHf*dHE=$1bOsr~*yVQVZ% ziGhXT3<*DGu&9MjOfFm^B+)`!bj6l; zx7Qdh+Nhzl^BO0OG&PiVL1Pz#J8_xDj*+H@(k|B+hUL^y+7%irBTWsZU8ylNlxb=x z?J7-(?V!dVf@BK&hD@?fx1k zP)}Qt|9}uD(CuDo^}B_2J}e}%&Z)<=hldzDrs>y$sufy~X^-8`Mm?rIF2vAdrf&}p z2b<_I?MWdSddxKSnD%6i^G2F_OnZushTN#fgjaTHanNI?smHXZh8TLxH1(MFG#!p2 zpdQnnuEX(&)MMH+bU3~PRyrm4rY7wPa)v=Hhs?L#yHa#N3KAF45$AoZB`VvW%RsmHXJXpAPf zf&v_-F?@U`*8cuwrEKg*j!l>c2kI@+Igc?r!SdGzUso=z_IOIo#Qo(5-r}1bsT534$<23>8 zks40BRb%vZYB=o`8l$gM!)c$OF=`U0FQ23}oc3uU8EcKOWg?riRnL zPh-eU4X1s-#^@c?aN6rN#&b}^X+NMbo`V`r`$3J-JE-BbAJP~a&NMZg_6AMBgHpq3 zKddpj3pJefBO!){GfgFo{b-1x;Y?G*X>SZMG@NN_IPJ$YM&qQ0(|$a}&~T=y;k2I! zF*TfNYB=pDH30=j4X6E-#wa*yIPJe_jDqVOl>G?>M-8X_q9&u@sNu9<(ijCt4X6FG z#wa*yIPF(7M!`|TX}=m`XgJflI{`JE_CGX6y3}ym|I`@GdS)>CG_B#ZKiD3P8czGe?a`>=v_IM&?Tg?# zL=z3C{bfiFJISYQi_IBmlW>F6asHJtF{p$RzMf^#t&8qRR6!08s$aN5vt zh6J2$u{yZ%bgkjEq2UbaNQxRx8ye1#fTXD5w4vc_ONts!8ye2Gq^RMvq2UY(I4FY} zP8%A|kbr|SsNuAs;S>TioIW+2HZ`0f1&4@G!)ZgqDFkRZeQG#uXgI?}V4S}tIQtB( z;k2RQ6go7VJ~f;+G@KzLvcDuqt<)M$8yZfbV}SByfP#io2pFMoI?e&Y$i4^-=kFPz z;cR2PCwLf)qT#grYC5XPPX^c)2{oKHG@KznPVA7*1r4VVpyBkX;k2RQ3<)^6gc?p8 z8crdku=}$nIE_hB!)Zgq`TL}x;cQEa8crJ;&fg~m4QE?YY;$ZOVNWeQII-W!Xgo-m{ z#FL1CP;rKYNIvAKaoVTYo{cTPJXM_bSqL+X>O57P_8R*EfVwOj3L&Zt7r9c&@4HYNRI|ZsZZKybj-YrnYX+y37%c$bC zq2k<2b|A~B;u+WmIw6P;pZJYO{^;B2&gy-Tg)=5IBlpnFGcH^VwMdG zG8g)N2T{doL&bR-sP;|xsTxWFzcJehpwiQZ(o+DHo;H-80uB$3y%0)I(Mwi~Ub0&B zlGUMJQjQ^l>uT=y)l|6cT%Hh`r%KE%&Txy*$Ws;RmIyHOR7JX_0%CcpBHf$-D^FFV z+g_d`o~J6(&6hASCl6I*Z^JEkPXnd%)J3{w!k5ic73p^Ho<%+-d8#7aYDq4a?-8_I z1icOQj&7~hh^QUHuTokYS9^1i_WlGbcWTT&d{RH z&>d^Ng#=S^cbCL6q?M-5&~0hQ8lcWFO`V}T5g2RWxPvteb%yRF&44w`O~KEUjtW9| zf;@{++Z`$4j3+7x-CZrFYp=nN{$wN66S{wLUdM)co_a#}Ouqt3B_mHgp}Wc-0uawr zPw1ZS&jE1qR1>-vrWXOE^HdYMYtttIWb;%Lx~-QBD#=q%=w9VtilBU+dP4VFe;q(Y zo_a#}#xy-;ROhKDbZ<|80Z^Bxp3r?DRaTAGpQoPCeZ(II(3q#5(0x+adgiGnbYB*> zzImz%-A&nPU>lHswYLCEMl^@Q$65;8tdJ)!%# zfR;SsDO?^H|k)Lp7u zA_dh;o*J)IqraZ~d1|~;O#;k3_svq>1;p~)R7>>`05A4EQ=Q#)jLlQJQeDb_Vs`Bh zU%bFbHDtd+_loDK(n@u8*)g2jXRA>It$C^pQ@yGl2Fm8CGEDU@urZcMt4{TimXOa= zWti$;!P>9LQ)QSMAR%>msti+uB+)K;sti+urM)-isWMCr5zv$umEq9jUy(p}!}^&I zHOxvSAaLhvf|-BzJGj*GWX7n5e!+@A`=#T)n+>(cbA58CS#xT)gU)lBw}RPdxE-}; zZd7wXP{8KeakYlgRk%0y*4+C=+>Mt6TmI}9hDmViCc2pfhu`bbZHevFDN1Zm|1hzpOM<^&;eS|P!e?qw+g3Zx zvn1cqog>x;oiA8F{fqx$`!^_Jx!MR;lqZUHlduM#UFk13?+q4S!f)d2lCMj zI%VDI*ZB38`Al%j^?sp21fE(!f#1o;jV-vEI6hm`q#BC~ap+q>dn5SbdZc*pTL_vV zP5D@mk77`dpm2lVxrPceYYz$P(G#7}nk^~(3oKi4^{5H~#Xi&QC$ZPzb&H_UWE?j>wgf}|Ic9=r`~`=HfL|r@ z)&E;C=T^KnXucae!5kYVy*tLo*dip&L+?Vt7MVjNX<=MsP9Wo0+V+EQI!B~&Fj#OGKQ*;;BUR!8=6-QmM=OL)KKKIfEg1J3L%%7!#7e2Agj4YrB*) z+V|5q9-Gs48HTxQ?8p3U3;$M6>2}ANdPrfGOCHq`ro7U5e%lx}$%^;1Se|lpxE{8Wb4?cM2F24Z32Y8M2 z>Q36~s#uWMKkkHmc8Y0!9Kn=GyGJ!PL9`PJKo&ph9gxK(z!^ z#V}ovrV$t)iLnG-%f~;lN1uxy>cQOwNez*t65kHA%P2Ysr zY%j~$9`QHpssGYm!lt1=zW=x1-N)JD4<^Ip!bxO^i>*Vv|HcWR zEhu1y(bjAzwUSTp<8R_NkuPQoix1^}&k{aj9DaH3#W?;yJJ9hfv?cd{<2*-tC@%ef zKhP1ID*rp@IksZ4@IN@v@qg_+$MMF9|9GII`^Yco_Hi~m)z14fI+IiS6M)kRzoye4 zzcJ^!Ptehf_&ve>_oFs1p3Cs3<}v)s{TcqJ0}<|gxDYjN#P>Z2p<}Jb%!VidP5n-M~LAp!f)O=AHQXev*&!wrQ4D| z(&ILrBS*hEVyotL%uavQr)0y528s zeIFeSiCP%voC{+ytZhHUZ^9{nqMQc&rr|;pD+^~i?mg!_@E17>_rDpbb_j6ZG%X6I zOTex7_KPFMl{@p<=MH3X70*ULan2f!f_JXMukEbIujAY|))AK+a1o{Jm#) zbbe=7P|{9^(Kv^~*;{^BOoU~eb37D3Mb2ZBu+}o-*9EN)ppM#)W4Y~&b2Lon608m^ z=Ru?tcQy=Tre7kqat46McKT0YrjN~FU%MCc`K0p*_*2e$q?&flM68VS1@1lPO5|VU zbihE6jh-uckk=nWymPi>Hxo}}I%gq~)|j(s4)e1|G4*kXnRV7pH*l2M`;eg7sl@M! z^xJq~!%Xin6aQlA_mMIhkS?<1Y2HChdKXAwI6q)$F`bVgWz3mAhADrGamI1pV#?9h zfsUCf@mjBE)ZwTAH^f8r8iw2H762(X#o4b=@ z!obnnO1xa-a>J`3K90CEH|z}WK@yJF3P`e+|%1p21FQ6A+7X%OCjLkX0!w>ltbu@AG zJ0+P!G2i3f2)W;iSS6Bf9&dSb1MC`~32HXra5p;^4A|gL>2wBKvAI~XLR`GJ|7qjU zjH`vZ(|btOoLUCno55=y9Q?MyFYJ5`n!GvJ+wgyAdk^?3itcZG_wMf9+jH;aCb_AQ zLI^1k5;_C|gx)&>Ql&{1!3J_cEQlf~Wq2?m7Hoi^qCp-NQRK0JpeSO)jtYtuv4QXR zoZSu4-}CrBpa1{;<@4E_{hpaQbLPyM*)uz35xrjHw-94uh_bl3zOF3ARqxE3piN@h zHsH-fJNp`FlbQB9@T)}2mE-nA5*y`Hp)Tg2Fv`k;+LWCY1VKyS5;UU6AA6%`YGVA%s6>4uO zpO56K7s-D<9~pwLgh%$mmn)G)dm|Z1n4paL&GMZT4%yB|ZRZaIIIZ?0433!I@)JIHlPR5^r0%_7j4d zlL@)D4d#0?9oM#rd`~9h+BT2xa}U$~b#xE+gP62vc@a)I!lg_sL@QC&*VHZ>y*zGM zE>i*ZQ22ZQ$p3Je>_aX8OV8=g2NvmF!Sl}t7P0#Tf1JE(m)@WKC)?9zKM98vp)M8U z4*cld=_fBboBp9gQ{bjA!9TZdM7-bP#vI!RQAP4D3d0*$bE|Z{gf%W_(SsYQ78%Pm z%w0%qq}ezNQ?mVm(`}ron5zZ>XV^FctK^Wek!j;}%(iG%8)9QeaYJqFC~laI9mNf|v7@*P zZ0sm*gpF$zH_|3JiW_BPM{yV0m=)LbfTOsJY_g-ci8gi=H_671;wIbJQQQ<8JBpiX zV@Gip+t^XuG#l3{Zn{ly6gR`hj^bw8*iqap8#{`dZDU7qm)O`*+#DM_io4XtwThc- z6CB0Ov$3PN%WTYwTl*>&jXp(v(A5?h3tP-h)a5L+uKo ziZ;MESQt}M=J#^&L99t`NIm2&HW|?tP>;64=7v(z0xM&sg;kXD1pH3pRvV*~o8(Ie zBlSAIM?$T(*+7VPcmNn{Y&LLScjW=EwUgm+=xpk@q>WvQ`I&5VC{h)FZw|V*J8d$I zB9U_6Xk!?~bWD93cUc%K(#+2;K=|D@My20C(%)mpN2M=?w{6^OW0dX<>iss^77zG-2(iujYDy))W`GD*k%(@=_#bx?KVbjCsBX?h>iW&8PE^-Q5*Xd zb0s}+9<#AmF^>-h-eF@@Ouq|(AGfiI`g|Yw2^;6R74tokxW*pXexDtVZ36pV#}{Cx&{%Q5MWm+ihdlc_)_5}ca9whz!yr$d2IG0h zB4cNTnJI4odE5}H;*V_3u(?P_;E!z#n``j{@FzA#NA%n8z@OR}Huxd6zt3!pj%XMu z@VJd(llRMvH<0^pq>!&IvX%Qdkehx$di&8LlOyvur9N$A=t&{&KiL?1IU)DG5oz62 zb^-b9d2YYVM%m8U7@7!>+5BNA)0N;ZS^8$A+vJnveweC7SF@Dh9%_dkhmffR1%~2= z*CAvm!S^W%)~)VR;A*Mqm^CDcux`~Nq$$CFQX|B=RVL`kN-$F%dlL(dE~KJiT`AMC zh%@Mu1xG+1hC!>5_9yxrqW?%)Xa9-*6zI7$_A?4>I&>8L7m3u!Az%Z+_cG3N!HdOU|S)M zYB>s}&_t-w$);OMoCf+hruV2zr;_xv2_95df^PIyy+4F8V5U7qMjty2D^r6@NMx*| zWr_WXO0Wr8C)Uwg1k}}5slOem$PJM?hT3!t_Jfa6yB+2bQ2Y1Gi{6Hu+~!8xbhO3b zAM)W^`ource|{S;ZhJtBi;RTSJ&72O_q`a_n{0jysg=a+LgdiI9D?DKp16mK-`(7W zp`0g?KGkN7Gwb1nKp>Gm$Yxw+UW;*gI5Fo#fNRXR0iubgM*!Spb~5pHERpq8Z8n5P zG7?{-&hRPocRER4ABx_qrUe$vmZdK#Iv0Mel>Rhw2MAWZA4S~#Er^mCG{|2)jSYXl&a_u zdIZF=v@8WfweHat)RMDQa~x3b=pd@a2CBIksDJbudK{LhraJ+P(4yZ{9d%Gmtgu#w zN9U1Abydv~K%=6~2@O(Bs_wDTsZ>cLRdY}Ti_oI)5YO?dc?Zyx=pFRLnu;tw2b>gH1KJYu`AInK;CZ?yUTauL8XoA0`*05=6GM^|FnEP$ICKtTuOx?_=o;H$IID`aVl z!6>7ZJa8;hk|ZFux{>33n5QepaAkFn2_Hm8tApgs4$*G$w(6iPAvb;y z8SXMX^4AX{#TAF42i3~6aX#Kz;mX=G4%)ssaVX@T3_O8o>!1yFc`{Y-jlkF8YIv!f z@L}X$)h#_AMRHyG%$kyqB6C!ApxpQ|-lUzBdq0kJb<;#(Uaky(0@5+r>=PXF-byb1 zBr-tFl!u9UxjgepH`s17Q;OFsQ2^^tLbu9{uNYN+1>~340VVW-$EJom zWM*=Pn`F&b(APq#e~p+o$%3yDbFQ56btJRpA{ed9uZJE+wJK%hWZ~~=F>ONwblOuc zC(vpg%%nUQ6$jA8iq~20`8twXbqsdzdO_<>ePGkyh||BcloUJ(l(NqV)qvA)4yPKe z4RbmPOGij&`oyHtd;HESj=^;HY6L*D5c3>v_045S_ZM##^u`* zU9NQ@K1x|*%AyytxX}sfr8Va)E=SuyNEhm?l(K_z%c)3OOP#nCAo^}6dV$u};xv}Z zk%XXkoS-DFn-z4EJd4CtCMo8$E2f1T+G3n`wXsu)4gQJCFh*`h;$GC5xNdj# zd%qqYqX&_sDKC4u!)0(4@Ujx>%YPyb z#a$DrW|~#PXRtV2>++uG4sZ}pYNgrO+VJb@h67mPi)zEKuNw});g)o%t{dtG0&t*G zwoE|C{B}8m68D8C74O^BAKd`0kCC{$ zV;V=^%?+g0&vN1S_+9`n0+@)NpHD*Qj@bCC`1(J+(YC%$#OECR`K`6{F~>S*8{mcY zOfdVmpD5zv4Di~zFSP+<34WXyaI(MPv;`!${uq8u-AM9&fg2BxZjzHJ zHoeLAJS8XmfZ-yOGwYHcs3qssC4c<`dcmh;*^f@5=5<3auO+vuOMa@B+_^4UJq;#< zUV-pEEizn9&-bz`ky)UDbz|Q|``^ehib_a>XMUwa$;XxmptMp>|EXtzs0z` zF8N-H&E$o3$zRrzud7RLe8!1=b6xVKwd7TG$vZ*jO?k$8i;NMGM|~OPxZT3olINlA z&PKI`F)s8pe+l>w3v0=WM@opi!H%D#c<7U-cyqQ z8}|Y~Vqwhud47;7zaUvps>q!d8OIHHE+qV<9SubqNxAQ`FjBAmmb#=6M^VaUjn08PZ_nP;36=iAUBr(`x zwnPV8phj*a4v(jp)qurnGwR2F$BcR}dG2@kY+Y({&SJl;dO%J)hxL&B zow`PC$r|>T>B@_^(#FYq&PDE2$I8xsL~C;_%~j$h^d*mV=To)-y{J#mFIvUXMko}r=oSXE2q<|CZUWj04(%NdTV3s$1ATN4 zA-yQy{QD@;R@W#iQ76==>!cbj(H1zVPO44M=X+AE;C!i^h}WN3G(0NLxkQ$_US?_{ zHJRnxruL+u0$MM31lM}mTN7yo1CulR4*!H%VP*0ROg z^^e#nha7cd>dd(mwgt#?YT_|2hU3o+Mp}dB-mgPP>He$%kVswuqK-$Wdtwf7qKz{Y z_Y?HCF=}DFFm}h`vT;Ol4`>2h&&FYV;-oMR zLVcT%pt%1)onls>ORR=a;v(Q28wVBlcEY(f4k+%9g!63dNBnf)1~&F7?wbhb+t{nP zAHx6_v-%c)kK)dalf(r!!BpI%NTrQz?8X-yNT5O+8;W~mHgJ)Rb;TWO1YB%mO>wVm z3S44itkqkDk*Cqv#^}oLrYdP-W7Mm3c|?QkrKzB{u&D3^-RXo|+OeRPv$DHKG~>gX zjP@28YlGcg7r`~^U`GS<74i;5i%h_v)aZ7e+xPNgkS#~7uSJG)<9??hqV=;=LwC=R zD*D?Px*J1yfQ_NM-v|%1F?9Dx2Jj#oLv^ne0uQ#Z2GyjIu7}v+nv&ygp9jKFn*i}| z{vCLjjUj%ytnrFw9j_;&8Eup6p-#!F$5_~aRd=T<8Eau2yx~r!Rx-}Q_->TDwJi2I z%9>)46JUF}6m6=7y@*yI7b9BJ8Cf9Dw#jG$5we&|ENr4GhERphvBOcyf6C*O>{OhdGrEv%v}&kqeh7}8{>J>JI6=U%rycQdys`9C0xYfq6;`gX3 zZ?myW5$-F=>{rU8deD? zw%IsSasN6Sc)N|!eSS}d^@xqpeeNR*dDO-z%|Wu)$83!5QztF%uyG7p*+-T9xJ`iV zB+6*Wk?Sd&?8x=BjUBn3v9Tl9ZW}vtJ!@k}u01w(7O zY_cQQej7V-9k8(@*Q+*ms=c=a=m9`N3Qp6?8tS@#*SPc*w~TlLmNACePrWWxjwcDEZ2mv(}R3%k*T}QCbK+c zM?)hRDtFdKJAFP{IW?xA&PSUngAvhe5Kj%BwaA!Wbbm|Mbk2^3HhT$i|HH;^#g{-` zfuh<3L-B2(E(RweSr0E=@g>RC5z#W28DnOd>6x11d#(TxF|%w%bSb{?<*A6kv@g{c zjx1t&vQP1SBU=e!9h+mM*mNA*=W9ey)tF6ir76CDP?1s{j;V^T0mZ<~vXw7c%o zCam~gBPN)+wvr?$zJHd2kYf`(rs8WuT~e+S19}`t1e}>-g)?g;{B#;x4&{oOO97|e`Y z1PIuVIy20STiHXNFcB~_ZV^y_Yw4kYnQ@;*Q59cT*(vJCgQ;t#!-jk#$(v~BBt>Cc zkWp3G1QpD4sA%mS0*t03$3wIGmOpr4{LrqVldhO*9gyMUg>b18`z{h}mLF!2{Z*C=lmQ;#? zd2@>ZxeKYNm^UxBvVq`N5T(Bz1#858gGp}#90CNNC*Mqh+U_O=4|nMG6yM$SV7R~` zWGOy6{=gXF5Hj)c@n#^5bO>k?Udn8gLr90g)5GCHhk!QHfwY8qc}qU%3bw|@3 z0vZQ>$;Oyr6Z{HoAHaeJBUdg<5!sg6Txy46eS>cc`3iHL^ic6DM40CgpyE-az{?y0 zRJ?!)mpcTgcq9pRg+qXbXA$8_hX4(qq}G2`Z6!d()2IQ=ccMVWTDAb7C8iH_*&{~7dwOmR6;YV{A(NvR6LD*swEBq zDt??A(zOl&Dt?Ppe4RsZRD8Wn(9i*lpcpqeG0<)lA}n&*kN*PKUJGrc+-qpVYm^iHHh$mQt>D z2&fQ)3Mm}|>I2J%6l0x3Kz&51mjB@pP#=Y)?ez`;_0foOxxKbhQ6a0S|EPANphDKu z!{rW#Ku-=5WP?M1$$v_Zusaf>eNy3rw^J{poBcR2*q$E(EjZinDUrS_$V_B{>- z9oadm_j?@z9tigklT8i*Ri;yg+~*KbWiJtr`yB$R?0K@k2OI)w><{AcphG~7^`{DY zNG-7q5LNavb!nTOD5x?&39`i@pvq>*3(}n`d(5U&m6cGTb~q7HWnGqm@VG-jl?`1A z!V?YwRn~?2^BRYMDtmyGyVE9Us1J>pKIssk?YY$B?84G5tI0s!Td2zZ=`ex1-z2+y z%1HxV?kB?24gs2ao(Ru41n6Ox9GxM$TaL}kHoYFoxT!ENaOF?1UKqrkDQ5!@hYmCFB}GVlq@4F`qClbQPP zJar;^NOYt8WG6e3O2#3Vv^8}$!&nF|1# zg-6qK^&#^kfL39iEql_u&x6Ht;cR-Yy=YGJVn<|n52+nX@qAc17v?p8$IUo>;;MUi z2|ZOm=R))j-$LLE2K~eTAn+xF!Qp!eoM13K{7*82?@jvH_o#4;D&|-7PJpqIiKIqD zH5&%7W-jtDWgAq@#XwUcZqh>($CCj~kAyO)y%wrwG=w#Ck(N|MocQ)8(A>!TvO|tY zk1rzPY^>Z9n1P8D(D>k1)$~O%1rymz7PcJ+m|-$}X(WZ1J+GQ7s5eJ)3GG!`+Le(e zgkG@F>PTBc`z*9B(v8r+EL0uIB%ZITW-t8T80j0QG9R=8?~Qy+;=iSu_aX3s$SP`q zA0R_?ms=uF5}OaLnA;;Sl6r8a8QIT{$U#Cl(u~l~$Pq#~(Tvbjk$Ti@aiAHYXCn;= z;XE@!dn43LI7tsC)x1)f|jDUJ5;vqp(UFII3HzM0ePiZb@ zb2M^_P`ZWQik`Xoc3Z>7|tNVKX;OL8v^Wk z{g`3KynZyfu&XyFy;6fqkQU!@euq$+k3!V2cRxTn16P>7U}k18(8347(9C3jQ{pj? z28-8je+4nJv}ch^ssMwu@|wHzgr>&dM{L)XQ7t=yIbYY5sMfQ-qU6vVsB20K%1X%| zM^OexwTmdE+b0Ma%yUUf_FkH~=^51)Qph0&rB<45lm_QDtfLSrhO4p#7bE)`3TYPA zUZ#-SyE7`IL^+%IzAM#s&UU_^O6pRwpCZs8s(ngHShNOhIGfyj3Q3P@Ip4|Y`NCea z(HJG6H5;?BBKN;I(&OJwUpQwvSko7}sgHsnu1E;1F(N@n0Urfjk!n=o*JY%d(6KQ* z4pr+$OY}E}Q4f*a#wY}v#xzho1|P9tBn1>WhG#(W8)1Y7Fjb1-gCWq(g^WF*BpBUs zA2#Tu%7`%s6k*(s`$Xdj@QfP2f|6v6LI09$bO$BHxB^{i%(&VYN9`K#f?b-i87$I` zQru@4w;?#wpx!CVphJJ^8K?1E-v~h5Y~v5mbBxAdnrq;dvXW=4zPa!JGS0%TDV6EhtWLrh}Y^_!BVjWje z3=a?(if0JYxm*UiGyMA>hrYP_r4FZ%|8lZRizVifmCUEPcb@UmN~3587;6xhKds<# zoBCV|iG&71YLm^&Wb-oFyi7JPb2v(m&w*;vUQnTOjt$G zWb-oFyi7JPJ_t3!ACMF#o0rMvWwLphY+fdtm&xX3UJYfZnrvMrTbIe!WwLegvoFhJ z>oVE8Otvl)))iNBOg1l*&C6u-GTFRLHZPOS%VhI1*}P0PFO$v7Wb-m%UP`IS)@8DF znQUDqTbIe!WwLddY+WW>mr2$YZ*8)9nQUGro0rMvWwLphY+fdtm&xX3vU!@vK8VjYlPUslpm!iipgN)-C9XDMa_Rru!tm_fG~v^@U~sB9Vc03^R&Ek!6c_ z+P3(`xmsKNZ|slE=kM-vP`8P^Kj!{jQ7bl%$HuyL5%3{YWi%^~3bb94J!YopU) z{+G?|Z>_{V^#rc$j+pq{i+45u zKcB?B6S7 zB>bZbx9#zdE|`ShJc5d5?>u?{IoQYLn2DiQD3a$%xc-Xg zu`^JrXWzFZS^lrkkEUon<<;eoPNCMcRV{AV3SPifYt8!#EoHnWX9f-#Px@ z9p$6ZQ9k&9>~5s<>b@(z3(?+ubd-0w99!;Y4R9W4(#S{`<^JnU$B*wON^qvc^o%fpV= ze}7V1+{1pnhy8dDJ6axgv^?x+{jZ;t7H3Dx!;Y4R9W4(#S{`<^{`XHxqcKs1haD{s zJ6axgv^?x+{l}BiLg!CPi-^!IR9pY)q%^xy13g1$DcWBT@M#i{QCDefLU!^G28!3@ru)sT%#?(*GQ+E-y4O4$TPi-$d zv=T{e@pMo^ojEX{oH}NdScxPFt(cnF8;1=g6k7Ky=suV4qod@CRw82notzcUXHxQq zGr_KhAKp&wpIW^gY*UOw=puVGGazQa*1FOQSBzc(s69GSIF5a`AFj!}mO?;PSWZO9ta+U+NS>PdfSJZx}O1FCW3 zWF=7^B+7*iFhWrD2;MupCh($UJw)`UO2{PiJFmu5w`E>2TC}N`QM+!k2;`-5dwY>* zIaUA9K5ei6aRePtL47)s*wmlKZ)6r+@=En-&t#ZufHqpFuV%JK=YY=%qG86>gE_r` z^uQ${H2gz3$5AX#;5(e8ufE2>E9i`6^^Mg2h!zN}rD$)aJ_c@ifiDvPjxZ<)d`#f2 z)K|c|I8aCo-cId;G^K%82)x5huUWu60TJG3&?>MYL_x<=slBvQ^xNcz9Ype^kKe@M zg6c;e$|P_##rQb2CCY-ceJPJmQYW*-wB%gg34C%B1{zn5@T=7qQ?e=k}Db_w&7DMRx2qMs06VB>TgG)VYr8{^y5 zQ8;``!a|#niU=^Ogt(1kN_4C2)lsAd$+=5d?4OE!lAn;5bQBrIg`Ap8@uvR=)whhoxt=rkORckL5MA9COHN0-sm1%qu9RHtZfVz9)Wc@&QS|RU zxuCO1OP-aCvh>lql3iTeR#z6`%0DKzbQa^VFFRBv(kk1N|-jjqs@ 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%0D>&%~ci!bpV#yCFbOMK)J;ak6Cxx>tb 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 z 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

GWLzD?b%epQlCKS+UOk(0Cn&cC(M@b- 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 diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj index daf30be8ad1509b0db902dd8bca7c22ea2f8e2ac..87aac1aeec74955d55c43644cd3853d9fb3cd365 100644 GIT binary patch delta 1217 zcmY+DZA_b06vyv*`jqxk3R}xYTU%&(Y0D@pEfm@rh9qX0I#W?ZMYasmCSx$lz<~-l zqoOekhC4AV%CeY@WSdH0H}hpvSD?WBfEf{uF(dmh$f5+%WHWO*^*jkA`h581Ip_ZG z|J-w55(BEM1FAtg1jikA`GL)O?0=u6)$~$Ik~K%MPPPMLkL-dkaYXLd@7+dH9&s`T zd^c98iyb|bNqX5<1dPcl8`Hg|#9do|B%KUarn4Zby-V5DiW+w&84wJc>N7Q7* z_tJj~A0z7d7x|2B;#P?<10SYL25-q>ES(?YjG6g097y^UF5@oEvSx+qr}BH~*XF=E ztkG7&RXnM+K{zM}KOEitN-RPZ8>r+yA&qAATN!6F{roFG1IP{@r$@r}_8lFcc8 zO1DWckD3fW?7}DNzCIHB`)0h98<7FpG1hT4+PJxx-LIz3HnqB*08> z;F$Rl_yg~m9Z-r^iyv-c*b+4?D_)Tep^=&NV#e|u7+MvB?u~ppGrfa8s~>h^#Cpki zUg^1SV~`f$cA?K^mn<&vl&udS18-zH3^JXN{``MbkD(!}8!GX5RyBBVDQgt!5bd>+ z(TQvJ6Ox>duRDB(1!YAm8`G@JG>0>e4p_qS>}seNC$iTd^*UMK)~A_I)8#PS#^bqX z;Z+Rgy${u5A+HkBZqVWBmmpQSf$_{`k?WGcI6{*cA0q<4OqBQxhTMMW!)CX~9HFwn z@1!XCmn@8__ysbN`86@_761tm-F6D3T(^)tae#oBE}WMjghNG>5E8Y%T7Wsc=>Ha; z#kY(9g!izwqz%G&x8!H|9d8Dnm$WW?sB{S0@rTma(zeq@OPiG(J7^>KXQF5<;{eC7 zJ=g$GJkKYl8F)uy~c3h2j!V?&s=%hEcI1#2E3nvwQ&txZQ?hyaN zLsOlwfXh>1*o}ciCk*1pi7*85K5+pbpH}pzrVHQBH delta 1188 zcmY+DZA@Eb6vxlGZD}7$+pT5mEw-hF^@W$&7s{Yp6fwAHG&W=eCtDCn`G8{*hof%8 z=_E5*7|d}@7@{slOmLbxa^1-Gf$?5r+~T6qP2&i0GeLuF2D3Sm>A40Hy&rzL=iL8u z&U0Sw7d@J(9?e@Gj17A|+6O{G_}?QL^xJ&^l2*Tuc4|G?O|NPLI6@z3yG_p&vQ(7$ z0Z=?j6}l2{iai!YFuDEq}m78|G+veI>DGtqzmDbG^wk{D$2_!Evw?-I+4_I zAQ9&GEYZm{iE{-2YlKq*u!>gp*u{(a0NLWG0C0#esV8Fu&(c=?P5mh6H;W~T8uGD& zY7Lb*Kqm|?ETeOVf}-mIfCt6v#Q-63KNlb@wz>f#;`Ta#sAx3&wrix2O`J4$Iqc}#hy&8?x`ZFbAv z=9Xlrv9Ciq8=Po?lE4NoO7MmU{d ze>Jm#KA0}T_vzAfzI1Ot{W0y=6&?U6r@0Org=f}aBUR1>5U82iOUIdy(|P7qnqv-; LNC!Ae{+hKY%_2*hJzcLz}{tU6$d-E`s( zC9yP!I&~n$!VF?RWn^Qm+4#Yod2$yM*W^1ayrMaodD;3&rI|S?`bqiuB{}(tDXB%1 z%~id&@&_)C&0APmSQ&LD@8mkpXfe5w+n+ID@{m{?swJSKK25XHj!A0)`a&M|R^ zl9(k#-7laJ%QcYrQ${vc|BWBqnJ1^P%vRIS$j?pH&&$l#FG?-QFV;^jE-*IIPb$sK zNzqTr&o9ZzPfSTIn*5Jt)8=)oe5{NbllO8RXEd4I%I(kSGx;izoHALJr<`%lndjFYxeiF;1C$SInPr&17Bi_ly@N%Sx0pG4M~GCgH~zGWn^5 zKjV$brjq51Ig{5)`ZLa%{1-^xnCvU%&&V-(u9P;T~c7f3FcycJ09nS57Toi&D!fx#TCRz^mEl|ht&p?-3r Gq%Z)v$W)^M delta 345 zcmX?Mal~SR0%OfaMRrEZMn(n(o=*%63{gM^GGJn4`^3b+z{JR50~BUrVhsQ)U}9pA z0r6N^uTM^7lw`D>T+OJ;cy97SMoIl=5Y^s5Wvq*Uir83I0!eljW(EchJ=Rhn`!o=9 ztOF993|tR3zhpFFWctUnS)O?X+vK&Z;*+_#+$Znl6z4C^%t_Ht%Fi#!$xlp4E!rH& zRn0WHPn>J>6&@Zg#tD-jiup6Hm~1Hip7G3NMTv5zKYWvCN%%1aOnxch&v<3BrDQo{ z#^jBX{){swGfII(0)ZsU!D6lMP)CbDhQ9F5uaO4oyc~7V=BsD}T{cYz9o{q@L4$m6E+EeVYaA0iWsTy8S1el{ z3lgPyCKBc|D}*9nTQ+X_N$NWPN`2r&%*Hd%$82>iL^RjW9>zlIq(M~R$7uKultoZv delta 357 zcmdmEzr}un0%OlcMPWwS*^CSfJZ~5n7)pQ)1t1LrOpI*8lLHwgHIso7Oib*(KnW%m z){jgK49p9FY!-jX1h5c$3W(xh4VXNcQI+w<#9pPo>Kl zb0){i_%m*qyjG^1@yTRWS%1bWlS^g&nSO{)J|^qO7%^E?PMc9}vZI_b)a_WpK zlY8aVS!4JZ7&s;?N{dWBE62~cVe(y|SPD=q2Ph^ySw>!fanEF3d3DAMlS6@I!sJ?c RbqNhg28KkS2Vnrl1OP&sQw;zB diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj index a88869e8328bd1b9e1c6732fcce7ff57f698b7fc..7188f4de949b223e9f8e4fc99d18c9fd8c28fecf 100644 GIT binary patch delta 286 zcmcZ+@gQP?0%ONUMRAreZbk+M9!UlUhMho+447D0GxJIqm|56oGchnQGqIcNpD|+cPavr> z*;CV>amD1Bn&pgFCJSo$GYU*j1dFG5MgN@MH&V x0mh)of!gYf8zxr*$)w2(f#iwFCxPUV$sd7gRfHKB{J?4rbOabRCOhhg0|2s%M-u=5 delta 283 zcmaD5aU)`a0%OBQMRAs}dkhQ=Jd!}7nh8iC0VWpK%)Al?W)}85pbRq;yCsO?VATdw zED<1zkUQSlf;Mjae@QN5?&g6|6{)_>W88!VGWhMs#$pw=a zYL+venJlU0&&V-36G&Q2-l?U{xM=cIEoH_hlR3538AT==0!g3Akw9|Aw@j2U*=X>FdGM+d>nHPL9u3Dl@AdhWW7~bZZ6lRCq=)4Eskc zvJ6mnIoNUrpl!^SyGr8dlODjKz+N1T%V_!%yo`>Zif$|@;30%&*!KZujkK@uwLG?= zGFyJ{`*3Fq1i=}M#5WM3pz+gi)j0;P!OtSS$@Aw(6Az|+fnp!M-}%+>rRW*DoTmd}JGr+s}EbKP&11wJPQTTN8A#i&59FShV2e%{_q20uTh|t}`R@IQx8RNSU+XlG3kYg~*bQ2Y#kArl?^VJs{cemXaAEhwY zQ17A|npDK}Gjo`4qZSo5tL)RytG|{P))uO!C?ig^C#Be#N_8^@^f)RwuU^E9};}fpiWP7?7_!8H&p#r`enXFjsOsmn+)cm-73v?pSWbJ&+yGPq^8M z@y@kwW;8c8;${xzMu*)@K7VjDKQx>@P`VWyCwVm(E^S>Fu}YKm7j*eUf=kKh)CwAw zH#er}HQAU*(G9sju|T_Jy!$X6lb6sZA6dJoeDc?a_Y8B3-pDUYIm zCT}L&Xr25!*-S6X#!ansN)Dj^B=@6#Ay1;;mtUhV$$RJ>(%;ug7iAp1MGp1V{R>U+ B%31&b delta 1226 zcmYLIZETZO7`^xX?pfP)YrD0qW8I3DF<=awb}+VfLI|0p0t<24m@uacN*v0_LLzpF zxS)y4#vKV}py4wnCPPyMG2jnEQc3({Vh9Ta#1P}h4-}&@{_@-!Y{^*`o1{`sG}#H5wc4 z-{ft}-u3F3Fg&|KlJu;3n~QW>xidRiXST)m>T>CQ&nAXpXIw6peOMQSj3RSBKC3G% z_aqG+i>1pri*=l&Yn`s-&zL=P(nmTL9^uBiz+{%_Wvz-F(nMJk4=J?c)pNv#G!#4f zTuaaF)C3RH9Sc+lbP`Hj<_JXt8|Z4nVy%TGoZiL(9ykb)ckwN;hZJQ##6d0IC9c9A zp89dr5+Z*JV$LEKBP~55f8b<@H30z zDAR5cn+VZ>^DIr^O^(%w6a|YB;8iu@9&3^qqN*7tYg=%ZZBqD?{1P-!^$5zWe-zi) zGL7qGmZF!QZFrf?a#+-^z&Gr;62&bPx5Hsxg*2OW-~$$|#;?R{Fi+FRu$qlKaflX= zV+T*4zysn8?$EjmBg|{Dk9Oc^fZFxgNzWb}C)10|Y?;LbwK)t>+lM|fPvS;^ zn+?cPuu)WPQ6Xn>a1l3hTU1Z%1um&>Cs~}LiMPTDEzm$t@?40k40$Zh`D*U+R8FqF zshMpxZ5&ok_UjY5y>^go+6is4yoMh+lbi~ci8*!U31_ri`TDtwGop-eoH99E;Wi1O zZaJ~Ugr-jZE1h{dlGRQhS8t|wN_uG&ykobdAm8S;)lbCtRaZ7IGwL1YPt-!TO|DdSE+vOmYc4Hk)mG-O)qdvl m>ICzBb)EU9`i*(1iua}EM=IBsjwQN;82InH_;P%W%JUD%l)YI1 diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj index 85d56b8e4293cc5e4e8bb63a5814a6ce20816157..f497213665666305209ab69ce5eb0f1ad3c8156f 100644 GIT binary patch delta 2959 zcmYLL3vg8B75>le-OcmtZgw{}dy`FeH!lncY#wYj5mE@Tb|{bVloWY}1PG5j0YMls zO2>wl68H_5mI_s7>c~Tctxmy5VYC&bbrdWur3%i7$e;o)bZJ;j=?aUIuaT5hqAJTxRWKsP4WN7mYQ;REYqX$GC!=FlGcE5zYOHm z$M5L@B=Kme>m1(!BkQLqG_^ltzIs0-x9PQ;UPnoS*I*%@f?XTGi2m4l2o2Tv3vh98 zFIYJFahDJ&T!&&(xg3@>CRoyW0%9{bm?}gjUqWW)-+_;d8E9_)9E?4@0+?BR4vqEl zS|Iqi10D18>`h)FvN-`Dou{K`IXnri2yi_t244kE_DP|923IgHy7bssN=XE}SsWFaaz0c8YF z2gi}T4*^kr0tqU4DM(cD4!~9O86>XZO4K@v_kl``p8-%U?}H`IXOXOq*Go^JsH6)$ z7|Vop9Jc_ik-tOTB3+k(r`ZsP^lwMh*I#a1;D4R^kg-ZM;POE0Ak^g!*k< zfTA>h8-c0(cdQ=1D&0mEp9U=POO{W+oNNRprNH9yaShOt8Qe`SCs^@5v_x<=4v+XC zO0n@46ldqxu&HH7fqEB@aE0Ad(jI_K|3)4$40=+YF@}?0er=SxvrwtK#bwQ~(00r6 zTqCa@W8hxkx(RTh9|xj)p-bH(oBm_DAh)CGF{_ySvEkqycu(U}yk~MNR_28`ArHR+ zI$oXvOAZfVs{Onh9W?kI6c)_wml=6ME01S7D`*TH?uKWErI0>cj?b&uv>#{WnSGC& zJ{F`rE!KXjz6LGvJj_iPk~IBqSUq!nJ!ojA{v+`5%(L8F`ddipS!@;J)?;d?%~G;- zbtygVJOiOVeW^lQV#VZ$fTE-9hWsM0!j%Ab&svLv(6`EA!5D3m^MVF_A|DBsx(}eh ztl~`7K0(1gc`*0`Ix4RRb6q=-!JC&1JRp7frL{Y8T;5Q6IapQd{{~%eIDIsfsrvgk zLT|)U7V4)kWZpu{ty{mAF1zvrd0(P!-V%%aQN0hGyrmZ3-|IQ@x%{E~icy>|-x$Cl zdvdx~FA}~&;|!n!`W6hdugK!DOFt$T6y$relyix_5BupCv1q#dWkC`BP#!H9K|}I# zfnHVu_Woe-bL>X`jH{L1Y<(;XYhlo{orU|sF(=mOnnoZavXO?0ZD zETjzI281ZCk%@2v{aoG(hp10xMRIAltcWzw9=SYHX1n7`3`KU4OHC=A)EfSP;Mg8H zy2xqL5IqbsWGib<73kmE^Ai%V^y-M z#Mtx(T1%d!X$hPtE2+G#F0wbN98!u;izt}J-o=8lwX_=Kj;mWiy5>*CmnW`9fpU_{ zRi%{Qi;tf`H>o12TvX(%EJdC!DRa$NADP*jz8dWszj{Y$Y1uVJq{YsZfw-8Jyv1Ix zlE8m1D>ue^EJ-#>iJIBlL~@u=0jaS2Hp` z88$Irg~>}*A$Z=cGJ;l)TAHmu8{2z(1=W%JEhwVtwj5PmLW6Qn^-h{7Z&g>&T3JxD zoYo}$=dw|qSwq5}D0 zJW4f^>vHIDqNHw)-EjrS_+Vo5=r?C2I=4?ssfaG?TGbxy>{t=)ZSU^ti?;W5*HlMa zS9Wx+h_+vTIRWdvD^{u5+%$mgjfAMjkWLM$Pmyvqy=i&691km)e7z)C~ZSIjtMoP4l$UDompX;xn^D zi9z#N50z7%d8LPn=w&mlmxj?5vkJnIzgLKLvj2IX+1*PX6xFXbhs+n0s4(AGVzYTi YiJ4}kkA?*Tb4jRw5dZh!{#eg{0XkSf{{R30 delta 2931 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 E0gbdi&;S4c diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj index 9853c4329715045a5444a096a9e3671fc45e7d81..e6b1ef7f48170081191d068cf2156994af7299f9 100644 GIT binary patch delta 525 zcmXw#KWI~76vgj-#CP9&`TNwMLSmXklSqcp+9;8#QE*W)2o@2#w8SAcH1-)$+&XA= z5%COm5a}Rjaj^0x$x^WvL=ZYD9g0eXDxo?!SWxgf^c#L0&Ufy)AK#}n?ym8@K5oBA z&zQ!!C^}}2AL5I7h&xD1o*OtJ)5gyb-pd(&fTVSwfqAQB{0-r=)z7D~&CaHthlxa7 zi^!5+4v{VA4I)QAM2Lb?$FMzqaz!({<P)URh`Ol1{lSd_@x+=Cd9FqktJuZ&{CuhA;$B-XkymAsej8!MePw>a__!e5hOKwkx zx5v!*O?_p=HRA>UdyoSh_IuF~a{wE$5?B0v?zgO8Dc?1)wY($VY)p)o#;!J+_0m|Y z)o!*%>lZzL>0rX}yOrJ`&tiF^W>6KG);d?=UcSa%+))mJCu_Wbvy=bzTh$}j<<)ow z4drjV^oqQQuU?j8u&?BGwqJQ27nCEIQr^a#vW;csM{FnyNVoGl7n?-$`b(Q2*^V(xcylA9l5?4U7ilO{@rXiaS_)%t^rN`pgD1VN=DYV@Wz6$hP! z(m}-P>);^LZi*CIE-wC2DY%q6S;taKhgPaMbP=lfxjekQ=RMCkE33S;%44nEm~MM& zTc4tMYZrJH%XSaHMn;M}hT}47wYc~!{rm_S=P|#*lvB3yF1|T?xrtObm;LGzi6k8& zM>Y&mSk72PM*hZ#B61%C;p-<@^Gy~iQ46b?sGCOM0t6seTS5^ zFUS=&7bUFwUGj>EO2RITY0viSL8r{=WBX)6)fHLPQI~Ww(SG@XlO|I-rixyfRoy`u zjS?M_WnK13O!HycqlP0gqtc@?2bhAhu8k$zV)$rw@LepL3{POw_&f->`t!bFy7q~zjd`fSia$oMsWf*Z;W zy!T7|0c(Da4culi)Kev@;L31chYSD! diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj index c4fc020490b1e83baf31ef46d3e8cc5ac6ef2f6c..90a1e086f97e3bace5c99be7baeb702afad6e864 100644 GIT binary patch delta 238 zcmdlZen5PJ0uuwrL?u5bD+UGzo(+sZ5)Cl50|gnm*g(RpK+HJD3rI2>gP2?!?N%{FDIr)hx zsYMK%&oV|aZuVmqVVs=9!Ld1qWdaN1lF5HL{2AX&_T?;RESP+h)1Pt5WKk}E#x;{u zxwIMoPoBu7%y?$o3QgzDIn50@EM%iAsJ>ybKHsJgXQP7@~j}889^h1sJ*5Kw_*w%s9sjNHT-?j9exl zHe(P23nLT5#!b?Un}0DzF-|_qC@xT%nUkWQl%HRclb@K9TEsBfj$LzdE%WQic^q7u z3s@$wFfN$P$m!4cVsap7Ib+V`lR)-_$&y_Dj4LK*a%nUEoII6Fneo`4iwNHD(u diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj index 5c5a995796d2d071dddd883002fca4066ab5fab9..baae6b723a6da05a2d28931f2d29c4890cb2425e 100644 GIT binary patch delta 2946 zcmX|C3s98T75?wPyRfj2vkSY+K494gFL}7gtD*v88jKZ#im6l`pJ22;@KqB{QdAm1 z1s`**Kc>crV%p3&tro2mokXiRrg3bwJ`&SRbjGAL$yCjli7}np@BG*@bMLw5+;hKk z&UengbnJ`k+!wbaBzljA?UYKp&S|m&pdJ{EsBy)olpws96*QDJv@k!5$8ghizG(SHoz5; z3yBs}7HTb_+eoF9mI0`YZou*bx`O&fQZ+2)G!2!FqWM4=O*df~LvQ0;K^tJNq+enL zs>q6cENwC%el?{a_i^+Hre~-VS^tn~5%^if9J<)6r1tOxq4461S`bY1UcET%6TXD{H;Jz^ACu+GxKEV5j9G z!!+6U!#UYfB{z7-+aDnp>slRIu@uT{-qOG_Jh7#Fj=;-kxrhpFq2Lmp70Z8QrZ0=m zGBFue9(qM2_sbc+O7WiD<4d=9VR8gb!F!b++vRy*=B#aC!azQtnCJ6>Z5SWND<00>C{h(?raa@X5*MWi_-qrw zt7D_(4fwhTWOiVt?I#!q106zDM(UB<18K>h!jeb_keG#z!)~ST<$HmU$d_f}mz{(29$HA|XAD}zph#@HjCb1rVkpcN#dX~Kvw7|Z8HY$${%7RctOqP>F;}BSe z-V^~jBJ9GsCOjd=11Fjd5e^^y7bq924T=0t373EqvA|$sO*};Dkw*^sZrD4z4AqK- zLvGOzF^b~F|GhcRkwZ^2YDWJfspuap`J(_CIVqhHU+E!^88Ym64j*k~kjo1h-r^`x zJ)7L2TBH4pocAAwE5i9b;%@nR9QYa5ciUWF>ljZM)FtfQdT6)3!H0h|sl#wVu#&Z&iRcs-{*0!g-IKAhwsYURhK&5P-^50~72Af4Kgao1 ztm?CJc|o-pE{_zr#L~XOf^kB`^_gQ)LxAuTCmKbJ>5TA?DwO(ie6eV3O;Lo(nC`X0 zbq^FM=_}<+MKN(m{<Qs-xqgk6)hcflT^BBSqBxKAwoDYw+!iH$q_m+-V@u7WI znl2jpOl21g;*`8p-tU`(HmCtt5?HO@jZF>Y>F0&=tx+lBtUNI)gT952F<Pa zE?&MQHveafmo~=cH#e_Y+B~nZX;t6DgNcp<$374xnrIPqqC=a);+)pQ;9DaZ7WyLO8T}EK;?jt>T`@ z(RzL%UJ@Ca?{$b{+D;ZZT0$GdU$u>G@a)zuvsSB3XoonZooR=$LvwaO+of&pfc8)A zBM4Qwq2+EC&kL`%ZZoWf+WRc-Xud5FW^FNxk=h@(Aa1wz&Q@sqwePk9W~{cd6WVF* z42wq1*#&V-o7W}s#P7APE)fOT(JqlK=4v0Y=+-co+2TWO7z?j9g+;fvj>SW*hefaU MK8rQlgKZ+^zlRA>F#rGn delta 2964 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 delta 482 zcmWm9Pe>GT6bJD4#**e+=uH)zY4?URQz&^Ar%)*!IqXdM?quGX z@Vx4zH=ZxdM30YdarF9lU5jpI6GLoZzLMj1Y$^xPU(Kl>=aeyQR6p=bJoIziz%S)* z9GeaJJ64rf&>iGd)mLtz9t8Xpr*H1`&MOD8sr-Tdu$R{`7G~7^xzKJMIYBgtayE(e qFu}L65!&2`rt%p&YBm>fL7B%?&2HU3MU=w(S`sg63AXUImiiC>!;$>} diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj index 91f2a4362b53356ecf9d82326bfb4877759fa0e0..d208d0033054153eeeed8be9d89ab53459c17bb5 100644 GIT binary patch delta 1199 zcmX|9U1%It6ux)n&dj}=&CJH#>`(TGtxdXZle(IXyY;6Jir7@p#acBAw#}LiU9-uC zw9!;!wnBx*mo{7r1ylM^)E10Z)+c|!zSsv*^g*d;L8wZ>h89!=CE#}^TLBxk1@6%@2$s>&J1!xIFCbO3ad7ChzXBM-^T{% zFq}8R7}8oHB*kG92e&@~5+pGD<5R?N*&@cUF5(blm}TCRc$gSrHGe1d4w_I-yye%N zIUq~4TL&Sx&w;SS2Y&n<(GjkNws^P#ApWG#8=0rWgNxKN8u5`};*$16;=wQRmG(aOD_>DWwD-FgaTuzPm{A{?f$7FUW>*qq zD%8IQnCIOEfS`)%7etyrqK}D8vw?BUy@5vV{*BylcOW<2GbjtUgo@>6k=snX4#G*9 zXW$`)JgoM@(>nl8zMQ^HQ_M8;2Jlbvl_-6_;3?+qgoB)K<0SJu>VCD2d)Tly0av-u zE+m-uE#YPx$C)=w4M)~-9IhcD=d2?b-8D|i*E)WIpz94iX{B;&R5@xA8@__UBkHlx zHvoak>^M_pmvW|l(-*8=&6Cio-R3e%G9K8d#t1))ra*7|@>dD;t>3-ciz$IkK9EYo zCXn+1Zj-=fAB0qbWLta?VWN-FRx=3e$Toz)IM33Y?mZ9m?_@j}`3SwyOPJGu8`YtD&{t-p)j`X0ypGcF0yR{93_GA|Is1xo! z3pd^sycZO$_)WZ-RlVq>_%;2GQ_p@!6SgE7WaiS%h2D2*#Mb0Cco<8=nSFXtUgayT zs2U9pk@_midr=uGr7- z*NerCd`_Y#*c?`@DP5}~AShcYoO!(Bgn7Wr1 z!+9AKLt0bBq`mVHp`rw|H+!>K40YQ8sf5II$LrgfT}_jz zP(RS*C2tZWqN4g0k>fdiP~;mm#4+zHSaR$NWxww|qTG#}_=y{B}6VeNCQW{ygd5X!3Tp)?WixIoWKa znSYFUqsas2XDDuJkq6iu6>_&Vh3MF7QtofL4ngciz17Ng%~9uoNz?cx1P`ibqH`c_ zb>|3EWshp6zSO6!CmUO!RnM76(2{|>R1Fayz$UlQ{P{PD+`ahk)k>teogtBG1U7D0 zNFpjpi6-|3+tK0cawOqiZ3(e~{0q9`#M^d} zLoD(DMt|a6z?;9R4>?&ruRnE0JAOnm@6OPdn}-)B3wtSIS!OvrjKgd5y}DOk<5M$9 zRf)_TYx~3OEN-c99WIX5UM)@xU?iBCWwZ7kZpf~iF`Oo?Uu%Q3ye~nM;ZTFXXR?h+-*0EBVuh5lJ4=?GrN=x~K qK2z%AAL}c?pEO_9#Xr;CzF@C&^MctL*zoYvm~kLz2jQvU+34#VdF diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj index 25dd23bc6c462db05b005bdd1b92709de5f6e5eb..9fdfb5f3d9fe1cb8777a0c6f9511d47371db8541 100644 GIT binary patch delta 276 zcmZ1@xIu7&0;9o1Mfv(X1_lP6ON^0#w2dlmZH}M1Uwp4t<~!21Y?fRX$;EWk?K5hMvh2*@OWNX*s0; delta 296 zcmdlWxJGb-0;A4EMfv(T1_lP6LyQaz=0FArFfp>pgDDOUCLoWARUS;S>wzd1RxvQe z&I?k)!RiR&aj>rj>StzQ&CDwSDq#nk!oi{qF+~%ogn?0zQI$`ao0(6VPe2@~MTLQz z+YZQOn7DtnU2$f5UTTU$azX10D&YC(Rnerj=n zv5|gKX=YA}eo}sZNlt!ZN@~&O9gK$Wrr*D{`navP|{_l1C;Na;QrzU}a$F0l69qfW83(07ND_ AI{*Lx diff --git a/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake b/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake index 71b9d4f..24bed6e 100644 --- a/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a b/blink/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a index e48db872a8624bf22800b4adb347eab1a68f9202..1f2538ed30f614d48c81e57950fd148c247de6e7 100644 GIT binary patch delta 29211 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 ZXcy8OLG=9T7Qke(9dR47#XhmG{{R7mh_V0x delta 29426 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 diff --git a/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj index 2858963e9d5700238802091366f505dc5f136a66..8c035743f421d3b5b7e60475ebd86cd904702c6b 100644 GIT binary patch delta 2620 zcmY+FeQ;FO8OHC~k9&7R?q-v$CQ;HvHY@RCvx*-R!38=)3R2@mfsVB-gE3)9lO-5p zD^u3s3=D-5C&N=m5mWpK3gQ~l5P`~CYyoL&I!s{*?Q}=lW-P7El-72Jwn^LP&C!{g z{o|KspZC1y<2h$GCkDMI2fe-3>e%2-_5MfxT51@#ml#tYk232bhT*+2Y#5%~%I~1* zQGs6-^N+{>C!3WLi~7EbrBd-&YdP5C^MA&Q$7fAQSHOQW4*4r?yb|Q-^3oa(^lp*P zn#g=<3izJD$NsABi`N;3GQT3znRSJ%o3C;sJ~PC{{N{GkFigX5`MTKSFAd$M_8<2A2Pd(Ac6h|f$Fk%ss93{DsI{>I>rET4H( zu#GbWwqmC_vuHk>%$kbrGK1lriD9!LcDjJ$%BweXR4B`ktO~7nNdFC5FGZDA7WxwR zZB=V$GKfW1o&B0vwc1*XZmX=~5|^;z+F8z{TXkBW!GJaIfrB#XecCz1WUYBxR|Tk( zpLa1TYrfX^hNu^4-N5jygm9J`j zifLJmTCb9M9@2WZXh-YMq<5Lt9kTO>wZ1GdJyKmYmDx4Y$bx7N#L{IgnT;S`kFF}c2N+Ibfn3lesN z^nOn}A7Y>&YR{7k>iuHO#|35GDLEgs6P8naU+Z28{CTavCSksy^+wSzYQ0@n+@p25 zT--}qM3y~O)~Sog$zfjCh3908{aU}mmu>CWx)b|ml&NYQ zoiT^}^NeV$f!kHLRPA6|elJ5e!h5+16?Z$mm{WL9EX4U$((R{t4eHBo$A?`UImXr1 z!*0Ky0jZU4XE8o0jDBN)4@N!i_IHTW;&!&lx~*n|QUV&+VMYt)Xb?c0M?D(CzQRnouTho6_cG?6ZU=IJf4QBQT<4_A zDejbGE9JJ%$u9hE%Ue8QLxnrl8FYo~Jy(NxCtRa?aXws678cj5HZ&C1*PfRI9&>jV z?-y(JH0#qM>@TjFdqj@^&1sc;`H~-g~^4)lf zg&)XNFHI}##Rny^$P@B{-k4UHi+`7_j=Ux-y+5t+hoSb;|3!v&*KP{L6YDzCEs6E5 zZHdm74ILX3EgLu7H7C*3-nzam(ezYndvl_xqob?6+s9rhg2ad z-*r?u(qs*CtrX@+#~T5^;(QAWKFtNmipVClU9N^%y4?A^E;U+(WKHo?M6ck0s&^ zxdkKSE>xbBh|^?0a^zvyA4tS0@+`9C1x%8c(fAXIxR1Psangt6PbK0WawhU*E#jvn z;taVEBjkgqJS`EY$!6rp4MX;sqhYlfr!Rh+ktIi$d%V|U_vkG39)?F}t51<9qwrsv f%`D^O1XhxT$XuFT9@uFZ12@PozW(sP#MI~iH49X! delta 2609 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 delta 1933 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 delta 705 zcmW;GTS!z<6b9hE&Ul+WmouU=idvfGOsGs=C=)f!@Dk!_pb!xS#euBJ@m3>2p%7sZ zTBk!1mAo&Xg<}!Mv zUo^*2a=I#nA`G{}gow&CR4YQ5!i=fLhg_J8@W`^5@Pjv`d~f85e6Zb?J&{6KBtzcAel<-|t*BR% zs1rSE^3FkCEtH3)5Jj?$FDjO$+&LuOT$jkVc&t{?dHhk2(r;AQG-}ju+H6Eq`grt) zLZ9@(*aD*4`kS~cvb^I5>Fbd-e(OLG7JDN(;k7#{h#U4|`ixb37BxVLze^4J{rGx? zE`Sn!bV~0?Y|l-1o%EgYxY}AzyE;AXzAl%it35Zz)qJ+q+u~~W`MSNnrWQ}9{-vf` z(d*o$5&CfLRx>RiFs0EJ*4cf?ex^|+`q*KtuqjBL)+iqxY%k{7tB8KCQ3y@!Dkj)! z(2Pb;;bsdl%2r}?W{Hkra@Nl~*>f7@p^xpy%AB9PsG8Sk8bfRnzOyAb_+mT56}Au` z*8EcPWyg@P;ODb}1&zkB&h;GX7B|R@s-Q+6FckE2!sw;{so3L~VDmts3{sF4 xN~00DLyqv*ZXxm!sExru$VO2Z4LSIxWwsZaY&Q~?9drq$>;hWZ9t4){{{VcY;-~-s diff --git a/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj index 2c387af64ac84987835a78213d0727bdbca1f5d0..c320432d05ed10bde0b66ac6c412f81ce6e8d99e 100644 GIT binary patch delta 569 zcmXw#PiPZS5XNVcO|m;#|Di$;TDy(OmUM9;wYAk+i$U8!b(@+%qbEb7hNj&%QF>8n z4`RF(2Lum-_N355Wkszg^-?K<6faH1g9pKbSVd8z9vlSU;rHgv`@T0HZ+af9^Elgt zE%%LHC799yuIhYNIf+Srt{lMyRs(Uf5(Wrt-Eb5Dw2)%S7TmTmh5+=D2v`1)CQd})GCOKN^At%(xDNXtbvLs&{ zWyQ6ZYNBbUx1#BwIf=ZFa&p^A!_x1fcM@_x4a>v>WXZ&Ca%9Ru`YoCsdM&RVA`n+E zUFQWgj$8PR8pSn6?J~afrnP>*uTH$IHwM>5yB_vF>AxDhO|kcA+2`D`f<0awwabMG zw_+D66Kx4QUn-7|+W8B`(ukdR-SZ{)^hlxXeKn8yyq@^sD0cIV<6u9p2xr+Cbnp*P z4ldzO?n*njnXd_Nb1glEPdPp0;5WV_{LEj5rlc;OaBv4N3ahMT9Q?q!Oe==@N+yD7 uzLzm^hF64(To(?oku|Z#Dd9z)6n64W;R}A2H5*n30FKN5|6lSY|JGk=&Wo-9 delta 529 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 V4dqeP_s)P2Ut)-^KKQP*=YK^x*N^}J diff --git a/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake b/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake index bc8612b..d3cf85b 100644 --- a/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/efuse/libefuse.a b/blink/build/bootloader/esp-idf/efuse/libefuse.a index e387a25f7063ae11aaa0f82919b2c1a23ba57e0e..f3b13597082b0d3f96ecb3dd46959f9b44fd81e3 100644 GIT binary patch delta 15311 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 bB==121d=?HHwvjsu<$Z4*a4jl12854=QC24 delta 347 zcmW-ZKS)AR6vofFzWcbD`rcC`b1)2PuUIRJi_XLbPtIhMX=g3yv{J(v1n`_P zfB|!!LknKnx-?$gs{<1pWHF&l$&jHQmC)KMN`y8QP+Tc6ekkvm#$SQrIG%cvp>`p~ z6$<2(e^EXetV-}zZEVOVAL*ZJ681V0pr23^hMuxzgWso?^G)FQe`_|sF5MAyAPtzah=Y5_qau6qk$zF7&*M8S+jx5)G>2drC+H> zv|=UDLrrTE-PE>ho)rKYx)A|-vrMefhh<}rM*KD&(45p;DoE|ovESyx4Y2gT`{*}0 Kcmd|gG6R1%z)p(* diff --git a/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake b/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake index 3c53639..61ae24d 100644 --- a/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/blink/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a index e4ab8a6122b9513b6f04cbfa2022f7eb45be6591..955589b9446d1a3ccfae5b05a5c4526ad1ba9754 100644 GIT binary patch delta 367 zcmeCs=+W4~$H-)AG+BUAgVANOC1V(?k+GGj#pFbOk;y9-2^m)iG`Jeak3qgyvZ-1 zAj=&f!7L%{4`TlZu?<8DfD~&0izFu>&>%KxkZDr96M=#ZY?(CYb#Jc6ASBYhRJqJ@+N12 zf-LKS1ha&&KZtz^#5NEq08*?0ERvjjK!e!cfn=n3Cju!3w*JWznbi1?f`sI__A7jd5`pK}_hkj+Wdy|0xM(4uV6W&&*Y(uD6_Noj8HGh81Ivd>|j{&>@#4t8g@{zHZGm# zHUmoRV3u5SPcArILby>(J_`Hne}+bqF$l08i_0|Lf_d_BsG;*#^so|- z4tjd9PKN}nM0h(9ikgH}Ldp0-_2Q!vA_d=Ror(fBq~QVU=_p`Z23Baa4VRc_;y&{% zcu8hsjDxr17x^5tliz{g^vT6CH4jN7^RY^@06#df5Fcbjh$4*hP>k!`y#%>bANJG8 zkF!Jr@G>ujVjjdXY6y$eGBmNP94|Pm0&^Tti8=OGp_Xe^W0JZP&$&bmQb^XKh)-x2 z8p!X)AFfh|Schm6_4vv|0}82oaFe$iF+yz;mZj`BZzjZ!&;Up1E-=7tBpSGZ0ZB&( z!ps!}=b7jx=;WJ`%`W>JaL?*hSE{VgKU~AIO82@moLN~S#4~*`==leOC72KZ delta 857 zcmY+BPe@cz7{%{>^WMBOW25D$qobyy(~sYDmcq?-1NbWwLX;uNhW&WP!3WSnmg6{s zg1AR(2 zT&LFI=R5<7MmxWZY;`=ObS|qEhgY6e-yQw(yy|fl$N@F#td+~^jq`c-87phV<{D$L z^_1`@Co-3l<0(F<8LubpT34*2{9-)b8;f7)=)9VI;r?Y$e)P6$$@+Y+TTZFAU{ubj z>ELTA)Rj=5tWz7IN%>CQs))*L^`4wi`zrh7n7UsXm7mlPGEX&yqq0Ta2?yl3nhzJt mpXzhiFN>5T;+LmXh&-*@$V;l9>{ZibnOfQA78zE)D$hSt^OBkX diff --git a/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake b/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake index f1bf714..a4bbfe9 100644 --- a/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/esp_common/libesp_common.a b/blink/build/bootloader/esp-idf/esp_common/libesp_common.a index 677a99b892f48aefa9d84c0a0eddf7e6019eb7a8..e2a5f66d367ab78864693c4953dc9248416098ff 100644 GIT binary patch delta 911 zcmY+CTS!z<6o&Ucv(KDg$4hye(Ml`J8PFWZ9JQ-vNj)_|Q&Lfu86k}`l9dL+kaU3* zvUc>6VL~J#)WbkUMGqDAP*D+7L{vnVm#Bw=ZZG|N-a0VfT6^t({cFvfxe~t~ANg%H z)|~w7m%mcwGUz0?xrE5N?G|Da#D9+k=ZGzYrJPX)m$JL!`-HkjjrH7HWrF48vCo3N z%`!pd7`b#GOb1k(VA(f~QrQ=cL^&rMA#8Qn)Fj4P%XXWCt%gW-NWVdG@}XG-(@2Rw z#suT+a$$hO6fR53v75O&y|9CR+5lI1%780Fh)gV?-h(yfn_(4|*$AmE=mC;q@vElC8pVlzH=ZLCzozu$k@x zz1&8kg&SCqbaWxYTtRT2jTnV)z8M+KF#mzfNzRuWa?h|+c)ELc3%POn2y-P=1Mg*< z{+>A?7wH~PncSjBJd5R|e&D(8+i9i@yRwbeJQe)N(Zb2pxvV+JY>lpOkFE~2M??Ba zzBlDAeCF1-3cQ7}uK1o{$NsKZXRsrY*cVIe=-jn8^>Rk1m0Div%a<2)TPPxL>WR>O zsdS>YPd4k%wPW(NKDIC-XX+Q^dF`+3lc)7qT||D+-^kgzDIAgO^oek#9M?C((a8vQuUpJbyhYw-R9uy2{T delta 913 zcmY+BOGs2v9LCSNbMM?w$MO9b9n;iugfUH>8PhCZ1ucYGqy^bKB`kF!Ef)n-rW=(o z4z)>95Q?x(4M<7WA}}EYF_Iw2$d$QEgG8dfE41jq{mys(=l6fyd#5|6I)^v4^1!_< zkKBml$zn6yZxbSB)h7B$G0~$S(|3OvPj*Sw-DW&GKDboJ}V|M$C%S@9SnVts^3swkRF}|J<6#PIol29 zm}SERy^bZ0Y2Yrs-Qt9aF_rLA=XU7GINu$5$1IYywp_G5=w)~5-v#kbT|oRpnwT(d}JgOK}L39o`te-i#{8V z>35=rR3Db9ezY?yfHe+Rjzu=uhehUApoL>q;y!ghzO#K5YDgZy zQMNpYI`Y-n1f4MlZ0xY>IopOyTJ0x+vtagkgGJ=%;xvkE`|QoARu> z;>ec0YS>XJ7u0*lwCj}BWyt2VSZn3;ks~P!kMv@#?%_TwkLQR&ulR|Zs_Q)!=Ryrm>sll?Kbg9qO5#{yu z$YC|%3(Bu*otmlY{XyBFl;0~KsyF^T`9rPvJu+800v>rnl~GTsX6hw%huWO_$VZSu=&vxDV5gxCjpfNUqwmrPkv|-6s!n(&YgC9;XJ?Z zoOADC=Ibl){S_Ds!`j)}pQO7ALab>PLVQlnXJj87%`(qOAvE1Au>s#nWvm`Hnz4m= znr7Zn6yr52mhVzZPgiFd(al{t8Oz8LqU%O}U`WVIL^igDI*4G5kdi5Zuj^~9Ca?2f z_`d#VbIuUL+)!C0+;8d$GS=SU3Yow^L=%DQq#?ktCZt2%t$p%3MHNl>iynrZN~8hvwNXJP+AFEvRG_wwdTovtkhoiP&SVjFS6kR0lha^>Vq+mSoC7B;d zmN-}B9I9MY!!h3g9Krv5)i8?H=8>vV?y_4=T_E=sNvIVk%okw{@0j(`L0(LQkA{e+ zccvEcmM)Q9WuN_CWtB zcQ2L5MVs$0bJWV&NS)+j>jEVl-oIQt$oqHZl;6vKBtut}-v!whb-yz(V@sE-d8Klu ziHD221`Z}{xm-pjo@T`1CCjthsooV1?^vGO#yfU+oAQHa_%;r2QJz3v1IO8G1ZvN z_T>k9liA^XUr#byC=B%#4)^2+OG~x34|lW&N`JCB9O;>nK(>hZFk)GCMtxDEAb8Za`#$j!&kcFu!@tUkK-4lf5lbOOStY( R+%E2?AB%q62ZuJH&i{nl@ALow delta 1207 zcmYLFYe*DP6uxKf%+9Qj?X~7?km#(gnr7Dav=EC5jAE_S%A(RNk}NGWd%8sL2nvrq z=s^XM^`iwb$ReWXMWhr|6lsO^r$1pqe}bUSxl`M~`Of3}&N+9^+irN#4ad{L>dfeq z(a#`6Qjrki2-#J#f1hTV2c!_1ZeC{xo*l|rE7@sAF6lJQ>{k-wB2AHq%hl$a3qi$1^kmpHk6#6SkV6+g(u)v*ql2zzV9>in%$f8w-5ax*FM&iAuo=?u2 z?;9YO@PlL`;Wi;8Fs%t$O4F?}d5^NhLj0(w!;Cg#Y|0|q4NppV$2hV)GG7d58CydR zF{Zwk3dzq|)RB0DV*W;x!MSveq#gLd2uIh^Y>3ABjfzjE?Y<7~jE49PyGXQ+%zr`E zimtP2v46YD<{jd!+&4;P8wV)kL!BW@=_7!)gh%Awk-g&DDXyWaWodZavk6w?Z%+VP zF<`DsY2_)UYHJULkIDSS*lsR>oA}Ah%c|$Y6nJQf7|(mpb+V$4&ItuJzZDh*Ug896 zf0o6ykWyAC<$5Z(%Fw8|vfpZhBy8}e3{f-E{?9<~p6Fa^k-av*U#_K5PAW~3y|a6$ z;PCxr?_$2c6I1a9j)Ud&MES_N(>{?IhmR~z zOr!p&aQMdZ;^0>z<=MXr_jAKOTbd@R_?mK`S{T&$Uk)l& zu$bece>-eWnr%5P-qGwnq&TXWIqI)=^TJlQC99j~mf14%C#}}Pwrt|wEA-=9c!rX{ zW}?{LHo$R-*Zplj&C$|qc{kpXR-`(vF_G(b^m07Lm!pWWoaDL0bdK}gSA_2H+~Kx# zu5{f>eBj4eM(U8}y87C2H4P0-^$pdvYqxamObUq-428!N1?U)fFh@DMkbN8ktE zC(OiQ6@yTYP#J+9Tu3+-FIBd{Q4B1Jz-6o>yo0w0hoX1sAmrfBr4cB@(q%1h2=6b8 zz&9LL6@gb+P3XtYsyx_?@2i5a24Q(NAm$Q2!-a(NaXaB>yhPZDPYL_+J7Et7R%F9^ IoVgu*(pu^J>KWKZ(aqZa^)8HOIhNaNDCMADJ{Jm2S`%U mOp(kdQP6hY(rtG0rSsWII?r2Jpj*y&dgD2y0Y+5GrTzgiH&WvO delta 316 zcmbPW(_=G1fpN-4MP)|r&kPI!?N%{FD zIr)hxsYRQ&aMdtw*5ld5%V;tArKCUOp2?O{<%|y|ZEqJo+_gZBzMZFGrpVr5J;*`=9E=uWSDFSB+VvA0!fL3=A_Ef&PF37!v@Cg-ucb diff --git a/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj b/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj index fe4572c488c6181d5b1d43ef7d345950baebd2f4..e566c4fe8697d06356f04c2ec731edcaa0638ef0 100644 GIT binary patch delta 4030 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 Cq40MA delta 4046 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 diff --git a/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj index 0c3ef4915649c9bbae25cd0b025710e21f50beb5..d7f65893fc13f89a54dbff755af17f9b1392dac4 100644 GIT binary patch delta 311 zcmZ3Zy+M0|0^^2>iu0`m7#SFN(wP_-7Bip%CPuc4Kw&0Ejtf8uCMMQc5RZv{ABbXM zWoMlDOHGfHnSp^-9wdKFJQGB5uzY}MVgj1W#?Ar~WESSz2&CBWPWEGzVEi*Vol%ML z-sCRES&Z8^t1>aOOwQvF7tP7c%hpdS&CE&BPs-0P$;nSlNiEu}&gRZEc`C=r%?X@q z*clZj^9sIa44C{^(4TR`WM3hF#vhaC3Y9Y+m@F#n50p&>k}i|C0?C-ktRmWsVv`L; zlo@AF4i!;nJUzKqM4gqHlYxO_a-yK{!w2Vjf^I9#H{CnaQ%E>Wm?i XU4i70$+@EHtSS5q3|^BT3JU`OD9J`~ delta 328 zcmdm>y+(V20^^#Aiu0`=GcYjlSTQj$yaZxoz{JS51SrJB$gvnG%*4cM0OB#RPXtjc zthX2@{!-Js1LUyEgXFJ?XM!jWmctNDSAje>b{3EzvoPOAAjQ66vLB-a!f%jAVZ<&1kKOA7k~Wix@K z!{nVnGGa2Ph&H3ZWK$7k#;KDdMbsIOPHq%YXZp)Ad6kG7BhTcEKq1!2KY^sgWJOVR c#(>G5K=Q!kLQ!>z1bzkvFGipjpa8}M0Kd;mDgXcg diff --git a/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj b/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj index 66a67e7d1a8c30695f7b6d1ae9f41999ac0d5e08..ada8641a12a9d50238f136c9a285bf6addb3d89d 100644 GIT binary patch delta 323 zcmca&cE@aj0wd2xMRjJb8b$^N9&Tm^29?P{%zA!-KrRyp%WWng#mM#?OmU6TwrXZpOllCm#v>vnwgWLpOl|p zl9Qj9l3FzR0+-HaW$v|1o6qr1<6t~9IaTaEBgf=W@%fAylfR1lGj5pdDpAh(Ve(!H ze@2DLypsNmE|X({WX$BXlG==+lW$5YGcoZ_{wJx%YQ)RHU@>{3nDAs9DFMc;$-YwR uj3$#yfn?F-xj@ok@=+jpV)9!lb=C@g28Ix@S{-Qt)+r(k3}urGC4>PtMRjJbGDZdl9#&=s2LH)H%zAz*KrRyp%T*>I#mM#$OmU!?N%{FDIr)hxsYRPLxYsdFJ|o7l`2lYa z2jh{+xnl1b879Yy&u2`S{8!wcam8d`iE_pllaEUHGfGSrmGoz{nVbqFLnd#P)MoUb z{7_Pv^$!mNgTZ7$apB1_QUZ)RlXa!kSyOl!7&s;$6ce7D0~V_Visb;sLcn5sfMOPt d&q}E?9+>3rti;6o%(qz`ZQ)DyuvfSO^hVK~^4BQB)pFs}xyQ4G4V*3#8qM;2XiFqVbX1 z2kOzDnv!a(@e#2~Z)&B+L>sMQqf|g$pDPs=qKPy%wx-qej6o;4_q+d@GiPSboVh1E zb>}*Do1@`QTg-o>&91RRs6OI#Q&invHYvWk9-I^u4G~xx6b~QZnxNgfz$77zsy`+M z$HIDa1ZTq`+!7oKckytrRp;g2Wc4X}gCoZnl7&cDgA;{#Lv1q&F+sgz5MrX*86?Cc z)gB;3hI$rbLTcd~+#HewyYWOwl5X{QAwccI!I1enOp)KcSR85{)jUoJf7QdI^y*{~ zB0yb^TSMa@U26|*guoT-sxL4#^B#P`A`Go)4|imfjjh!~)=|P><=}evkTwa!yS!Ze z!XX_f4Ej{oi-+_`VQ9gg@I2U$;bt4OV7~cBFmH`m1yAv#h%h*cUq)D<6^}+Zz>dQr zH^3w9^T=3$4s44`g$vjhHP@8D%hngc>yW1Bm~Tmj_p!k;72@zGOD>Q7*YbsFf^^*c z$}vEgjQDkQD!W{aJ_2uQt78rW*fd-0a0N27%rPqfl2D85W`~XO=M=*@bS9L+9BfTU zhGe{vU9`WPqVW(1Dl#2OnT zoqXiJK9Rx@hE2KC;S`?C{SIbhrG1*=8FzvDoOh}4$$f8+g+}bM7sC^@=H34d62B zozYOQB|38edbQfw2SEu)(#&&jDY1`ut+>=nB7Z%G&!559pmP3kqn#^7*{9UYOy!kfQn`6V6VIWn zQqp|N-WFo=S}ZP~2`=1KZhV-mlr!tq{J1YnM9&*ke;wAp zs?Am7u3cbrEqB*c*<5vX%WCQ>s;ZX=YW@{Mv=dhw6z#q14@PP^52NnEAXWSh4v3~U zi6nwcj7j9Y1odF24vDWQy9>_39`f(zzH}<>W@75s^uSJ7M5lUKc_{EQqmL>s zvyp>cVO2y^cK?Gf6&C9Xg0EfcX#v43lICZdu8Vb9~SV?Y)b<{2~NdC7N2~;Yv ziw;Pfre_RA_)`9D9$!N{ZnJeI4cz8+wNQnZl}c@1R!wBR!)hBfNF1XMiPIF;%P1$e z#C~d*@R0u>j6o`uNT&l5Jd;E}&AiJPPCF#V)4*L0okMfYDDW5}8ygQ9x@Lp`*`$IL{^i Ks`1bBW&0lySKG4y delta 1510 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 delta 4341 zcmY*c3vd-h7VVztnY>BzNHTf(PF}t+fej2GAR@Q{3KX(v5D-Do5Fm>n9|J)?S_WC9 zU=1XAbro0_3zd%|E`(3O@NvZmf`yc*AnFp45|odu?g~_~wde9?3YRMG>vOvA?c4X$ zJ-ND8`(>@xkS{lFDR|DPEsYl<@tP$>uT&xCid+9QY0g(dXfkwxe>7u8gn#0GOvjHh zhU-G;?Gqu&vqnHmQ*k>(_z4-^Kx&~lks^dr#^mWWJU23ol}S)lT_S^cc}U%vgrA3G zXq6#^aT>cTqh3okr4Z&-7&jWUHgm92g))UXAOpmTfJheR2JB@#9}pp7Cd7dtpOA6F zY)j9Yg|!!9*Z7O3uYe`vxXGI|YROA@lUfbbwm>6Kn2*45V|zg43Uf3QI|3pq%q_g@ zPM^>mVSdj^L5OL?RtFc?tQ?Y4CnMuZF46F?aa3R&cdBWsmVGTwU z%#0XTiNYdinNAGH8N%wC44fCkQVA=Y7Q~gv&a^2mOU|N}xRTx*Y^><2_rS5jLm{wN z4`Ve3RyEJ`y0upd!fW0Y!=aF{j#0-@N$o*|${e7xMtDa|e~|GEmRk2A`sNUS?>u2O zv2R0toGYx$e3lVDjtVP>_Z#Ko9AVvHJT``n3}L;<_Qu7q9>IE4mf5GuS4b7s!u8k5hzosts_pj}g4nWLqWjbNaoNCA-roE3e;L)U3JWmW3uha@{Qp!`VW^ zEekgozu@B}VKq{dRZ{yc@4H$rhOuye2!wQvaRUSEFgnJ3EwftV09$!*h$dUa}XBWens3aR!6@{nQk(-@Y>*-p0inU9gP6n5~W zk8!{}#$Wq5TUZ6`V5^U_gtdbG>vPs8G6muT;=GTM^uF-Pyy#;@XaXx-@o}2422xEz ziEO4<6SBIWVrPYnO`rt)Y0}x5dbfls4LBpKBJYPK%*T+(#M6dRJK4g*9c}+MU0xHGQxXLOoa}k&LDiYVl z9`2XU0fFn{P4=l=HvMt;n6Ltr{Vm;*T*F9bxqFgx%rD}4e@VP3!+W3CPeQ%B+04O`3~3|Od?@PTvc0r0!?6Q?CQ3FK*FYQu$lq_zRzZ&IUury z8OL7l4+y*fgYd|i2Lb|b*F4U{L1}lIgN{%VS-;NP90`^n0H?XYJ_(34)I~a_CU=s5 zqJGJayqz9S_GBy7B|BQ0NgIGJlYICNdcA0fF3JlEws1XaW74>_w}&`u{C; zrosziE3QdnGq31GzfbYxOq!PB$X>KG#fw_(V}hn%hC!#$9P8#&^}YsTa3 z;1|!Qda{~2r#kWs{Q=|7G(WX0+Mc64O4CiGGh74#m9d&}KWA4_E7nb+G z`)CZtIW#BYX%`Y{ePpnAjg2qT^xKf(a5)4FEYXbRobbV1>Ez7(YqZF`h~3nO^h>E}wW^UyS|;zXkz^+UUkHZkMO1GSia{)R5`O#k2|I zb#w~j2Kp76{WyIkx;_bBh8ICVv$Jk&Wv5qB|13`yQ+1Yu;4H(q6E$PJnNDPR+9Zua z*@I;}8kSuq6}^&O7Cp^ppQh^_&=TRhAz-XpH)^;;=8c%sC3Gbkks3-qSeWOnIOg8ng9!oc8WG`Pz$9#e_;;^O9f)y4%1gReCchlae zBVVR3G2TyBt|L2AyWBE)f*#NHFkS=ZTY5Lw(;|v~%&ek8I#lb8GOl~OvJkwPp1k!SxWImj(mgMqIZ)H@y35w z?lCOQw?CtwiaOL@;ga8`+?_ak7h7@!wkvlN{>JHUPvPd@q1<1A?y#R=v{SkLk+eSc zLPkx>T?W+GzIjdTQtk<$0ro1M+pXLp4&+&w7PCi@e< z=DtvF2)S*xzhZPkx%{E9-#*9aq;mfTbin?F(U;0S4|LF8&Q?w-w>x${VrTGk@|AMg zzfbH{JomM7KLR>#|CK*Yzfo=)f_uWgdjtpdpUNEv_?113(P`zr1$5eegi)(_r{o>L{6Q5~p$$SZ(oA{9(Yux+U*<(sxC!MQkrAD1@RBOZiVBe_Bj?zi%c|XM zz#JJ#U<*H~Hs2SZLS^I)npd3Xe8esPFQtFLDmU1xUsU8*tjJnMjm4vW*B?r9ZZ`jk znt=aj;9B%CL{iSX`R8yA%3(VGN3W++kM=8NB^_q6mLwYf>8x8wC{z zu~yb|4h-l8a~KTt!95K6`rui(p!JTa7Oa7ycDoPyHV*C(&B&--a*IeOXMZGQC}o4Qb9wpjM8Ap2dEk{L@Obu(R+{`={)2(N?B2iuY+EYIaIkK F<9`ti=12el diff --git a/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj b/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj index a9487efcd8c6c259c0a5cf3f03661f96e778a7f3..040171f476cb1b92b7123c9a6611fa4bd39c4618 100644 GIT binary patch delta 1090 zcmYjPO-NKx6h7y@H*=q_ar_&9#?kzZ@vlZ(XbaIzEsA1F(GnzbFmiMpO_WFiv!Yyt z7*``oXi=b2Nn#eRs+9?~7}^Ap)uuLKS(=MVJLmacbm4vXo$q|-JLlf_MwW1N2}g2q zbtdngF))k(uGawYP$T$nDY{5h0TfNt@`g^$-1N^1MT(=2q>3VjOo^k3T-3`<1-&8O zG_jBT6x~tInRQl$y*ntQX^wET7aV2uu2!l8gyo(_4os%n)6M0&_LkeAK1G$z3uL8f zUokPCNTE3>`iAZycEcPHA!?zm*u-`a?^yrcCbB{3O#HBkED%r0R$C>a+BETjIKU=r zwj>iolqElH!VBUE6YDmS0pg8xx^@rTW`|!EttNxG#k$`%kpSWvEB@Go3q(IFHf$me zL@FO?(;`p@(Zkb#Vx3Wdcwo+H6HXAv*+Ws>@`CDC#t+;xsIdo1%*{u8;|q z{JSS3CXM)Vv*ihW=d(kvLT;!H4Jktdd0v6sG6Cfio10cx@BF^@HY z#whJEB3%69;x7a7(=;JAqtA?psG4X2vkKeUyy4It-s&Ms z;~z7-Z?+?$AY*pUU!uuje|l;p9PJ2%`ofXcK&Y#$H`3M8da`GBsdPx4Z3~>(gS~R` zRFLewZ9%*$!-O~FeA@!vm4o3RzK}7(BAM47#AEU_VXJ&jcwZ)U1TjOl5I&PLgxwM& zXYjB*8)4-lp-Xx@gZM~>J4>-jj&&Abt(@=lW0(9$I6;^$bEAo*sEGRUy=)@XJ`_PEVHZT|L0_WVOH@!q4@EEa6qaQd%Cwo|o@m+sn}5Ff=9~XNXSe4qp5gC& z{Cs=Cb+dB_0ldEe;5e`UKbl8Xy8tv@?U8`)ayxkZ5;S8oYc);Xv?WFtySN5~iiR2_ z=qjOe@EF^qQYia)sFW+ZZp2gVU{vtlRqyI#To$a8#Aen6Tcq8iYtz%7ad7u@yRLu2 zoFWZCO-l9|{U^l@=YcxKBlIzcC8~-AL505lWdt= zAikqTG8i}Kw%J*=RB%gRJ(ELXq@m{H?m6}J$X|w6Y0O_&5|dlkR%9B_ih1qE%M!Lg zfi6GHaNl5ac5&W9t0|p~S*dul)f#I_w^^~amgQAeLq|N(Xf>qM?TPg6##rm%=}5Ug z_`dvvYjB^{unJq~$=)a)rf^dfPg0Vxhenzn;YI3>NAW(rWGtc5eNo&>9gMr^0pm5A z-5kXr#TbWah%rG%;s9=-BMDJHVf0Wq8O2+aOqOFM^(KpPHH{=AMx6g}t7x|spowG- pULs#A!m1UFuc@9EYr4@$|K#2kY#M1CE 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 delta 3042 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 X;qRw6T4E~+eLpo;cEej@&cgUV)6Gda diff --git a/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake index 70d0e0e..edf852e 100644 --- a/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake index bd9197d..b607524 100644 --- a/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj index 518533c2bbfd83513aba44ef3b5eb7ccf5f495cc..4c862f906094b19aa5c95371ab82f1a885245f3e 100644 GIT binary patch delta 171 zcmaDM@J3*Q0^^&Bit>zGCOQfmcQY_BFfnpSFaaqh)>R-L6Z>=!#lorv5@ccb0r5Ck z^+7xic1EU+?JA54IhlFc`bnjkIVt){`S~R|`H3m1MGVE6>3OLs3dtFXn|CrcGfwtk zo;TTmjbrl%<_k=WYbGCLD`yOuY{?$XXgj%=U74|X@JCw0?9j*89CG$=Sz$COQfmvoSF+FfnonfhZ={84Mtby%j{UuquEAS=fC*JPuY( z5RZfXJ>$l96-K_&%$yYcr2PDnoczR;)Xk?En;E%_Gt=`@QxuXj5{oALGSA=qiuo23 z(a*@wP1VoK%+@bTEyyp{Pc1GmHquYZ$;`{vPb$sKNzqTr z&o9ZzPfSTI+T6`p%QQKQjcc<2%Nr)fE0h1Sl`~G6T*@BI7%=%HyE5an$#2=!S&uO@ pFj!1ZWD}mO!y&-Lz%tp6Lyh$S3j>27Sg?jefOP>Y149pp2LL;`H@5%) delta 248 zcmZ1@xI}P*0;9@AMfv)C1_lP6Z;U_^3YZw#+<;6bMvlusQ6?tVR1lAeJqSdxus#F{ zvap+gcpR)YOdyJV4^WVqg*7v;1SF>pmScGZQpw0+4phRxD9EVFC(O;vC(S1y4ir{l z;O4diav3J>Z&%aL$j?pH&&$l#FG?-QFV;^jE-*IIPb$sKNzqTr&o9ZzPfSTIn(WG` zuz3<=4bx@;mM=_kL)~hMvh2*@OX`VlnLi diff --git a/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj index f371dcb1c5ed7f07fee36e48566644ac40fa2d6c..832f44c2f2727f55f5663aa85d3efa5303a88f0c 100644 GIT binary patch delta 376 zcmZ3WxkPh<0^^s7inATQFfcIi%motRK#UBSIM^M4d?rSYelW$B%>?8zv91JD>=7V} zh4uBsKRUjTfC`umMEpVOI9SR-GK?H|fjrh`Ae)ij5XfY317gNG42%p6Z2n-;sB(}< z5L*j~;?D*1g4rD>molnLEC#6%7D%p`EGnYTxMQ-dh&t;JP6h@8u-Y0C0oD(EKu1q5 H6ch#kQz=cS diff --git a/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj b/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj index d8f572eaf0d8b26c5daa0d36e24b2b8ae7c49f12..0fd5fb1e3c270f435ef0442908c5aba212b3df09 100644 GIT binary patch delta 130 zcmZn>?h&4#!1!gOVi+Sw0RsaAV*^v&>JS~hQDn#IhxVX`lqKjWUs zbJ>nFo|v4QZ2~UpU6kxSsWnkC_;sF43ZYKNy delta 133 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 diff --git a/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj index 620a8592a79fc60098f3c037a053ff395597a32e..0f95e947c1ce4fcf08ae218f647d2ba5bed04a69 100644 GIT binary patch delta 974 zcmZ9LZAep59LCRoFX!IPJGXmprgPf5zG73SP`T-%6&4AV29knOD6qD&%l~qR2hR_V zZ-vRYaozM?j!!Sb6i$HGn3o8#dNz*{LM)I^=mnYiJmK>Q9mPe6sR`aH66q#FC$Yoi zhc1jWHE_mM&uG*vXxlf?cBIqxn+0uGI_|f_7p9?PNO5MFlOEP8+A3_LQlCEA%!DU_xqE%WZ5TqyKwy4x!b! zCVACue0p(lS|juwR?1$rhIg-tu1x4bJSP8A6TEv%bh8NEi`_OaG~q>?zxp%ZyDRpb zgf?+MC445KL)_mJ-a%**mu+4x%G3KIwG+A~q1#@m7W3;LikK3bjji^G>6464>|0=8 zYTk~Z{@@?@i|FJM>c?SFZeXoVcuvR=$3iXW%d*AT`rEes)? z)7-57O)G(CsOoO$N1yKYJmU0KsX`$npk;IOTe`|jNFT%Fx(9~woL-i{%r`1PTF4}% zS#RfVH%LoPLR$65sTsWwfTpUlR+ZF&f+awsAUiAC)7R_oJkt}6_&Z~<{%EWt(sder zMSn0HkW*E~A2gUnTi^w(;F~}rn~4!@ge!O|couHrSGHcpU~MBPc!_BdeysID3tH<6 xA%ooD+KsDB^UxhCWwbq^(wyW@_O`(OP4TQR{{cL_(}w^6 delta 979 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 BHedh% delta 4401 zcmbtXdsLLw7XS8{`OfzZ49tV4f((i>79ul9f)5^+rBXU3zHTOjLW&w#8MM~5g=t+a zEzNyf$I5hdbuDRSVU98^^9E{$kGw!wrae&ei5Qw$J|ONsn&b+!&Kej<%RWRuhMRC)wezBr-W&PhjxRRwXz2}G9Y7K_8A*onqbh3?!SnuwG zt|TiSFz&1DHYkcYURRV5|%GZ&WD4B&0lAep~IV;{)vL{s<+6v)Lja&_}@#HaFp)cqj-16kAfJEXsdFQHb0 z`4JjQI)8{d$lyE3I)s-~$3yuhqQm$WYBih}lV>JBL|tZaAU>N9CeIxHra`GxM(`zM zxR)o<=F z@j=`}af12FZe4TAz-r=DP%twQoM@kKoaUdQdaGp$69xNv~f!vrN{ z5Ve35>YY+ARcqg+=Aq5fDaBdhcM2VXR#QB@;dPtdzM09$1TWiJrobQj*{R zo=r($o#A-AF4De}7Kg_C+czKr>uVx0*JWiz5tu_B`^m#d_MCvv<^;6*Xe=%(_4A&~ z2~F5SbROPxIn@=>in1H0)h9qbKIqP6>4Rmd0Nq>XUd|_Nq)_H2igTHg_gEmF1UltC z$wtRJN=m>}DVbC-MoNjPmD0wvQYjhLXlXNQ6a4MevA8}XDlwOIW~Nk;j!%_#KdbNz z+0xG&xef4}j2KrUnRVkH*&6g>vYRBY8xIf-dWmG?Jbsq=V5wHjWnSkHG}uRw0dmYm zq=HGbXJY2yXTvj~H>#NvLfq0g#w3k#v#}^M0Sa+hW-?@9P3BZ6^jfmUfI5wwrg^7l zxAoQw3d#!$N{gNqyDmaB<`>3#Hx+IK;b@2d-XeK3P28JbvSl<_(X!P8{jq>(8dh&@ zptcoW4^&};w}RF-dz%OP;!2{YuytDnxNypL54?bzh<=5?Z1=EhkK^c?yWwekx+Z}I zr^*e0AJkZ37}nJ|+0&_Vz42F4#G=LLgyon{GzSZaR^d{jYp|N=qj~xGmMSCZNc^h^* z84bMS;|ds$v+D979Y3l|fG4oE&dJ_3_&0i7y_J%aQZMH=h3KPLS)a=?GW>I^!YlP_ znMuRfcAXgU1=R($N90NxvJo5#|CkuHXF!fqxKY|;0&*{fe<0=9fE=sv?daWIW~-;e zruGeJ!xi3wgZ8Ar3Y>r|yyEEEzdjruX-x;lIuZ))bsf;%L(~-AwP!#aEorB_ld^-n^2jts1 zm=%!yIXL-gpr5jU)}MnJ4YHrrL`UQ9hAMa)=kA+mOQg!JzIw|~kEVl-P5T_Shh<)0 z3$(T?yleG-hs`Zr{~mDF75)Ia_FuQvOV>>S*9e6V$Ds!tP=SveNO8+Yg8F{IW>I*B z^!*?phbnx7l&b@Bh{6xzjsp%mO6}HwHb~+9bi8n2pv@tJ)dbXB;aPb1!6L>?xawdW z%=1TV`r0u8ILw|ca)j#!! z78*>?4f|Wz)zTxTRoX9W$y5U}>{(K{p{*uicvua(568eJ9DDe#UKTloWYAhe6=h=B z66ux=+9`{oObt8X#lxil$zJy5WwXB&{-F+dFP}UEXgqxbkGqXq&wOWxeb{=f0orlX zbq`gkUx+TlQ8y~+va7oxi=gGE2XrhT8jsaCli*?e`ep)@VE0WYd!w)a_-A!mp&31$ zPP#uUh#tlDM2oP2Xf$?oI@M)~^w1GWSE#gRcjdCQG=F7C^Lo3?7S_teE;HN@-w7=Q z;$ed59|9%WuhYZ~+FmMZM$JmMjjFvzwSsG(6R&Bxv{!U(HRaf(Jwbesc8vI7Et#xl z#bDJ%QwY2QdqsXIWJ9u87Ye#d9#Lt5XTTw@ zS|9~hiGEhN%(&)@wt*d>SR~o0f|iJCJCw0tO~i-6lkiWmIt+e>h2o`fm;?RAPvMXW zTSRIEYycs?jDTSz*&|^o+1`wV!7xcQN5Uw`5Iv%x3ydNv8uFpYR~`*v!~E+N@%y^{ zlu}fgy6TN)me6{&d{v3QJQoaFNI8iC# zl4z6=E*#$yj1*-OW{Wxri-hGng5#nl&Yh!x!u9ul5bf`wwegw3Ku!Z#xOIDuKL zl;9Gr$DsqB6^$pr!#d}R_>(YBc5#x7J4Ky@&BF3M!8uVNVYsN4Fk5s>XcwMS1XW_a zgm}>*VV}r8O|VR?lrT}WO1LCa&Jb)9l@bn%MhWf0ahBjGQFaz8ph=vSQjSPJM{r6k zm9SPEIR{CwTo}$n0^2ZEUezM&JXoPcc+P_pf<=Xd*Qm!^NUDa2eczi@UG*x(ysN%V=wwf2JLH`=gut0pjWAZXqq*+{IF2x87Su z^@LO!wKS>J)#0~pZuyEd{Pq{k>9-l%q$lX<4C`t~h;(=2BAfoIA2GIgOJv?K{e^<%N_Cm1kx zJGs!GQjhf1jk(eW`WBMZ$;5-jO{^kQ3u_fh4e#UEK62|11)m}fmM8pDo)#{muF?{g zi|nfq$zmxf*?sV3Q%@gW1)srJaUD|FpJo$tPQM~jJL&OHRnj-V6B2bgz{1EpP$bSu z*eudjRzbVHS|!OSx+U}%9!`)W)^nBw?~8++C9q#Laf!1;Hc*$fQVi6X6&@Ga8gtVA zoF$=DtdvkCd=hF!D*?M^!bRI7v6Nm`wEcB91_oj8+9AHJIvWN0968TL>{$Up%qw;T zvBkcuV7A6UL5_sd5Vi@Yg*8CE=&+EqKxA8Ku!n`uO5<88zPHl23K)*>j1+M;W@Xom q!eyf|&SJ7tQA#?RQ>BfDvqo%^uuL=(M5ocERYQH>{%8gK-@gIK^-|sd diff --git a/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake b/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake index 2de5523..69d5543 100644 --- a/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/blink/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj index c64ddf28d7c5e35c87fbda9b8fc5b77c0620e8a9..c53cb1fefdac5b691ee71a1d5c50f820d4c18d6e 100644 GIT binary patch delta 338 zcmdntcffCg0^^2_itib@H!(6W@VEnsFAS5VnbcG)flMY27CvSm#mFWFrZ@r^fIKGF z6(Bhl*8h`JnG_gnC$}-Fb8!F_u(`5vC^Amo&ZN$0HTgbMD8C_4kWnwB3#f}RluvE4 zGqVq4)8q-vb`TlOB)H67=4xKBYNXQj0cU;Jwed`5J#5Y#gy4#fit3J1sj5KYEu2^tI< zY7~bYTWV@4S_&e9mZp{#w?1FdH=OU@-#K?U_ogr?bacAxCBA54pM>zoSso>3q-FT| zC{>TD@FL%&yVR24oAkCvp2s^xL+Vt*fwadZ2Yf3&^;_Ut+LXnctc21GX})~Kuc#8# zkyG+iK}T8ob>?dS&a2W6xas)Th(+~&!{dx$HxlbdgLj07z*KN&-Kj6sn$2yeS*mkS?Gu z#!x=B$-FE+j7^iHSnMD&nn`e(!?N%{FDIr)hxsYRP-@!e!bW$;#!7C6jLh$t9D6Rs0#>OkNBm*G&GbQVvv;t?JLnF?lzT zjG4@><_}a8t)|WBIk{a;nNe->YBhDnu*sK!WZ&f9KyuDxWp#DNWs|*uKvHM& bY#?bf`LMdWgo_*lLlzUzD^LIoF)#oC#$#eN delta 374 zcmX|-JxIe~5QcL}TB7zxv`Fb7u}$+K0YA}>;v#O91Z)>wv^HQhnrf8}nG^)+qH>N7 z1q&)plEvAAi<@-oBB+x?7Z-8yTE!cl`+46R?rPSdb@~94XH5pzcOM-XI08WkB?!+V zzKgmRqEb|3MWO`3ST8A-K%E%yx|$sLLN2Lbp(U|?kqp84pzQQ+*y+wjRG$Z&K3s^!{g=oir1`qLW%KRQCf~Ko zZiU;G^7Irh?3bJ(FSzcW$T9rJNvi8&nBP4cYi2F&4!o&ptpozbCf;xS5$!8sblIxZ6L(IaYj WNzC9AWAT|$LD&%Kj=!LH_2LJOxLz6n diff --git a/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake b/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake index e3b9189..8e05dad 100644 --- a/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake b/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake index 1327e5b..6ad27cc 100644 --- a/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj index 21c58bf6fc4942098aae946ff35b30a40f819b20..77735476e30d8f4bed3462b64e7e2590378c5703 100644 GIT binary patch delta 4027 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 diff --git a/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj b/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj index bdf3e791da7bdd576650953809fc579e77336ae8..4991b02afb01333b278201f28c663291dfeea7b4 100644 GIT binary patch delta 1428 zcmX|AVQf=X7=8D?*VEUvv>Pky>blYvu#jyGHYS5jUD=kn{h$nCfMJw%XfijpgiI&? zuwslcm=VS$L6pT1NdOHItjc}}o6)eC7@aZxVVb}XP5j}+1m`f4c<$R=n|$|s=R4=z zb9-MeO^K^h;$%#WUyIk8xmnXNd?B}CoHh)@7A%V&X}iB=D=qiGl8ZowLn-WU$d%Gn zYU{;)g>q@R?r~<0kY}dD*#%XLp4hGqPAtpSJ1}IJ$EdM31Uogsw%WiYC+vBmF1J-l z)K%oKrwJ|+GVmo^fdH#SX#u_Q0VNhba*>G{8Us@v!*C->jt!G44?JGOD8OF!UbIl< zLj(ECFicB7zG5H1FYF6(mwm1XdnjIxN?I4=Hf2GqVe}QKrnm%$iG(o8T8fk8gz-FO zkFYb0GIWv|!E5|U%JC1QL@`NZC0-{dhAmXZF-@NY9x(1IoF%>*m$~B_yh!}f9Nwoa zi9X8KqJpLs*g>Qcvox*3Zf>+5A5vV6M%E3OCbAL7$*I9@a%#~*(@pr14s{r!^<${w zbTcC4*W*>@XkVwVSnTv&QcVcs z7CpTUDub{XQ%4aO4eDK#mknrY-IB>+$E3#MyKzGOfMj61&REx}5wXiRt~~Bj)Sq+5 zrSz%^w+fx%h9a(yZM@=$Q|x_X`CdCNLaj_KN}S<$&Tt1)_{P+E&;05>9pCHBcwvlQ zHbb_Y3+f}7pOY9lp>7m}ayo*X>(LP+<2eA35p{D2WZvPs7B?-C3;!;H#dpaGKc(hxg(7&Jl$A$GUBH>%gK?TS-)g6vPm-| zj?G9~FAJJeiV*??7L5_J!X5L)F>A!J+=a?nBQW$zP6rBGhOsobO8f zW#zNUw?v>h)%;XzX4~$kGi@vz^Tq3~Soxb(JJ$pgXi zbyA6Jh1jR6va3X=>c}R=8|o*3R zJyA!lua+hlCnWGbmlF5%Smb5V8*fr#;cW+*m?I8cbqnD{KAA53%1CaQ9wD+&PX`Yg zsq(@{{v#Nnr4J{$&c-~~IrxI>bS_#b&clD)vR2?MkxINn&SuP#Q-u=r(w~ylh@FI<#zE$7!U2k#(L|%Ia1d$19j>?G z3J147yeVY+x@d_TbQJiJ5{VD#XbAIyM)FO4kq@pFA>Rj@e2Z=pyEF{}N-VtQ<;I0^ z)*Q5|MMtcqUVFK7KhbhV=VkT~akj#9fKg=vJ{#p#vnQwY&Z`(rCd%{`%jdkWt0n|- zo}Qi>l|oPst5*?~arF__7By>X&8o>k+hnuF-^Q4_fp~VM&RDZsBXXyAM!B7n)K591 z#{Deyty2YF;6NFrix5X`v3B$hX9iqR8K`7xSztG>+0AyQ@D8gp?&XqB9p7X3^hc9Z zMW2yvEcx{j%qt{@#?)+9Agv=9OMN;*XojaWmR`~8@Sl3UoTcgEQ}i+J`t*rK(JkJd zF&)w0*aXEPw+*!FZumt#WTrqji~r@2a4~ZjU*_4;$jWYZWhbJe?4^wfzgfF#Gf}OX zA=_pmsclv?lMjX$^8aQeRt|A!Rh6i-Rh^U?i5>c<627eCC++wmdR^zQ@|$C;imEMk zqS!?{e9Ui#+?hqsSN_SUrH;hbWWI@HWM(|}kColh+_JqjwRKlVs*R;Gb2R>*RL3KM z>>~q%{hNA+h7J!7?d#wFawb@I!BWS%U770}wr`X|1@|PSR}Jj>SQaXGcT$$9uI@Xs zLbdHp$|-eG@l+v+ZBj*9lh>D1-s$mQ=z7Wz7Hz2oVSfK@>17K?uYI5stV9!9i3U z(T6}ZEIQ(X>_I_E*aU@P2SGpt6c7eM!Gj_K!`zqd)-!!hzxwz6xBR#Ls+$}2DVy|J zsp9ggv>aJ^T54Kkasy3k5Tj}Hw7-73JK}tVrs*=`yud@a>S8s`SnCC88Q&dpx^RCU zjfZZ!6+a@bK|q&gYanAkc8tP=a+Z@3*L`@n&FKv_O-i%0d?Ju+8wHVe??-|c?`sc1 zV++nAbE8KDjjy#d&6H+i(|~`M4ms23or66Y6{Wc*liN%Yx2c)gLA*>QX15NWcu2G| zdP3S$0s`GT%oVI#4NqpfzjXKM!1+P!c5AK+bjEBc$|%Z}Af{6bS5Dosf$>Kn42^X5xFUojHP?LlEh0sAWxt;VxjM4-1KI9- zTTVo8m|q$SCG%u~Alp05Ygo9tbKUlaZVHL;fFP4iJKtRl{{ zCV~oR8*4q6UWOPlQnTLX%DO|02vf7lXmNw=KolQ0QW$K-^9o2KX+{ZiJsWLHKR0kh z93^}F-lx#)=)<6cc(-N^qkBD$c$c2^_(gk~<4F?>Xq_i*^f`!%fp8%qKpq%$`rgnuHv6`iL4EBW?F`6YM?QEDW zX3_PAe$j$r8aZMRb!}8266saYm2|Ap8=@=F_Jd2D3c9gAy5r$=9>BhE~KnB8N`I`o#wN1M7Cw zJkBq+Q@1!L@CT=`i(x2qm&XBt?QVuS1S{(R&5A1!9qF4mM^um}-Y>e79q$A-!>l>N zFn(d3#&8XthYd3yE2}R(8t;f1vbV@$e8Di2 zaqUSWl(%2?b&>$Ti+%Q=+Fa4y!N}e(hoTEsZwQM7q&+$N51vZXxdkzgV>TO(3cEm!7cR>Id zDwo4pE$ut;3Dit=tYlat?Q?)xst2Pr(%y*}a@7DvA4_`^%F$X4<#0cdwuMZ$RXsUX zYo$F9sG}-kv`*S@19etUv*f4Jz6jJ+mGRzZ(r$w)_fV^NZ@sjq0`*d{Z2O6ffGukZeu5eYNhOp!o zX}=0IMqT8+&!x@%P^Nxov{l-f$jNvmV>Q~6-mmgFe-7@H_B?3LR5SSVdzZ9N1I<#m zd2hG09bBQaRRNF79%(-TG*1m=v{%|&fvVLAM*F1Q7?oM19_D7(o$2UrRd)Ltm>( z86A=KXrN7M5~HKiUJbNWMR6*RN&6Pic2&iD-$=U$!r!G9GdeD90@|lm#c>V3mG%k1 zuT(V0dqUdHVc>{LWpq;76M>GaEJmlKy%Fe?YRl+5Y3IY-8P%21_tKsLbYAskbXwX6 zfi9{cjLx7}k(0}645PEsE(N;k9a%PxW@RLZ6|^KHF!l;EVqTExPhh6q!grZx=|`FN z17M`^ZAL?x7iD^XKjuOB8gOS_lIfcOqlIq+r|~D*BpZ_!FMO|Y9)FgZF9IeBUl*>& zW!dOPDrQ3X=2EN76u*}*nqQ=G6f$vLcuua$Xe$l+aWpP70Us{^$n2kV5{8q1MOTP& zOoXQ0g}Mgs*;`!2>Iz>(^6ZZ3|{Di7m?`k6dqGfcL;Ru2Z& zJ8MzP;AEch&7V6bLpvYhhS87Z8NdFybF8RdC#wJz)DPtuS?Nf)z7LCAY-J}F`!Oc^ z7kNhZO4L!`oc9_MZ8()PS>ux+>YIr(jIC!3%;K;XvZM9&$JVlMA_o1%HtfjAE@Err zLtq=i(Z>dDWbeYP=p`Yr2-(vg2!W@NYJETuXhMn1Mn0?NLi1-5=-K`WH0thY4JVWo z4vu=HYg+dj6`>v*Us^nVcuDcdit>j`M;DJNsj2C&1U2jx7gJVR zJ}zg(q|&mIoDmfj6U!=wmyDWFvwuKOS54C3+>ZDZ>piznET#FN>*x~bR?44ODE84S z^Bxz+$*d|ASE;D#OI<6bTzcfqLVP{dfexUCZxxE?X((tlEd!0BTcDk(cXc7Y zAm)P(p-a_|i}N&UexaC0AA^>Vxq$ga3t9>fJ-46<+%I0x6wY=pXlh13fG#36*hi5I oqo5a9*c5)cf%c$BK%?jl(3MoTuxY%Ut!WqVG7A4N1@*uG0TSRodH?_b delta 4500 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 diff --git a/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj index 414afced90348f4d413adf818596211d133298ef..14f13263aca4dd58399ca4c5417f67e251969f90 100644 GIT binary patch delta 1166 zcmYjPU2Kz87(VAa-}!z@S1Pn=2eKc#t;0>fb;iJqOS~yXW!YGv3lbcit6KI`Mz_oh zbr)PHNaFN0#2640fuV^Zq>vE6h%thM7&VcE3%KFNpe9Px=naX_dpZ-Fyzl!x&-=X3 zd(KJEo|flN%f%M?(V5nttc9~uh;UU1(QFH`8TG%P<+;x*AuQW{!xTFPr6rwVM$(IO zv2+=7%W~f{5}kuYodcx?8%@V{uXD%KZQQwxZ&hw=hrqUVd3si;Cte3<_r!Mb&;U1{ zjLoBH*X~BKVv(;T4WWuWVTTm!dx1z48a1dViSDD)aFq&FWS;Oo#Qu>+dkN)UY1{et--jaS_Avl-aQp zIM3V=-PLLNCOzOZZkXelnd~bl_t3kGh}U>#W{1nIeBuu8tC}nK;W!%*i5wN3HSz^| z)oC0x4%uhfVFJA(BHqt4**(|TD4)2=XtQy+g6<`D=*J@YwBe$d^bqw;&lqk9coTCu z`qTMTj?*#s5gDa#-Q|7B9PfJ#{xgXBzT}Jl-?!HI+(P$zM19|bhRbLn)+6fs)){UJ z_$B6Yl=VKrzTdpGTtNxHy{UlHTh%20CDj2(h&FtH2$*QwLeKf#8mw??Z~1+3Jv}!y znxWCoH2vIkp!PxY9@QPZT$w5b)8&a^Uukcp8kDMgAL|XqCd<C{NLLDwxrZ7GUGh5h6;kqT+EqyFFH%Bmq+-WvI#P(rzv;6=T5hBp$S&PS9-{V< ZwA@VtBWc~!DZ~k*Jv0)F=@WQIX3YOdFZ2Y(4lDiJ!?k1YK2JUef~ zwF9TB#-gjxRm|q=mg4kjZQ)GEyndpE?&?_k%G4Y zC6+vHJ4%SqSS6g~Kj!tVh$li(wB?B+cclpZPhYHt8Oz`z2Q`lbV}Pl5aj;!lGHtp= z&33%>GrOE>lPpV>HB+x0lWS&0a#v!?y9lFp< zBg&fi#^l~7Y?O-p$83dhc!=&DcIaT&m8LcslP;pTX_cw11#jV6hW>S~$_^R|%#l7l z3ry@QU(Wju!#|HG?knH@{k|E-=N-B)5XF5znp&eRL_MOo?)n@2@9I1-a%g6kwtEhCZ*LqatxoHap4t-)@+HZ( zR{4?EwLOv+MN_Tv1!aMwbPE_JZ+)x0NSlD?=*s#&=wlmLlLs!Qd%!qNX>X7Z==b(& oIY8<5I(dr*fa7!>xRBleCCQC-_-g8bTWK9IPJaL|()o>%uPPzLg8%>k diff --git a/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj index 0ac18c9a1183b2dfc95d51a1df85952891980bc5..1bebb2bfaaafde1cd21d5b83167c1b489f8b4426 100644 GIT binary patch delta 1821 zcmYLJ4NR1E82>--d+*)LeR15K1(zWpdYphqfLPNDDzPH*z(@++62=8LJ`Pc0*n;YG z;+WI?$4W;@Ya$?Eb?d{mv1k<8tWmRNrlUq=uBEjlbJJnZ^MASX-ToiX^Zb6l=i`0v z_RdJ%Gt%J{_~(PvczxF@i81pOFcwxAQ_+Y%l4`ghGbZT_cjy59IdP~5=#Z3B#7UCD zrz40mi~@2ux@3P+4MlW@?m*d<@xJ*!M5U3b*S!gOQ z>o^|zS|qU)y$d6(NN=X&6@!gm)GxO_hh>7=iXMr{$GFLm)bJ+ifm)9Nbd?}g@yh=q zAS#+~%|oZ^)1yzt#el_qh8%sd-gt$~e!YIN@grpRk!89`s{Q$$=%M`dm}dDQgBzOo zCx#dE51`lBiW~IA=vNU0eS6TU(R)@B{S3;Dl4O`ytEtINg7f?wVV|)~($Nzl4s5m0 z1MgQ?E?K~Oq1Q^}zp#uexa?(-U(|1){88$^BbMJ zOF{~^ehYmTr%-r8WUR0p;`7E-k4X5cNZ5q923+6yS+DZQf^%>6!=E$swH3keir zcPJn{8%Qz(zlM0b2lDts_WQc>aD38UxQ8P6xU;Z8scJEKM~qtqg@Rj+7z~$@;St;& z(X3~vx)NAQqm~C^%o6b3WtPBZk;t8ZAFfmYPBZ-|R%Vb%9^t_I`}JCfW3RMI7<+=4!wG#NR>O&4ukdPLlD z9G#APySk|HNp0vK#_*GC1SU+}$&KQ^kuptIQJXF?_bKrXm^VTSy_y2EMl<$m3iOka zdWC|Eege{4f~6@OwRU!)s_O!Edu&mT5=ddE7*Ih>E-a>*K12nDH&a15je%yo*V3JN zlSv|=u@1*r0jN4)Q=q~re;kvo z$QASj>Zjr{t$?d!6fYY`DfzsHj9hbW%8XPO-O^=w>qAWeZ*#E0+Zt#I?eYe8wdCb` zYZ`;i4c?lzU}LSfCKTG;7^)s_kO(GamRU_@*@pF;5-43fFOnltWd-7IwjkvEnr;Z2Eu_ByV^j5 zrjAX)uWZuD=pThkz`AD3H8vZ|Xt|+tYZ4AGXF|K$%3B;z??th|c(gBC7rpMszy8zx4!Ky30sbwqQh;>o`idEKtv)sWZJA&G4_RA7Xa8}jKmX*7vB!w&07J!7DDpocT%mM|NWnx{|{)bkiXS36Sm zZsjooBBBM>d~~Ws2K1@87_gXMkYlJcn5-Cq5rbi)@e33kCd-_HSz)B03q6#d9`i$S z-spsj;w$631=rDQ8X{0%l)j1}7=90(8oe)*=wGAUI7x;?y_)*$Mag+}&ya(N|QrGXEx#YFJlv<>{HRF=0W z7UOef#_r+L%J)_gB0Uzr2wXVCd}|5nih#9{Z{y)nYco`@61mhwKzguLOyV&`rc%0# zBHzU^_AM@pNuo<+;v=cA6S!>i6drhC_7zcQbHv}II$cr`22dzHMJG<%(qKh|Y_rfM z-rtnsxPt^f1c@Z1%wWMg5j3$W@nw3&7eyv*h-^Tu0)wtQ2LZv1&3rJ=L`5L@$ zjdW-3N|Nwtto|s=r?vV}1`j`F`I=-)_+h<)tl%;g!RU)<(yE)MG=7u(AKRTsff|Q$ zBPv^yC+Qg^Tl1n;fQ^jGlqr-_?rX^Kn&XwMOm|b;F`v8D-|X)21=^0gea8d&dG3aH z{4I^{hPJj7Ep7FUzK(El`M?eKO&HUARW{ diff --git a/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj b/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj index 7f574eb4a1fa8ce3127cb6a8422b7d45ea847b6c..e8c2b28656fa42cdc1f2fd4373ad1c14866aecdf 100644 GIT binary patch delta 290 zcmcbie@B0U0^^d2iq%|m7#SFN#26SDOeZeWi%kOZm^fHOnSm4|n6a-wq(fRyx^`QHAm4 z<}gM!M#hfKu}uDKI{F#;xvBbjnc4b9sRjAP`l-bQ#zy){IhlFc`bnjkIVt){`S~R| z`H3m1MUz)^Sa0U#%w(D@Ai}Y^f%^vsWj8`WA1d=?H6~)yVJtlhs$(+fBK(c4@Odz>p I@-iq%}x7#SFN#26SD@+U6Si!}xEm^fJYnSm4|n>3i>=mW|!F|qyx zQ7o)%KtYx{KsK|#WI0%feJ6-wS8mX5wVrFu7L5pYg}!vp~{evaD!1qrl{;qW+8vCO-v|M<$z!`7`oN zZWYsJRG++2Oqp@sd43LI3Fh`T5XDh6Fq1XKi+L-0a5Jy6si=qln*MPR=-U4@%Jy8HX;Rn>dndsSUM zS-;e^X{l>zHea(ie(rLYLKdADcOCT^17Df( zbrSXYDL{St;;I`9a>zATPjNOnugmvY)G#TH8Xks9E@O_4pp1uN8H+M{dN2ZW4TP)F zwfZQG>Y647ctS(3#u%Q|1c4b`+-BYv&)8%g*}C` zU1Q!fvCUJ%hl%r^R6a!5W+#4?=xsLeHR3+=IzC<;!}Dp8>upGX5w3df)?a{^zCE~@ zF3)`TFL?02CFXfM@h0)SH|N=A|@`KhebhLaiEse%;)+l z*!ni(g04l}eTurC5mRAtJQo(_TqnxsLRhfq#@$`;WGxU|>dK$~e^AANNGwYIA9v@8j19j$kOwpLjWY+H)Ai66ez^ofZQPRZRSy+pnA&Q3Gd=m9qMZoTecrB@p z&l2a8iV`kSh2E+fVZBOpvxjJLv0|~EmOBDV#WP2>W-;p-nsdG)U>*{??IHYQk(!*I zFrGYIB^xtb%z8ugO)ln(#q{JNey>=A=Mmyyavwfi*eQjryQsup)p7!;RKLBC()gN| zGX^NbK2IgRMay0Xl+B_`u?u)!*YpO&=G%))$`GWHanCj_{tk;Vdl;6#XS)`>7l7H# zRHAQap$Ac({q0@Q)AObl`U>bO`+Y)hX`#{_)YuUF7{MJ{=q{jZ?QaOZt%Y_1{lz{j zPQcBPB;Pw)s2`#mZ?B_?-qrG+1e$0+lnt~;3$4TkGTAPs`rfMre+HUnpM&e3eOh)M z*4a#Z4UMv2%U%RD+a5=wyr+de0-9sLMEwqEdD)nKzTHmi@Sv7=8_+`g=M3ujz7~2J z@P2zI_A$=~T8KlCrS=Z-q`$CR3pRhxA+5u2kfhD7!)wCxiB_->Thl-7HX8aDdAj+W0-d;oHRocV?XLnGvrBZGA~00%zTMG%$tK+H9JTg&Aep@$Sjc9VBSLN zUnp@DyV^S&ikclI;bz|NkPNev#4hH&NbN-uV>8cymS$&(v6+7ZIm}{-IrHun-O}rM zthhV9KA4X@nLVAhOtK|h_owY}@nw32)r#^l`#EfUJo63}1sN4(k-mc*HVHy(#l~X} zmVF__K4jP&A~A$$6iYHndbd${*E*~Y?{B4Ou9H^qemHqBOk#MHPx4$ZF}&|1E@ae~ z9U{@29M+9A&cQ-3M>;qb_FWR zcB0bE$&yWB-nFP(^REsz5d9%iV~T7?!n%v1%zA4ec{J-!tDa(RW_?*NO8z|#8|`P_ zMKtz2i80pC*pckj zB!-fkN$F)0L&?8Uv_fJixmvuIRnhwos*Xn-HVR5Erv>w<#5g(}B)m%Y!qMRrDf^hj zP`Xx>X4eNlqh<6jhxH=YXDMrIr4@?)ez79EqBWA+4U)~0xqVLJOsIqH#(ZAl0Q265 zm2JKtaR&3wB)m~#EatwXz>5;Y_lZ>b?Gj@#r{JYwZj#u~61==x%HXE%B{~OzUsTXvN#ZD+3h-_>8JC2cS=Uifb4B3Xa8eu&Rpmy;jh1vk$C-#0 zu1DEv%$g}G@~YwC?Rkxkb&70sWiTs^to@SE(&%{fX=G~M zH?~H?>nv&8%dAOMN5!h6$t(|TkR^)nFzX=g;iZa*W>!3TU8V?wS<`UzFuO=X!{mP2 z2+I|L$>-8;RsrJf4p%rn)W}xk&e~3Ijap@nXoixCJtV;~;P2#APemYE+eoN7MPP>e zX@*{kK$->-(OVHXA`9BnuK-b3Q0Dm1U$z>l%sNZ0jmjJ+bdACuAPL=O)>88FN<}0v zE1#shN)pkKu9~_GR2C5CD0La62)I3xlp4&Fi<~12{N7H?5NX2UcP_;~R1xsIUZfW` zw*E#LAFgPefxD6dHzN9Uv1XLJGdvKE? zpu!R&M)Kq)$6-`%6zMujnczdE4JT@Iv?3r>5Z`>}7)79}KcqpL6@ibKB6>}YRRpAL z6<2iZlaNbgbE~3bnYB@bI|lh&vAJWlld-9?QAfOIak4h2DQm>Llt!Jd2*g`MXQ?|B zfq3bg$DE-E#Cw94*Gxqq-t{EWor*xX?@{H=x|}h@TS@WWrA!d-i!|?SMIhdMv8q#- z)lw(*24+nf{yJ z#!D1|G95%JJfH~1#NMJp?2^9}b?G~l<_oJPNEk~MvQiO{&_mVzup%JgIm*K$ia^O& zwrJ^`-HK&~1B>Dz>K)YcaYaDX6sphFih!uiv?|*a0a5QH;t54S)a4}E8bv_VIi&KF zionX=Nx}USL~L4SJjPi@Si?i`fzPh+N zA+i&<%U0TfyyDy9V8T&vPWw3;X~N`kHNl*7%E))D64C?T&ZJB0Z-Df5~l5ax#@ z;TF{eL7bue>UBlH?{A3MstBb0DeAIK5uBxuZDHniV6mm7)baRT*_wrvH;RiT)y_Nc zeM!?B^Gyoj14+=9_NEwKD(wzS8lM=}A`0P%B=A#?wNPv-g)l^aqq^hs|Dw298f=ZF z6#So}vD`1wEAO--u-wPfOZJQ+u-rFMqQ6%JBz~7P`auy`?se4VKZ?L|k0(ifR0QOo zMO}X4$?48=Lai>MRGd{NsMTR&b6JpY7Dvj0xp@@(uc{GwDyG`_O%ce`IFZ$*I(I5X z!!+kOk^uS`l^mA@NBX9SSzW3VI?yLZ^#9n66Fa(8S44`(C+RqBpcsOg@v1ux4pXS6 zEk$6VREpB_Ab(w4U4BDCRpcvJHqvh<7sb}{;@11H>VGzUsgIN}7U)ajbusAkn+0yB zFM{&8hz5ZP1ZoV98KMI>(@xRHpr1lw0^d^o)JM$X13wVB(s&dtNrBTO!;QvdoJ#zG zqa@N;<12uSz?TGWH}Ij|z_J715xT=zja@Ai_>n-X;es>;fnNzMG$sHP1rAW&!bUN; z(!fS~5jVwRn3h*fTr1Tl;;L+tcPwhlc!7@gYRW-Jcyc~ZEwh7;>pTX z{IKB!h_dq0ih){O6g z_Szlds5WCXqq-Ag2kfz8SJzRzN)%RQhcc;KftIowh2$znFTK)F&zUZ7ru!5gvald- zuj*B~AEo5Y(a(a){Rm>mG(?5A!ag?WS%kW)FJ&x`9`d@=r8h1t|3>je)m(mqXs*uX zwPIoQO#Cd(yS4CV#N=+9c%SyX?zx=%L}N`0|4_Vw>#d?gZEoOWB!y3}qhI{_HKqGe z8GQO+DrkOf=MiFD?FPQ9-R@y(@lB{59@q6-YPzPg=4&shd(7>t#W_Gv;f~F*8Q>V@h^-AF{+;-;A(T1-3sPU}*B?|J*48;4M0Vd0W@zXe z8c(t6a|cnZtY!deOCRIclk4ORV|qk7M2yA^B%>ZAhd$;elB36n$a5?Gn}hZIe@fmk zKe?fos{w{ZTx2yX#lgP*v?|oM-qWv-Rn0xCXna<^QRw}8RW+g5v~+&mdK#~~88xHD zbH9ER*4>~MKrK~7cTxqQArf(Qj+oUiEo~ysCE9tv9^cDxT|0jT*|M6u#B=@pY1{Ft z*G~EMD^&BTGN<`z@mar=0u9n?NBU7vb-mt3AlflEfnL2)@pz`6W--=nBCCH&Tx9wK zeI30mQQtqro5ciN3&aEcQ~nZZezx9ee#S)qHoxAzw{)wmJIx!(xYpLkF`7;BEb!}1 z%4mUOM6zoOB3`kYTf~L_DftoVmc~dXMpI0;48NQS?Uw0ICVGqRjg@>!`{c&xqW1aI zt6fDU<0sudwxngkZ6#C2PM$QiWbD+*?5+^z~gMz`kh8M@65_t0@$9$rGX_2FZ5+Y#>U z!tH4IZ*==PypL|n!vQy+!Doh7xPexNzoOgvaAg#3o5BmCcqd*P-WbJm`PJc%qId^> zPxu0E?pK%Lm-!WM@WgPf!Q**#c%XsC!{O<48y|j*ZX?5QJGV2q`A`4B*z?G@`lBkO GzyAW{^v%rx delta 7348 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 TbQ>8x=-$rJ?L;)>A&m`4vVH1OX|bOK$@Xy;vv; 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 delta 21244 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�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 delta 1046 zcmX|8O>9(U6#eeZdoyq5w3JF|`*d_#=C9JhX|4SDgZvZ%i^3r3f`p;%bOw_q6N^1fz`vSU~W6#jtqiJMY|c&%N(^ z_on2ZDH&^$(-Y0xoWMC(hn={b(W8#P`PGmy0nfP`<{_a|QG0lMBgVM>hCJZz@{DoL z2aO57=yzDjao@AjetLp=|Hzya-o!Vj$X4+q5Yz0cM-{6Lc!%HFh%V;) z*hbHjxa%786jIb>Gj*-VPL2Sa;%xOk}Ig1eBJ_%&0C$W`0g<7Vi@jbW7 z;C1pA{M*f=74s=&v4L$%P~f`H;TtyO@PKh`I7+=8Nh;3+R63BR{{_6n@k?=%3CmES zvK(*m7p=gso(?CnSGn{mj1gC3guQEUn7wP!#d<}c6<*;t_(g825 zyS&tboc-CY$yP4oat!a~Z$0j{$gE!R;vzch)k~*(k$7s8b&jU2=LDt`8#%Yv$^E*FCN$qPD(1+Wn|f>3m!{K3AEJ7G#-bcndSy zg;yl4A7eZD4U7{HR(&orlS`^E`TFhRhML_2m2$3saPaNQV6nV&X!3S?COG-m;!}?H z^>~xxx%aby`yINduvzN#%|c$X`WTYDLVWC!svVycOLa?X)fTSSFvLdm-tAvNZm{Zgx zD)3NLSjXs6WJS=Sx_R!@xlYj}NCWRPGvDtF!`qJ?#fmzd>~wt$MmS@(0buNj-URy( z?jS+%cZNw4E(Dt5EJ3w+gQF1l3A86$#a%LFupHNt^^km-OWr?El!{maJ?^B&`anj5 z_(J4cG%AH$XH+-JVwRG{<^tF=ko^{4n2KODl9azatK^PED(bC7c?XW1&aL=7aJlP3WDO$ zRM3!vQ4!%37)THj5wv7eTM&&+4Fz>_=?wBearEB}#FYp7PrDxyTi;d5CO(ir`KX&wS-K_b_-h>}(&DYPbf`2pPEIWO~fz=)LM zUw})}Cfwtv6r-UwC|W8;^(6i{{qEvIE<2nl6jpPE+3ehMEw4XutQ%@=+SAZLpl;Y; z;Ed6PIQ9o@Si~an3~z}s><*TofjdDPRD2<(aLBajYR!zmGoF~epy7iVmJ@Eq#_`hV nLZ{_{6%1HmsNy7X1M|cN?h~VUZH48!m$9jK_M5WvsE7Q&)`D2O diff --git a/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj b/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj index db37c9c563cdc728dd79b768ed72cfae1b343678..380ec131b52134fbbaa9f566fbce203f1c8951de 100644 GIT binary patch delta 847 zcmYL{O-NKx6vywq?_S?~K3~%~GtP{@VP+h4EUjk_Vf0DTLV_9tAtKBiX3}ZCM9ri! z3#wfoa29Qfphba15o6dQq6mqCmPwGCB&vV3k5rsQEJLf0FR~ShIrp6-TGBL?eP% zaFH#J681p03koFbCJI}TFkq|?N2gzPA8 zDzd?64pOfpQn@ORQ#Jk?TQ&Y(22}H7p)R$?7tpfDFv%JlE0Gc-frc8pB{puNRg7~u zh#PzG1%zS2D^}+oL!zAu?UV^6M9gJaV&SME=|s&UHgQ@@%!4vMyAlV9IRl%ObtcC- z+IeFyCS6mIQ>>1Rth=CmLZ?!;AKR;%b&uYU>$rUgb#KiNbfkK;e}L#d_h)&4yBnS= z!5uv~O%FII;65y`6*P00w+QQ$t+k4d(6fMO0)_V_3PJP&YTp8QdF#e+SVqGwQ%D59 z5g|1#C@Z%J`Ec_n{qj7&97+O5pve7n8(iXHW-++Se|B6(&a8y83pZ(!>oTiHuG`e@ z=t0@tBsXK$xHBZ)i)6O^R$NqFnUSHsd}*L>Y-kw&g=6JIW}LR#gQY^oE@pG~aAv49 zVq;OF-A?7R#hjfwkl&N;e5D5>aNH%#RV%ib^HO zS_Q&s6_Esz5VokHRUZUJ(IRpq1lcAc=?hoZLX!UXCG-~O{O|Al&%Nhf-sg_hj=4%6 zc#ycrXEK7ZfFT)cgYek@Pb4{GvaWnDkg;ZH7wd_#3n4@6-!#!9z9 zcD5+}aI2sZeO^Rw%DfXaDkHpruFAMr=d>t)H|OCNu}0${CQ0dWMeMj9H`VUzQ@T5) zClj&r{wB3OAdm7ZYSzr3c2hiotCGBl++?jvhZt+2JMl0bO&0Q7)RU~`bu^2(K=%=wXazAwf8hNQW^B^;wpJHn I-(%I0zwD2ZEdT%j diff --git a/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj b/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj index 485512c73bcc482abbf0d6ab274a22e4336c27d3..538168445363d14415599410dcda8c142a94b5e6 100644 GIT binary patch delta 766 zcmYLHOK1~O6us}wo6IDWX=A=qn}+&pN-4ykNOdE+b0N`MgrX1{Q)@_U+8P_`CvDM< z(1qb`ViBdAZbh=RNCokOC{YxYf+z^;uI{9pdS061z&rPxd(XXZ-kbTATu@*`8;&FQsJDc-XKjyYi$`d?#&IUDaYp)P?d;_=#bak=n1pZGT{ycyJkI=|$ zm*Ra`?EV~HJorXYyXP~^Y%ut@sg9^Fb|w_wkgNRU?ja~1J)p&umq&+`H>R9CdPzBB z8})=%)7wX{Or#6NvGnxB6u#!g`U}%!a?leA6>{VGMCNL)kWFNY#ZsX-k{z9r6}?Al zo>YCtbAiiuK~MdMcfnw%5{1Z-b;g`oF zee9{c9NEK?vKoo&BVM8b`Q96ljfjukliwq8_FTH1I9rlQU_%ZAKgxM0uJ3Il>Th~i Q9iKx1{Lnbp_Ong@0n~ehL;wH) delta 744 zcmYLHO=uHA6rP!#{Yf_4G;#A&yA4$_kt(D?59+NKQ9%}LE>fYSB(0^PskOCM+f>1e zDAMvgSoNTnLN8)T4}u>2IatAp2%;h=o~$6~Q9;pf(i9iwd*Aoo_ulNx?vLDBZnm8_ z&uy8QF$80wA3Cj%&H*G zJ@uq4tb@A?4e3c%FBU^h=6W(qurM$w+D{o3U zg?B(SCc3rQ%wM-r^of_#aR|a}dkBs7z_ES|)Q)kepkAXyZe6U>1_EjolMM3vmtM)B)#pDNR(tXDB)D`o2ndX4Y^f@-c&(N{B&u3{7xJS*KBP!8!*9|);0hIhFX$4`qorgf`7?@N7bnQ(7>)8sSe8??!?eD7Ey_b~T+s%w%VQZ?Czpw(x1H>2 zES=96viarJwJki=PO#W!)>57n;GFKQmAsuE*u|TG4F~uWc!o24(ru`sVc1Z|HPTVM zH+EnX2TYqYKkk{6ki<9BhAehjQTV|zD-2h-VMUY=4`T_O)&p3z{Lq4rRs;(8N!pFg f!3Z4V5NQz?gAv8=W6WuED?z{V)ymj9mW{w4gI8Q# delta 498 zcmX?Oc*Jmm0;A7F#VPe`m>3vJfEXDtaj@@VWME)ourdQF7JZNcf5~zX#lo%#5_$uY&XiOI3bC?G z0FoL&OTGdvVfh6lm<>d-fnqEdL2Mh5I*>+2CS#x;HlE2bjM`31fD(*x>|H3 zVxC)@wV9OICj0S-P4?x`oxGf*S5-eFKQ~oBFEd-eD77HJSU`?~?Bb7XyR9 zWJ3|*$#=vB7;`4S1&T=k#S*|`IuZhmEt72})EO%#rvgci$-NTl5>Esf7}9~>h5;B8 E075Qa{Qv*} diff --git a/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj b/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj index d140b4e3e4527b25fb213a82d7ea66f2a66ebc40..6686f4e571423ad9563268105ecdf3bfcdc856df 100644 GIT binary patch delta 343 zcmaE1{=s~L0%O8P#bieA+YAg0Jkmg762s(vMhSNxCI$v(7S_zX5(Xv?R-ibLV#x*y zGBL8ngDH;vAVDTp4G@oo^%983!X6D)$({?M7&*>Pe#hvH#iM?ZVnCvO;&p2iBO!0EYHIoG;jx#avO}-`J$9Q0}rerzei^&Tm{TXd0 ze*}^(lO3hBfr@galo_8+o+zcxC^~s3ko2AW5J)ym=9E@vOr2~9B$rH%1d;-i8-b+5 N${GjIOEwu4bkKO;XkRX;B?TfZo^Air2YwYb38 zNI$7GGbcqqDL=m?CqFSIwP^Etj(o<=3S0}g8MjP6DC*DnVX~l@Khqzc$w^}G7%e6T ziu*J6OkOBn&bVZ=p1R{@P=o5%%X zvnex8)?tiiT(Y@`aT)7m0S&oD}_}{QQ!f{KS;hqREEr_a~ck9G<*^ zpJOu%X9*kQipiDy#~HUwb`tf5tnLR|@(wG4M|QCFsW} zG1*f{oAJryQXyqV|H(6j)EVn19~4q&-Oj+G6h1D59Ozs4d0h2cht4n;~Wnj=k3M&{B09Iy5y#N3J delta 312 zcmeyO{y}|$0;9x4#R7LeCI*J3K#UBS7}?^1LQISt#~FbX6YCo=#qI+VWMO>_0T+4r) zal>R+0e{95lcxenfyqw=${7z#jurH0yfJyLpg+?ep2`0N{TM|i`wD3@-kV%0q|E3! zd9IK;Yb6H*gT>^F{KAv(2njH5ocvZu9cYxOusY+;$+kdp&*W4f`DSvjusW*`7Xw2C USnU~M0oFIX3=CS64+;na0K!I0qyPW_ diff --git a/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj b/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj index aee334798dc61d859bf6f69fd609ac80fc13539c..2391a0e7e061fd03b0630864cdc15d703235b35a 100644 GIT binary patch delta 228 zcmbOrHbrcL0%OQTMSo*|1_lP6IgCIO4KNu41sFNmtfAuUAnqJyMkd{fi(lyKXXNLm z>gQ!<>ldXKenAm_kMou4=;mi29sp$M BIT8Q> diff --git a/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj b/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj index 5b5408a3b1efa5645866e182dcfab7cbebc913c4..1f5508635a2d87318bd9ff824d50c452242cfa49 100644 GIT binary patch delta 439 zcmYj}J4nM&6o&7KNs|^8wWbeIP&%|C7+)2ac2%KJhq@^xwZX=wNwuvV#Mw!x92M~a zItU#Ehb|6^qqCd4xcC@F@d2LO$qV=U`2Qcyar87=>xZeGfp2}EG1f|-#W?;wL6IMU zF#%i~0+;f|lOV0~B*>FoqSV%u?Bi0T2&qMsOuI~*JVMvRIoyQNPK5^fh_XxMR2J|S zY}mkI!G;w)5eEBeRD)-HhAZVM>RC$hMV{u{XB&^gVM|=gIR!(r&Ahf|6rGZ0l#1hH zTE;T%yq2k$R#wY6PT6wwtg*&uOk2)!x>7c+^wN5nVXaGTT)JMsQ!Cb$yn3$^g5@^|hJ{IxMmb0nxY?2pH6(=GRP4g#UQ10H9QqHGx5Yl7 zp`m6Q+QJ|jTUweM!f;5aAzFIRAiZ#&-}yb~oaJ05&y(#iEO(}V)dpj1f)>kj!T;fk z`~Zw`ux*g!puCF4tvR~Kx$F@kS%*SO^0x@ZDwDKGR?VmjnV@%499yvHdZ%;wjJiz{ zR95gF49MdGH((Vncr0X+2FFrH#HORFmZ+`mh_>aN>%H+)OQ>9{7Id>xXw)^mP&}-& znpQE&rEqaiJzxk^?%uO)2-vduoDEGc#dl4!uA6G9+`?Oy>;0wF%EHE4p z{h0DRK?1?sgbW@LbsTxK(8jbc3pwognlOWQe->_Wo2cLoF^50?c{s+|Km_`@9*DvS m_lYs=5>K#COyhufhpu20UNA+xLNyrmXC@i@pzj#Zc>4#Zc3n6C diff --git a/blink/build/bootloader/esp-idf/log/cmake_install.cmake b/blink/build/bootloader/esp-idf/log/cmake_install.cmake index bdf32ab..1158170 100644 --- a/blink/build/bootloader/esp-idf/log/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/log/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/log/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/log/liblog.a b/blink/build/bootloader/esp-idf/log/liblog.a index 44f530e3913120e87e69542a5715c01e27a13c26..6962c6083cd7c662618a8df3cbfc8131774c8555 100644 GIT binary patch delta 5061 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 delta 1971 zcmYLJYitx%6ux(7c4yA+&g|@N+u715eQdY1Wub-gNRjfW6k1paq!c4*+Ok09v9&FM zP)s4BCkr^{IGmR}@=rS5{V1EwCAYBn69bq@TrC7zxbou8e^Oia43`yH7D)njJaqk7>yRo z1gby`(MEVZG+vRm8;yDC83=gkTNE^CltbD-RmMzOk9K^t4PJ{We*>tMN-t2FLsyqW z#l00>IahGI9i-wGuR3y#UMRZW_6AVg+agXmswX}mFvpZOFv=vHwY1@(lnyB9dFdx* zo9by;{|(43qL6+Wz`8C*D_Oil)GK4nn^=f8!PAB^x;07cP^x%^xS&*D z$eJkTxr!#egO=}V>$$!P+V(2|IZY`5D zY)i(6>@yO*l0=#I3b~B!Jnbcv&J8uKX=mDNJn#!N3+y2oxr@8+07dMFvQBR@uhjlk zUWiDdG4^dSSZ}LDTP`$lGqQl&(LU&i}pTsfkQHcv3 zc(owc*MYRlV6;^3mw?$X$i1W`tEl$t;*uVz+bXwM&I1>QBZ{PAMH0E}eYiSp91l!J zve)jDkrQ}93y{SONnSyc*^YyQr7^ddL6rqrQlXiriK~Fl`^ko3F*W{tZ~W zUc5oY*-PZAR&jGD)}LbEl?zy%49K(_Oz}Ha^0>%w?@Ygfx||gG`ckV~zK<7?qS6}i znR~4N80vYt)7GO2m1nZ-HlcW;6Xqb=)ANK4vFz(8=GmOY^23p%dNw${5c9r_!k#Uj zcF1_EMVlwma{{^EpwWgfpKdfzBf_i`cv6hTrYyrO4UEw^3{<9^K!3&(WgN&S-w@Mp zdLT>EFiOC1nukZ*L2DtS&|OqesUDkg(hxS{qR-{{Gyq2Lp+^WJdJlSTnu=r(eG0}) zeMmEC1FT6?k>H~r(6vP|c>QGIE&_BN5rSP!@&ZWCYSVLg7ee$i&gqnb zm=QDxCWHF$dCH_C(9EKqAyC;=0FXlmA)QODC^?e)k(Nh;*nK`7z%&K)BBTrHeM}Ih z^Qm@LNDWK zHzup3!=NV64Jb{djUsI17oJ1cQ)xaXtENsQPooUTO{aF0nL(!^I+OkqYmMSa4R~Kx z`ta=q5?#&AmzUm(p+eRUSYQ6|_3gKQ6Q3Aayj)x}=J6p>YUc5)B4*mgmk@NRod_+= zb&F23u+&By!HJ#-9N{XIPRY)U96~!9DM9%mkw2`0@&4i>ao()q+Xvmg+1&XBMtL~c zXk`Y&(Uplc@#xyNRnd-kd!jQM?`*FqkG8C9TfHpWl1Ox|PBbrzcMNvs|KUt+S`qJB z*4!0uig$FdnneqnW|uDQy1e*?5itrJhsHyx;$sN6gML7)ds~sbrx?B yMtzZU7dT5C0assd@l9eWxI^Ijhq-=md&TkkB3>oFhutI|!$0O}##RbGH~1eQ!%xNl diff --git a/blink/build/bootloader/esp-idf/main/cmake_install.cmake b/blink/build/bootloader/esp-idf/main/cmake_install.cmake index 8aceefd..fdf0ec0 100644 --- a/blink/build/bootloader/esp-idf/main/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/main/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/main/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/main/libmain.a b/blink/build/bootloader/esp-idf/main/libmain.a index 11e50f1062c1a38ec531a43eedbe4283b4d1bff2..0ddfc43fed15e90c7d8e8924c7fd64934753ef6e 100644 GIT binary patch delta 1808 zcmYLJdu$YC5dXg0+uNPHy}P{!Y_IJd(#PGE77DZ!)M_hIX`!V&4Ka{fY{k+-d9=X@ zq!^Q2o@9K1B{?CNbvVj6EC^ho!`v-<~Q^0 z?tuaM{($WJ!!>#0wi_uqkcrEMva!W4L}@^XEb;%(B|ZH?Azactji}3|@AIjPaZrJ7 z{Tq1N6%}cW%}15XZ8*v^^-CrnbCt-~`FB@VPq&RU`o}ATPTQmq9;yLi&|+AV$_ych z=7GvblQd=Ln?hLh2na1Y4n=+%<5Ko#w-5o^fZjpcgs3gFTX5VJTAylex~o9qT?_^K zQt7M&rrBu0o3*&V4V<3WtT5VJ_wu`1^_0^DWWUx1L<{5I7r!4bpIQC^8zC^*x@O&v>waX7RS#I?4@|2^RSoeEaz)R&h)(s>y_TCm?7<)Rg?4$ zXOuV}sD<*dH{SVN?Pt5Bt!P>9455|rqKw=?#S~{N&ozsRvlZ7a8F^Cab&|^4EyES? z>Ya(o+av8t40hf*zdfUG-l9a4I`noK*n)jVofB&Mj^Tt{Cl%z2-U@j?JH9Qk?;%9ew~*+fO1wxK zoj{439^wyu6GG2Gm~Y+4wNT=gxgs%@Z~IC^`4H&q`47z!iOXDN#r#cZ;(OY+5+zoQ zTdlO*$Gz6*;6(ubg@HR9LOaMGS+SlWJV$~$VI-w+@1hkr3XQIS*-iDBN~gV;#zVW5 zbb1qrNjH&0^a50RsS33|Its)hMwOpd!3HP``9XRcJ#A`4G(&a|gSF+;YD5d@888=8F9t}` z{Rn&l{RFy+bOuwFQ4+SCPC&{eS_ZilvP53;7wSG+7xlun>aFdkcofF17aY8Jt~*kc$l%Wi=U=HEG~e)|X?3B;w3 zF9c@Ey_^o_6=pyZ%J$qumilMA&;Va>*B&r=+-m?8{!QE&EG&sbSY(PXjX<&zVxo!M z^dJNpq(#(gu6|gKkOM_y`Dn04_GLVFoz!<@xU-r0q1;I3rGg=yR~9(YjJhmYvH}V45LEZq{&#%H(^QnfEzOht@8Xi3>!qzNXmUDcT^Dnlu BKb`;p delta 1813 zcmYLJ3rv-D6#xJ4>$~SZzsp5FE^tA4TrLlJDnercJ|-xLCNpSl4&-VmdKutwJ|dS3 z%Sqrt=YyGUJtkXb-qL2vxuk~`Wo|9CHm#MjwI|fh;QOY;{-};L%0Q`=hNTcTssf_X)3A0b)r270 zj;NF7o0Z)G6)t)Pgf999>~6|6Df_!c2oLq4x0ePG)rI*lIF>T=kZNwXtOto>4-{B8 zNTUmw*?|_k*Bo>Yfz$SuD-P{lZG6^TT|PxX#>^c+%oR9m3DYx}yFp@454@{{TF%4z z?trn067ARE=(jl65|rIsYbo~J#r)a=X9qgj^$H%aRLW8ww^VzUfJ0kIDxm8-InElA z&0Jwk&WS>=w$c&8oI<||UTqaA=Y{yYDze&f1U-a|ckwQ3s(gn>t)+65uUd4yZI$fh&9;zymPc%%+u0_x3%+9@uGMq7NDIhvUZ!OSPeID92`x%k+Dq7AnenBhkkn~TXqTD#gPuX+wY82OT>EEXG8V$;OO~#eM zt2bJdcS7ow80@<71HWm1oM*!nF3m6PTLBt#VYFG&ryODIQr!|}dRvS`{1t`s_Nd*I z$hgm^GqM$9>5OMH4&p+zc{1(^6uXS0oaRV12?tj>$})p0u~o*WL8=Q+Q7svRPr7TU}oIg5Q`=;z##&<7mFbG#Z@-OZk94q-mS7hQpVCvpWvVI-}h@BoIhv+Q$98`r`CtU*KqNAvC(>7QSRUzL?-$R5>jfnb4$BN_V78v|gfVISv zvmZAyi#}G%BNyll+Gxf1iGIX6K=DXQq8N~5I*Knt3Y`RLkS2hnQYOx6bPUw9X&qY5 zp;1(&Qw(d%pd%P2lU@XK7QK%FLbM*|Y;wbfX%RB>NEZ!wV`u=*T*?Dc0eSFX719OJ z6_EoJ#dHUBC3F>2mQo0I9$kTy`815l%IE};1#|~@S5DhG-II}Z8KSFbB?hae9@N%Q zGT0VU7rHE>^Wa=efAU68PIw7$Z!pk|fF2j^Z57`1z&Z?-sPBXIW=!AIVf|z9idYWU0R-6Pn=*Zu$&NHcJnntl18Zdb9Ek2=kXa!w7^bAtpXG zC43wLH8T6vYp#A+j*z1{*?h^nM7|QU>2=cjDTaF#Yx1S|Lxs;pH%AJ$bZjc@j&wzP z3L`yTr6q-JTRS@23)`a6-p*)id!#!S&HUBsT)QFC+uqt6SsUr*{@jUJOWp$$KVRpF zH5I&`B**z-ZKK@Ab#?dT9uDBpIpo*mp96Gz7KnXYw8=N;Nki_ z)89H@tWTFA{;59Ox+Wj%=9&UO&u-A=AQv}e%bnZ;dz^Q}j_@hiO8#~le+XN|b5

3f^`5o<^X>U( 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 Q*Q$rp={G;P%hcz80R|7Q_y7O^ delta 6143 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 diff --git a/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake b/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake index 9fb20f5..3be287e 100644 --- a/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a b/blink/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a index bd297d9c2926e55f6d1040b78049855c09856cc1..342b0797627282c22522fb04f056f20af1a52037 100644 GIT binary patch delta 6227 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 delta 338 zcmcbjbU|r?0;9x4#q|1b3=9lBK+NFG#K0f{Vn6{C2m2NvlZl1B3q&!p6$2G8F>+Xg zcucHsz!ZBjSP5$uP>#7C#P*j=0t>MRf+!Bwt3Zl{g*7v;gn_vX$YwSW2?J8B(}4sd zH``=(Mt<4HV7Bff5EaDc3FbMJgQ#Hk)0>SM=P|RF0u3-Wil2O*#c#70YX#$ESyplW z(#)I`{iOW-lAQd+l+>chr`S$S?&9UzJcm7kjq%Flue|<@Zzj9)`7@eKp2}Cw*fN=y z-=Fc!s^hy@i9(t@DaZd|$u>Q2Oh6zNjvLPYdToyB|Sp5Gm2zNLPoDsg$^Zo(}& zJ|P0!3JGEJZ41Uvtk10$pdf5Tc{G-IK$Wu z+_8o5;{kC1Vd4g4=?`Lpogr)zH)4sn2^QO$vCM23_aH;Q z7f+c=Vu`6fw6U`vlVnmDMoEYP%&>YNdKgG!i}HRflR1FfG!3GQ3l3tQrHAmF6+@`g zIgCN7hw+vE5xgaT1W&l^D0-PahKt0k2xNL62SEeG!@C`2hR9PLxU0N}` z<~)cgLhYDktb=BQp#2u!Npo5*qP@t1SBdS6iM~>Ae(853(UwC{H%XCg*nb079Q4iq?OEY-Kiqn`S za|S7%4&x2=S=^_84v%=*dHf|gf@{>H*kU$|em3XOOXmXC_}n~7%w9yAKS*3cmev?H zS#%jSv#t^{@4r$%rHP~6|E$NQKZ-HSZ0K0{R;fIfp7Fd&*(=V?`%6u(GW9mcUvK^Z xxoQ?7x8+0gJyMV_P1fy`wkf(vIc!!qJ+sOA*nH$%G%}i$Wpk8s!(5HV_5hW5V*mgE diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj index 2eda26439d8f1da429f66127fa89ac8c070ecc66..f1d1d1fedc9c6c11d6870edcaa58577796dda2b5 100644 GIT binary patch delta 209 zcmew&_Csuf0^@~=ii+N{j0_As5)2FsM}Zgwm>AiLnHU(D!E9{_1F#SW7l>kFWdN#X zVq#AM@mN^1fa;i7*aJX34%SZ-dySd67&jjBV4mE>DlVFnnU}4fRGOKSqMwwXUy_rb zn37twnUkfGaq>#m-pMwc9Ge~3dYBn?CZFXjXOx-j$`#C5KY1pXGUJiSd%4tEzpyee mSWGtL6rTKtO8}^fms_2chn;~z0W9XjEx@Y5!N9N#!~+1KvMV?M delta 216 zcmew%_C;)h0^^y9ii+MJ7#J9MB!Gl16OaG`CPubgAd?x))|M~;3vqCPC??j+V2V8n zM6s}@0M#+Eum^y69IQtt_8K$YW!QMggL$(#O9i8g2Vo{gdrDxi-77^)NGPOuooj&L}b2lPj39a`Id*WyXDz r4|1uqzGG!zu$XMfCOnB-0H{ciTb-4Ioq<6CBs4hyD5f$wky{)9FrhEj diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj index 3f3e172f2f6d5da33bb589535ecb8bf52763d8c3..65a8c3f85df97fe82352d3c42130dae320ebf45c 100644 GIT binary patch delta 312 zcmeBCo}xTKfiY&HVtKtBBLf2u0}$K<5lDcEgZ&VY%f!OI6+|(z)iQx74l59kiB$xs zkBN!B1gwO$1SrS63dHu8OacqBgDDPHHlR8d7S_zX5(egMkSYU_FrWg~b|As1EV5ag zaV_)Yvn)Y6`WgATsrq@D+4@DP1^LDLsl^4xM*2xPnR(gzNu`-NDf&tI`6W5|i7BZ? zo8?&37&%ITh8i2imrP#8c5QPV`#&~Dj>)xr{)|17&+?TsUYP94@6Tv3c`A_1nfw$; z&Y5f~pv~AhIZ;5F@z~^60d>Z2lh+EUv+A)kFnCO!$SXYgjer27&g8#9nTpA(g6fPr QCi@Divz7qE=NU*I01&-L3jhEB delta 309 zcmbQD+@m}}fiYyFVtM^91_lNmAZBo90+9&7#KC?V$YWw*-v^=?*~)4;%Ks+Ya z4`7PD1gwNL4=BgH8N~LNOacqBgDDQyM?fA63u|Ux2?KLGkj-o$5(cDLCjbdXWs%L| zjBA-WN`cbGM)4(+A9AQne$Jx5*_kz!QB*%8KQ~oBFEd-eD77HJSUjyRl28+oDd4(sR5fA{Xy(^&3s4|&VP@S=0vaX;y>jn-624Apzj-UW* K4lr<@fp`F3(M5p( diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj index 9e84bd03ce906871f27f755af0da8939899628ab..366ecee26863d77e487e1abea5e7cabe00b99092 100644 GIT binary patch delta 1167 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 diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj index 089ad874672e207ccba55ea5a96252eeb4543665..819de07789715358e66cd7730c754325f997eed4 100644 GIT binary patch delta 709 zcmW+xJ!n%=7`^wtpYxKM#+W8AO=C@LO;XaDsBN`XYqWL{5e0EjbZCiSFilFRba046 z@MmjyIH({(A-X4vNO7=>h#jO3DuTF(D2PbGA)x2=!Ta9%&fmSSldb2L(L2VsC%!&j5VsItqz zSz;4it`VmgvT%th51O1_w5fJs#Qif&5c{w}z8kmc_v04*+cC`M0E#tIJCJ5+5O-oBemk6?j!-wTT~i{Gry;V zC&UNvnsXHEJaP;^rp9rH4F|Ez0}kOH)d_rI|0JfEI*cYSaRk5UIf{TL(qal{7(Rv= zt$BQB#c{mjJb`iY)3`|MNz6D4YN)S3kKP-+NkMs@Q_!PZi{=SBZIzeR)~5QYwJdCy zPSodhewe;csaU?Aox4#i6|!@c%3`T9Tewa84WE}W jCt(lB_s)!+Qik6t+eymz?Ual=t9Ht0_XyE+8lm8SwtZ;j delta 716 zcmW+yJ7`l;7(VCR$9H3!G&RjlnpWGG+NMN%V_(Mls#X^vC^VZ0Is_W6O=v|2hl&&t zbWpA!8I*#cLq&urI;vO%!Pvz`9YlP9br8WpDCl=`hyVQl_xjI03)waATDL4*PiE#% z8bUOmfDmaZ8lRH(WlIQSfP~7#vjmlN4iZwzdZ{OcPMe2m-B$WQj&9{xc|AF}L8WP0 zrI|CDThdW47;VHOJv3Woo#2=WohO~@JWV#tDNVJ8MmVA5aKL+pN|<^P4zV{7U^P)? zmW8v#Z8T{iDl|DL&=tTU>pFZO+k}GtGaP3hM4fmDm#A;SJ?g`lY|sT7=EzE@y!&X9nW})1lH*4z*FL#_)TO3z7yGq6cf5|hkZAWG9d{O z5MmQnnV-Te^*s=*n^9+4FOq`$`>@1_G``S~!D~vlV1fNs+~nN{;IVpGWpox@RBpp# z_Jepud7}($axYf@QH+(XbeVR%zvcDWwrK4{WPN9 zRQYt#n<<_0W{Z{boL8Ky3=R4#LAUnRUa@PRgVVBhq@@`$=O1&=$wmL2J1JeiKbDej m{d}y?`WNEm{pZn$e>E1S>K3thn6KKvKE}e<{Wc-)>ghkK<7ssO diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj index f3fb1de91e3dcbf6039e0e8ad6d36f87310bccac..3acaf5ff1c2af58c1187d5cb86175d8d624f4efd 100644 GIT binary patch delta 799 zcmW+yO-NKx7`^wt`{umKM#m=g`IBkRIEw#Hnqy^Z+Rq}2CW|bP#7Ie;kP*QOk)YfJ z+I10Pw1@;(E@l%U1Q7*Mi=ZG^(ISYTO^Y_U=-ipbx!?J|^PTg(*-E@gELF*hi0ifs^{Gr++U)*2)9 zaD>GK3!X^D#?(0oJGwqn?KqVtAgdJ@9B6 z!5>=e#Y>Kh@RglnfT9xY5PiJk#ijT~>oR=iRyp3YUx5m4?ZYc}D)E5zeyp&rLX664 z++y$nyrx?XMyQYCJAGo%0&FCYx;0ldeF-K(^ zVyxRy$U1?u#Dmx(b|8;ioygGP5Kb|y3y+CO^zf{1tPv068#_nvo0_ADI$}WdV4dU` zh8WX}9a{9^2eBWW{Ep)|!RY{E#6jUn-QZs0FqkCQjU~4!32vEH)hR!iPpU|5EAvye z_uuD*x+Y@BI`omjI+`PHsLhhv90`QZ*m*oh5PHVHMAzkr7dmOKI<<1#+;d`bA-m!H zb+T`99_A@ZDkmqVZnlihOiYfojHc6>$@I0c>(gTJLTV&+?sURP_}Q+4F_~Qr&q1!3 qB7c@f5B-#UWWM_~vfj9*ae3J^5m(F*F=OtQ#@$S@5bI_+9QhArh;ups delta 800 zcmW+!O-NKx7`^ws`{uk+-~2SAGgJ99&gckZYEGI~R*tsPAQ+^G0u3dN$%(LpelRIq zNk6;_DhVP81wm*QfdnoRf~Z9lF4~2gga{;P71X&ii}Swoo%5aVzB_L{^EPw8PKF=E zyJv2iLR1I{VM|f^8Pc<031Rk9Fw)UBHVtWK*)j}kNizdO9zK+{YUl@6Ic?b1ux2(E z=~T*^n4HquhK^ccv>6R0Icyblg01Rxp0r=iaL5BSuBD)_gA8A65~PU|J$ey7a)F6; z)(UgXvarJ1gK}-eH4fQ$O}`gqULndbLVr2V>o>y_IvsSe@540xe!QbUfD=4G5T|F@ z+JRPvhVYXSVSJ}tiGS==p@pUh5{!uAml7g|AU!+rl~cR0O?5Z=*r~=EJ2jYPU5kgT z>oCYe#BqU(>#@bO1m@^Z!X`FggK3S33+_+hFRe`&;Nmpi(Atc7q?)X*oq+r zwc!Pwdr`}}9bK$5xJulIO=1VyIn{}0OxTYC*K}cx*o`qB>i`}T55mK=LkQE^g8@_Y zi^KTDfg`v<;V2Tkv|dyYv*_e|^x-1aehdm+Br!{n+ta-A0Mru)?Bl)v52 zMx`N4_lMD*y~Pu%L`ciZdC$cvSt6EmN|VMC@i@n|o+=SIA9y9IsYGmN(mi7~%6sl@ zvq3Hvm&`w=yX}kkuT11eThA2=Q~AQk=-B1rbL3F0@!yf|e8es;2QER*yVcQYIqW`) s=2&k<6EfjCv6Phy@Iu_#NXQ+G1*n{5FCXMTRq8Fo0#?3Ch*z5Z2eiX-zW@LL diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj index 332a17ae4de34dd13872f5b4a724a8108dcaef7c..1ef1d8911eeb76a42f2190aa6ec1f668ff41db78 100644 GIT binary patch delta 655 zcmW-ePe@cz6vpp;?|t*G&uJV}=ieJAb+i|y(^O_oIc0wg3@NY{Q7wW9M$#cDYNHN; z%N9ddiXwv|Aw`g!idqCh5wr+N2;9`t))usoK)>f(eCOQn{LVS|^5$}Ha^)sD{JQy; zSvq415qx9`anlxCpCJQ(c{HS2@`Hg7v<<_42L=lxh9B&Y0S1Kz|D@~NreUeoyk_;e4(ndFPh3{;r!dW&uD6pX# zYxIK%G2ez!`XP*wufZMqVJwiZ#Z@}n@rPQ6ESY*dVcvjcZi%3a4~}Ajdt-PnOG3m^ z&$a|s2)W3!ki=;^jrc?-g(>Dc@RfcO(p=Mw#~j*%7aW(yPd>dBX;#~i;^>{|WS55x zUU3&D$?w5^lI{3S?LaI24A#l-#bsNRL>4b;?ZY(=-H!{*4`7ViiB;-B{AXJiE>RD` z=7MhI>F4l^BMzfLJ%UwUu?IymdHmqYqZptbLk*o?5<(ou44o6`XMPgx^iRR$MqNf* zb%7vS*~mQQtK(vv;9Z%ap#9$v+S`0Up=0k9!o AX8-^I delta 670 zcmXAlO=uHQ6oucL%*l+YnM|zOG!tuLOr}(A{Yk2^t+rahwu(Y=XYq$|QAiEis))#- z8x;yEyow+QF5HN9A>&3$rJydP8<%d1E(+baC|wi;1D?@Y+;{J}-#PCw?<;eanXL5Q zz+Phl$>BGL0g45gp^# zr@~zyC*9C5hQ6c~BZ8#K0T&D*B))_}*kC{ecm0q>RdS0}l2NpgG;oQ%i6t5~;WW)L z)M;o!Dts==?Blpi-NJqH3A`Y0V~%_hm#J()D>IwXL1rtSQ`v^!RJLP`2`zZTdsFx! zeIZ)WLt7f(2|4h%$Y6rX4t%20hG*<|VvTwh!@MR3#n4^&%D6mq>bo(_TEHnr7g3_i zMUk#{%#+`PfaG3S?Dt`WPwzyIwF?go;fwuP;&1?C3_XZ@><{4;YYA~il#!>c8xI(9 z7@fS}2s~~p0P9iId2tVZlI+D(GJW_%{um}%kE5GPKM5fQ@Qum|46#3nQR;(e(4}Tj zXsUB%cCf@2f<+8z>XFrwxHVq&x~|r0Q`OoP@7m44H2tV*#EoFys>|SvosG%!Y9f73 zPOF9V9r;+5ol*H(J#q4KQN49stR?tZHDEWZUyd!?Rl{-RtSV$&SyE>+E=o!M>3{p_ MjE$EmAwGxGUvWxgivR!s diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj index 5539471c7111cf1a1aef7a5c987c799d8e54915a..0a0855bb80cf75352a0ba75d05619dc0ebf05777 100644 GIT binary patch delta 1036 zcmXw2Sx8h-7(RFA-0$AeQLl4Ta~5?p8$oNzEo-u}g`z03!I#h?Yfy0+aUqImf*vFY z)9ynLK}8`FkrWf8Ewo5b7(M!sQHIe&_+UXR6@6D|VE*%+|NoYAw>y#X$WVducsTey z(IACzdxa3w{M$c=g3F4%=uJ8ohx&AJ(dL}oNp-=VNv*}+>FTh((={g-r&Qaz`h;w- zJ*1YlNRSyCcZ&YrC4{QUL-s5)J>U=mLu?5oz7i|QV0B?wL4AQ3r$LLv#U(71Qc|9S-3iueg5;rIg;{@v}46w5rD=90- zNd{D4ieZ%~VQ>|0(YhKRX|V?Ng28eb1CU&87@kzDQAr<#%=Eexk(qK}Rj{OOaGhnhB=%XML`#AO>!b>y}BVK|F z#91(Ckqv`~$i_HtMh?8RTZ$G=b8(6eUVLN6hf!iaFERso!D$|LQJat3j4Z$_a)LNZ zTqv|Xbmr3-YHRpw!v?)qd!WvTMO zO2~kx-gc>RwsIiPvAC}!$K;5kEZiFJjD@?}+QU7u?s#uF*4tfC9&YYv>uL`-_qTN% z2{*^%eI4;bM`At6c5O_tqFS!?*U*v$u52yYWb`|%GM}D&9T zb;e($M6H|tkb2s~7r_epOl#h6DEF;D{*dy+Dh`B{=hp5(NF6u%J}%DB1`Jj5lb^76 F{{TQNmk|H} delta 1009 zcmXw1OGs2v7(RFA-0$8y>i8Jn<2XLkFdZE=UuoLIHnlLVMFinvN@;Q|HBpiwYNeRP zMcYInAq0V7W0q7zU{tFLA`o0il0;B#>;W$7yFz#IpYQzt_c(`hAJ;9^UC&aU-pKwP zE|fwJPi1>=gf=%qRrn>w|DmwK>{9LN9T4)E zCT2z(vs)Xs&9q-I~QaJ)EJ_%0u`yv4Snj2lpJbL766mgp)!Quh<8Uv#-HL zrj8Mw#=w&(Asq0~A_^ZkjmDrVL=2Yb=|nEIu>iGkXe5ruX=)SjlGuf5suJPm1(NVQ zOmQ;&Y^C55YbrFxr{NLp(n%M>jl-m7z+kWkLGm-P!HyU2$;rYp``H-hfpYMfk-7N8 zejer+nGY}fJJ3W`0oti5#4tUJu*s}l2nfYcn{|3Q;+-PG~g@U_M(}pMmUI@ za7~D?*oQj|*pEDt4q%Lega4n(9^;fW#xFJnev+mjk^hSgZ6w=qo=Fl9SXE5X5x7mJ zhReh{-Vz%)v;9&H)J9=~X3?0XSqwIKA1B(v9LFMtH4cX;h{sWm6HvgbxDX&t#1-Ns ztaF--bs8mOoZ=LGV?PzGtZ5jbLpt6tz>OJVz85d*!7WZRkx7*oS9#DZ%#f3fQ^Yw! z%Wk5p-EX)4NNL?w4@$qnqlcl zsJC3I?cE&6NtWpT$ef(DnZ-t$>C_#OG3~ArX*N7szOOrUF5v6!IqSO+=nM7x0{wmE zeqYC6Pq53^5ef|iL+xFGNPFCn%`9;{B5Mh2y0U7%a1SY8%$kf=<()Z^k*gdr=Q9eF dQFDd$p{aNZludId>$2Ixx?m2o3UkJj@(-(Ikn#Wk diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj index 65cb810002b0ea2e6a426dcd65f9ae3f0e9e7efa..3267e88c94fbd8b2cd7490abf00bb438c6fcba98 100644 GIT binary patch delta 702 zcmW+zOK1~O6n$?pGiN3?(VEF5RijNmMjK6PYa2h+Xsa%Y3$5tFjkH!sFeFs!2NVKQ ze=9AIF0|c=2qIRPg_{=KRi#}B1w|<+s0&3GTBzE$MtTW8AMa%&|e!jbF6~pG;Pk@lE;< z@)UL5D3(Xrf>VA}Kb=54(!yb*;wM=8te+>Xjw-j9&HXb8T<~b76{s#Q! zf&lVF9Z6;xXd^dk2Lm>TEJQhFV~`lceY&f#LcId{-J zv=;A(5%h7`L4kG@54gs~Yc|C&!6V|hL*9TKgVy0W``6x(x~P?KsKXGx)%=5U$|cA-pnHzw)s!9U_&Twz)drrEO(A2o4A z>_>q`9xF5sz~kbBm?HKf&F|=gMfVVv$qx%l>T&xhP5TXNy&-ay5C5B>8q->3&U>O& z1Ku(7r>VA@v1qASKA#=BSS$@^hbooPQe|-X+y$>EbX%(LPSBeVzc=Me^(cB-{#6P0 jg#4pM+-5nTCft;~u4aid>MLf~cZ7JXK0A^BuZU;p delta 718 zcmX9*OK1~O6n$@gXQIs{ZOkMw8XKF~LTZxQ)?clknulZ34$Bl z)bcC{B5njhtyJQ|g$rAErAu2uL|nLSsOZ9li0A1n&O7&>bI*M<^C7>Ozt=3EOr_J+ zE>nnxJFXB5;{Rhv=Y%bU`O6T($i<878q&4cG7Ni4R|e|3vh1j%4*)z|JE#X-3{$f# zd*sr%)^6&kF-eF=G90$cI>EKRSv;hByviX5)7zVwl@3 z9A=h{qvQ^|G@{5M7a>jsaFVzN@2IXtO1~L;$b+~}uZPq0hcHHe7)?xWL|>JyCj22r z(97XPvS278!*GpMm%IEg)iirP$6$dk~wL7 zWaef(XIcwN^k=ZZoGcy?x4;+N--;s~Yr{(pNJ4)nRQQ_V5ki-J!8B|1_yaSiX zx8VhOCzgm^C^DfNKRLS{r-(aniwkyQn(8jhQ{9ap#2!56CH7#Mo?aNHI3)IBlEprx zXx)!bTzmlUiG9fNJr1HkwS*+GU%1kW2L>nxzEiUjksCbtZ#vX%BP$1M&y1?6{9r6} zb!2p?aJF0?A1$95I)A0s=F}Y(Y=G=kuk3j3T=0UdEqY%a`9{q|ugO)F^^eIFHQ~3& o0rkjlwJRR4ujagn`s|10Yqi4O{Sd$9zg~MRZ2yi3@l;oT0hU5&bN~PV diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj index fd1cd9f57216b236040dd9f37cb17453f360f8d2..b8b341adc62fc0e084ce3d1ab93295f7d2773bb4 100644 GIT binary patch delta 911 zcmXv~O-K}B82)DF8|T^aC;#2qRa;$ulFTtJwOUQnJSi3uLU?G+4L8j-f9McsH!Bd7 z@6yqQK%`SFA$6%sA$6;WiZVP#2P=>Y3VLR(IlS|}&)@sbthU^3Sq^C*Rw_0Yt{XyR z4eCN%6nl@ZWrQ^$bPXzlFWvle9SP&hSyM4>)~v=+fHsCYVK@3)V70Db4ug ztT3Z{f?f)YsKwG)*h$Eo^>D~%rZBxlZ`H6?wy;QnKm)ZJ*3wzGK?_Xomx!43VTO1H z28mmE%pQ17)`vcy5H{MFkclT`v#=?J$VM+Cb8wd4eOP0ki%Ir*ctvkM*4Y=}5nY8? zU*O^*+@rY|{e()e%Ie1#iX8l4T!5SqLA8i#r>TA%!T8kYb2M}Q9L430ogs8^@h91I88XC||vkSr6h%oWPsHUw6 zN%qay;z36+!o^4Nm6{fOf0DSW1=8&BEyAj1B%@JSiW9%h;yz9Dko5@ZKy8R9TjJlYK8T;dYG=;fm(lVi4ZTm L@BH`h*7Wlinuvr| delta 909 zcmXw1OGs2v7(Qq2xz0Ctw3+ceqoY^HSEXI^U1n)MXi-T-8x!)4k~)?XwJH}g%*9+>Ms8KpYQem_i!IKJZiXO%ayxD&u32> zLZp^?gm~%|JC8@E1f&oiiIEh(Jm#~Vmv@UAk1`YFj4!UBJA9l5kMhpB3{2^Q@Xioa z${d?a2($mMAWVT#$9$tYvz3sUaB-*yrZC+>3%XZEXM5ZQAgPtmJ6ShC3sy`9BEV|m z9Pt#KAnwHid*C6r^P$Tpgatnn{CGh&6?006G;}d?7fR?2K(h~`jeQ7j=uO8A`wZNs zD-$!b9Gr!DnzLaO%E2^iE?!d<#uDQq6Dsp@ii4vVBvt@FFR>8csIjq1ya?4? zs2Eo{CWdX|CHT(16dTl+p^3E|Z<$kp2s8KMr*~F}O5CEk3iBMf4-O3u)<{=llgNG) z(pG~6HMLk|XdUV~xE_PlG+>$QHe!i=6P6i$0DY_n(MNAH{9Nb|_R!mcb|xRjd!`*h z3tg>{5G|q&4$VjLlA?AjvhP5EeW&m#m6z7bG;5tH4nDs;m)eW-^xR!^(jTK8fRooH>zlQ9=}ZOHu}hzH(Ao`Y??UYH!_t`9UM&lF1&g9s6=i=~GeA*eFo~o^J1}=?_4><$zcw#)>KQx?_0lz0{ zg+6+vt-t1W%O+hFzAS&~`S59ZR&R%6^16;j%FV?fZ(hq#hVG37BSAAYM~HXs=?^+=hRFZ` diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj index 88016652ad662787b65c16d50d502210b76ccb6e..7a9c905b08e2cb3d6ec264d767be64f9dbbd9be8 100644 GIT binary patch delta 747 zcmX9*O-NKx7`^w+yYIZ2=HD5|(J99?4YX#;rp&U&a-t$EiZ&6Fqrr>~4v4i$7@=AU z#>Isg1VIFCB1WMiqeX6NBq9PgL4mXhiWUXYqRz9o`0n}6ch33VyYE%HmYz+@uG=l$ zl|h#fURw$=BK|*yv_{w((jKyS80z810Uw2isTMhNWenoe@l$jdCZ0K+tw?09T*Uh$CjbcG`eX2BVS{7x=Xqy#PyO1yV6(Qea^HCjvr zSQYM)xA2Eb;486>IliSEZ>jX)6Y(aTCH7*$6vBsNjP#?8-T)pD2hmR)!ruzbVN9{9 zL!NOFEO2oYeKgnOCxc=*PQC#zsEOk>;~Lou(S#b637nv2GeXpFL6UdWjCE>~ctgGg zPswk^GPktiH~BVX>Dq>yHqeM+N9y4?gGF+TNf;oF}i_?Ah!L%OyBC{VA)?Qqq_Wh$c(Nw-%o-CDzM=wuQ->Dg?hivGVDqJ1H8CCt@{Vw%b)Kjhbr(uYo z9<0A6d-O{EIk~Rmu~ylu`(hnx%+K%9!_hiD6${FHdM4H(2lNu_bN!L?T7WmRF;6rE L)y0Sqt4{Y1ZsBpU delta 747 zcmW+zO-NKx7`^w+dvl)SIBGM_IBMynHbL4O9Vh#-)M{D@Mn(j!nr2{z#(Aa|K|iwz z3M5D_wd!vxwuxu7iVy}$&~+3Q61WP2sHjzRZf|kFbI*6q`7ZBUPt{WQx@6B{B3(`R zgb4l=LYxH;eunfNPsS&-+{9gdv#oLMvT>cHX=^w5O_^>W5j>t>#dMY8d(<=qHqTtuxVO(~o6ZOnfn^ z!~%Igeo+a$BeqfGj5@4Q8GuJzj|t)+D%3aN1S3QEP231Y+=K|zn(?(t^EOQK5=Mq` z5mY$11;aE)@s>d`w3BbeA~kV5VnmyMplHVvDm&0Y&34pNzXLzWbmAp7U3g4B0gwDn zEOAOV*2(uEOieFtlHY|*RE0=lh171eF?0_U!}~Brb3d+fJ>XHYKv!0HMAzJ K(-9#ybpIc^t#l0l diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj index 708feefdae16957e98e18835816d0afe15dc73ec..d149a764264b2b4cc94b6336545e8339649c15a5 100644 GIT binary patch delta 770 zcmW+yTSyd97(QobW@o&7>m}XYS>0T<+@Q_TH7o7nn9)mZ5e7X;DK5CI>w1fVs4WPB zz$i{HQBU>~R1mG8^ionUhEPx1OHpr01VJSQ6@BBveCMCo_39z)@~BoYFsKt-pg3}g26*t59%oSEj@y#vgdUoQ3&bU6R4TEL-(x z#mWZtNzKX@`Bg2+4tZGpmC@?7MY&0f&}H-z%3iC4&n}!|tw5S}5+A(1aEwL`8oxzH zD=#-NL*9>O@+Q_fTbQR>g3=NpN@1~~3^P>A@l0nK3akvEkJ$=*LAq-t@V;UJ=n53Q`^wb&h1z4Q%-tnyd&uhjb_HO z&d}M+=&&=C&rgr$2Zz&>#gutks!r1`KC*H~(G9Fi^(|->-AdP#uDTLBC+F1fP`_+Y ksc^GgP!r*}{H*Q}V``E3Lah-Ks>+Vbdeuc-R)covKaG=pH2?qr delta 775 zcmW+!TSyd97@o5;vol`4bz9waXKiiObfv7(-7aRXt?5HW&}DlHmQY-BY26hsL3a>Y zib+*bDnp8*OdBkGT*93Y&SIwATwMBtt;P7~;!e|N$f?y%f66-P$Tefm*_pcSxJ=_2 zK~2-M`3Z+RPfpbst+v-B$>;^gV`{f_F2bCuBjq-=5Eh6Vr>WNJB2(-YV_ser0nZ(# zYT>HYE$FG76D?v{z7=s{$xRXVT`);Esv)ZMUY3eQ+2*o}yPV6QlW_v?oO9tAg(_A# zR)b*GafP@WVd4hX*_*h@o0dT~iVs9ukz(d1G zd?(U@Up!C@1JuOvh@txs<>39e&xiwfO!gpD>O1j;(T8x6wF_tIJ&YBO>_&v%1k%*> zV3x=cfUYD~3?-oSVwgck@r0s2d}ZGcz4TE{t8&@261C4H`~L7k&K!R*@KhW+>kw3C`{xE14Efozh^^~y1XY0(JimnUKaCmvo^)w;7qVd uEXc`VRIJO{U{nuz`ORd9w_2_Ry<$oJAk!-SR#XIK!iwr|{ED*Z@c#i1*nBtu diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj index ee8271596a97aa47b5d17ed18201bdce91403719..6eeb30b84fc1f948d521ef7468fd7b5cffa7b4d3 100644 GIT binary patch delta 683 zcmW+!OK1~O6n$?pGiQt@HJKz$Kenlj#!yXa`qBEW{RmPQiVML_W2|T}HmC_AC|QY$ zwHV$`svEVdLJK2kR#n7}h$tu&>B60EL@5Yv1kZC8=iPhmIp@9yvygd~xu1|T^{zzi zg-?hLYeEPQ1b&9J)0PmvAr6e5c<+D8u}B$))zF;**gQ<@qoEH7It|CVraK1%RGOw$ zoUZ8EIUV&~65?)>W~)rFVV>7@D443hG;60EHn_wTiJy88!mNFGtdp=zvxOvYW1~Y0 zF~>y?B6O`oo#;n{_gRlg{S-{H4q%yl5I3lA!WZf{;x{ux$dd`9kC`s6P!qv}8mTA- zDT?650G`|zIF zk2I$P$kR25PkhZTRJmX`W;q=~mbeEEF5ZhYz58&Rn*A81<^Y!HI*4OrhM6Kd#UTVZ z7{L*CqnPJl42NkO=g;80Q+cB;e3V&c$d{qj8YlQKdiRV)pLfQ7ZmXQ#94!^6FJueV zVreQ{D3>dx^69Cwm%Wz2U8&wi{N6%v#gqHGurBI4=45A|TeXt`Hn_(W30EhhkF|+cItib7H-+Q8 zjg2-f#0ujAaOm2A+r%ImbZx}6ehQ{php|lF!4&loNb*s9Wo8UTGEF$c%s4JnvkCWW zq?&P-p)Ouin!s-^PGX2m3$D|)8SB)vVu}0~JR!3cD`eX6k#!1#T$#pW>f7<2q1({K zI)i@dJMe(G9X^wHpg>m^CAxMZMWz!8gZp!+(9nf>2IWy9c4L*I9yr8aEHHEz-jLso zAH)Ji$?w4}y7uB1U$YPMjN6YTPWy0**pCJmA3%oQgQ!z;2$!fij1P1j!6cahrihdn zM1g~&7-2VrH4ctpfVN@%=f8VJqqXTOv#gkzr&SFTf^+_iQ8&Fmp>X6{X=1$le7Rhm zD4!d@Q1N^17q<5{2tOOXA^k^vH!SGBC6iSg{bT9FNY*&%m4rY diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj index 8f7a0dee1d4fcedf7944b9487e09e9d52ceddc5c..80d9daa3b3f87c390d0b11e914e3b253bfa89bea 100644 GIT binary patch delta 739 zcmXw0OK1~O6n$?plSwt{G3HnEu}xbWrPa~4R{POd6`>2UPMTCirD_LfXbyy*@0gs6{;ta7D zHuXLnXJkFrh=B*hn-F4}AJ6FBjA7yc3fvonUE$&ohG-7sHG?8J$w33IQ?vzl7!d^% zL=5v(#u20@fduti@sms=9#YeU1@cKeC*O=qT+@PAFvh?7Z2bU@d2c%KZr7!G(Iuy5FVK#ECylGd>B#5?CP|#nYAM>#KC0|iEP?Xs;_k7AW{hj zvCHPqMTn9}c4E>IP7)Vc#6cF~AWmY7NN{iw65qFX`2D}{^ZS0k|Nop_vu9#rZZ>|r z`dinu#vfiy%SmnZ(+wFR^B88KG^H7xgt{&lh;+;R=l)s7sL4ZkeZoDgCZ=`WJmMaP znRlTfCsqUUiW?BtF_xQ_-tNE6e{aCuMcdQV$|DBEQ8g%%;+2{Z9W8&|>bU1KcZSI- z|FTfCqP6;g?Hc}&2wZiqK)1zLqDsGkX9oMRpWF*UE^&w2!ak-N@SbE1W~hA_r*1@+ zem@SfvI%df0rz3eSfO5vd1eDhu(<^pzI+|BRX#b0F@{5U$f7V(T(lxjQv_!jYXcj! zc2ww$Vwt=HVfxqOHOU4{(-Xr*X5)BCz7Zu}lR%BU6K|=zaGgAf?`%%t8dICl#?CbE z$*QJxqle)wIKb+y2s2<~h3g*NBH4x|#(EK@rw`*S?Z+opY{w~j1~AR-4!on@iM!;x zkmMYMWOfJ-c=0e6sdppI<`I-g_TUBEM)6c?AuR)&;Vg1QV|Y%z7mw=0oM#22s!=LbJu--mRB2s|_p0 z^sp{O$vY{;Hbn4fGL$ui(4_Un;Gvn1DQgPqv;;JU{yobP|0M4_?!Uc8}VTEX8gVkbm`)`J`yq98=dKvsFyKtZWatyG!0w<>_ zRbrD^g*loWykI$uM;x;oQJSi;NsQn-zeW@{xk?S*(qD^J>UH=`#l&c71S1mo#)cN0p*4xCyr;0h-CL0$wm~o` zjS@QBvBohSSfjolTf|PBrk+8BU0vvB!T~IDz(EvP?ZyVHhcLvh!}!D{dazATFI-(D z#1Z63j-rRwKKx_EG5jR_L|his z57f&i1!+Ck3+u&=P^-n&;aqlNylr$Un;UBz&F3d``H``UR|>x?mtW%A}Hyr+0HRn{RKW@2PR;4jd-cuRkvN{*@%-1zSeDv%8 E0k|}I;s5{u delta 822 zcmX9*O-NKx7`^ws`{q2K=8QU~&N!2kj&H(Ir~K(hC$)q&f`KmD2wA!?ElH*#Fl-g{ zvk)$|h>4)u*biE|k`g3^igsz1@!jv7@0|0!ci)q2K08|@r(Y)K z)y!p6h@u}-hz+sx7&0(x31LY4kK$oi56K$_Is-hEwPXlk{`08*sy^>f7yu938sfyT zk*8THYwSW!Si?Jl*QCrvuVljA9%ZZ6ofY#lGzFl}leJ2U+lVk_6W{|wCF;DT7-etb z8GD66zN&?L>;qti0B+D^V~DN-%&|JKs4v86@5^wV%3b(Mz8Kz?Al^_P!a15taB_xJ zDIA8D;WkBKeCD_u>tuGLo1zLhjHrZQUxlZPj$nnZC^pDc;}@A2=E%g6X2KraVqb%c z%t;_tAjDqGGp!bb)Yl=xn#3mWwjNQz{Vwh@B86=l8gPx$H14x+#3~mzp`W!G+l4UE zXd1e3meOw2^U`_{WIcuqzvDPMIPHb2{|5HSQ#y{ywmvRX$>JQxA?F0Es`o+Ixyf+l z`k>Mo=MI(fLAA4@$5GXu;47#GpGrC3y_mEQ($1O(8hwy)etMv(V3^UZ!VKzVB;}_5 zh8p>PQQ8Zp{#05Kyfij3(tKueGB+_fJTf}9xKLP&S7nc+{us3%KM&jToqkb$Mb7GE zY(Tc?tFc;Hq#wjwt24}-(W}ui{UsKXIlUEgWnP!ZU3o`mnY6OTN^1fGsYSIg6jU5&N*oF$i(;rK zf*`6(i$Z8)i#D~GRf5Yl68%t%+6XNo3xk3p+I8N%#d+U3-}%n>y|_@Z*I&~Lkv^|9I!zoXn&;7dDg>{!|j z)2EbEn4R-`-DGx~59#QjZ`aEBu~IM4?zkm&nyOPBPLtxgCcznABJsrEhc#x~81*xe z=T-+@RDebrT?}(bqmxqsEE6~32D_W_-R4Ij&N_s3>S5fczY2NQ5d?|Vn5R;MQawYr zV3AT3&nd<5fl3^CUg_aB7bmbxr50J9Rfiw+)FVediHB4g@R3R*{<3buTk0wF@~mdW z0zz!X5@%bm!L(LfB(@<;XFK{h)q(aB$ub|J}nJBE0BH@+~g2NSfWQKpi? z8y>m?=UDgR5wQ<{h&$nO!J5;Jdq7j{9rfLpPGA$wOYv!w!k|)dBUboAhdlcqnsMZuh zW9BEk*i2#eY|qquVP?8#s#u(xDNau3&zC=iUPv<$*X6~k6Run`zv35Ut0{QLWv5y3 jT4dCG_Bv$F1QH$cvdIwBW|Vl#TqQ1;r^EsCF5&$LBAaee delta 798 zcmW+!O>9h27`^ws`_8*l^H-g}w$pa1#t_wZXz7nuwL~N%U6c@sw4GGaMj4@HLx!kb z7q~QbDzT%Hm z<0khlSmta;k_jDXVdYlbX2LccVnQb_QtiT1s@<4peGj^Mc00m!_98=1A1+x%A$A}| zYd^n2?8F~ihym>7K8Vwd+l3L%-NH?(8s81?|IRZ^)dmZmUw2Vd$udy-9}84n8EEbD z=d1cM@atLDsfIEL>w}&xRR)o;-os4Q7#w3-LfF^MXDcP&mbATMn^GVinwgv$Z_O79 z(^G}9@uR0o-!KF-92hkxqtVj4z+-8;V-=-^(0*4gm|wB8GG&g(hh^F<$D3r(e2Qme np9v%~&Y2M336qUgnOq_)o6V6#M$VecoYQ8JdS_IKN1py4VG3`8 diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj index 3faaefd96bb7e72dd03e319ed9f79034fc01639b..69f73cb953c8b72e7e214aed1811e9007de279b3 100644 GIT binary patch delta 238 zcmbOtGDBp70;9r2MSB^41_lP6IgCIO3Yb`!gjh|09A@2#HA;*RC(f4_zXFu!d<7(! zM426cQmlDEg3Dy%)o8}aADP8vax(L>^^;07b5it^^7Bh_@)J{1ix`Si;)^rWCog1` z*_^}F$|zcz2ju3ZrYL0Ql`te{B#nhn-{d9+m`V#v_wuIm#J5 zCQs!E2D)YPD-I<_lgYfC>Z~a&3=9^N8`*^?`)~>{&Y2v`sm>TOxfMvRn7kG!KZBKl TK@%+hhEsqwfsKJ-FNg;KF(*Dh delta 201 zcmbOsGDT#90;9}CMSB?=1_lP6PDTcXgFp-dOe{=7tR_GPv(&^ICC0B4=gW(~0LpQK zB}JJXfHZ3!kl<3>cr}`FvJ{Kd=2)iXjFSzR#8pc(b5it^^7Bh_@)J{1ix^7tiZj#m zQd1N%^GXp?PJYLs#Hcq} lkW-y8Zn7nioHjWTNCr&q1d>Z8Zv>K4Cf@{-F_Rg&!~rfsGz9nRMIEn+ntEHlDl4-r%Z zX*YTZ@u7!EvZt@0r)cC$4+RleFFjch;e$cZlhpb8;5+ws&+q)sJ@>9 z?Q{x4Ja&u!pC(-&JVNMOxz`e{DUzDB3eHY5A6d?VFBE8ox#a8&9Cvz_IqPy3Bn=@9 z!z@ltIlZ?W*Q07ehSS3w5;#Vb70s>DXPiuykyCfHw(1Lp5Evpz>~jL)u<6*QIBsB3I<_;6=7Nu1;3pXi_o#8BMq3Y( zoUOxEGW9Sy<;8d2r~#|gH^NVi4+(agP$BO}R1=~ZCOrcfsFDgIMrjCR#1;(m0a~%Z zb{j@%y$K_%+abw!Kv2IK8)Q21p87EIw2t5-`7S)=VO#K*Q&C)Gw;P`rw+Cmak70#; z94}e-;yjfJ{zrw_h6gOR!%w3f$S_?J?Yu_{f5`XY6)pM^XioG+ZMh(jlGV?>c delta 727 zcmW-dO-NKx9L4W_@7_7jH>u+|GpX6kvr$JHYqYY-K1fR<3_%JCqD3Q02vZ~F2YrAL z(PC1_Zi|W*Q4s_Y#Xz;FHqk<=O+jvgpjC)Lg6%Rp&w)Ab-t+&T-<&r~-3#5GQhs>Wq%0Mk_97S+K6^G=px%PiO; z>>>$jr+v}yvswUIPJu-_4sLL#3_po= zkzqE7OLW#?h3`_1AJhuC)Jk-6CxkSoRk%$jjHD$*H8hzK9G|2WMIX^IT&1qX0sa9s zc+YVyP7qy(5uVpU(yvE~`|Ht2XdHjIpFoai51;5a;4}RVSYaxOJDfIRj&++*B%v8! z>8J3W=N8OxGtFDN&q4zA8WdLjL) JUWj@B_8+B~bAtc? diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj index c7c69a3aa784ad281778e0cd65c8f424a9db4514..6dfd34fcd07b4646735ee905ef1a1aafdc1ce6d9 100644 GIT binary patch delta 2899 zcmYjTdvH|M89!(D-aUJFH+OS)bMI!e+1#uNfs&BTV-0!m$YUvyX$VPhWN3H@R3QXn z6~@4jh88E_sA%|#)e)gshqfqHOgkNmJUXLJLum?sbf^znNI|VkQD7KrVQRl`&)q5c z<79uo^L@YXxqI)OU-IpT`E$km;%H*m!iT~v^XKB8Qj;_60%douR{3GtDYPEs))zH;zh%$ATrz=^D*WT$`&;97<#vh zF|h*OnNT@nTojU(sPv+s*p|nbBDT93Q^oy$ayzf1p}2vJS7;hznkYubCpMsfU%ZT7 z0r3sykt4?O)Wua)4vNMc#&ThdM~6ExD^uJ;A4@!nks@N5hp~K-4louKKgW0l;uJD5 zaZ_ciP#nhEWs8j%qgea`)f2*pI`@dbVF@K-H>#D2zhY)n#B9v9OuT~p zRMCgZ)5P1DLAmfP#560!Ed(>fUcp$U=u{X>3KIiYi4!PSEoP%cjTpzkwcIi|Fx+6hKY}i_ z>c==rfx~*4<|eC{g9X#J!l>KkN8zY@F24fT-6?(&$`rfn5c!omc6m(ez#Nqd2Zxzf zgjFar92{cWmy~0rgAJy&k$uv^SVIFmuT&=fMQp9ZYD`N}r6~tvb}zsc#Wwbk)l7#~ znf7-uRmy9DYV$9lPfaCCaD>XYr3H0p1pBDWm)MIst#DFJw=5&JQ?g1v(kbw*&B@ zXGe7@wXsjqJj%2J3c23Fn39Scuk=govY1u|yM=B1j>;QwtgzXe;e_bq%R%?riFYW_ z`6@1(GU#9*)0$wR*XAME=(UY1Ts~#Uxx+@j3H!ZI7@3$)N;c$SS~=8eX`=xb zSQ(XUKw;WTunWhtmlR%*Y(6&jefSfyUsKix?q);2G=C8u@FlB#)a2LX9mhr;BmBC= z?g-O@z>N&Xh}`fc6|+wg3KeSX_D8G_^fIfg-k z?>U0FL)8!nB>54T6|h~`La;2*#xKFaKqqg2>j9fLfsvE0`8CyXQ960C@872tyX0V8 zg#nt&q=T`}TYlJ?(_{3}Ag=zO{ykjHNf{=!{Dx#@Q>t`_{rYZpvz{uMP6~`mn%hjj zK=b2SqKN6^a7ItKt{d=$UPoWPU|Y&d+2~oD7}LL?nuA%Qfa#}cTDcD44Kdw@mxGDW z5?Z%#*3QlJSK(}Msq2CP6}iQ(+XgJmZO6X+BzGyEH}HHPI*fWg3L{2M=wS-d3CMFyXxA7<7f$-vzmDJQN+2|(I`{_qvYnI4k zdNWLf6QSw!+cA`-4W_>VJTJiyKuKPGs)Kw+oXb24M``VJ2(QBQzfeNEvhG-96rM$Q zfTMZ!^D^$Ecex*=Uhc_S`%UpM>seu!8J z?t=zA_rZ7Z48oAL9{GP}cz=ZW8F&VvGeZ0^{Op4Z8UC9LpU5ZvnSA2kz;hp*!!rms z^XtQ>>AP{w$)pfd``iz6qV2IvQDyolJrK;<_+(O=#B=yC@tX7DU^L1*;8?VoD{u!t z-wRejnSO}&{eswsYck6`0t*Ui`EmF`L2UQ~3X$NMC(jb=S!(6CxG2S??6p>sQ#BXE zh*nzf;sa8tM@vL&tmU+D4Lp;>S}UI{8zt(u4$)ncM2}eirMp=YZL&PHk+UTlw7OT( zbmvI8&6-2AnalNwLdLdRtyEsKygOyBrn?r2-nE_~)GE;*tZEuzn?z@9YocF*`VSIQxU0jqJr95(l0$h@C8jtvB-6tii;E{F;_zwxI zcw~?Ua#_L@kCam4S0t?Gk)P79#U~QZ;*pg!lTRgV<`E#}&$yPEN}5OJ!aeZ{ei}OC zE&LRW#-pY0k@~-R=o)r7UaXdDtBddzs~f*kYDM^Itd5yJn21N~c3>0LWQKB^=W&E; zRR$>LpHV`s&H&X6DUWm3?LdEGp{Yd9c4|Gv5q(_7wid zu|~Trs6EvG;A3l7tbJs|*huATuCb=-Qz{ge`=GBf$LwFXaeZ>t=5_sRlB)&=HuVoY zxaND0j{T?Zj2phw?HxPYcsarY@SE;VUIl8;F`_eAP-lqHi0oFqMp#T5? delta 2912 zcmYjTdvH|M89!(D-aUJFH+OUQaW|VyvRM)mYnE&_S;GBkB zzu)=3-}l_Tcjv48_EG+9G5=&Rw!3ZI#WH_3?kEZ}X4id;*(&m?khF2!aSBaiOcSlhxWsxCaElkw%Oh@K z9ywwJPhI#7#=K%-4r946#KSwbU{*mR>ESEcY-L7Dq5%zBq+UM0}|- zRv^xxf1$XJOp*8%W*HS5Fh;R>8P#JViLob$zhMa_;tfY8>Sf-1?V=TStigtyugz#eEDsct*q?n2l)#3{bTqEv7`;>@a_gEd*<&ZI#%GI`#0D+S2$WvF(yo@|dPk?Q<*>#qsHC1e9Cs~4jXw64mqDRGBNi^*5_c_M5xhPj0L#B z%AjOD3e$cMyS0?@3@N-I**t9QCHMf@VjBM8J6WHrg`a|ju0%3PO+O~@I5z4c;o}n9 zLrklsicd&v3o`97c+(Z-6>tvE*Wephihm#C?gal3mbjyQ0X&Z98aU{V+B84>);-Ng zli(jLLENE5;PE8*yHM|m+Jb&q>S^W|;E1OkeQ$cAd<7UeE!DrEI>w}v6Z`%Gt=K;- zjH|Gp=5o=(Sf|ee138_>01e{v|I@?pc}~jkQp?9BE1OcKTkNen+0A;Yq?HsHmo$$u zU7<)kOB6AE1m4$UwmcvFN3W$XpSL-cAR9ev6JfeZL-%Hhe5PNcY2{jk)5r9g@S->7 z+f3``&)V6U{vLef?XoF8i02mDCitK&cNX^L`P?o%$ML)bbBr|q4eToP#$D6IjDa4JmykP_ORb;lwb;2Cs( z4PFnVXJp(5?{I&Idih+|+RgO0Xd++{BCGe)tVKqzGDv!JgK6Fcdx9}4_IPkDABK<_ z;|ff{b3ZJ`vlh0S>yZCvhIfaEpM+;Ew1M=*??p}#Dn%~l0y+r+H32o$5i5@lY zUqREICgI~|H_c``*GCH&+i5mYc@6UJl=&07Yn141^Vfu$BznheqY*Ys^uBqNP>Vz# zng51uk;s$_lv1nYJ~3BPnX@DsGk-=Y-6zpybA;|@OZ1s}0!AYVi0b2p%XX_devJ}pG6U40A76IVbOtzrVK)>OP1N_1L6g4^m0iJQFt=z9Pr{+1&HOnC zL?`m`p}J_9w=A)`cYSwa!kp`S(RAP+uPsMyL?smrlB>J z$86ezJ%X_ls$58)}6(gcM#j$(wxQW;FE5cgCk?Y z=yGtwn%V}8&ki8%MxHV)qubf@dO{Sj>dZs*ew+{zo01#&$QU~ESq(@sCbl>fbP~cs zfF3sLNXEgPAVfSalT5%T>Mpz{=|&fI52ncPz+(ULOnf`@r`;4`gzKS zQ&CEOED}nEpHLbm*r%hPu`w>f-0^6jK?2rTT^J(c#yzI=;GtU9ywM3VNqEDWjOPrH0yldf=6E+hu95Vk zok3FZj!GI9xSNhgBs1`oQvw*Ea}bJs2p5&`c5 zIJdK1s#o`E>r$Q73rcShGJ=-#buhP&%Q*iD-F%Y5%B8gt(pxDRj_&fuR`iG-8?tWN z>V+p>wOH=V;lYuUB|YPV!+j+^k;vF^q`R+wR5W#V9Pemru29lWj%6jjm$5(IHCraC zw;883BVDxy+U2U63FOIhYAFzwv+7GAY;JftME&q4tD;~c;o4wW{#5;}AJnB_*bJr% IvEc0g15b#IAOHXW delta 972 zcmXw1TSydP82xAdnKPq%aWC%0y}0Y8R#MZqO3WW z(u8nU76@@e5o7Qk=_QHXn-I^eZ$fFHEy!U5uLTqVB8%FS^(E_ zgo6023lTz^q%fvfmtc%mA~?)tQLIuTh7ga%5hhZK?d|)S`>`*ocQ*Uxz*l)#C)Io6y9%0hc-5 zj2DcJ_(h>D_|3yjNHaELkPEirCRetgjkdO7fN?t{)plT+oHV|3F>5WT-rN*9KKx|#<0}mmqmgw0OT1eU<75VL zo<>6WOC*dBoR;7%nGt;Ct|(4ZIfnbJQ8HT8Rv+f5KKr^pG-d-Hui$ y!`7>4N}u-fA+5HE-*U!0$~!9_OOf2p_{BOKOXv_@!x0;9=9MR)6J1_lNmAZBm`5kSD?03>vQnAr$Oa5AvS0x4D&_BhtFE)X*t0SQh97Fi(0%EImlq}W(k zGxJIqSS*2T_SqX3%Q0?#$5_TV`5>b>e`#h;ihfdleo0P#VoGY!$WMF+n@1o`-q9)^if}d7#2hyfkA6*KK5B>@3q!mbMA|(v8oGUWo|gK zv2(8!BDGZ);->ijb12SUMF@wY-(c6_(1a^_;Iqm@YU9b7L~Zh>Yx|Nn9iJ#wr55cS z5OOCm3Ev#aiS&bqqNf|f6T$dPItjezM8Ql_iC+eV=p;#^-YJBJr|dg%mVH1aQ^yQr zxZq3`!oVOMQV>dEX580=NW&RgrlW;gH>Qa*Fi4z<&D44@N9@HRv|a^`bu~V4{Td8$aTPw&ry3*V)S!}`wYbi>wWu~kT-0F~ zv#f)`)_Q=X4Y*4|J)d0e=SWRUcheHfm_VSBGzASz;J^x!Rovz#iD_01Uzx^5GcQoy7+PbO2b{oFLpne1icgA@~ z;;N^`rHt9X1C7drT^}4&Qtg+)CM95JnuUsKSDMAj7JH9btex`kGuXo(uYJwTP<-|S SPA=J#^Yt(13-}2plkoe;8{ zm;(=0rz5|)_)?57?%6ky*TjB2BP$mxNtW^;NzO-{r2@<| z29QJhAeJZ>A`&8uGM+Ai5RIdl<0^&t$x0DEai$o5S&!ijbxN?r6-%MgW))6TzYKk> zuf`}@)%obRzY{fVaxeaxuNQ!10q|kPJ zra=pS5%0h$5?cAmWe-!$la)$f8=Z_^>?a`yA+~+ccoaXXiF47NzNr;<^Wo(Z z`M5%E0ba5mK#(zrCsYVwnFe8eC5~VtC!-i;w-8IL7vUloEyhXW7=~O-N`z5qk7&V) z6|N_PMPast`H0)gP~If5GVTGaQB`^z%zGAr^SgXdDJLMGKf>w&I#*S_}J_>Miz@%Ft3I^$g( z-JLD1sb$w)C3W36fii0_G17014jr+M_KzjTt^V<`+8V3(*wApF)tg963@3W}`cr=I zCDk4d8>t1~KDV-H{|k30uk1aMRA(W#P|8ZBrzppJcg1}vGQxDi)zn+F1arX+PJ{GIw77UYn zpsw>}1^veuh6gqad}O>toqGygBRBDuT;U=wV zwrJjmI1T%8j@XW$T;G9z6m_DOe?b>sk{>{t%5MB+L=QHJy{PBm`Y_CCKYo)BxWCE` zjtpD1FvV7?%Dc?kYcW~X<;_#1@`J)V#HreuH?Ox0Cv=9vs=>eL4t)f(Pgj^RIjh^v zq#V%WW{v!noimrr>==~NU5G{|Qt9#J$mP_;XmVt7a%y7o^yt{7?AhFRN*6_QvK@g7 zkllJIdPRQGHO`JAzBnggf)SKmJmuUf|(ZK zrbTuNglG}zLQo3^TS$v)Cm6JdhzKg$1hokQDHrwKn#DKY`M<}1E}Z4eLgsdpT%L=c zDV0nid>JXkYw`bQNY4XH2y>W%(dnc(HKcu-Bg3%f+>?Pm4-Jn9#;9}L9Vx3~aJ1#} ze5~+qgbU!ww$4&9Y%H-sDXVySns#isD_%%Z5~dSrrQez*nD^b{u1L=1&s|HZ<`lUH zs?0wt95~4`+_QPW8`euSySKm$xrvwL3iJFJ3oGOvPH9A$Asc0;yx1h}Ks}Wz6ix2; z;U=wq{H74VIR=7w#y|+;yg(RPPO4$BG=f!nYVe+FEyBb)^wSfC%?1bCN{ATNS-lfa znc9W7RO{hmssRr<*^NATBd(J-VS){%IJ&$-G-I0!S}@B%D{6^t_`o&B0$Wdlb0JtiRuU%i8=SFEHP-< zD#;dGsTS{Jp1ps#UUm5A8BoEn@aCziJ^p#UWjNJiELJ^%1y}SD%t0MDV{%pZn@KsT zC(Jhay)tL6m^xb(4bBuN3(50SQ`3`EV}*-XDub}poq*D1pTAPBT33~U&^5?jy%xPH zKj?1fgv{z2PK$h^7oCLsq+dA+%L(z->vSlheX)@IsvBYn*{XBI8ht62uzuDGvF7T3 E0oUwwW&i*H diff --git a/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj b/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj index bb9a5b7d41ec9816afe5e2666d65779ccb04d2ea..dce89771edf86fb2b4fa6f14f19703d02124413e 100644 GIT binary patch delta 270 zcmbOrI7M)R0;9-8Mfv(X1_lP6my8Sy@<0X%Ffp?EfGLhkKv5+<9PGP+g3K(enRz83IiM6!kR<{{F>)vZl`t?0GOF?kb2IZv^9hIp zg;f~1x$S^lhKc*q8K@tK;|+EGOF?kb2IZv^9hIp zg;f~1x$S^lhKc*i84dx)7n5~4)LB=s UFfj0e#d0_VSX)>b7Cl$d<4k8G>6rraI_28igq4P|AJboWDzu^twaPEkz7!A*G zLrOhYD1qkCJvM#5Rn6XLmZO1fl{e%Amx5BJLl^9geFoOUJP8mQXR>6AqpTU`*JUzR zQ3)#wW~1^cyXFlrm(^=-&FdPNBg%Uh>UZJ>6-9iLZ>+|!QMUw^9#p{Y-bCZm`1OKZo9Und(4>aaE`W5=5Exxz|M zww%i^^kj?0QocC9u(;+QSlein`72)Zy)XG?dj$QH`Yju$X)>9?Z&YEd(gWiJy-Ka) z937`J=up_r;3&OgJf-h$7bfV&ZNoi!bkq8c4e*kFwnS*abFhKNyfn|1856Y2n5Q$w aL%Q?Qdb|N(@G0Bf>gYx@zyz(PBL4t9MQRxU delta 527 zcmXv~&ubGw6n<}ZHappDlh{p&0n_YOVUbppl$<LNHKLq^9CO z&_dyXDC8pQ(PCM=NI?WGIVc9~MHHl$o(io8FBQQzNu9&@&G)_U@!rgj(r#(P!^)OF zi`69raBKj0CjdO=|3@fGa7{?-CtCs|e>h<1su(*x*|*efO~SmcbHaL{l{EKt?gRBO zHB{t+l;+~S78qIjh3QA@oG~t?7MLPWbzaFs&RbFj(JpKCmVxirxDy~c&g95kQcK(7 z>2f6VQYV}g*pAlu_&_VLuj*;uK$`~Gf!6*&qkvewc{dJn^u$20zY&Q7`m`g?<6}A! zS^Pq_(au!35u*{kf!+x_A+P8jQ^&ZRIM7CPW>wR4YM1tnbGRAC5W3w~h668v-YKIc-yPjcTw_FVQl ceQ%q+8hz&UYx>QYq}*s=!Wn=HJh($ diff --git a/blink/build/bootloader/esp-idf/soc/cmake_install.cmake b/blink/build/bootloader/esp-idf/soc/cmake_install.cmake index 752360c..4ddc4b8 100644 --- a/blink/build/bootloader/esp-idf/soc/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/soc/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/soc/libsoc.a b/blink/build/bootloader/esp-idf/soc/libsoc.a index 5f2420bf2f3ea181b31a8316015c9812063cbdca..ccfdd834bd0afac346cd604ae18feaf979a1f569 100644 GIT binary patch delta 21793 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 Az5oCK delta 22092 zcmaic378Z`(spHaRYrBs^f5g%-E-d;%rN)O409rg;;5Vg3J5AHatMeA*m$fcB3FT> zfXIq|ii)6vwju%w9^ifZd8`Pox`>FPc&_|!RQG_(?*3mrPiJLDMnpy)kr|m8)qm`a zdF{EFB|}2@C`x0gqKpWf_)Y&pQEq)9^1Ex1qHOMc;&J*TLQC93euN3q^@_DT=aPRg^5edmhyw6?v*gp8})``5O=%oU0Zm zonnKGv-qXzgBVYxt2w3VUohS-j&~(bu|YJ6Uxr=-JWbOto-$K$BqQ!fiZ}Zk-pg)7 zwxc}Ze7xkHHmde5n2@FwI$uKC*n$A@Q$eFB&Jw(0wR9gRT?CP|jNpBY5u2d6VmY1Z ziKGq1)d3_eE0We7imT9k*2on9Ykp=_ifl8%*-PAR_H!nS*Ugd6Yl1_8Eu4~z;ey5L zZpab;t9iiL*L#ow&f#9_c>ER27 z=RJwtuP5{u)_IFWhP7~!IMZxB&1da6DtzX&)3VH$-tw7W;kSCZ&n$Y|XTDM3BKJHo=DNZ{uz49_ym0bM?oFS96Hb(NjxBQhJi7`M$s=p zo+HHZuH^G=5ZMFB(BDO>XJA}`I0nOTymSkJh>>x4DH$AJy$_+>ub6-IN)a!2C-+|C z;KoEUxPk)#f#Iv&D_(5yW3HJLGw7aBZ8w;TK@plI-?kbwsOgn^pA90H?jKF4^5 z_BChciF7UnjUBLJ04+B3=9|wqE=gA;m z?+u&;eI+1?`Y(V4^mD->s6T{qlk`sohEB5H7i1|qH+!l+5gBRvWq_pXI|0eiEyOeR z!+>Y$gHTMiZh~o!z8mavbq(-5eGtNYy+2qN=+&Sq)C)jWq(2S(V!a!fCAtUkKKf}8 zy;RReSf*c3N=PZ!Uq+%rKNn0Z^=lBX((grBt-HaZM$ZLVt$rO?)aj)tpkAMd+y-4o z*r+c?!F~0;z--c20H<019r*op)|nQ)7LZn8C`z0D1|aSFsfc&zLjdp8{|PEnw&uqy zMwZbVf$N#>+SXH5>zVU}%iMI2+uAumO)&e9P48aYey+622dbL2cD2yWGhT`9ZaMWj zdmg&ByY;ktoS0qq5A6~Q&8lIu#m(kJ!-k0U=CNV9Vuux)CW2<;aG!eEYY*P1Ap-wO?z83StE^GTuYNA;(qFj_)VkAcJ>D}{3 z%om}n&?vFoO8cT5F@orzD29P6B?z%P0Y8Q& zaJA`Li4p9kZOHJ@Y!Gb1O$kqQGoa<0ZilRa^NJ;JIGC>_W=n|4RC^Fps*zR z5z3xSe+BCldI?mi^d554XdfWy)D1`m#e+j8Ek`_yc;d~b!v^Y~L(hU;E?ohFJn|yU zr%%AHfMB91g|rYXis%RkifJ)0OUOjL4{b-mr8F2}8GQuSTPagoMe*^u5>_#dASzr1Z#W&GGAT`qfG*Lgg5AhZn57bu5 z1f-1&gzeM;;X0^4ayzNQ>>8cwUIZeDX$v$b)J+HRfkI96icThNSgz11{x$Ag+VX zPSzQ-H$BNaJ7~CYg5+&lNMxRnrUgd!bJQ z>}B9e^XuuSirR=8J#3D>d~_&;Hi@l5W4sZi?$M$SWSr2VQD`D)(NZ8qwaBp!EvpVr zI*UP?-i^j{{KWCD5Lfk>mfm)+GP#K*zAT9xARhkDPgXV$CNv|MuQ5te$=wb)T zkEOo=)lI)5!$V_1;H9k~@X;jHIgZ)^@!RHWJUs%O1o{xUi4=!0Kz)JJqe{P_6Ow5Q zSf|hvpz2YjSWu=&VwmUv_ zfrE|aH@XMi@PO3op$hk!mp+zjrYty9{W#Iw`&fawY(a@=H@7dy6`LY!)|76ax|i3i z0%)wgMr{M+t3>k+K=Q22>7r0gh_jZA5C!4~^X*#)s?`k<6L+XNVBzf0uc!mpLm7ao z|M`I$yo@wflx_SHayGY>Fd8|f>WA$Y@u~rhnu0tBPrxTk-19kQ==<>MF>&W3-eck} zL0se}bT{9&!8T>hH6qt^FD>i7c%#?q#XS?StFO@LdA6nT3 z`}Mb#v$1QKv8qcHnL80qG~-uyVZolTy13v5h}iR>`|Z{Jx#*jhUw(E(t=K)QVF*au z5cmXOM(=rwOvhb?dLEi=pt-Rj*F6n`r4G}m|O2E z7nP9>=p-|^W@?BH$=KgPsDlANXkiUWwD6Z0Z)o8vj5N$&{{uv{@G#EPXb7ha{U{R{ zwr)mkT5TAEH2RkD46TxR2!p3%owV_s7w1U_vD^r@iVX4UD&$PYmTa0iQ7b6}cd8&w&)xdYlQ^3 z&k^x*AE**!HDpMXKZU?LAg=`|C|^RDB-t29mJ>jhf;46%c>z$<8RbK6+9-k+-ax^G#3%wE(#=sy2pO^PMvMUTxEcbK0( zHbmWGm^&8asN|09=`h8JIy2N=s7`fTZ}2`FQw;X#uLCm2ZDmcz)H2!3+*~L(`4#2y z$bcWWxe~k1PqC{W*!}e8ufzbJ^0`0w!C0T*wg+e&R0L!F7o5aktXmA!bbk!SVJn%$)-3Q21Xg@+hhZv83LFgb2^cr~)>Xd>|Qa(bWa)bu;HO~om zi)T&uld0I{_Ik3QW-Pes$)2g;7VG3*)Klz)&-oez(o^k3f^#E!R!_4NNzUKQ8=q`V zU4!!U92->bY(%y6Tsu+iEHpoTvPw;jF%zCDP#rO5(^G?MRxr1!4BiDO&P|-CwiBB3 zH9+(lJ7GAtqKWicI}z*5F}FR{TDFTNY_dUlN{sduMuOu5Mr(F_gSd-LBBNDrab5x$ zoo|_awj{UPY}%tdb38!qi1K`mDLd_i&-ped`rC;Fr;F=zik(Puo@3s;rNGm|?J>v( z6**rtw{A&JwWS$sgQ}g&S+q0kM7{Gi^YE68&_1tD$*U zKt{|>W4W`1k;|<{+9b4qjPtNMQ!!X7)QLdQ0LCKTMZ;KvbQ=8)>ZFqdFG*?0C8|Y1 z2K_H^oOHia$$_;5-Ga3=6`)v}0WvoYN9dtxVC|)k&5ci|hxQ={(RD(V4(3=KVAqMRSmVQ3Sm&r7#G}=oYXmCkI$m&=HVT(k2vEWt&yi zbUQ?;v8}pVx&j>Ps1_|;Pdo!Q&?lg3q&48y*R~FuXbVq4^bRol(Szuh7CHrCD-BYE zn1iS{3TvkeAVdc}4&qMw*8FU1FR{Uld8Qucgq_b^Dvp?&p2-!x%y*ut$-fjh;(@Ho zQE{DzvErKwcH*%=LvH9U-L}%j^US|(MP7O7D(&(sCsvx-6Ee+bE=aUmw}|-eTX%;Y z*5Or{!WPdJiRPy3(yhZ!iGV$!b-(gztZfdR+1>liI}&h2xAX5^;>qs#FMd)nv&8&k zHnt2m{9}k1Y`*`GT=k{Ty~ zFuysN9=Zb6NTf6r5TH8|2I*W>C5gsk)L{pY!cu4lAgOc&!!(WF1Z_GU03?GRgNT_l z1qEc$Jz$+p6(~4|{)U?8(&ONkM;}0}d>REo3+Nue3u!($7tvmf$zpPy0U1ju4PFe)zQP)(bUsw^Zjpf zhs{8rwa|~?&`J{A+UN=h*G@m8$PPLTu{!BZaPH4Li8$wEuy=j|?wUWa6znyhPjSA? ztsEao3$NmQ*X%l!nY|Mnv_KRZt2pmQ18Bi$I!1A>Hx~oz7RE}6LJh^)o3T=(X;Pe) z`TC(u@qzj6p%(F}S@vyp$S%EC1j7|joc+3HCy zep;Vs+OIedu=J(TH1q7oxbtBt0m;(UtBsEej`#reBA6AjWB6)wqj_k^_sx%w+!$wHmL%V;e&KZuCK!W1A$c#Of?LUi$&)gnxoZ@-U zY&n)KUNFZWtFIowG&e;v6Sz1QYkm}9Xo}}`7UuDh_MP8w5=bg&0+pSCaRcqa*+Ihc3@=_gkUNgUHt+5U}?`2MD);EznuV&{} zXrey;JJyv$QOVLED#coJG%+yMu4RE|DX%e!%~i$5w^DKA~mFNFJ%kb zjrJcIz|Fj(^%9hakvJwWipeSjg^(H-*oDPds|O}h69d=q&}Na~HiH(bH~k<>c@zIf42iKIRVd=y)U z71&_KlIWkgkfpyt(A_9Q5y1)E^os=bVXz3U zu%?kH5f@o^kw_O;TTkN^%HzDf5k7e$7;Dc^kz|nwR_8j zB?`Ru8OD)YMO=7&vRJP=FPuDn#-y>6rd<|3D@{DBTc>9VU$`qrJni`N?YFPT0iiOy zr$Cehg<<{FEV@LAHK3oEjnwvjVu<=q!1~~r$WhxH?VW^mMvL%?%dN33I6-}|(LVUF z)-Wu=+6b8QNt}dc!A$g<$GTy7S;qjBS!XHAQ}zjn)!Hh`d+smpwN|x?>`*m~!dN~- z+r!O-2b%@Ht#JH|emJpN;QLx^7M3!CN{2Y5>4_MWu>T1fjtzpF2@JXrc_*&^<}$14 z5UFQxFqJtN+UJ-KupKyuuj#NKm;@-UCu)$QJP3nJ3NRJ+WtvLKh&$*)Rsk9aUOJtH zc+d4jIfxAMg33vw5xQ(MK87;5X4Ds$Zn_d2dTuAC1K&q}2!`7U-uU|I4}|g54B`ah z^Rq0!jH=v{=>R1OX`^aE&X>0E?$_Ax;{tw3%AJ%`*zI)bn--3=j{=sn;xlj=}T z!B(6v7h8x=Q(NuJnKs%9QF^W?c-zrQsR*%+5L%M+bYwceLw&X6cwFS-aa34;v_m7# z3+Hu+(1~jXi`63L;)}*koi($3?8OtW>~0zeVo(l2OJJTL*Oo?w!^ z?7?`&9@jBGDslJbO1tY(tZ?r^w(4eY5r>;EuQj(osJnS2N_RToex?e%u=dMCL&V3Zbe)kl_%l!i2+3rJt z=eXDMJzB2&Yh>iPGeDN_ehL`{ZtS>}LigK%6uF0hX|bEV2uj?uK-|Y|p~zDAsh}-$ zbIX;x4+2u*{uVfuZoXQpa<2o=YIh+Du5qshhg$dj$gOibfM4(C1JDNdMe1NEnfq)I z_jSLCBAeV1NlI{)*>p5QrFa z@2pO1KHKZW+BOZ#OA24(6{=e!S9nGC6`r01 zQzqBG7k|l`I$fM<9o`^%iwCUz)5V0)k7$%w_C=V8%JS25P84x>(()Lj(q^DRh5pGY zLu*CjK@DNtvyON`4K*CaFHOIIff|js3FrnU5XM+A*9|q*y%K5Z=e)GkV#KZIFBi39 zjP?8Fq9F7fv(2I(0msOF5CI=H#iZNm*xxxf+wnJ~G={ssH?~RP*EkUBTjdLf+Mg8{SZVkU72Y0_5^8K|IDg z67g7XI|$rf3>(GceHn4Dm#g9Peua3PcN2*H-dso*?`=ap6TIz^A<^3b+JN^y@CkYg z0Z;N?0Gwp+bWo+h;(^w9X8<$J%a?ZP-e3p>8QvEG%Jkj}q%7|>AkOw~2Rz3+1;ylg z*8-mBeHHP1FQ1GTcn^Ygq4#D`6?u7@EcV_FNQt)`w0*p%gLSDl2>dedSI8~*t^lOM z`!;YYy=lOy@{R=0YVXJDSg4Kn5+K!jZ$);U_f5p>z3h6{;N@%bMlXT5ulF7l+~j3v zp=NI}SoibtiCc^JDX?qx^37kHw+yuHUUuc`@Um}5r}vTYA2UVQ|E(aGS!d*_PV0?a zwZHkw+{ExtSBkkOY048JI7soO?g!z@>qM*6m!my9`M%p)IbWQqeh|+W-j@GnQKBA* zEJ86S79q7SyLlF)4Q6MAV-!&3f?`(UR7L zy2RdsO0!Q8KdPqsZJ#(tij}iKuwl#E0S9#bSwyCFaGYSb96HmStFa{}9&lWg@#_}<_(bE7zuEtPs zv?1e!9oh~MCWZCf04fc`IKbSn1%n841G|o3GT{vb*5e0&d15{0h0U=MtWUB-bC{nn z*8K-N^lc12-2WgH#P^~qy@CQ9vKZUQfz_~u#?_7pgm<~v=39s|CUT)aloc;Ls- zMO-tw6PRwQ2fWAOjEyWGoe2Tpa2Byc*_4Q7c7$K5Y#G} z*fSJ2LMS+uzC&&r@w|{u+X2a->k#kpI6ECeWYZ-mIEVfLZn<<5@bkz(m`}Wp7EpG? z4*eadMRXbpE~YS0OK1_|edt3JTx$ETl+iFSDkpY$tDsE8E2$pwD!Kw;HSI@OLzSSa zrB&ciM^jNuJ#9zWKo>x)M!FqgUy|V2LDv?e9#Z@hQ-a0J1;WhV)D@iQ0f)7KJ##xIWh9)g^S`RN(bJSd)^~O@Q zKpo<mtBmY5>L#~mo;b_=nHoo^kp!o3|bD%6Z*oAzK-X>`Xqgc`Z(YD zAN1v7G^Royf~g>l3$mT59OMK#sSk! zeCF+;o50vh_XFQYLm*fjT^!MuE-;O!>w%O&&m%jL1j2yrSRJGTKuw}AY<<}QAyVjf zFiNE-0Z*gv0ZFGX0m-0TaLA-}h-cAgaLC57KkLia;GavE13!-xg!%N^pY`P-uqdL> zK~PL=MVHWxi1#52vX@dB!ZP|Atjj4Am=*Lm;+6Cw;8nzCZ#BJ!B5Q~pP-^KBaHyj& z3aF<|$Za43ek0W*>`Skr_$CSfvzh80N)hyhEr%BB0BS4w&}eP8hg*-n%mcelnrvON zN%Ts+6-d$Tn(Ew(94*Bj;SOh`^~fgCD((z_yGa~$n2yqjLk5QSZQ;p}iw^l;hIZ5o z(sS>r&c(6FPOaW+4|6riXU*Gy zVgGPKWSk#+9{aRutuQ3tu|~fj>OzHRkJvo)1{+iSV4P1uZ7^y3_@(NH7^o8av0!XZ zkveOZEYyYp7{7RiTzUo6i8W{Dim z--z^)6Ht#*xgEuq$;n_;F3$sMg{(!qQZ7brm3$dtwfq^3YUHmVu9eLQ>*P!nP%qhB zZIEpct5IH#u&;E0Ta)}4IL-1$6xmO*CE6mh0B@D=1JWjUI20e8l8V8!L$V)ar`%($ zc}b*%UP3}h)<0F6kisE(<|*4H2xH|^ z;JD>lr0~h>5s#DWfbW+-A&i&b0uEO(#1rNF!%(S!Tm-U!WDlC4`~#3A z`8l$aB|C+r$S+WEs+tqV>GC=Vmm%js&`dc3VU{cbhiusg_&Ex_Z7tjlO>n5z z=G_?oJFQQ5i*$b)h_rOa87M`Yg&?*$?Aarx+KbT1E)C&1uZmU1zbPyZ2QO18Jm)>J zLxlT%AU-f~z8L%ryT9L)tR%AjvScarw*MgL>N$o_j^wHeG$(q2B&hW19r2|EX?@&Poq zL$a^DCV6kE%NGHcayZ~5`Dn+GS3?@7d>U=;lIdU(Bi})8tel1JbxZ!F$0OMc^GbMl zVw|)h9w#pZtzSNmc)YwFR0%Q_6-boZLm&=FzCaF2cCJa1d{&w)!(f*JbRHq612s)L zQE9VXBpT!J^JS z5v!M10Nx<^Agoc|4sLyA9SUxekAhFLdi98;YtH}WoSJz4CdF_*W8L+oD2A=M`%CCO&z@Sn zV-m8o#Ry_&gn#~0+;{RmH(d6$7%0L^4vKU-ZkMt*B_I1FhR^sxyd%Qc&K)qIt1-u* z^Is*~Cq65W;l$?+>-}RQR~_s>alN3<^;_dwp!SdZPuwr4KSb1im)}-;3VA z)m5N|`U|FtcoatsQ++)1i+UVYgMZKI>P&_k+MPPAG!*oZwNh2nLp;v0p9D92rfD;~ z5e@Dz*uzaT_=_9e7z?;GcugmRN3vnu1@W8)k7Sn-0}e697Uaent1vd*#wlRwG4ep` zHB7{PMjPUB#&*#9jX8+N8@GWf!I;BqccQ_c zQ)Jl3HOAKj?JqHI25}$bJ``DM@btHRz+1bzcPmuTc^Qiq*leIEc^@)GjpIrE#K_)s> zY3)G@nyZHwh@T_h2>y(-+lT_kTBoI{r^4vAzcJ3Uwx_98p=_?@51-G6fq=( zQct=R=0B&*gbqI|7#NXJ&Qw`W9&=eG$NOd3%&`V$xq*TC@Xen@# z=`OHHVF9tZyc?Kl_C`CMVt}7vf5De&@9VN?4QR8e8}J-jk5Y2&&xrDft&e=V7VrYv z%ZgiQAB`80t;=MBc?t2oR3Ew$MV8WN5SLL2!g6{RkP3PcIF-}_oGQ8z0#)1J>($T% zh*eA6q;>QO;`PL5*$u?LmyN_XG=1$OnI>Wzwwb2#S7rU^e8|#5e+Ro(S`Xqj+l{%M z<^$3}yTGWEJ_G>{WBBleyVN-e5eIz75s#>Ke30Qb0^3M70(xpVBk*jXB?K8B!`}xB zmoMVQ8*^#+vP|{BpH{l?-8t%X!518Zth(`HaCk?a`jqys%N@>cyM%S-{c6I$e3kR3 zd-lc>^+~Dz?6rQVRIgCW6RaKma1?ocmD(i!W^J#6dR0dbbFE*iRG&K0{%GINHAO2Q ze^z_!uLi9_)zGyjYjm~B*N(S8sut+Ga9Ui!tD-&>&JwS#_*PA{4pytjzp}a48c?Gi z46*6Y6AM4ktCwNUIM@yQ#G%ctoKkfjw^%3N2Lg1Ak0YTwS8<-9hrs}PRfdi}acHv} z936v@({pH}YvTdZe4crzg8VDuA*yQyKZQ<1D2Q!emBu4<5F4Kw%|@ux^#~>1hLGqE zga)m%{!y!ThyDrSixkHKX4~lCo`>GD)eOCT5yK(sJ&(J5KDVWhk<;Tn&m#(FLO^m* zZ}8M?4bbTx2rO;gBKi(;8ng^JPWlQ(^*GP-x*AKzoX`w6?L!lI>?2k$H2}#+#mJ7M zI|27oF2+(k>0p{bqX0=HUfct86T%>!f(A<>Hr0E)>Zc)|N&@gSDg=Hy;j9O0%LZvC zjR)r}dKK_&dW-$!bLbeV1h;x*=h@RtKJmS10kPd&NS`8JL`%V<7(Z6qXYlT0`x}%} zD}*bfMAW{V*letzZK!c2HKBkWulfK)sUfyJdc5jWU^CX!58!MiH>gW?D(|n_pQ``c z7BZ((z45;}z$coE$4YbW#8`9AbIx$rK=rD~H@Nr&?)vbSLFyzY9K~{nV%b`5ts07D ztHSzrDD)~OA!1+l9tOSYo50@h{?E`hsQU3|MnXidt_F_2HVwVRpWvzs6U^1q3-qn< z)EQ{2)|1FOV5?TzaJ3?0d6rwVhpPi(&HyvG7O_XXwR^al;cr7+MlT#25T{k)UjP@@ zgSQEHxIJGTEUY!>;Opc6@Oi-Ti;%a%p3&+Y6)Weh=c=>Sk-BX@r<`X`8zas`_0Drd zR^@eE1b#iwA_v#h+HxLh{er``rtOs*{j0P_ktXW)e)=6p#IW9lyehk%(=hP1+4a0} zEb3_={r+HmI#wMpsS-%BW$0x-V&Dg}$SAZWRB$Gsm^tjZLZwHbf|xm;H}IYy^FYyc-D#|c1ZBk>xjqG zPEaM#54I6a8i)fl7N8)lN0>x$C_dR<`g&I0eAG6L*rZOU`yfgN9R?(mKC)H#H^8&$ z4e;st?p{SPdG^Q6`7{ym0-6GMG(}r)tt|6}}HFYRQe;3m2ke41%K zaQaahAT2Zlm29Ot7iOF`8V*M7^a+IMpd*NP(p(VqN0Zz0J2ui@Ft(4270LmnpbSW$ zQZ6_;h_8D!VjEni4qkz``;))aah1*Fm! zh^J94Fw<@ODubQ{Jd+kd&@8$d@oc)74_9*(qu45*pe7gnfF{tAGx>ByaczP4T1q0X zL7M9{Fw;`)ZMETg%$f}B)Jcq;ZNm~=C6GePu@gzI3$3*i)PT6t3Qthe{qI3!E#I*W zT(zeVxEF`Nn4pIKWPn6IY{XW(BiwkAY6uJa?auJslho=Ho9-|+-M6T0d|Vsed%60d zA+}miUjs}2B`anQrbNxUVGgFmMC<)Im@|TrEw_IQq(||`p8Xz_}A@weyPo6sEqAY9lb?P~0)6#$Y^vZhnI`yikH)JdS3sZdf>+97P6@FgDe?e1S zX|4MUnyStE=`U!iYopUEH1S`W>Jf*1VmQ!BVtq|B6*M zU(G)4Flb|w5b&`IKdAj>i1I-Cli`ICWlx{>i_YhlrcbmRgwEuYp+9e}ny*%=pD5us z=Boo8;r_R(|MDM4^Y}i*6}=Bxq`snxBJ0y7SU8dlYstf+z`Ay+S|YBp9$KpAifz{G zOJP4A(jzs2W6d%o4YKb zLl=C{N)N|12CCEq)q(izV&gc*pyPY9A?P|(aJr0}f$EDC7Fogp)7fKf(j=dS;8u4MCPJC=A+06sf)J$;}p6opK9OR{EfbXMAKpaPB@+k0=3ryqbRA-KKHiUiY8x-F}*}!b3&d9|dpJlbs1h8wR z0yJ71@%-OT<)}vo^+j$c6&=|HC&>s zIV;utoDU(2){vG6>0%}!rsKuUPBg9FFZIC;Vi+c_f-&Zz*w#mNzZI*l! z-4E9Vm;rE22~@uPf%3^;S^4CthK5vHPF*N*Yj3@T6*$ZC z?#2q7Z%x<@#qrqx>te0h4UOq%ZQKowxxyQ{9XJG-TEc#zg#uUld?z^5>e>S(s)rJV zBgV**JvaoZiY&-CT3_!`vo8FUXM$w3#P_HKKhPm|g>vvBaN;DS1R&@WU%Ww|O3~oZ zr^v+tvGXHzXe}B8Iy8ox__z)&Vpd+&n*K7b0fwUS6uJZGf&$FKJ~eRA9ws4PN_BQY z!un*Zi0%DukOx#wdx>$;UQor*O)N9rgt(j7wb(;*!PrXza38V5a2$;T#1C(5UY;%k zP6Dmu6)TZ=u?^76Kn>FGC^(5a07<56L6$jkPP||@l0w%ky-Zl z0on8(nC93Ap}Euu{5)EPFrT`?xqxgHv0WjG>_6=)rXY{k61p6P^`X^ZR7(88d>K6t z*5%|uSYf;0RMIPeSJ96MtLaR@YiK^GYVH44s-x8?pq?H_ZUYTR*hqU(a9`VZrpaC~ zn~9y0`Vn6hw9ss{K`Xc@nOL9rE0cEno8}JN&8w4IQ4jn7j*eKpUsY56Gr&xXbFfnC zd}!!e9v<nadizO#t`|P`zB()V!EUf}CNZXstK=AU^fU5vQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQuLGZ z^GkB_6H`))HXmnP$~bv4bLD0(7A9uK8OziI&ffNht zX10D&YC(Rnerj=nv5|gKX=YA} zeo}sZNlt!ZN@~&M8O&9a*RXMHmSOq9#CTz{D0?~MoXNfH!HnLMAF?YmPM*xlq0V@C gvMz@@(;w!^VH|3VdnVU%sI#tMWnk!;ypT;807QT=AOHXW diff --git a/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake b/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake index fc1f138..2adac9b 100644 --- a/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/spi_flash/libspi_flash.a b/blink/build/bootloader/esp-idf/spi_flash/libspi_flash.a index ce238f92d63ce453785f6785501b681643de95f4..e5e00316a47247c69fa8d9fba2e835f3c0685b62 100644 GIT binary patch delta 201 zcmeAYo+Lcs43n|h#B&;qHWRF|o^l zC>GWOlie9L1*{<|c7xS3i7{<%V3cE=?8G82nveB`V8+17>p7GeXHLG%q0V@6@^21xCKi^-Dx7MJ WM<#o7s!MEOWnkz5ISUFHp)>%|@GGPM delta 194 zcmbOv+$B8W43m+?#B&;qCKJEQ8_r>1VBm295-LnU0tlEG*_eP#CPt115RZvf3dCb# zf6oY{SXd`dc4yQS;De~>1FL6x$+)?JQI2u*X{IHNljkvs^Ot7kr06H*=a=N$WaP3 z&DbcuWO5VRgULO-9Gi34Z?G|Lne58v&uB4uDqlI{g2}x6{){gs#{x-}$!mdR$mGBL z+KjQ2H3gIzmrwQ;P-nf)#=u}Pxsg|Ra*u!jBmd;N0_u!UCLaZo5tH8n2X8W delta 284 zcmcbibVX@`0;9}C#r*oC3=9lBy+A^U2}mFTCJy!tAeV`SJsLzYvN-`2Ffnq7fOt%- zyTKH@30MiMB~Xqz0L1o}OacqBD}g8u)_Net!or%FSHi&T4rDVMh=c(tRv>0z6lR;u z%bx7mg>3Q9zq9e6p^9GULL@ nfdcA`7bjN&NzTa&f#ie9CxK+hy)k>6(D-wYmsXDlq0bV~lkv{vQtZ z4rh#mqeq%^`O|vwKGRB)90t6BROIci#YJ0e{T33z47JOW?SzM7&s3HCt^+bH3VV^j z97kj!X}9i43aC%hpz{M~`8t%$OYVZmm(`+ZE0p{@45B`31^tB|nq6B<#&h>z$S9UJ z;<-xE$j5W#^0rZ4%NMrHsx!dNjynsc@Sgghj?G~mE>Kor09d7rJ*JR=}%Bl zTMZHf_9i8ymZBOg2$~9PZH;K`ydvnp`JH>uJzVb1MYGYIP7{UTBn^KEA?l8ps$~9! zB*y`_BsnYGl~TF1cCu#MDt6^v;G711XTKvaJYsvZ==a39D9>_Nw)C9vsom|`;!c^< zkz#~1!Ci_ttaXHw4o64`wS+ObK%?fVbdm4Q8qq?tT->XI{0-I>{1!QFR%~U(EU9jZ z9ksP_C6!M0&1Evn=}aOyzhvIm#tE;Q%M90N8)zTJc7u+gY6e{(&ORZp-H;uN9R_vb zirql7-=GI1*cb|I6ckt^57q+)WpT@X!K)iIg_Pb+PVDKObd91OqEA%WUZ}wkg)zX6 cBhJoXlWjtt6?hDW+BB~aL;Rb+;2;0QH%kLn&Hw-a diff --git a/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake b/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake index df9586b..10e6c3c 100644 --- a/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/xtensa/libxtensa.a b/blink/build/bootloader/esp-idf/xtensa/libxtensa.a index 4aa3adef437ecc3c8ce2837da27e4604ca88e9f7..1310494c74b8f4a3014ed1880e8ed47b5c46e9d8 100644 GIT binary patch delta 770 zcmb7=OK1~O6o&7a%$*ry+a!|*E!0}AWrRj2ok_I_MFhbVgh7qkMMG;$pkte)v`M@1 zQ5QuQMOu!CixvbI7I7n^%M=kGn~ETcih^Az>Y^YB3X+BArXbyV;e7u+4-TCFiM#5~ zpJ<$6O#c@P!z)rUf$gvx+OZ!>m%cN`8txOOC^kPyQ->&*Wc9cZP*Rc*Eg~|Bf2xa` ztdH=6)bkw?f2So|FR43)X#6&bEOWP5X1;x5DiJwFB~HO0tl)kr4rwnZo%G>jZpO`# zQXy{^-BEKQKVF(N^ONJYWoF0R;;5OexMMjpTPl^uN@sHU3GWBL4qAm)+tyGS@2YFw zoVKRG11tm_=*4Pa8g5}v(1C9_OWcKTh-vH$bwLJ?g*v1=3Ks1c&V_>T7MDT>52%c# z@Uj-hk5v1N>mdUMFsd7H6Z>?7#~T>?S?{0MEy>z2a=?49pN0cFfSg>SvtEkZHa+t0 z8C_1^)u>9|t&2=jJs~o020Rx@4u04e@zWMxKp+uG(KwfVWMHeZOn=1{m?bdv6^+Zf zUnDD{Dq2jtMpdvB@wX^ov5z)w`HFucBT)3tM*RT4u^4NHtKOB^3jaU554VOT?_%2k z;GEXx{n|d&1dCYM>%cNriI1?+bl@Fk%;%tCXTpIvR){nBl=vE>-3}bZJTZk2yQiTU z_gD_h;{{?3Ul0dzo81LX*l%~hDi&;m*S0d&Tlf2(9fTxSZ37bcg_y?1qyfX&LyTZ1 WX>d8f*bO|SckuQW#(Hp}JNy?bva-7X delta 774 zcma)(Uq}>D6vpqlJ9lQ4O?SsJ*w{>xnhniyXV${N2P4Q{93#y@!IWKcNq0?MB{1y8 zAj(KiM1ejC1wDl@4?%wxg)E5vLJ>j6CcRY;kwj0?xg&&+UAVvRobP-L%(>4qk26<~ zZJA_D|959k7Pzwyt04|CJOa6?6~qkAbQx5rxS!WSo0sC90WD7<$L_^@ zBH>l42)nI;+)&!eW=>lp>EYa{l^z{-Y^y(?8BAIIx!l-bt}m4y!9}g;T?wwKu!v{M zT}a|``2@^iQ`m(sc#&9*ABgR^CsGSt*cqvT1w0!u;SDZCOi`jS){3)M1r{S=DB=&A zbYN6B;TpE+rih0a`{~cm>o!kpEU&{`)w|%pI{igxp75C#u=&uwZjwd&dPO$vYe{xo zyC6joUm0eNWY67=$SOqwYZ47cD~Whdz7kXKP_1SprU^{DEp5G2HU;U*5exQ_3$`k2 zn=Z^X17juk@sBY8E#9fhQrPxPMq*|!i9XJts?7f$2j1;n+FB6acueR2yX}|S5Uy8! z^FHmkUIsTXU+=;#Tp>QhO3Q_}n6{pRf_ocWh~qipB)%ZN#_b6gT5*VY2p=UTz`#b^ zh08ci{EhF3CvcZj3qd^U)W8$WJ0|?XdB+s>^a9oX3w(6KP>0{iYa?&T_v(^i=)vZs U31LhV8O|h45sNa`h~QNG1?9J~x&QzG diff --git a/blink/build/bootloader/gdbinit/gdbinit b/blink/build/bootloader/gdbinit/gdbinit index ca70153..545ed77 100644 --- a/blink/build/bootloader/gdbinit/gdbinit +++ b/blink/build/bootloader/gdbinit/gdbinit @@ -1,2 +1,2 @@ -source /home/nik/repos/esp32/build/bootloader/gdbinit/symbols -source /home/nik/repos/esp32/build/bootloader/gdbinit/connect +source /home/nik/repos/esp32/blink/build/bootloader/gdbinit/symbols +source /home/nik/repos/esp32/blink/build/bootloader/gdbinit/connect diff --git a/blink/build/bootloader/gdbinit/symbols b/blink/build/bootloader/gdbinit/symbols index 8d9de77..ebfc29e 100644 --- a/blink/build/bootloader/gdbinit/symbols +++ b/blink/build/bootloader/gdbinit/symbols @@ -22,4 +22,4 @@ set confirm off set confirm on # Load application symbols -file /home/nik/repos/esp32/build/bootloader/bootloader.elf +file /home/nik/repos/esp32/blink/build/bootloader/bootloader.elf diff --git a/blink/build/bootloader/project_description.json b/blink/build/bootloader/project_description.json index 97a1ab1..363c561 100644 --- a/blink/build/bootloader/project_description.json +++ b/blink/build/bootloader/project_description.json @@ -4,8 +4,8 @@ "project_version": "v5.5.1", "project_path": "/home/nik/esp/esp-idf/components/bootloader/subproject", "idf_path": "/home/nik/esp/esp-idf", - "build_dir": "/home/nik/repos/esp32/build/bootloader", - "config_file": "/home/nik/repos/esp32/sdkconfig", + "build_dir": "/home/nik/repos/esp32/blink/build/bootloader", + "config_file": "/home/nik/repos/esp32/blink/sdkconfig", "config_defaults": "", "bootloader_elf": "", "app_elf": "bootloader.elf", @@ -54,7 +54,7 @@ "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "esp_app_format", "hal" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", "sources": [ "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c" ], "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] }, @@ -69,7 +69,7 @@ "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/libefuse.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/libefuse.a", "sources": [ "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "/home/nik/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" ] }, @@ -99,7 +99,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", "sources": [ "/home/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], "include_dirs": [ "include" ] }, @@ -114,7 +114,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/libesp_common.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/libesp_common.a", "sources": [ "/home/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], "include_dirs": [ "include" ] }, @@ -129,7 +129,7 @@ "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_system" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", "sources": [ "/home/nik/esp/esp-idf/components/esp_hw_support/cpu.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", "/home/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c" ], "include_dirs": [ "include", "include/soc", "include/soc/esp32", "dma/include", "ldo/include", "debug_probe/include", "mspi_timing_tuning/include", "mspi_timing_tuning/tuning_scheme_impl/include", "power_supply/include" ] }, @@ -144,7 +144,7 @@ "priv_reqs": [ "soc", "hal" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/libesp_rom.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/libesp_rom.a", "sources": [ "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S" ], "include_dirs": [ "include", "esp32/include", "esp32/include/esp32", "esp32" ] }, @@ -174,7 +174,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/libesp_system.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/libesp_system.a", "sources": [ "/home/nik/esp/esp-idf/components/esp_system/esp_err.c" ], "include_dirs": [] }, @@ -219,7 +219,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/libhal.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/libhal.a", "sources": [ "/home/nik/esp/esp-idf/components/hal/hal_utils.c", "/home/nik/esp/esp-idf/components/hal/mpu_hal.c", "/home/nik/esp/esp-idf/components/hal/efuse_hal.c", "/home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", "/home/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", "/home/nik/esp/esp-idf/components/hal/mmu_hal.c", "/home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c" ], "include_dirs": [ "platform_port/include", "esp32/include", "include" ] }, @@ -234,7 +234,7 @@ "priv_reqs": [ "hal" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/liblog.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/liblog.a", "sources": [ "/home/nik/esp/esp-idf/components/log/src/noos/log_timestamp.c", "/home/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", "/home/nik/esp/esp-idf/components/log/src/noos/log_lock.c", "/home/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", "/home/nik/esp/esp-idf/components/log/src/noos/util.c", "/home/nik/esp/esp-idf/components/log/src/util.c", "/home/nik/esp/esp-idf/components/log/src/log_format_text.c", "/home/nik/esp/esp-idf/components/log/src/log_print.c", "/home/nik/esp/esp-idf/components/log/src/log.c" ], "include_dirs": [ "include" ] }, @@ -249,7 +249,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/main/libmain.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/libmain.a", "sources": [ "/home/nik/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c" ], "include_dirs": [] }, @@ -264,7 +264,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", "sources": [ "/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c" ], "include_dirs": [ ".", "micro-ecc" ] }, @@ -309,7 +309,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/libsoc.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/libsoc.a", "sources": [ "/home/nik/esp/esp-idf/components/soc/lldesc.c", "/home/nik/esp/esp-idf/components/soc/dport_access_common.c", "/home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", "/home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", "/home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", "/home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c" ], "include_dirs": [ "include", "esp32", "esp32/include", "esp32/register" ] }, @@ -324,7 +324,7 @@ "priv_reqs": [ "bootloader_support", "soc" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/libspi_flash.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/libspi_flash.a", "sources": [ "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c" ], "include_dirs": [ "include" ] }, @@ -339,7 +339,7 @@ "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/libxtensa.a", + "file": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/libxtensa.a", "sources": [ "/home/nik/esp/esp-idf/components/xtensa/eri.c", "/home/nik/esp/esp-idf/components/xtensa/xt_trax.c" ], "include_dirs": [ "esp32/include", "include", "deprecated_include" ] } @@ -427,7 +427,7 @@ "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], "managed_reqs": [], "managed_priv_reqs": [], - "include_dirs": [ "/home/nik/repos/esp32/build/bootloader" ] + "include_dirs": [ "/home/nik/repos/esp32/blink/build/bootloader" ] }, "cxx": { "alias": "idf::cxx", @@ -475,7 +475,7 @@ "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], "managed_reqs": [], "managed_priv_reqs": [], - "include_dirs": [ "/home/nik/repos/esp32/build/bootloader", "esp-tls-crypto" ] + "include_dirs": [ "/home/nik/repos/esp32/blink/build/bootloader", "esp-tls-crypto" ] }, "esp_adc": { "alias": "idf::esp_adc", @@ -1668,10 +1668,10 @@ }, "debug_prefix_map_gdbinit": "", "gdbinit_files": { - "01_symbols": "/home/nik/repos/esp32/build/bootloader/gdbinit/symbols", - "02_prefix_map": "/home/nik/repos/esp32/build/bootloader/gdbinit/prefix_map", - "03_py_extensions": "/home/nik/repos/esp32/build/bootloader/gdbinit/py_extensions", - "04_connect": "/home/nik/repos/esp32/build/bootloader/gdbinit/connect" + "01_symbols": "/home/nik/repos/esp32/blink/build/bootloader/gdbinit/symbols", + "02_prefix_map": "/home/nik/repos/esp32/blink/build/bootloader/gdbinit/prefix_map", + "03_py_extensions": "/home/nik/repos/esp32/blink/build/bootloader/gdbinit/py_extensions", + "04_connect": "/home/nik/repos/esp32/blink/build/bootloader/gdbinit/connect" }, "debug_arguments_openocd": "-f board/esp32-wrover-kit-3.3v.cfg" } diff --git a/blink/build/build.ninja b/blink/build/build.ninja index eeb6ef8..c87b137 100644 --- a/blink/build/build.ninja +++ b/blink/build/build.ninja @@ -34,7 +34,7 @@ include CMakeFiles/rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = /home/nik/repos/esp32/build/ +cmake_ninja_workdir = /home/nik/repos/esp32/blink/build/ ############################################# # Utility command for menuconfig @@ -116,11 +116,11 @@ build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32. build cmake_object_order_depends_target_blink.elf: phony || __ldgen_output_sections.ld _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_driver_touch_sens cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_perfmon cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm 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 cmake_object_order_depends_target___idf_xtensa project_elf_src_esp32.c -build CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__blink.2eelf_unscanned_ /home/nik/repos/esp32/build/project_elf_src_esp32.c || cmake_object_order_depends_target_blink.elf +build CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__blink.2eelf_unscanned_ /home/nik/repos/esp32/blink/build/project_elf_src_esp32.c || cmake_object_order_depends_target_blink.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/blink.elf.dir/project_elf_src_esp32.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always - INCLUDES = -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/repos/esp32/main + INCLUDES = -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/repos/esp32/blink/main OBJECT_DIR = CMakeFiles/blink.elf.dir OBJECT_FILE_DIR = CMakeFiles/blink.elf.dir TARGET_COMPILE_PDB = CMakeFiles/blink.elf.dir/ @@ -136,9 +136,9 @@ build CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__blink.2e build blink.elf: CXX_EXECUTABLE_LINKER__blink.2eelf_ CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj | esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.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_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_eth/libesp_eth.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/perfmon/libperfmon.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/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_driver_touch_sens/libesp_driver_touch_sens.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/perfmon/libperfmon.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/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a /home/nik/esp/esp-idf/components/xtensa/esp32/libxt_hal.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 esp-idf/esp_system/ld/memory.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libc-funcs.ld /home/nik/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-reent-funcs.ld /home/nik/esp/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld esp-idf/esp_system/ld/sections.ld || __ldgen_output_sections.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_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.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 esp-idf/xtensa/libxtensa.a FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy - LINK_FLAGS = -nostartfiles -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=/home/nik/repos/esp32/build/blink.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -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.libc-funcs.ld -T esp32.rom.newlib-reent-funcs.ld -T memory.ld -T sections.ld + LINK_FLAGS = -nostartfiles -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=/home/nik/repos/esp32/blink/build/blink.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -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.libc-funcs.ld -T esp32.rom.newlib-reent-funcs.ld -T memory.ld -T sections.ld LINK_LIBRARIES = esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.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_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_eth/libesp_eth.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/perfmon/libperfmon.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/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_driver_touch_sens/libesp_driver_touch_sens.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/perfmon/libperfmon.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/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.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_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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.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/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a /home/nik/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a /home/nik/esp/esp-idf/components/xtensa/esp32/libxt_hal.a -u esp_app_desc -u esp_efuse_startup_include_func -u ld_include_highint_hdl -u start_app -u start_app_other_cores -u __ubsan_include -u esp_system_include_startup_funcs -Wl,--wrap=longjmp -u __assert_func -u esp_dport_access_reg_read -u esp_security_init_include_impl -Wl,--undefined=FreeRTOS_openocd_params -u app_main -lc -lm -u esp_libc_include_heap_impl -u esp_libc_include_reent_syscalls_impl -u esp_libc_include_syscalls_impl -u esp_libc_include_pthread_impl -u esp_libc_include_assert_impl -u esp_libc_include_getentropy_impl -u esp_libc_include_init_funcs -u esp_libc_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 -lstdc++ esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a -u __cxa_guard_dummy -u __cxx_init_dummy -lgcc esp-idf/cxx/libcxx.a -u __cxx_fatal_exception -u esp_timer_init_include_func -u uart_vfs_include_dev_init -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 esp_vfs_include_console_register -u vfs_include_syscalls_impl -u esp_vfs_include_nullfs_register - LINK_PATH = -L/home/nik/esp/esp-idf/components/soc/esp32/ld -L/home/nik/esp/esp-idf/components/esp_rom/esp32/ld -L/home/nik/repos/esp32/build/esp-idf/esp_system/ld -L/home/nik/esp/esp-idf/components/esp_phy/lib/esp32 -L/home/nik/esp/esp-idf/components/esp_wifi/lib/esp32 + LINK_PATH = -L/home/nik/esp/esp-idf/components/soc/esp32/ld -L/home/nik/esp/esp-idf/components/esp_rom/esp32/ld -L/home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld -L/home/nik/esp/esp-idf/components/esp_phy/lib/esp32 -L/home/nik/esp/esp-idf/components/esp_wifi/lib/esp32 OBJECT_DIR = CMakeFiles/blink.elf.dir POST_BUILD = : PRE_LINK = : @@ -187,7 +187,7 @@ build __ldgen_output_sections.ld: phony CMakeFiles/__ldgen_output_sections.ld es # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -199,7 +199,7 @@ build edit_cache: phony CMakeFiles/edit_cache.util # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -217,7 +217,7 @@ build list_install_components: phony # Utility command for install build CMakeFiles/install.util: CUSTOM_COMMAND all - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -229,7 +229,7 @@ build install: phony CMakeFiles/install.util # Utility command for install/local build CMakeFiles/install/local.util: CUSTOM_COMMAND all - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -241,7 +241,7 @@ build install/local: phony CMakeFiles/install/local.util # Utility command for install/strip build CMakeFiles/install/strip.util: CUSTOM_COMMAND all - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -253,7 +253,7 @@ build install/strip: phony CMakeFiles/install/strip.util # Custom command for CMakeFiles/menuconfig build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/nik/repos/esp32/build/config.env && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/sdkconfig --env IDF_MINIMAL_BUILD=n --env-file /home/nik/repos/esp32/build/config.env --env IDF_TARGET=esp32 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.5.1 --dont-write-deprecated --output config /home/nik/repos/esp32/sdkconfig && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/nik/repos/esp32/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/nik/repos/esp32/build/kconfigs_projbuild.in KCONFIG_CONFIG=/home/nik/repos/esp32/sdkconfig IDF_TARGET=esp32 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.5.1 IDF_MINIMAL_BUILD=n /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m menuconfig /home/nik/esp/esp-idf/Kconfig && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/sdkconfig --env IDF_MINIMAL_BUILD=n --env-file /home/nik/repos/esp32/build/config.env --env IDF_TARGET=esp32 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.5.1 --output config /home/nik/repos/esp32/sdkconfig + COMMAND = cd /home/nik/repos/esp32/blink/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/nik/repos/esp32/blink/build/config.env && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/blink/sdkconfig --env IDF_MINIMAL_BUILD=n --env-file /home/nik/repos/esp32/blink/build/config.env --env IDF_TARGET=esp32 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.5.1 --dont-write-deprecated --output config /home/nik/repos/esp32/blink/sdkconfig && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/nik/repos/esp32/blink/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/nik/repos/esp32/blink/build/kconfigs_projbuild.in KCONFIG_CONFIG=/home/nik/repos/esp32/blink/sdkconfig IDF_TARGET=esp32 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.5.1 IDF_MINIMAL_BUILD=n /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m menuconfig /home/nik/esp/esp-idf/Kconfig && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/blink/sdkconfig --env IDF_MINIMAL_BUILD=n --env-file /home/nik/repos/esp32/blink/build/config.env --env IDF_TARGET=esp32 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.5.1 --output config /home/nik/repos/esp32/blink/sdkconfig pool = console @@ -261,7 +261,7 @@ build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTO # Custom command for CMakeFiles/confserver build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/nik/repos/esp32/build/config.env && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfserver --env-file /home/nik/repos/esp32/build/config.env --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/sdkconfig + COMMAND = cd /home/nik/repos/esp32/blink/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/nik/repos/esp32/blink/build/config.env && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfserver --env-file /home/nik/repos/esp32/blink/build/config.env --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/blink/sdkconfig pool = console @@ -269,7 +269,7 @@ build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTO # Custom command for CMakeFiles/save-defconfig build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/nik/repos/esp32/build/config.env && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/sdkconfig --env IDF_MINIMAL_BUILD=n --env-file /home/nik/repos/esp32/build/config.env --dont-write-deprecated --output savedefconfig /home/nik/repos/esp32/sdkconfig.defaults + COMMAND = cd /home/nik/repos/esp32/blink/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/nik/repos/esp32/blink/build/config.env && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/nik/esp/esp-idf/Kconfig --sdkconfig-rename /home/nik/esp/esp-idf/sdkconfig.rename --config /home/nik/repos/esp32/blink/sdkconfig --env IDF_MINIMAL_BUILD=n --env-file /home/nik/repos/esp32/blink/build/config.env --dont-write-deprecated --output savedefconfig /home/nik/repos/esp32/blink/sdkconfig.defaults pool = console @@ -283,7 +283,7 @@ build CMakeFiles/bootloader | ${cmake_ninja_workdir}CMakeFiles/bootloader: phony # 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 = cd /home/nik/repos/esp32/build && /usr/bin/cmake -E make_directory /home/nik/repos/esp32/build/CMakeFiles && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/CMakeFiles/bootloader-complete && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-done + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -E make_directory /home/nik/repos/esp32/blink/build/CMakeFiles && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/CMakeFiles/bootloader-complete && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-done DESC = Completed 'bootloader' restat = 1 @@ -292,7 +292,7 @@ build CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/boot # 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 = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake --build . + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake --build . DESC = Performing build step for 'bootloader' restat = 1 @@ -301,7 +301,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloa # 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 = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -DSDKCONFIG=/home/nik/repos/esp32/sdkconfig -DIDF_PATH=/home/nik/esp/esp-idf -DIDF_TARGET=esp32 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -DEXTRA_COMPONENT_DIRS=/home/nik/esp/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=/home/nik/repos/esp32 -DIGNORE_EXTRA_COMPONENT= -GNinja -S /home/nik/esp/esp-idf/components/bootloader/subproject -B /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -DSDKCONFIG=/home/nik/repos/esp32/blink/sdkconfig -DIDF_PATH=/home/nik/esp/esp-idf -DIDF_TARGET=esp32 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python -DEXTRA_COMPONENT_DIRS=/home/nik/esp/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=/home/nik/repos/esp32/blink -DIGNORE_EXTRA_COMPONENT= -GNinja -S /home/nik/esp/esp-idf/components/bootloader/subproject -B /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure DESC = Performing configure step for 'bootloader' restat = 1 @@ -310,7 +310,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-configure | ${cmake_ninj # 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 = cd /home/nik/repos/esp32/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-download DESC = No download step for 'bootloader' restat = 1 @@ -319,7 +319,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-download | ${cmake_ninja # 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 = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -E echo_append + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -E echo_append DESC = No install step for 'bootloader' @@ -327,7 +327,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-install | ${cmake_ninja_ # 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 = cd /home/nik/repos/esp32/build && /usr/bin/cmake -Dcfgdir= -P /home/nik/repos/esp32/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -Dcfgdir= -P /home/nik/repos/esp32/blink/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir DESC = Creating directories for 'bootloader' restat = 1 @@ -336,7 +336,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-mkdir | ${cmake_ninja_wo # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-patch build bootloader-prefix/src/bootloader-stamp/bootloader-patch | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-update || esp-idf/partition_table/partition_table_bin - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch DESC = No patch step for 'bootloader' restat = 1 @@ -345,7 +345,7 @@ build bootloader-prefix/src/bootloader-stamp/bootloader-patch | ${cmake_ninja_wo # Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-update build bootloader-prefix/src/bootloader-stamp/bootloader-update | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table_bin - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader-prefix/src/bootloader-stamp/bootloader-update DESC = No update step for 'bootloader' restat = 1 @@ -360,7 +360,7 @@ build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_proje # Custom command for .bin_timestamp build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND blink.elf || __ldgen_output_sections.ld _project_elf_src blink.elf 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.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 esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/nik/repos/esp32/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/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 /home/nik/repos/esp32/build/blink.bin /home/nik/repos/esp32/build/blink.elf && /usr/bin/cmake -E echo "Generated /home/nik/repos/esp32/build/blink.bin" && /usr/bin/cmake -E md5sum /home/nik/repos/esp32/build/blink.bin > /home/nik/repos/esp32/build/.bin_timestamp + COMMAND = cd /home/nik/repos/esp32/blink/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/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 /home/nik/repos/esp32/blink/build/blink.bin /home/nik/repos/esp32/blink/build/blink.elf && /usr/bin/cmake -E echo "Generated /home/nik/repos/esp32/blink/build/blink.bin" && /usr/bin/cmake -E md5sum /home/nik/repos/esp32/blink/build/blink.bin > /home/nik/repos/esp32/blink/build/.bin_timestamp DESC = Generating binary image from built executable restat = 1 @@ -383,7 +383,7 @@ build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUS # Custom command for CMakeFiles/merge-bin build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND || __ldgen_output_sections.ld _project_elf_src blink.elf 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/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/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 esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/home/nik/repos/esp32/build/merged-binary.bin;@/home/nik/repos/esp32/build/flash_args" -D WORKING_DIRECTORY=/home/nik/repos/esp32/build -P run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/home/nik/repos/esp32/blink/build/merged-binary.bin;@/home/nik/repos/esp32/blink/build/flash_args" -D WORKING_DIRECTORY=/home/nik/repos/esp32/blink/build -P run_serial_tool.cmake pool = console @@ -391,7 +391,7 @@ build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_ # Custom command for CMakeFiles/monitor build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || __ldgen_output_sections.ld _project_elf_src blink.elf 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.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 esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;xtensa-esp32-elf-;;--target;esp32;;--revision;0;;/home/nik/repos/esp32/build/blink.elf" -D WORKING_DIRECTORY=/home/nik/repos/esp32/build -P run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;xtensa-esp32-elf-;;--target;esp32;;--revision;0;;/home/nik/repos/esp32/blink/build/blink.elf" -D WORKING_DIRECTORY=/home/nik/repos/esp32/blink/build -P run_serial_tool.cmake pool = console @@ -399,7 +399,7 @@ build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMM # Custom command for CMakeFiles/flash build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND || __ldgen_output_sections.ld _project_elf_src app blink.elf 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.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/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/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.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 esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/blink/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake pool = console @@ -407,7 +407,7 @@ build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND # Custom command for CMakeFiles/encrypted-flash build CMakeFiles/encrypted-flash | ${cmake_ninja_workdir}CMakeFiles/encrypted-flash: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/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/nik/esp/esp-idf/tools/cmake/scripts/fail.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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/nik/esp/esp-idf/tools/cmake/scripts/fail.cmake ############################################# @@ -420,7 +420,7 @@ build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_el # Custom command for project_elf_src_esp32.c build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/project_elf_src_esp32.c + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/project_elf_src_esp32.c DESC = Generating project_elf_src_esp32.c restat = 1 @@ -429,7 +429,7 @@ build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: C # Custom command for CMakeFiles/size build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND blink.map - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/home/nik/repos/esp32/build/blink.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/home/nik/repos/esp32/blink/build/blink.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console @@ -437,7 +437,7 @@ build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND bl # Custom command for CMakeFiles/size-files build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND blink.map - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/home/nik/repos/esp32/build/blink.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/home/nik/repos/esp32/blink/build/blink.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console @@ -445,7 +445,7 @@ build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTO # Custom command for CMakeFiles/size-components build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND blink.map - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/home/nik/repos/esp32/build/blink.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/home/nik/repos/esp32/blink/build/blink.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console @@ -453,7 +453,7 @@ build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-compone # Custom command for CMakeFiles/uf2 build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/build/flasher_args.json;-o;/home/nik/repos/esp32/build/uf2.bin" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/blink/build/flasher_args.json;-o;/home/nik/repos/esp32/blink/build/uf2.bin" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console @@ -461,7 +461,7 @@ build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND # Custom command for CMakeFiles/uf2-app build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/build/flasher_args.json;-o;/home/nik/repos/esp32/build/uf2-app.bin;--bin;app" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/blink/build/flasher_args.json;-o;/home/nik/repos/esp32/blink/build/uf2-app.bin;--bin;app" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console @@ -474,14 +474,14 @@ build CMakeFiles/__ldgen_output_sections.ld | ${cmake_ninja_workdir}CMakeFiles/_ ############################################# # 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/nik/esp/esp-idf/components/xtensa/linker.lf /home/nik/esp/esp-idf/components/esp_driver_gpio/linker.lf /home/nik/esp/esp-idf/components/esp_pm/linker.lf /home/nik/esp/esp-idf/components/esp_mm/linker.lf /home/nik/esp/esp-idf/components/spi_flash/linker.lf /home/nik/esp/esp-idf/components/esp_system/linker.lf /home/nik/esp/esp-idf/components/esp_system/app.lf /home/nik/esp/esp-idf/components/esp_common/common.lf /home/nik/esp/esp-idf/components/esp_common/soc.lf /home/nik/esp/esp-idf/components/esp_rom/linker.lf /home/nik/esp/esp-idf/components/hal/linker.lf /home/nik/esp/esp-idf/components/log/linker.lf /home/nik/esp/esp-idf/components/heap/linker.lf /home/nik/esp/esp-idf/components/soc/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/dma/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/ldo/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/linker.lf /home/nik/esp/esp-idf/components/freertos/linker_common.lf /home/nik/esp/esp-idf/components/freertos/linker.lf /home/nik/esp/esp-idf/components/newlib/src/newlib.lf /home/nik/esp/esp-idf/components/newlib/src/system_libs.lf /home/nik/esp/esp-idf/components/esp_driver_gptimer/linker.lf /home/nik/esp/esp-idf/components/esp_ringbuf/linker.lf /home/nik/esp/esp-idf/components/esp_driver_uart/linker.lf /home/nik/esp/esp-idf/components/app_trace/linker.lf /home/nik/esp/esp-idf/components/esp_event/linker.lf /home/nik/esp/esp-idf/components/esp_phy/linker.lf /home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf /home/nik/esp/esp-idf/components/vfs/linker.lf /home/nik/esp/esp-idf/components/lwip/linker.lf /home/nik/esp/esp-idf/components/esp_netif/linker.lf /home/nik/esp/esp-idf/components/wpa_supplicant/linker.lf /home/nik/esp/esp-idf/components/esp_wifi/linker.lf /home/nik/esp/esp-idf/components/esp_driver_spi/linker.lf /home/nik/esp/esp-idf/components/esp_gdbstub/linker.lf /home/nik/esp/esp-idf/components/esp_driver_pcnt/linker.lf /home/nik/esp/esp-idf/components/esp_driver_mcpwm/linker.lf /home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf /home/nik/esp/esp-idf/components/esp_driver_dac/linker.lf /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/linker.lf /home/nik/esp/esp-idf/components/esp_driver_rmt/linker.lf /home/nik/esp/esp-idf/components/esp_driver_sdm/linker.lf /home/nik/esp/esp-idf/components/esp_driver_i2c/linker.lf /home/nik/esp/esp-idf/components/esp_driver_ledc/linker.lf /home/nik/esp/esp-idf/components/esp_driver_parlio/linker.lf /home/nik/esp/esp-idf/components/esp_driver_twai/linker.lf /home/nik/esp/esp-idf/components/driver/twai/linker.lf /home/nik/esp/esp-idf/components/esp_adc/linker.lf /home/nik/esp/esp-idf/components/esp_driver_isp/linker.lf /home/nik/esp/esp-idf/components/esp_psram/linker.lf /home/nik/esp/esp-idf/components/esp_eth/linker.lf /home/nik/esp/esp-idf/components/esp_lcd/linker.lf /home/nik/esp/esp-idf/components/espcoredump/linker.lf /home/nik/esp/esp-idf/components/ieee802154/linker.lf /home/nik/esp/esp-idf/components/openthread/linker.lf esp-idf/xtensa/libxtensa.a esp-idf/cxx/libcxx.a esp-idf/newlib/libnewlib.a esp-idf/freertos/libfreertos.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/hal/libhal.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_common/libesp_common.a esp-idf/esp_system/libesp_system.a esp-idf/xtensa/libxtensa.a esp-idf/spi_flash/libspi_flash.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_timer/libesp_timer.a esp-idf/lwip/liblwip.a esp-idf/vfs/libvfs.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_mm/libesp_mm.a esp-idf/vfs/libvfs.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/esp_security/libesp_security.a esp-idf/efuse/libefuse.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/driver/libdriver.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_event/libesp_event.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp-tls/libesp-tls.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/esp_phy/libesp_phy.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_https_ota/libesp_https_ota.a esp-idf/esp_security/libesp_security.a esp-idf/pthread/libpthread.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.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_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_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/console/libconsole.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.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_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_eth/libesp_eth.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/protobuf-c/libprotobuf-c.a esp-idf/console/libconsole.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/json/libjson.a esp-idf/main/libmain.a /home/nik/repos/esp32/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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.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 esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/nik/repos/esp32/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/ldgen/ldgen.py --config /home/nik/repos/esp32/sdkconfig --fragments-list "/home/nik/esp/esp-idf/components/xtensa/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_gpio/linker.lf;/home/nik/esp/esp-idf/components/esp_pm/linker.lf;/home/nik/esp/esp-idf/components/esp_mm/linker.lf;/home/nik/esp/esp-idf/components/spi_flash/linker.lf;/home/nik/esp/esp-idf/components/esp_system/linker.lf;/home/nik/esp/esp-idf/components/esp_system/app.lf;/home/nik/esp/esp-idf/components/esp_common/common.lf;/home/nik/esp/esp-idf/components/esp_common/soc.lf;/home/nik/esp/esp-idf/components/esp_rom/linker.lf;/home/nik/esp/esp-idf/components/hal/linker.lf;/home/nik/esp/esp-idf/components/log/linker.lf;/home/nik/esp/esp-idf/components/heap/linker.lf;/home/nik/esp/esp-idf/components/soc/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/dma/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/ldo/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/linker.lf;/home/nik/esp/esp-idf/components/freertos/linker_common.lf;/home/nik/esp/esp-idf/components/freertos/linker.lf;/home/nik/esp/esp-idf/components/newlib/src/newlib.lf;/home/nik/esp/esp-idf/components/newlib/src/system_libs.lf;/home/nik/esp/esp-idf/components/esp_driver_gptimer/linker.lf;/home/nik/esp/esp-idf/components/esp_ringbuf/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_uart/linker.lf;/home/nik/esp/esp-idf/components/app_trace/linker.lf;/home/nik/esp/esp-idf/components/esp_event/linker.lf;/home/nik/esp/esp-idf/components/esp_phy/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;/home/nik/esp/esp-idf/components/vfs/linker.lf;/home/nik/esp/esp-idf/components/lwip/linker.lf;/home/nik/esp/esp-idf/components/esp_netif/linker.lf;/home/nik/esp/esp-idf/components/wpa_supplicant/linker.lf;/home/nik/esp/esp-idf/components/esp_wifi/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_spi/linker.lf;/home/nik/esp/esp-idf/components/esp_gdbstub/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_pcnt/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_mcpwm/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_dac/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_rmt/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_sdm/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_i2c/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_ledc/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_parlio/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_twai/linker.lf;/home/nik/esp/esp-idf/components/driver/twai/linker.lf;/home/nik/esp/esp-idf/components/esp_adc/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_isp/linker.lf;/home/nik/esp/esp-idf/components/esp_psram/linker.lf;/home/nik/esp/esp-idf/components/esp_eth/linker.lf;/home/nik/esp/esp-idf/components/esp_lcd/linker.lf;/home/nik/esp/esp-idf/components/espcoredump/linker.lf;/home/nik/esp/esp-idf/components/ieee802154/linker.lf;/home/nik/esp/esp-idf/components/openthread/linker.lf" --input /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld.in --output /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld --kconfig /home/nik/esp/esp-idf/Kconfig --env-file /home/nik/repos/esp32/build/config.env --libraries-file /home/nik/repos/esp32/build/ldgen_libraries --objdump /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump +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/nik/esp/esp-idf/components/xtensa/linker.lf /home/nik/esp/esp-idf/components/esp_driver_gpio/linker.lf /home/nik/esp/esp-idf/components/esp_pm/linker.lf /home/nik/esp/esp-idf/components/esp_mm/linker.lf /home/nik/esp/esp-idf/components/spi_flash/linker.lf /home/nik/esp/esp-idf/components/esp_system/linker.lf /home/nik/esp/esp-idf/components/esp_system/app.lf /home/nik/esp/esp-idf/components/esp_common/common.lf /home/nik/esp/esp-idf/components/esp_common/soc.lf /home/nik/esp/esp-idf/components/esp_rom/linker.lf /home/nik/esp/esp-idf/components/hal/linker.lf /home/nik/esp/esp-idf/components/log/linker.lf /home/nik/esp/esp-idf/components/heap/linker.lf /home/nik/esp/esp-idf/components/soc/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/dma/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/ldo/linker.lf /home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/linker.lf /home/nik/esp/esp-idf/components/freertos/linker_common.lf /home/nik/esp/esp-idf/components/freertos/linker.lf /home/nik/esp/esp-idf/components/newlib/src/newlib.lf /home/nik/esp/esp-idf/components/newlib/src/system_libs.lf /home/nik/esp/esp-idf/components/esp_driver_gptimer/linker.lf /home/nik/esp/esp-idf/components/esp_ringbuf/linker.lf /home/nik/esp/esp-idf/components/esp_driver_uart/linker.lf /home/nik/esp/esp-idf/components/app_trace/linker.lf /home/nik/esp/esp-idf/components/esp_event/linker.lf /home/nik/esp/esp-idf/components/esp_phy/linker.lf /home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf /home/nik/esp/esp-idf/components/vfs/linker.lf /home/nik/esp/esp-idf/components/lwip/linker.lf /home/nik/esp/esp-idf/components/esp_netif/linker.lf /home/nik/esp/esp-idf/components/wpa_supplicant/linker.lf /home/nik/esp/esp-idf/components/esp_wifi/linker.lf /home/nik/esp/esp-idf/components/esp_driver_spi/linker.lf /home/nik/esp/esp-idf/components/esp_gdbstub/linker.lf /home/nik/esp/esp-idf/components/esp_driver_pcnt/linker.lf /home/nik/esp/esp-idf/components/esp_driver_mcpwm/linker.lf /home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf /home/nik/esp/esp-idf/components/esp_driver_dac/linker.lf /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/linker.lf /home/nik/esp/esp-idf/components/esp_driver_rmt/linker.lf /home/nik/esp/esp-idf/components/esp_driver_sdm/linker.lf /home/nik/esp/esp-idf/components/esp_driver_i2c/linker.lf /home/nik/esp/esp-idf/components/esp_driver_ledc/linker.lf /home/nik/esp/esp-idf/components/esp_driver_parlio/linker.lf /home/nik/esp/esp-idf/components/esp_driver_twai/linker.lf /home/nik/esp/esp-idf/components/driver/twai/linker.lf /home/nik/esp/esp-idf/components/esp_adc/linker.lf /home/nik/esp/esp-idf/components/esp_driver_isp/linker.lf /home/nik/esp/esp-idf/components/esp_psram/linker.lf /home/nik/esp/esp-idf/components/esp_eth/linker.lf /home/nik/esp/esp-idf/components/esp_lcd/linker.lf /home/nik/esp/esp-idf/components/espcoredump/linker.lf /home/nik/esp/esp-idf/components/ieee802154/linker.lf /home/nik/esp/esp-idf/components/openthread/linker.lf esp-idf/xtensa/libxtensa.a esp-idf/cxx/libcxx.a esp-idf/newlib/libnewlib.a esp-idf/freertos/libfreertos.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/heap/libheap.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/hal/libhal.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_common/libesp_common.a esp-idf/esp_system/libesp_system.a esp-idf/xtensa/libxtensa.a esp-idf/spi_flash/libspi_flash.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_timer/libesp_timer.a esp-idf/lwip/liblwip.a esp-idf/vfs/libvfs.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_mm/libesp_mm.a esp-idf/vfs/libvfs.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/esp_security/libesp_security.a esp-idf/efuse/libefuse.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/driver/libdriver.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_event/libesp_event.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp-tls/libesp-tls.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/esp_phy/libesp_phy.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_https_ota/libesp_https_ota.a esp-idf/esp_security/libesp_security.a esp-idf/pthread/libpthread.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.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_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_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.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/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/console/libconsole.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_dac/libesp_driver_dac.a esp-idf/esp_driver_rmt/libesp_driver_rmt.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_twai/libesp_driver_twai.a esp-idf/driver/libdriver.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_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_eth/libesp_eth.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/protobuf-c/libprotobuf-c.a esp-idf/console/libconsole.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/json/libjson.a esp-idf/main/libmain.a /home/nik/repos/esp32/blink/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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.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 esp-idf/xtensa/libxtensa.a + COMMAND = cd /home/nik/repos/esp32/blink/build && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/tools/ldgen/ldgen.py --config /home/nik/repos/esp32/blink/sdkconfig --fragments-list "/home/nik/esp/esp-idf/components/xtensa/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_gpio/linker.lf;/home/nik/esp/esp-idf/components/esp_pm/linker.lf;/home/nik/esp/esp-idf/components/esp_mm/linker.lf;/home/nik/esp/esp-idf/components/spi_flash/linker.lf;/home/nik/esp/esp-idf/components/esp_system/linker.lf;/home/nik/esp/esp-idf/components/esp_system/app.lf;/home/nik/esp/esp-idf/components/esp_common/common.lf;/home/nik/esp/esp-idf/components/esp_common/soc.lf;/home/nik/esp/esp-idf/components/esp_rom/linker.lf;/home/nik/esp/esp-idf/components/hal/linker.lf;/home/nik/esp/esp-idf/components/log/linker.lf;/home/nik/esp/esp-idf/components/heap/linker.lf;/home/nik/esp/esp-idf/components/soc/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/dma/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/ldo/linker.lf;/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/linker.lf;/home/nik/esp/esp-idf/components/freertos/linker_common.lf;/home/nik/esp/esp-idf/components/freertos/linker.lf;/home/nik/esp/esp-idf/components/newlib/src/newlib.lf;/home/nik/esp/esp-idf/components/newlib/src/system_libs.lf;/home/nik/esp/esp-idf/components/esp_driver_gptimer/linker.lf;/home/nik/esp/esp-idf/components/esp_ringbuf/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_uart/linker.lf;/home/nik/esp/esp-idf/components/app_trace/linker.lf;/home/nik/esp/esp-idf/components/esp_event/linker.lf;/home/nik/esp/esp-idf/components/esp_phy/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;/home/nik/esp/esp-idf/components/vfs/linker.lf;/home/nik/esp/esp-idf/components/lwip/linker.lf;/home/nik/esp/esp-idf/components/esp_netif/linker.lf;/home/nik/esp/esp-idf/components/wpa_supplicant/linker.lf;/home/nik/esp/esp-idf/components/esp_wifi/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_spi/linker.lf;/home/nik/esp/esp-idf/components/esp_gdbstub/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_pcnt/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_mcpwm/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_dac/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_rmt/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_sdm/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_i2c/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_ledc/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_parlio/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_twai/linker.lf;/home/nik/esp/esp-idf/components/driver/twai/linker.lf;/home/nik/esp/esp-idf/components/esp_adc/linker.lf;/home/nik/esp/esp-idf/components/esp_driver_isp/linker.lf;/home/nik/esp/esp-idf/components/esp_psram/linker.lf;/home/nik/esp/esp-idf/components/esp_eth/linker.lf;/home/nik/esp/esp-idf/components/esp_lcd/linker.lf;/home/nik/esp/esp-idf/components/espcoredump/linker.lf;/home/nik/esp/esp-idf/components/ieee802154/linker.lf;/home/nik/esp/esp-idf/components/openthread/linker.lf" --input /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld.in --output /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld --kconfig /home/nik/esp/esp-idf/Kconfig --env-file /home/nik/repos/esp32/blink/build/config.env --libraries-file /home/nik/repos/esp32/blink/build/ldgen_libraries --objdump /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-objdump DESC = Generating esp-idf/esp_system/ld/sections.ld restat = 1 # ============================================================================= # Write statements declared in CMakeLists.txt: -# /home/nik/repos/esp32/CMakeLists.txt +# /home/nik/repos/esp32/blink/CMakeLists.txt # ============================================================================= @@ -489,7 +489,7 @@ build esp-idf/esp_system/ld/sections.ld | ${cmake_ninja_workdir}esp-idf/esp_syst # Utility command for edit_cache build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -501,7 +501,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 = cd /home/nik/repos/esp32/build/esp-idf && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -519,7 +519,7 @@ build esp-idf/list_install_components: phony # Utility command for install build esp-idf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -531,7 +531,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 = cd /home/nik/repos/esp32/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -543,7 +543,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 = cd /home/nik/repos/esp32/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -567,8 +567,8 @@ build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_orde build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xtensa_unscanned_ /home/nik/esp/esp-idf/components/xtensa/eri.c || cmake_object_order_depends_target___idf_xtensa DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -577,8 +577,8 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xt build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____idf_xtensa_unscanned_ /home/nik/esp/esp-idf/components/xtensa/xt_trax.c || cmake_object_order_depends_target___idf_xtensa DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -587,8 +587,8 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____id build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj: ASM_COMPILER____idf_xtensa_unscanned_ /home/nik/esp/esp-idf/components/xtensa/xtensa_context.S || cmake_object_order_depends_target___idf_xtensa DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -597,8 +597,8 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj: ASM_COMPI build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj: ASM_COMPILER____idf_xtensa_unscanned_ /home/nik/esp/esp-idf/components/xtensa/xtensa_intr_asm.S || cmake_object_order_depends_target___idf_xtensa DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -607,8 +607,8 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj: ASM_COMP build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj: C_COMPILER____idf_xtensa_unscanned_ /home/nik/esp/esp-idf/components/xtensa/xtensa_intr.c || cmake_object_order_depends_target___idf_xtensa DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -617,8 +617,8 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj: C_COMPILER__ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj: ASM_COMPILER____idf_xtensa_unscanned_ /home/nik/esp/esp-idf/components/xtensa/xtensa_vectors.S || cmake_object_order_depends_target___idf_xtensa DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS DEP_FILE = esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -646,7 +646,7 @@ build esp-idf/xtensa/libxtensa.a: C_STATIC_LIBRARY_LINKER____idf_xtensa_ esp-idf # Utility command for edit_cache build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/xtensa && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/xtensa && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -658,7 +658,7 @@ build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/xtensa && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/xtensa && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -676,7 +676,7 @@ build esp-idf/xtensa/list_install_components: phony # Utility command for install build esp-idf/xtensa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/xtensa && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/xtensa && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -688,7 +688,7 @@ build esp-idf/xtensa/install: phony esp-idf/xtensa/CMakeFiles/install.util # Utility command for install/local build esp-idf/xtensa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -700,7 +700,7 @@ build esp-idf/xtensa/install/local: phony esp-idf/xtensa/CMakeFiles/install/loca # Utility command for install/strip build esp-idf/xtensa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/xtensa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -724,8 +724,8 @@ build cmake_object_order_depends_target___idf_esp_driver_gpio: phony || cmake_ob build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -734,8 +734,8 @@ build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.ob 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -744,8 +744,8 @@ build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glit 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -773,7 +773,7 @@ build esp-idf/esp_driver_gpio/libesp_driver_gpio.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -785,7 +785,7 @@ build esp-idf/esp_driver_gpio/edit_cache: phony esp-idf/esp_driver_gpio/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -803,7 +803,7 @@ build esp-idf/esp_driver_gpio/list_install_components: phony # Utility command for install build esp-idf/esp_driver_gpio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -815,7 +815,7 @@ build esp-idf/esp_driver_gpio/install: phony esp-idf/esp_driver_gpio/CMakeFiles/ # Utility command for install/local build esp-idf/esp_driver_gpio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -827,7 +827,7 @@ build esp-idf/esp_driver_gpio/install/local: phony esp-idf/esp_driver_gpio/CMake # Utility command for install/strip build esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -851,8 +851,8 @@ build cmake_object_order_depends_target___idf_esp_pm: phony || cmake_object_orde build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /home/nik/esp/esp-idf/components/esp_pm/pm_locks.c || cmake_object_order_depends_target___idf_esp_pm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/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 @@ -861,8 +861,8 @@ build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____i build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /home/nik/esp/esp-idf/components/esp_pm/pm_trace.c || cmake_object_order_depends_target___idf_esp_pm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/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 @@ -871,8 +871,8 @@ build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj: C_COMPILER____i build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /home/nik/esp/esp-idf/components/esp_pm/pm_impl.c || cmake_object_order_depends_target___idf_esp_pm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/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 @@ -900,7 +900,7 @@ build esp-idf/esp_pm/libesp_pm.a: C_STATIC_LIBRARY_LINKER____idf_esp_pm_ esp-idf # Utility command for edit_cache build esp-idf/esp_pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_pm && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_pm && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -912,7 +912,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_pm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_pm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -930,7 +930,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_pm && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_pm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -942,7 +942,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_pm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -954,7 +954,7 @@ build esp-idf/esp_pm/install/local: phony esp-idf/esp_pm/CMakeFiles/install/loca # Utility command for install/strip build esp-idf/esp_pm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_pm/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_pm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -978,18 +978,18 @@ build cmake_object_order_depends_target___idf_mbedtls: phony || cmake_object_ord build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj: C_COMPILER____idf_mbedtls_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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/nik/repos/esp32/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj: ASM_COMPILER____idf_mbedtls_unscanned_ /home/nik/repos/esp32/blink/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -1023,7 +1023,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -1035,7 +1035,7 @@ build esp-idf/mbedtls/edit_cache: phony esp-idf/mbedtls/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1053,7 +1053,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1065,7 +1065,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1077,7 +1077,7 @@ build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1089,7 +1089,7 @@ build esp-idf/mbedtls/install/strip: phony esp-idf/mbedtls/CMakeFiles/install/st # 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/nik/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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.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/nik/repos/esp32/build && /usr/bin/cmake -D DATA_FILE=/home/nik/repos/esp32/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=/home/nik/repos/esp32/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P /home/nik/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build && /usr/bin/cmake -D DATA_FILE=/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=/home/nik/repos/esp32/blink/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P /home/nik/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake DESC = Generating ../../x509_crt_bundle.S restat = 1 @@ -1098,7 +1098,7 @@ build x509_crt_bundle.S | ${cmake_ninja_workdir}x509_crt_bundle.S: CUSTOM_COMMAN # 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.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/nik/repos/esp32/build/esp-idf/mbedtls && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input /home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem /home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q --max-certs 200 + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input /home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem /home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q --max-certs 200 DESC = Generating x509_crt_bundle restat = 1 @@ -1118,7 +1118,7 @@ build esp-idf/mbedtls/mbedtls/apidoc: phony esp-idf/mbedtls/mbedtls/CMakeFiles/a # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -1130,7 +1130,7 @@ build esp-idf/mbedtls/mbedtls/edit_cache: phony esp-idf/mbedtls/mbedtls/CMakeFil # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1148,7 +1148,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1160,7 +1160,7 @@ build esp-idf/mbedtls/mbedtls/install: phony esp-idf/mbedtls/mbedtls/CMakeFiles/ # Utility command for install/local build esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1172,7 +1172,7 @@ build esp-idf/mbedtls/mbedtls/install/local: phony esp-idf/mbedtls/mbedtls/CMake # Utility command for install/strip build esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1196,7 +1196,7 @@ build esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc | ${cmake_ninja_workdir}esp-idf/ # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -1208,7 +1208,7 @@ build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/ # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1226,7 +1226,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1238,7 +1238,7 @@ build esp-idf/mbedtls/mbedtls/include/install: phony esp-idf/mbedtls/mbedtls/inc # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1250,7 +1250,7 @@ build esp-idf/mbedtls/mbedtls/include/install/local: phony esp-idf/mbedtls/mbedt # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1267,7 +1267,7 @@ build esp-idf/mbedtls/mbedtls/include/install/strip: phony esp-idf/mbedtls/mbedt # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -1279,7 +1279,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/edit_cache: phony esp-idf/mbedtls/mbedtls # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1297,7 +1297,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1309,7 +1309,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/install: phony esp-idf/mbedtls/mbedtls/3r # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1321,7 +1321,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/install/local: phony esp-idf/mbedtls/mbed # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1345,8 +1345,8 @@ build cmake_object_order_depends_target_everest: phony || cmake_object_order_dep build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj: C_COMPILER__everest_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c || cmake_object_order_depends_target_everest DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -1355,8 +1355,8 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/ev build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj: C_COMPILER__everest_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c || cmake_object_order_depends_target_everest DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -1365,8 +1365,8 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x2 build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj: C_COMPILER__everest_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -1394,7 +1394,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a: CXX_STATIC_LIBRARY_ # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -1406,7 +1406,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/edit_cache: phony esp-idf/mbedtls # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1424,7 +1424,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1436,7 +1436,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/install: phony esp-idf/mbedtls/mb # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1448,7 +1448,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/local: phony esp-idf/mbed # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1472,8 +1472,8 @@ build cmake_object_order_depends_target_p256m: phony || cmake_object_order_depen build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj: C_COMPILER__p256m_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -1482,8 +1482,8 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj: C_COMPILER__p256m_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -1511,7 +1511,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a: CXX_STATIC_LIBRARY_LIN # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -1523,7 +1523,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/edit_cache: phony esp-idf/mbedtls/ # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1541,7 +1541,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -1553,7 +1553,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install: phony esp-idf/mbedtls/mbe # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1565,7 +1565,7 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/local: phony esp-idf/mbedt # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -1589,8 +1589,8 @@ build cmake_object_order_depends_target_mbedcrypto: phony || cmake_object_order_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1599,8 +1599,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1609,8 +1609,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1619,8 +1619,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj: C_C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1629,8 +1629,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1639,8 +1639,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1649,8 +1649,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1659,8 +1659,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1669,8 +1669,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1679,8 +1679,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.ob build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1689,8 +1689,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1699,8 +1699,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1709,8 +1709,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.o build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1719,8 +1719,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1729,8 +1729,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1739,8 +1739,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1749,8 +1749,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1759,8 +1759,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1769,8 +1769,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.ob build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1779,8 +1779,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1789,8 +1789,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1799,8 +1799,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1809,8 +1809,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1819,8 +1819,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1829,8 +1829,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1839,8 +1839,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1849,8 +1849,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1859,8 +1859,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1869,8 +1869,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1879,8 +1879,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1889,8 +1889,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1899,8 +1899,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1909,8 +1909,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1919,8 +1919,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1929,8 +1929,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1939,8 +1939,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1949,8 +1949,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj: C_C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1959,8 +1959,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1969,8 +1969,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMP build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1979,8 +1979,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1989,8 +1989,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_al build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -1999,8 +1999,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2009,8 +2009,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2019,8 +2019,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2029,8 +2029,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2039,8 +2039,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMP build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2049,8 +2049,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2059,8 +2059,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2069,8 +2069,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2079,8 +2079,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2089,8 +2089,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2099,8 +2099,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2109,8 +2109,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2119,8 +2119,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2129,8 +2129,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2139,8 +2139,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2149,8 +2149,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2159,8 +2159,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ciphe build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2169,8 +2169,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_clien build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2179,8 +2179,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_drive build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2189,8 +2189,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2199,8 +2199,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2209,8 +2209,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2219,8 +2219,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2229,8 +2229,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2239,8 +2239,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2249,8 +2249,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2259,8 +2259,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2269,8 +2269,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_stora build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2279,8 +2279,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2289,8 +2289,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2299,8 +2299,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2309,8 +2309,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2319,8 +2319,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2329,8 +2329,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2339,8 +2339,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2349,8 +2349,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2359,8 +2359,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2369,8 +2369,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2379,8 +2379,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2389,8 +2389,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/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 @@ -2399,8 +2399,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2409,8 +2409,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2419,8 +2419,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2429,8 +2429,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2439,8 +2439,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2449,8 +2449,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2459,8 +2459,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2469,8 +2469,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2479,8 +2479,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2489,8 +2489,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2499,8 +2499,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2509,8 +2509,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2519,8 +2519,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2529,8 +2529,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2539,8 +2539,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb @@ -2575,8 +2575,8 @@ build cmake_object_order_depends_target_mbedx509: phony || cmake_object_order_de build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2585,8 +2585,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COM build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2595,8 +2595,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMP build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2605,8 +2605,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2615,8 +2615,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2625,8 +2625,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2635,8 +2635,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2645,8 +2645,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2655,8 +2655,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.ob build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj: C_COMPILER__mbedx509_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2691,8 +2691,8 @@ build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_dep build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2701,8 +2701,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMP build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2711,8 +2711,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2721,8 +2721,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2731,8 +2731,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2741,8 +2741,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2751,8 +2751,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2761,8 +2761,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2771,8 +2771,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_g build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2781,8 +2781,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2791,8 +2791,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2801,8 +2801,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_CO build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2811,8 +2811,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2821,8 +2821,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2831,8 +2831,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.ob build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2841,8 +2841,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2851,8 +2851,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c. build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -2861,8 +2861,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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/nik/esp/esp-idf/components/mbedtls/port TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb @@ -2871,8 +2871,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-id build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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/nik/esp/esp-idf/components/mbedtls/port TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb @@ -2881,8 +2881,8 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-id build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj: C_COMPILER__mbedtls_unscanned_ /home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_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/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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/nik/esp/esp-idf/components/mbedtls/port TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb @@ -2916,7 +2916,7 @@ build esp-idf/mbedtls/mbedtls/library/lib: phony esp-idf/mbedtls/mbedtls/library # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -2928,7 +2928,7 @@ build esp-idf/mbedtls/mbedtls/library/edit_cache: phony esp-idf/mbedtls/mbedtls/ # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2946,7 +2946,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -2958,7 +2958,7 @@ build esp-idf/mbedtls/mbedtls/library/install: phony esp-idf/mbedtls/mbedtls/lib # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -2970,7 +2970,7 @@ build esp-idf/mbedtls/mbedtls/library/install/local: phony esp-idf/mbedtls/mbedt # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -2993,7 +2993,7 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib | ${cmake_ninja_workdir}esp # Utility command for edit_cache build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3005,7 +3005,7 @@ build esp-idf/mbedtls/mbedtls/pkgconfig/edit_cache: phony esp-idf/mbedtls/mbedtl # Utility command for rebuild_cache build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3023,7 +3023,7 @@ 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3035,7 +3035,7 @@ build esp-idf/mbedtls/mbedtls/pkgconfig/install: phony esp-idf/mbedtls/mbedtls/p # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3047,7 +3047,7 @@ build esp-idf/mbedtls/mbedtls/pkgconfig/install/local: phony esp-idf/mbedtls/mbe # 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/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3076,7 +3076,7 @@ build esp-idf/bootloader/encrypted-bootloader-flash: phony esp-idf/bootloader/CM # Utility command for edit_cache build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/bootloader && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bootloader && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3088,7 +3088,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 = cd /home/nik/repos/esp32/build/esp-idf/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3106,7 +3106,7 @@ 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/nik/repos/esp32/build/esp-idf/bootloader && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bootloader && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3118,7 +3118,7 @@ build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.ut # Utility command for install/local build esp-idf/bootloader/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3130,7 +3130,7 @@ build esp-idf/bootloader/install/local: phony esp-idf/bootloader/CMakeFiles/inst # Utility command for install/strip build esp-idf/bootloader/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3142,7 +3142,7 @@ build esp-idf/bootloader/install/strip: phony esp-idf/bootloader/CMakeFiles/inst # 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/nik/esp/esp-idf/components/bootloader && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/bootloader && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/blink/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake pool = console @@ -3150,7 +3150,7 @@ build esp-idf/bootloader/CMakeFiles/bootloader-flash | ${cmake_ninja_workdir}esp # 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/nik/repos/esp32/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/nik/esp/esp-idf/tools/cmake/scripts/fail.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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/nik/esp/esp-idf/tools/cmake/scripts/fail.cmake # ============================================================================= # Write statements declared in CMakeLists.txt: @@ -3180,7 +3180,7 @@ build esp-idf/esptool_py/app_check_size: phony esp-idf/esptool_py/CMakeFiles/app # Utility command for edit_cache build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esptool_py && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esptool_py && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3192,7 +3192,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 = cd /home/nik/repos/esp32/build/esp-idf/esptool_py && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esptool_py && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3210,7 +3210,7 @@ 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/nik/repos/esp32/build/esp-idf/esptool_py && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esptool_py && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3222,7 +3222,7 @@ build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.ut # Utility command for install/local build esp-idf/esptool_py/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3234,7 +3234,7 @@ build esp-idf/esptool_py/install/local: phony esp-idf/esptool_py/CMakeFiles/inst # Utility command for install/strip build esp-idf/esptool_py/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3246,7 +3246,7 @@ build esp-idf/esptool_py/install/strip: phony esp-idf/esptool_py/CMakeFiles/inst # 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 || __ldgen_output_sections.ld _project_elf_src app blink.elf 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.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/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/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.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 esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/blink/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake pool = console @@ -3254,14 +3254,14 @@ build esp-idf/esptool_py/CMakeFiles/app-flash | ${cmake_ninja_workdir}esp-idf/es # 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/nik/repos/esp32/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/nik/esp/esp-idf/tools/cmake/scripts/fail.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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/nik/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 || __ldgen_output_sections.ld _project_elf_src blink.elf 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_dac/libesp_driver_dac.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_mcpwm/libesp_driver_mcpwm.a esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdio/libesp_driver_sdio.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a esp-idf/esp_driver_twai/libesp_driver_twai.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/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/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 esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esptool_py && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/nik/repos/esp32/build/partition_table/partition-table.bin /home/nik/repos/esp32/build/blink.bin + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esptool_py && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/nik/repos/esp32/blink/build/partition_table/partition-table.bin /home/nik/repos/esp32/blink/build/blink.bin # ============================================================================= # Write statements declared in CMakeLists.txt: @@ -3309,7 +3309,7 @@ build esp-idf/partition_table/partition_table-flash: phony esp-idf/partition_tab # Utility command for edit_cache build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/partition_table && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3321,7 +3321,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 = cd /home/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/partition_table && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3339,7 +3339,7 @@ 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/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/partition_table && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3351,7 +3351,7 @@ build esp-idf/partition_table/install: phony esp-idf/partition_table/CMakeFiles/ # Utility command for install/local build esp-idf/partition_table/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3363,7 +3363,7 @@ build esp-idf/partition_table/install/local: phony esp-idf/partition_table/CMake # Utility command for install/strip build esp-idf/partition_table/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3381,7 +3381,7 @@ build esp-idf/partition_table/CMakeFiles/partition_table_bin | ${cmake_ninja_wor # 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/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/partition_table && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --primary-bootloader-offset 0x1000 --flash-size 2MB -- /home/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/repos/esp32/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --primary-bootloader-offset 0x1000 --flash-size 2MB -- /home/nik/repos/esp32/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "*******************************************************************************" + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/partition_table && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --primary-bootloader-offset 0x1000 --flash-size 2MB -- /home/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/repos/esp32/blink/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --primary-bootloader-offset 0x1000 --flash-size 2MB -- /home/nik/repos/esp32/blink/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "*******************************************************************************" DESC = Generating ../../partition_table/partition-table.bin restat = 1 @@ -3390,14 +3390,14 @@ build partition_table/partition-table.bin | ${cmake_ninja_workdir}partition_tabl # 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/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --primary-bootloader-offset 0x1000 --flash-size 2MB -- /home/nik/repos/esp32/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "*******************************************************************************" + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --primary-bootloader-offset 0x1000 --flash-size 2MB -- /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -3405,7 +3405,7 @@ build esp-idf/partition_table/CMakeFiles/partition_table | ${cmake_ninja_workdir # 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/nik/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/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=/home/nik/repos/esp32/blink/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake pool = console @@ -3413,14 +3413,14 @@ build esp-idf/partition_table/CMakeFiles/partition-table-flash | ${cmake_ninja_w # 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/nik/repos/esp32/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/nik/esp/esp-idf/tools/cmake/scripts/fail.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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/nik/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/nik/repos/esp32/build/esp-idf/partition_table && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? # ============================================================================= @@ -3438,10 +3438,10 @@ build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_w build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_esp_bootloader_format build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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=\"blink\" -DPROJECT_VER=\"1\" + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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=\"blink\" -DPROJECT_VER=\"d54a1ea-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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -3469,7 +3469,7 @@ build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_app_format && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_app_format && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3481,7 +3481,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_app_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_app_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3499,7 +3499,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_app_format && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_app_format && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3511,7 +3511,7 @@ build esp-idf/esp_app_format/install: phony esp-idf/esp_app_format/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_app_format && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3523,7 +3523,7 @@ build esp-idf/esp_app_format/install/local: phony esp-idf/esp_app_format/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_app_format && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3547,8 +3547,8 @@ build cmake_object_order_depends_target___idf_esp_bootloader_format: phony || cm 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -3576,7 +3576,7 @@ build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY # Utility command for edit_cache build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_bootloader_format && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3588,7 +3588,7 @@ build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_for # Utility command for rebuild_cache build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_bootloader_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3606,7 +3606,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3618,7 +3618,7 @@ build esp-idf/esp_bootloader_format/install: phony esp-idf/esp_bootloader_format # 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/nik/repos/esp32/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3630,7 +3630,7 @@ build esp-idf/esp_bootloader_format/install/local: phony esp-idf/esp_bootloader_ # 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/nik/repos/esp32/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3654,8 +3654,8 @@ build cmake_object_order_depends_target___idf_app_update: phony || cmake_object_ build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update_unscanned_ /home/nik/esp/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/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 @@ -3664,8 +3664,8 @@ build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_CO build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj: C_COMPILER____idf_app_update_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/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 @@ -3693,7 +3693,7 @@ build esp-idf/app_update/libapp_update.a: C_STATIC_LIBRARY_LINKER____idf_app_upd # Utility command for edit_cache build esp-idf/app_update/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/app_update && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/app_update && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3705,7 +3705,7 @@ build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/app_update/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/app_update && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/app_update && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3723,7 +3723,7 @@ 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/nik/repos/esp32/build/esp-idf/app_update && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/app_update && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3735,7 +3735,7 @@ build esp-idf/app_update/install: phony esp-idf/app_update/CMakeFiles/install.ut # Utility command for install/local build esp-idf/app_update/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3747,7 +3747,7 @@ build esp-idf/app_update/install/local: phony esp-idf/app_update/CMakeFiles/inst # Utility command for install/strip build esp-idf/app_update/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3771,8 +3771,8 @@ build cmake_object_order_depends_target___idf_esp_partition: phony || cmake_obje build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: C_COMPILER____idf_esp_partition_unscanned_ /home/nik/esp/esp-idf/components/esp_partition/partition.c || cmake_object_order_depends_target___idf_esp_partition DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -3781,8 +3781,8 @@ build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj: C_COMPILER____idf_esp_partition_unscanned_ /home/nik/esp/esp-idf/components/esp_partition/partition_target.c || cmake_object_order_depends_target___idf_esp_partition DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -3810,7 +3810,7 @@ build esp-idf/esp_partition/libesp_partition.a: C_STATIC_LIBRARY_LINKER____idf_e # Utility command for edit_cache build esp-idf/esp_partition/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_partition && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_partition && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -3822,7 +3822,7 @@ build esp-idf/esp_partition/edit_cache: phony esp-idf/esp_partition/CMakeFiles/e # Utility command for rebuild_cache build esp-idf/esp_partition/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_partition && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_partition && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -3840,7 +3840,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_partition && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_partition && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -3852,7 +3852,7 @@ build esp-idf/esp_partition/install: phony esp-idf/esp_partition/CMakeFiles/inst # Utility command for install/local build esp-idf/esp_partition/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_partition/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_partition && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3864,7 +3864,7 @@ build esp-idf/esp_partition/install/local: phony esp-idf/esp_partition/CMakeFile # Utility command for install/strip build esp-idf/esp_partition/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_partition/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_partition && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -3888,8 +3888,8 @@ build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/esp_efuse_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -3898,8 +3898,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_CO build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -3908,8 +3908,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_C build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -3918,8 +3918,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -3928,8 +3928,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPIL build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -3938,8 +3938,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COM build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -3948,8 +3948,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_CO build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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/without_key_purposes/three_key_blocks TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -3958,8 +3958,8 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/nik/esp/esp-idf/components/efuse/src/esp_efuse_startup.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -4029,7 +4029,7 @@ 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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/efuse && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -4041,7 +4041,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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/efuse && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4059,7 +4059,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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/efuse && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4071,7 +4071,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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4083,7 +4083,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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4095,14 +4095,14 @@ build esp-idf/efuse/install/strip: phony esp-idf/efuse/CMakeFiles/install/strip. # 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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 ############################################# # Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -4110,7 +4110,7 @@ build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-id # 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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -4118,14 +4118,14 @@ build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-id # 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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info ############################################# # Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/efuse && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -4133,7 +4133,7 @@ build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/ # 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 = cd /home/nik/repos/esp32/build/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 # ============================================================================= # Write statements declared in CMakeLists.txt: @@ -4152,8 +4152,8 @@ build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4162,8 +4162,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4172,8 +4172,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4182,8 +4182,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4192,8 +4192,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4202,8 +4202,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4212,8 +4212,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4222,8 +4222,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/fla build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4232,8 +4232,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/sec build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4242,8 +4242,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4252,8 +4252,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4262,8 +4262,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4272,8 +4272,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4282,8 +4282,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4292,8 +4292,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/fla build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4302,8 +4302,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4312,8 +4312,8 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_secure_features.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/secure_boot_secure_features.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -4341,7 +4341,7 @@ build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKE # Utility command for edit_cache build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/bootloader_support && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bootloader_support && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -4353,7 +4353,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 = cd /home/nik/repos/esp32/build/esp-idf/bootloader_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bootloader_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4371,7 +4371,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 = cd /home/nik/repos/esp32/build/esp-idf/bootloader_support && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bootloader_support && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4383,7 +4383,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 = cd /home/nik/repos/esp32/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4395,7 +4395,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 = cd /home/nik/repos/esp32/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4419,8 +4419,8 @@ build cmake_object_order_depends_target___idf_esp_mm: phony || cmake_object_orde build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/nik/esp/esp-idf/components/esp_mm/esp_mmu_map.c || cmake_object_order_depends_target___idf_esp_mm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -4429,8 +4429,8 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj: C_COMPILER__ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/ext_mem_layout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -4439,8 +4439,8 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/nik/esp/esp-idf/components/esp_mm/esp_cache_msync.c || cmake_object_order_depends_target___idf_esp_mm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_msync.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -4449,8 +4449,8 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj: C_COMPIL build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/nik/esp/esp-idf/components/esp_mm/esp_cache_utils.c || cmake_object_order_depends_target___idf_esp_mm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -4459,8 +4459,8 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj: C_COMPIL build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/nik/esp/esp-idf/components/esp_mm/cache_esp32.c || cmake_object_order_depends_target___idf_esp_mm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/cache_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -4469,8 +4469,8 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj: C_COMPILER__ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/nik/esp/esp-idf/components/esp_mm/heap_align_hw.c || cmake_object_order_depends_target___idf_esp_mm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -4498,7 +4498,7 @@ build esp-idf/esp_mm/libesp_mm.a: C_STATIC_LIBRARY_LINKER____idf_esp_mm_ esp-idf # Utility command for edit_cache build esp-idf/esp_mm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_mm && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_mm && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -4510,7 +4510,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_mm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_mm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4528,7 +4528,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_mm && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_mm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4540,7 +4540,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_mm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4552,7 +4552,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_mm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4576,8 +4576,8 @@ build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_o build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/flash_brownout_hook.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4586,8 +4586,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4596,8 +4596,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c. build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4606,8 +4606,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c. build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4616,8 +4616,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4626,8 +4626,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4636,8 +4636,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4646,8 +4646,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c. build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4656,8 +4656,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4666,8 +4666,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4676,8 +4676,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj: build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4686,8 +4686,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4696,8 +4696,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMP build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4706,8 +4706,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPI build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4716,8 +4716,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPIL build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4726,8 +4726,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_C build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/esp/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4736,8 +4736,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_CO build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4746,8 +4746,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4756,8 +4756,8 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.o build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -4785,7 +4785,7 @@ build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash # Utility command for edit_cache build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/spi_flash && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/spi_flash && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -4797,7 +4797,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 = cd /home/nik/repos/esp32/build/esp-idf/spi_flash && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/spi_flash && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4815,7 +4815,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 = cd /home/nik/repos/esp32/build/esp-idf/spi_flash && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/spi_flash && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4827,7 +4827,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 = cd /home/nik/repos/esp32/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4839,7 +4839,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 = cd /home/nik/repos/esp32/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -4863,8 +4863,8 @@ build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4873,8 +4873,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPIL build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/crosscore_int.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4883,8 +4883,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj: C_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/esp_ipc.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4893,8 +4893,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj: C_COMPIL build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system_console.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/esp_system_console.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4903,8 +4903,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system_console.c.ob build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4913,8 +4913,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj: C build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/int_wdt.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4923,8 +4923,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj: C_COMPIL build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4933,8 +4933,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/esp_system.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4943,8 +4943,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj: C_COM build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/startup.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4953,8 +4953,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj: C_COMPIL build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/startup_funcs.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4963,8 +4963,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj: C_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/system_time.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4973,8 +4973,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj: C_CO build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/stack_check.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4983,8 +4983,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj: C_CO build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/ubsan.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -4993,8 +4993,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj: C_COMPILER build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/xt_wdt.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5003,8 +5003,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj: C_COMPILE build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5013,8 +5013,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5023,8 +5023,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/port/cpu_start.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5033,8 +5033,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj: C build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5043,8 +5043,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.ob build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5053,8 +5053,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c. build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/port/image_process.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5063,8 +5063,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.ob build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/port/esp_ipc_isr.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_ipc_isr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5073,8 +5073,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj: build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_port.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/esp_ipc_isr_port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5083,8 +5083,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ip build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5093,8 +5093,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ip build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5103,8 +5103,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ip build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/panic_arch.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5113,8 +5113,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5123,8 +5123,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/expression_with_stack.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5133,8 +5133,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expres build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5143,8 +5143,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expres build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/debug_helpers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5153,8 +5153,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5163,8 +5163,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/debug_stubs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5173,8 +5173,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/trax.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5183,8 +5183,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5193,8 +5193,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5203,8 +5203,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.ob build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/reset_reason.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5213,8 +5213,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_re build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/system_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5223,8 +5223,8 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_i build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/cache_err_int.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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 @@ -5264,7 +5264,7 @@ build esp-idf/esp_system/sections.ld.in: phony esp-idf/esp_system/CMakeFiles/sec # Utility command for edit_cache build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -5276,7 +5276,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5294,7 +5294,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5306,7 +5306,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5318,7 +5318,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5336,8 +5336,8 @@ build esp-idf/esp_system/CMakeFiles/memory.ld | ${cmake_ninja_workdir}esp-idf/es # Custom command for esp-idf/esp_system/ld/memory.ld build esp-idf/esp_system/ld/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/memory.ld: CUSTOM_COMMAND /home/nik/esp/esp-idf/components/esp_system/ld/esp32/memory.ld.in config/sdkconfig.h - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/cmake -DCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DSOURCE=/home/nik/esp/esp-idf/components/esp_system/ld/esp32/memory.ld.in -DTARGET=/home/nik/repos/esp32/build/esp-idf/esp_system/ld/memory.ld -DCONFIG_DIR=/home/nik/repos/esp32/build/config -DLD_DIR=/home/nik/esp/esp-idf/components/esp_system/ld -P /home/nik/repos/esp32/build/esp-idf/esp_system/ld/linker_script_generator.cmake - DESC = Generating /home/nik/repos/esp32/build/esp-idf/esp_system/ld/memory.ld linker script... + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system && /usr/bin/cmake -DCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DSOURCE=/home/nik/esp/esp-idf/components/esp_system/ld/esp32/memory.ld.in -DTARGET=/home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/memory.ld -DCONFIG_DIR=/home/nik/repos/esp32/blink/build/config -DLD_DIR=/home/nik/esp/esp-idf/components/esp_system/ld -P /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/linker_script_generator.cmake + DESC = Generating /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/memory.ld linker script... restat = 1 @@ -5351,8 +5351,8 @@ build esp-idf/esp_system/CMakeFiles/sections.ld.in | ${cmake_ninja_workdir}esp-i # Custom command for esp-idf/esp_system/ld/sections.ld.in build esp-idf/esp_system/ld/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld.in: CUSTOM_COMMAND /home/nik/esp/esp-idf/components/esp_system/ld/esp32/sections.ld.in config/sdkconfig.h - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system && /usr/bin/cmake -DCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DSOURCE=/home/nik/esp/esp-idf/components/esp_system/ld/esp32/sections.ld.in -DTARGET=/home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld.in -DCONFIG_DIR=/home/nik/repos/esp32/build/config -DLD_DIR=/home/nik/esp/esp-idf/components/esp_system/ld -P /home/nik/repos/esp32/build/esp-idf/esp_system/ld/linker_script_generator.cmake - DESC = Generating /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld.in linker script... + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system && /usr/bin/cmake -DCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DSOURCE=/home/nik/esp/esp-idf/components/esp_system/ld/esp32/sections.ld.in -DTARGET=/home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld.in -DCONFIG_DIR=/home/nik/repos/esp32/blink/build/config -DLD_DIR=/home/nik/esp/esp-idf/components/esp_system/ld -P /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/linker_script_generator.cmake + DESC = Generating /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld.in linker script... restat = 1 # ============================================================================= @@ -5365,7 +5365,7 @@ build esp-idf/esp_system/ld/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_s # Utility command for edit_cache build esp-idf/esp_system/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -5377,7 +5377,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5395,7 +5395,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5407,7 +5407,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5419,7 +5419,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5436,7 +5436,7 @@ build esp-idf/esp_system/port/install/strip: phony esp-idf/esp_system/port/CMake # Utility command for edit_cache build esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -5448,7 +5448,7 @@ build esp-idf/esp_system/port/soc/esp32/edit_cache: phony esp-idf/esp_system/por # Utility command for rebuild_cache build esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5466,7 +5466,7 @@ build esp-idf/esp_system/port/soc/esp32/list_install_components: phony # Utility command for install build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5478,7 +5478,7 @@ build esp-idf/esp_system/port/soc/esp32/install: phony esp-idf/esp_system/port/s # 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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5490,7 +5490,7 @@ build esp-idf/esp_system/port/soc/esp32/install/local: phony esp-idf/esp_system/ # 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 = cd /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5514,8 +5514,8 @@ build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_https_ota/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -5543,7 +5543,7 @@ build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_com # Utility command for edit_cache build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_common && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_common && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -5555,7 +5555,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_common && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_common && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5573,7 +5573,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_common && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_common && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5585,7 +5585,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5597,7 +5597,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5621,8 +5621,8 @@ build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_ord build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5631,8 +5631,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5641,8 +5641,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj: build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5651,8 +5651,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5661,8 +5661,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5671,8 +5671,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.ob build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5681,8 +5681,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5691,8 +5691,8 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj: ASM_COMPILER____idf_esp_rom_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5720,7 +5720,7 @@ build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp- # Utility command for edit_cache build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_rom && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_rom && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -5732,7 +5732,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_rom && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_rom && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5750,7 +5750,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_rom && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_rom && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5762,7 +5762,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5774,7 +5774,7 @@ build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -5798,8 +5798,8 @@ build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_d build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5808,8 +5808,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_ha build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/mpu_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/mpu_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5818,8 +5818,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5828,8 +5828,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_ha build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/efuse_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb @@ -5838,8 +5838,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____ build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5848,8 +5848,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5858,8 +5858,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/cache_hal_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb @@ -5868,8 +5868,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPIL build esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/color_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5878,8 +5878,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj: C_COMPILER____idf_ha build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5888,8 +5888,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj: C_COMPILER____id build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5898,8 +5898,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj: C_COMPILER_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5908,8 +5908,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj: C_C build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/esp32/clk_tree_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/clk_tree_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb @@ -5918,8 +5918,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj: C_COMPILER_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/uart_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5928,8 +5928,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj: C_COMPILER____idf_hal build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5938,8 +5938,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj: C_COMPILER____id build esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/gpio_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5948,8 +5948,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj: C_COMPILER____idf_hal build esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/rtc_io_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5958,8 +5958,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj: C_COMPILER____idf_h build esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/timer_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5968,8 +5968,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj: C_COMPILER____idf_ha build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/ledc_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5978,8 +5978,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj: C_COMPILER____idf_hal build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5988,8 +5988,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj: C_COMPILER____id build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/i2c_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -5998,8 +5998,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6008,8 +6008,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj: C_COMPILER____idf build esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/rmt_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6018,8 +6018,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/pcnt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6028,8 +6028,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj: C_COMPILER____idf_hal build esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/mcpwm_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6038,8 +6038,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj: C_COMPILER____idf_ha build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_sja1000.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/twai_hal_sja1000.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_sja1000.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6048,8 +6048,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_sja1000.c.obj: C_COMPILER___ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/i2s_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6058,8 +6058,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/sdm_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6068,8 +6068,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/sdmmc_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/sdmmc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6078,8 +6078,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj: C_COMPILER____idf_ha build esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/emac_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/emac_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6088,8 +6088,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj: C_COMPILER____idf_hal build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/adc_hal_common.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6098,8 +6098,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj: C_COMPILER____i build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/adc_oneshot_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6108,8 +6108,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj: C_COMPILER____ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/adc_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6118,8 +6118,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/mpi_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6128,8 +6128,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/sha_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6138,8 +6138,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/aes_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6148,8 +6148,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/brownout_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6158,8 +6158,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj: C_COMPILER____idf build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6168,8 +6168,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj: C_COMPILER____idf_hal_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6178,8 +6178,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj: C_COMPILER____idf build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6188,8 +6188,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj: C_COMPILER____id build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6198,8 +6198,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj: C_COMPILER_ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/sdio_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6208,8 +6208,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj: C_COMPILER____i build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/esp32/touch_sensor_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb @@ -6218,8 +6218,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj: C_COMPI build esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/touch_sensor_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6228,8 +6228,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj: C_COMPILER___ build esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sens_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/touch_sens_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/touch_sens_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6238,8 +6238,8 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sens_hal.c.obj: C_COMPILER____i build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj: C_COMPILER____idf_hal_unscanned_ /home/nik/esp/esp-idf/components/hal/esp32/gpio_hal_workaround.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/gpio_hal_workaround.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb @@ -6267,7 +6267,7 @@ build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMak # Utility command for edit_cache build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/hal && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/hal && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -6279,7 +6279,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 = cd /home/nik/repos/esp32/build/esp-idf/hal && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/hal && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6297,7 +6297,7 @@ 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/nik/repos/esp32/build/esp-idf/hal && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/hal && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6309,7 +6309,7 @@ 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/nik/repos/esp32/build/esp-idf/hal && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -6321,7 +6321,7 @@ 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/nik/repos/esp32/build/esp-idf/hal && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -6345,8 +6345,8 @@ build cmake_object_order_depends_target___idf_log: phony || cmake_object_order_d build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/os/log_timestamp.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6355,8 +6355,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj: C_COMPILE build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6365,8 +6365,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COM build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/os/log_lock.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6375,8 +6375,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj: C_COMPILER____ build esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6385,8 +6385,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj: C_COMPI build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/os/util.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6395,8 +6395,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj: C_COMPILER____idf_ build esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/util.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6405,8 +6405,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj: C_COMPILER____idf_log build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/log_format_text.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_format_text.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6415,8 +6415,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj: C_COMPILER build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/log_print.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_print.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6425,8 +6425,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj: C_COMPILER____id build esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/log.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6435,8 +6435,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj: C_COMPILER____idf_log_ build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/os/log_write.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6445,8 +6445,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj: C_COMPILER___ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj: C_COMPILER____idf_log_unscanned_ /home/nik/esp/esp-idf/components/log/src/log_level/log_level.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6455,8 +6455,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj: C_COMP 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6465,8 +6465,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_l 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6475,8 +6475,8 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_li 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6504,7 +6504,7 @@ build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMak # Utility command for edit_cache build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/log && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/log && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -6516,7 +6516,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 = cd /home/nik/repos/esp32/build/esp-idf/log && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/log && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6534,7 +6534,7 @@ 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/nik/repos/esp32/build/esp-idf/log && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/log && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6546,7 +6546,7 @@ 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/nik/repos/esp32/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -6558,7 +6558,7 @@ 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/nik/repos/esp32/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -6582,8 +6582,8 @@ build cmake_object_order_depends_target___idf_heap: phony || cmake_object_order_ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/heap_caps_base.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6592,8 +6592,8 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj: C_COMPILER___ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6602,8 +6602,8 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6612,8 +6612,8 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER___ build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6622,8 +6622,8 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf build esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/tlsf/tlsf.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6632,8 +6632,8 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj: C_COMPILER____idf_ build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/port/memory_layout_utils.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6642,8 +6642,8 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj: C_C build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj: C_COMPILER____idf_heap_unscanned_ /home/nik/esp/esp-idf/components/heap/port/esp32/memory_layout.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/memory_layout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb @@ -6671,7 +6671,7 @@ build esp-idf/heap/libheap.a: C_STATIC_LIBRARY_LINKER____idf_heap_ esp-idf/heap/ # Utility command for edit_cache build esp-idf/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/heap && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/heap && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -6683,7 +6683,7 @@ 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/nik/repos/esp32/build/esp-idf/heap && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/heap && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -6701,7 +6701,7 @@ 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/nik/repos/esp32/build/esp-idf/heap && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/heap && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -6713,7 +6713,7 @@ 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/nik/repos/esp32/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -6725,7 +6725,7 @@ build esp-idf/heap/install/local: phony esp-idf/heap/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/heap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -6749,8 +6749,8 @@ build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_d build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6759,8 +6759,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_u build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -6769,8 +6769,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/interrupts.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/interrupts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6779,8 +6779,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/gpio_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6789,8 +6789,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER__ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/uart_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6799,8 +6799,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER__ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/dport_access.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/dport_access.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6809,8 +6809,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER_ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/adc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6819,8 +6819,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/emac_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6829,8 +6829,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj: C_COMPILER__ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/spi_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6839,8 +6839,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/ledc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6849,8 +6849,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER__ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/pcnt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6859,8 +6859,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER__ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/rmt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6869,8 +6869,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/sdm_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6879,8 +6879,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/i2s_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6889,8 +6889,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/i2c_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6899,8 +6899,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/timer_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6909,8 +6909,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER_ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/lcd_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6919,8 +6919,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/mcpwm_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6929,8 +6929,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER_ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/mpi_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6939,8 +6939,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/sdmmc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6949,8 +6949,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER_ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/touch_sensor_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6959,8 +6959,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_CO build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/twai_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6969,8 +6969,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER__ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/wdt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6979,8 +6979,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/dac_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6989,8 +6989,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER___ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/rtc_io_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -6999,8 +6999,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/sdio_slave_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -7009,8 +7009,8 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMP build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/power_supply_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb @@ -7038,7 +7038,7 @@ build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMak # Utility command for edit_cache build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/soc && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/soc && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -7050,7 +7050,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 = cd /home/nik/repos/esp32/build/esp-idf/soc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/soc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7068,7 +7068,7 @@ 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/nik/repos/esp32/build/esp-idf/soc && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/soc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7080,7 +7080,7 @@ 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/nik/repos/esp32/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7092,7 +7092,7 @@ 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/nik/repos/esp32/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7116,8 +7116,8 @@ build cmake_object_order_depends_target___idf_esp_security: phony || cmake_objec build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/nik/esp/esp-idf/components/esp_security/src/init.c || cmake_object_order_depends_target___idf_esp_security DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/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 @@ -7126,8 +7126,8 @@ build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj: C_C build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/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 @@ -7136,8 +7136,8 @@ build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/nik/esp/esp-idf/components/esp_security/src/esp_crypto_periph_clk.c || cmake_object_order_depends_target___idf_esp_security DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_periph_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/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 @@ -7165,7 +7165,7 @@ build esp-idf/esp_security/libesp_security.a: C_STATIC_LIBRARY_LINKER____idf_esp # Utility command for edit_cache build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_security && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_security && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -7177,7 +7177,7 @@ build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edi # Utility command for rebuild_cache build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_security && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_security && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7195,7 +7195,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_security && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_security && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7207,7 +7207,7 @@ build esp-idf/esp_security/install: phony esp-idf/esp_security/CMakeFiles/instal # Utility command for install/local build esp-idf/esp_security/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_security/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_security && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7219,7 +7219,7 @@ build esp-idf/esp_security/install/local: phony esp-idf/esp_security/CMakeFiles/ # Utility command for install/strip build esp-idf/esp_security/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_security/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_security && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7243,8 +7243,8 @@ build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_obj build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7253,8 +7253,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_CO build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/esp_cpu_intr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7263,8 +7263,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_ 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7273,8 +7273,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_util build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/cpu_region_protect.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7283,8 +7283,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7293,8 +7293,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj: 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7303,8 +7303,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.o build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7313,8 +7313,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7323,8 +7323,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.ob build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7333,8 +7333,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj: build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7343,8 +7343,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.o build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/revision.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7353,8 +7353,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj: build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7363,8 +7363,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.ob build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7373,8 +7373,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.o 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7383,8 +7383,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserv 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7393,8 +7393,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/io_mux.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7403,8 +7403,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_m build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/esp_clk_tree.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7413,8 +7413,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_ 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7423,8 +7423,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_uti 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7433,8 +7433,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7443,8 +7443,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c. build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/clk_utils.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7453,8 +7453,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_utils.c.obj 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7463,8 +7463,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tr 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7473,8 +7473,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ct 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7483,8 +7483,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ct build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7493,8 +7493,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.o build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7503,8 +7503,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.o build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7513,8 +7513,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/sleep_usb.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_usb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7523,8 +7523,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7533,8 +7533,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.ob build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7543,8 +7543,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.o build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7553,8 +7553,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj: build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning/mspi_timing_tuning.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/mspi_timing_tuning.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/mspi_timing_tuning.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/mspi_timing_tuning TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7563,8 +7563,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tun 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7573,8 +7573,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -7583,8 +7583,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_outpu build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/esp/esp-idf/components/esp_hw_support/power_supply/brownout.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/power_supply/brownout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/power_supply TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7593,8 +7593,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/br build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/rtc_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7603,8 +7603,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/rtc_clk_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7613,8 +7613,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/rtc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7623,8 +7623,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/rtc_sleep.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7633,8 +7633,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/rtc_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7643,8 +7643,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/chip_info.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7653,8 +7653,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/cache_sram_mmu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7663,8 +7663,8 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cach build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/sar_periph_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -7692,7 +7692,7 @@ build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -7704,7 +7704,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7722,7 +7722,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_hw_support && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7734,7 +7734,7 @@ build esp-idf/esp_hw_support/install: phony esp-idf/esp_hw_support/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_hw_support && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7746,7 +7746,7 @@ build esp-idf/esp_hw_support/install/local: phony esp-idf/esp_hw_support/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_hw_support && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7763,7 +7763,7 @@ build esp-idf/esp_hw_support/install/strip: phony esp-idf/esp_hw_support/CMakeFi # Utility command for edit_cache build esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -7775,7 +7775,7 @@ build esp-idf/esp_hw_support/port/esp32/edit_cache: phony esp-idf/esp_hw_support # Utility command for rebuild_cache build esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7793,7 +7793,7 @@ 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 = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7805,7 +7805,7 @@ build esp-idf/esp_hw_support/port/esp32/install: phony esp-idf/esp_hw_support/po # 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 = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -7817,7 +7817,7 @@ build esp-idf/esp_hw_support/port/esp32/install/local: phony esp-idf/esp_hw_supp # 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 = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -7834,7 +7834,7 @@ build esp-idf/esp_hw_support/port/esp32/install/strip: phony esp-idf/esp_hw_supp # Utility command for edit_cache build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -7846,7 +7846,7 @@ build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/l # Utility command for rebuild_cache build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -7864,7 +7864,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -7876,7 +7876,7 @@ build esp-idf/esp_hw_support/lowpower/install: phony esp-idf/esp_hw_support/lowp # 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/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7888,7 +7888,7 @@ build esp-idf/esp_hw_support/lowpower/install/local: phony esp-idf/esp_hw_suppor # 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/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -7912,8 +7912,8 @@ build cmake_object_order_depends_target___idf_freertos: phony || cmake_object_or build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/heap_idf.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7922,8 +7922,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER_ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/app_startup.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7932,8 +7932,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj: C_COMPIL build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/port_common.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7942,8 +7942,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj: C_COMPIL build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/port_systick.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7952,8 +7952,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj: C_COMPI build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7962,8 +7962,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj: build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7972,8 +7972,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7982,8 +7982,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -7992,8 +7992,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.ob build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8002,8 +8002,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_group build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8012,8 +8012,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buff build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/xtensa/port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb @@ -8022,8 +8022,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xt build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj: ASM_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb @@ -8032,8 +8032,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xt build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/xtensa/xtensa_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb @@ -8042,8 +8042,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xt build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/xtensa/xtensa_overlay_os_hook.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb @@ -8052,8 +8052,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xt build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8062,8 +8062,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_comp build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8072,8 +8072,8 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8101,7 +8101,7 @@ build esp-idf/freertos/libfreertos.a: C_STATIC_LIBRARY_LINKER____idf_freertos_ e # Utility command for edit_cache build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/freertos && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/freertos && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -8113,7 +8113,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 = cd /home/nik/repos/esp32/build/esp-idf/freertos && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/freertos && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8131,7 +8131,7 @@ 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/nik/repos/esp32/build/esp-idf/freertos && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/freertos && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8143,7 +8143,7 @@ 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/nik/repos/esp32/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8155,7 +8155,7 @@ build esp-idf/freertos/install/local: phony esp-idf/freertos/CMakeFiles/install/ # Utility command for install/strip build esp-idf/freertos/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8179,8 +8179,8 @@ build cmake_object_order_depends_target___idf_newlib: phony || cmake_object_orde build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/init.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8189,8 +8189,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj: C_COMPILER____i build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/abort.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/abort.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8199,8 +8199,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj: C_COMPILER____ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/assert.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/assert.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8209,8 +8209,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj: C_COMPILER___ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/heap.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/heap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8219,8 +8219,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj: C_COMPILER____i build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/locks.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/locks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8229,8 +8229,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj: C_COMPILER____ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/poll.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/poll.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/poll.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8239,8 +8239,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/poll.c.obj: C_COMPILER____i build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/pthread.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/pthread.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8249,8 +8249,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj: C_COMPILER__ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/random.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8259,8 +8259,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj: C_COMPILER___ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/getentropy.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/getentropy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8269,8 +8269,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj: C_COMPILE build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/termios.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/termios.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/termios.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8279,8 +8279,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/termios.c.obj: C_COMPILER__ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/stdatomic.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/stdatomic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8289,8 +8289,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj: C_COMPILER build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/time.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8299,8 +8299,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj: C_COMPILER____i build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/sysconf.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/sysconf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8309,8 +8309,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj: C_COMPILER__ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/realpath.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/realpath.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8319,8 +8319,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj: C_COMPILER_ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/scandir.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/scandir.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8329,8 +8329,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj: C_COMPILER__ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/syscalls.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/syscalls.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/syscalls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8339,8 +8339,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/syscalls.c.obj: C_COMPILER_ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_syscalls.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/reent_syscalls.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/reent_syscalls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8349,8 +8349,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_syscalls.c.obj: C_COM build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/port/esp_time_impl.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/port/esp_time_impl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src/port TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8359,8 +8359,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj: C build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/flockfile.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/flockfile.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8369,8 +8369,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj: C_COMPILER build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/reent_init.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/reent_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8379,8 +8379,8 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj: C_COMPILE build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/newlib_init.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/nik/esp/esp-idf/components/newlib/src/newlib_init.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/src/newlib_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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/src TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb @@ -8408,7 +8408,7 @@ build esp-idf/newlib/libnewlib.a: C_STATIC_LIBRARY_LINKER____idf_newlib_ esp-idf # Utility command for edit_cache build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -8420,7 +8420,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 = cd /home/nik/repos/esp32/build/esp-idf/newlib && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8438,7 +8438,7 @@ 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/nik/repos/esp32/build/esp-idf/newlib && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8450,7 +8450,7 @@ 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/nik/repos/esp32/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8462,7 +8462,7 @@ build esp-idf/newlib/install/local: phony esp-idf/newlib/CMakeFiles/install/loca # Utility command for install/strip build esp-idf/newlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8479,7 +8479,7 @@ build esp-idf/newlib/install/strip: phony esp-idf/newlib/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/newlib/src/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib/src/port && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -8491,7 +8491,7 @@ build esp-idf/newlib/src/port/edit_cache: phony esp-idf/newlib/src/port/CMakeFil # Utility command for rebuild_cache build esp-idf/newlib/src/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib/src/port && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8509,7 +8509,7 @@ build esp-idf/newlib/src/port/list_install_components: phony # Utility command for install build esp-idf/newlib/src/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/src/port/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib/src/port && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8521,7 +8521,7 @@ build esp-idf/newlib/src/port/install: phony esp-idf/newlib/src/port/CMakeFiles/ # Utility command for install/local build esp-idf/newlib/src/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/src/port/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib/src/port && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8533,7 +8533,7 @@ build esp-idf/newlib/src/port/install/local: phony esp-idf/newlib/src/port/CMake # Utility command for install/strip build esp-idf/newlib/src/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/src/port/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/newlib/src/port && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8557,8 +8557,8 @@ build cmake_object_order_depends_target___idf_pthread: phony || cmake_object_ord build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/nik/esp/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8567,8 +8567,8 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/nik/esp/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8577,8 +8577,8 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COM build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/nik/esp/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8587,8 +8587,8 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/nik/esp/esp-idf/components/pthread/pthread_rwlock.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8597,8 +8597,8 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj: C_COMPI build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/nik/esp/esp-idf/components/pthread/pthread_semaphore.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8626,7 +8626,7 @@ build esp-idf/pthread/libpthread.a: C_STATIC_LIBRARY_LINKER____idf_pthread_ esp- # Utility command for edit_cache build esp-idf/pthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/pthread && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/pthread && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -8638,7 +8638,7 @@ build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/pthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/pthread && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/pthread && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8656,7 +8656,7 @@ 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/nik/repos/esp32/build/esp-idf/pthread && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/pthread && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8668,7 +8668,7 @@ 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/nik/repos/esp32/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8680,7 +8680,7 @@ build esp-idf/pthread/install/local: phony esp-idf/pthread/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/pthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8704,8 +8704,8 @@ build cmake_object_order_depends_target___idf_cxx: phony || cmake_object_order_d build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /home/nik/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -8714,8 +8714,8 @@ build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMP build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /home/nik/esp/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -8724,8 +8724,8 @@ build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____i build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /home/nik/esp/esp-idf/components/cxx/cxx_init.cpp || cmake_object_order_depends_target___idf_cxx DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -8753,7 +8753,7 @@ build esp-idf/cxx/libcxx.a: C_STATIC_LIBRARY_LINKER____idf_cxx_ esp-idf/cxx/CMak # Utility command for edit_cache build esp-idf/cxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/cxx && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/cxx && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -8765,7 +8765,7 @@ 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/nik/repos/esp32/build/esp-idf/cxx && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/cxx && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8783,7 +8783,7 @@ 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/nik/repos/esp32/build/esp-idf/cxx && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/cxx && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8795,7 +8795,7 @@ 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/nik/repos/esp32/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8807,7 +8807,7 @@ 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/nik/repos/esp32/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8831,8 +8831,8 @@ build cmake_object_order_depends_target___idf_esp_timer: phony || cmake_object_o build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/nik/esp/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8841,8 +8841,8 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_CO build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8851,8 +8851,8 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj: build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8861,8 +8861,8 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.ob build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/nik/esp/esp-idf/components/esp_timer/src/system_time.c || cmake_object_order_depends_target___idf_esp_timer DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8871,8 +8871,8 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj: C_ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8881,8 +8881,8 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_lac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -8910,7 +8910,7 @@ build esp-idf/esp_timer/libesp_timer.a: C_STATIC_LIBRARY_LINKER____idf_esp_timer # Utility command for edit_cache build esp-idf/esp_timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_timer && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_timer && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -8922,7 +8922,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_timer && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_timer && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8940,7 +8940,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_timer && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_timer && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8952,7 +8952,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8964,7 +8964,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -8988,8 +8988,8 @@ build cmake_object_order_depends_target___idf_esp_driver_gptimer: phony || cmake build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -8998,8 +8998,8 @@ build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gpt 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -9027,7 +9027,7 @@ build esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a: C_STATIC_LIBRARY_LINKE # Utility command for edit_cache build esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9039,7 +9039,7 @@ build esp-idf/esp_driver_gptimer/edit_cache: phony esp-idf/esp_driver_gptimer/CM # Utility command for rebuild_cache build esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9057,7 +9057,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9069,7 +9069,7 @@ build esp-idf/esp_driver_gptimer/install: phony esp-idf/esp_driver_gptimer/CMake # 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/nik/repos/esp32/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9081,7 +9081,7 @@ build esp-idf/esp_driver_gptimer/install/local: phony esp-idf/esp_driver_gptimer # 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/nik/repos/esp32/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9105,8 +9105,8 @@ build cmake_object_order_depends_target___idf_esp_ringbuf: phony || cmake_object build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf_unscanned_ /home/nik/esp/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -9134,7 +9134,7 @@ build esp-idf/esp_ringbuf/libesp_ringbuf.a: C_STATIC_LIBRARY_LINKER____idf_esp_r # Utility command for edit_cache build esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_ringbuf && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9146,7 +9146,7 @@ build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_ # Utility command for rebuild_cache build esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_ringbuf && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9164,7 +9164,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_ringbuf && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9176,7 +9176,7 @@ build esp-idf/esp_ringbuf/install: phony esp-idf/esp_ringbuf/CMakeFiles/install. # Utility command for install/local build esp-idf/esp_ringbuf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9188,7 +9188,7 @@ build esp-idf/esp_ringbuf/install/local: phony esp-idf/esp_ringbuf/CMakeFiles/in # Utility command for install/strip build esp-idf/esp_ringbuf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9212,8 +9212,8 @@ build cmake_object_order_depends_target___idf_esp_driver_uart: phony || cmake_ob build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -9222,8 +9222,8 @@ build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.ob build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_wakeup.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_uart/src/uart_wakeup.c || cmake_object_order_depends_target___idf_esp_driver_uart DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_wakeup.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -9232,8 +9232,8 @@ build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_wake 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -9261,7 +9261,7 @@ build esp-idf/esp_driver_uart/libesp_driver_uart.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_uart && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9273,7 +9273,7 @@ build esp-idf/esp_driver_uart/edit_cache: phony esp-idf/esp_driver_uart/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_uart && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9291,7 +9291,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_uart && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9303,7 +9303,7 @@ build esp-idf/esp_driver_uart/install: phony esp-idf/esp_driver_uart/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_driver_uart && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9315,7 +9315,7 @@ build esp-idf/esp_driver_uart/install/local: phony esp-idf/esp_driver_uart/CMake # 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/nik/repos/esp32/build/esp-idf/esp_driver_uart && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9339,8 +9339,8 @@ build cmake_object_order_depends_target___idf_app_trace: phony || cmake_object_o build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/nik/esp/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -9349,8 +9349,8 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPIL build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/nik/esp/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -9359,8 +9359,8 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_C build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/nik/esp/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -9369,8 +9369,8 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COM build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/nik/esp/esp-idf/components/app_trace/port/port_uart.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -9398,7 +9398,7 @@ build esp-idf/app_trace/libapp_trace.a: C_STATIC_LIBRARY_LINKER____idf_app_trace # Utility command for edit_cache build esp-idf/app_trace/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/app_trace && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/app_trace && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9410,7 +9410,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 = cd /home/nik/repos/esp32/build/esp-idf/app_trace && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/app_trace && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9428,7 +9428,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 = cd /home/nik/repos/esp32/build/esp-idf/app_trace && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/app_trace && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9440,7 +9440,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 = cd /home/nik/repos/esp32/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9452,7 +9452,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 = cd /home/nik/repos/esp32/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9476,8 +9476,8 @@ build cmake_object_order_depends_target___idf_esp_event: phony || cmake_object_o build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: C_COMPILER____idf_esp_event_unscanned_ /home/nik/esp/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -9486,8 +9486,8 @@ build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPILER____idf_esp_event_unscanned_ /home/nik/esp/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -9496,8 +9496,8 @@ build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPIL build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: C_COMPILER____idf_esp_event_unscanned_ /home/nik/esp/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -9525,7 +9525,7 @@ build esp-idf/esp_event/libesp_event.a: C_STATIC_LIBRARY_LINKER____idf_esp_event # Utility command for edit_cache build esp-idf/esp_event/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_event && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_event && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9537,7 +9537,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_event && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_event && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9555,7 +9555,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_event && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_event && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9567,7 +9567,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9579,7 +9579,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 = cd /home/nik/repos/esp32/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9603,8 +9603,8 @@ build cmake_object_order_depends_target___idf_nvs_flash: phony || cmake_object_o build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9613,8 +9613,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9623,8 +9623,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9633,8 +9633,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cp build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9643,8 +9643,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9653,8 +9653,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.o build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9663,8 +9663,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9673,8 +9673,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9683,8 +9683,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9693,8 +9693,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9703,8 +9703,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup. build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9713,8 +9713,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9723,8 +9723,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CX build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9733,8 +9733,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj: build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj: C_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9743,8 +9743,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj: build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9753,8 +9753,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partiti build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj: C_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_aes.c || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9763,8 +9763,8 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c. build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_xts_aes.c.obj: C_COMPILER____idf_nvs_flash_unscanned_ /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_xts_aes.c || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_xts_aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -9792,7 +9792,7 @@ build esp-idf/nvs_flash/libnvs_flash.a: C_STATIC_LIBRARY_LINKER____idf_nvs_flash # Utility command for edit_cache build esp-idf/nvs_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/nvs_flash && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/nvs_flash && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9804,7 +9804,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 = cd /home/nik/repos/esp32/build/esp-idf/nvs_flash && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/nvs_flash && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9822,7 +9822,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 = cd /home/nik/repos/esp32/build/esp-idf/nvs_flash && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/nvs_flash && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9834,7 +9834,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 = cd /home/nik/repos/esp32/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9846,7 +9846,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 = cd /home/nik/repos/esp32/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -9870,8 +9870,8 @@ build cmake_object_order_depends_target___idf_esp_phy: phony || cmake_object_ord build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/nik/esp/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/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 @@ -9880,8 +9880,8 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COM build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/nik/esp/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/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 @@ -9890,8 +9890,8 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPI build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/nik/esp/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/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 @@ -9900,8 +9900,8 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPI build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/nik/esp/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/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 @@ -9910,8 +9910,8 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILE build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32/phy_init_data.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/nik/esp/esp-idf/components/esp_phy/esp32/phy_init_data.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/phy_init_data.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb @@ -9920,8 +9920,8 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32/phy_init_data.c.obj: C_ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/nik/esp/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/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 @@ -9949,7 +9949,7 @@ build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp- # Utility command for edit_cache build esp-idf/esp_phy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_phy && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_phy && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -9961,7 +9961,7 @@ build esp-idf/esp_phy/edit_cache: phony esp-idf/esp_phy/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp_phy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_phy && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_phy && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9979,7 +9979,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_phy && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_phy && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9991,7 +9991,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_phy && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10003,7 +10003,7 @@ build esp-idf/esp_phy/install/local: phony esp-idf/esp_phy/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp_phy/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_phy/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_phy && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10020,7 +10020,7 @@ build esp-idf/esp_phy/install/strip: phony esp-idf/esp_phy/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -10032,7 +10032,7 @@ build esp-idf/esp_driver_usb_serial_jtag/edit_cache: phony esp-idf/esp_driver_us # Utility command for rebuild_cache build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10050,7 +10050,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10062,7 +10062,7 @@ build esp-idf/esp_driver_usb_serial_jtag/install: phony esp-idf/esp_driver_usb_s # 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/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10074,7 +10074,7 @@ build esp-idf/esp_driver_usb_serial_jtag/install/local: phony esp-idf/esp_driver # 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/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10098,8 +10098,8 @@ build cmake_object_order_depends_target___idf_esp_vfs_console: phony || cmake_ob build esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj: C_COMPILER____idf_esp_vfs_console_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -10127,7 +10127,7 @@ build esp-idf/esp_vfs_console/libesp_vfs_console.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_vfs_console && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -10139,7 +10139,7 @@ build esp-idf/esp_vfs_console/edit_cache: phony esp-idf/esp_vfs_console/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_vfs_console && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10157,7 +10157,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_vfs_console && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10169,7 +10169,7 @@ build esp-idf/esp_vfs_console/install: phony esp-idf/esp_vfs_console/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_vfs_console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10181,7 +10181,7 @@ build esp-idf/esp_vfs_console/install/local: phony esp-idf/esp_vfs_console/CMake # 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/nik/repos/esp32/build/esp-idf/esp_vfs_console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10205,8 +10205,8 @@ build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_d build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/nik/esp/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/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 @@ -10215,8 +10215,8 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unsc build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/nik/esp/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/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 @@ -10225,8 +10225,8 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/nik/esp/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/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 @@ -10235,8 +10235,8 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/nik/esp/esp-idf/components/vfs/nullfs.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/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 @@ -10264,7 +10264,7 @@ build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMak # Utility command for edit_cache build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/vfs && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/vfs && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -10276,7 +10276,7 @@ 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/nik/repos/esp32/build/esp-idf/vfs && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/vfs && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -10294,7 +10294,7 @@ 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/nik/repos/esp32/build/esp-idf/vfs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/vfs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -10306,7 +10306,7 @@ 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/nik/repos/esp32/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10318,7 +10318,7 @@ 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/nik/repos/esp32/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -10342,8 +10342,8 @@ build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10352,8 +10352,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER___ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10362,8 +10362,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPI build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10372,8 +10372,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPI build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10382,8 +10382,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10392,8 +10392,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPIL build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10402,8 +10402,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPIL build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10412,8 +10412,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILE build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10422,8 +10422,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMP build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10432,8 +10432,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPI build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10442,8 +10442,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILE build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10452,8 +10452,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10462,8 +10462,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10472,8 +10472,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10482,8 +10482,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10492,8 +10492,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10502,8 +10502,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILE build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10512,8 +10512,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10522,8 +10522,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10532,8 +10532,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILE build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10542,8 +10542,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPIL build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10552,8 +10552,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILE build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10562,8 +10562,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10572,8 +10572,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPIL build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10582,8 +10582,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10592,8 +10592,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10602,8 +10602,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPI build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10612,8 +10612,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMP build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10622,8 +10622,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10632,8 +10632,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10642,8 +10642,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10652,8 +10652,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10662,8 +10662,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10672,8 +10672,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10682,8 +10682,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10692,8 +10692,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10702,8 +10702,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10712,8 +10712,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10722,8 +10722,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10732,8 +10732,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10742,8 +10742,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10752,8 +10752,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10762,8 +10762,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10772,8 +10772,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10782,8 +10782,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10792,8 +10792,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10802,8 +10802,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10812,8 +10812,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10822,8 +10822,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10832,8 +10832,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10842,8 +10842,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10852,8 +10852,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMP build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10862,8 +10862,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10872,8 +10872,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10882,8 +10882,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10892,8 +10892,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10902,8 +10902,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10912,8 +10912,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10922,8 +10922,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10932,8 +10932,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10942,8 +10942,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10952,8 +10952,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10962,8 +10962,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10972,8 +10972,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10982,8 +10982,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -10992,8 +10992,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11002,8 +11002,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11012,8 +11012,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11022,8 +11022,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11032,8 +11032,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11042,8 +11042,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11052,8 +11052,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11062,8 +11062,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11072,8 +11072,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11082,8 +11082,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_CO build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11092,8 +11092,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11102,8 +11102,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMP build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11112,8 +11112,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11122,8 +11122,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11132,8 +11132,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMP build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11142,8 +11142,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER_ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11152,8 +11152,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COM build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/esp/esp-idf/components/lwip/port/if_index.c || cmake_object_order_depends_target___idf_lwip DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/if_index.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11162,8 +11162,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj: C_COMPILER____ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11172,8 +11172,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj: C_COMPIL build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11182,8 +11182,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMP build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11192,8 +11192,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILE build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11202,8 +11202,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER___ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11212,8 +11212,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPIL build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11222,8 +11222,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c. build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11232,8 +11232,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.o build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11242,8 +11242,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.o build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11252,8 +11252,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.o build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11262,8 +11262,8 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c. build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/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 @@ -11291,7 +11291,7 @@ build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/ # Utility command for edit_cache build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/lwip && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/lwip && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -11303,7 +11303,7 @@ 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/nik/repos/esp32/build/esp-idf/lwip && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/lwip && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11321,7 +11321,7 @@ 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/nik/repos/esp32/build/esp-idf/lwip && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/lwip && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11333,7 +11333,7 @@ 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/nik/repos/esp32/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -11345,7 +11345,7 @@ build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -11362,7 +11362,7 @@ build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_netif_stack && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -11374,7 +11374,7 @@ build esp-idf/esp_netif_stack/edit_cache: phony esp-idf/esp_netif_stack/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_netif_stack && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11392,7 +11392,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_netif_stack && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11404,7 +11404,7 @@ build esp-idf/esp_netif_stack/install: phony esp-idf/esp_netif_stack/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_netif_stack && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -11416,7 +11416,7 @@ build esp-idf/esp_netif_stack/install/local: phony esp-idf/esp_netif_stack/CMake # 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/nik/repos/esp32/build/esp-idf/esp_netif_stack && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -11440,8 +11440,8 @@ build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_o build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11450,8 +11450,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11460,8 +11460,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11470,8 +11470,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11480,8 +11480,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11490,8 +11490,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11500,8 +11500,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defau build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11510,8 +11510,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11520,8 +11520,8 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.o build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -11549,7 +11549,7 @@ build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif # Utility command for edit_cache build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_netif && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_netif && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -11561,7 +11561,7 @@ build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_netif && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_netif && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -11579,7 +11579,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_netif && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_netif && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -11591,7 +11591,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -11603,7 +11603,7 @@ build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/instal # Utility command for install/strip build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -11627,8 +11627,8 @@ build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_obj build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11637,8 +11637,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa. build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11647,8 +11647,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.ob build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11657,8 +11657,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_confi build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11667,8 +11667,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11677,8 +11677,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11687,8 +11687,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11697,8 +11697,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_ca build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11707,8 +11707,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11717,8 +11717,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11727,8 +11727,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11737,8 +11737,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae. build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11747,8 +11747,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/drag build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11757,8 +11757,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11767,8 +11767,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfi build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11777,8 +11777,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11787,8 +11787,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha2 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11797,8 +11797,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11807,8 +11807,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11817,8 +11817,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/cryp build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11827,8 +11827,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_g build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11837,8 +11837,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_g build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11847,8 +11847,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_f build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11857,8 +11857,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11867,8 +11867,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha2 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11877,8 +11877,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha3 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11887,8 +11887,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha2 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11897,8 +11897,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11907,8 +11907,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha3 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11917,8 +11917,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4- build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11927,8 +11927,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11937,8 +11937,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11947,8 +11947,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11957,8 +11957,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ch build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11967,8 +11967,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11977,8 +11977,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11987,8 +11987,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -11997,8 +11997,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12007,8 +12007,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12017,8 +12017,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12027,8 +12027,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12037,8 +12037,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12047,8 +12047,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ms build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12057,8 +12057,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12067,8 +12067,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12077,8 +12077,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12087,8 +12087,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pm build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12097,8 +12097,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wp build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12107,8 +12107,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wp build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12117,8 +12117,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base6 build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12127,8 +12127,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/commo build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12137,8 +12137,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_p build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12147,8 +12147,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid. build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12157,8 +12157,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabu build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12167,8 +12167,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_d build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12177,8 +12177,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json. build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12187,8 +12187,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.o build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12197,8 +12197,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_att build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12207,8 +12207,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_att build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12217,8 +12217,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_att build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12227,8 +12227,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_com build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12237,8 +12237,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12247,8 +12247,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enr build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12257,8 +12257,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12267,8 +12267,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12277,8 +12277,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12287,8 +12287,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12297,8 +12297,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12307,8 +12307,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12317,8 +12317,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12327,8 +12327,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12337,8 +12337,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12347,8 +12347,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12357,8 +12357,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12367,8 +12367,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12377,8 +12377,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12387,8 +12387,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ 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/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12397,8 +12397,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12407,8 +12407,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4. build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12417,8 +12417,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des- build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12427,8 +12427,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12437,8 +12437,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12447,8 +12447,8 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/nik/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_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.5.1\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -12476,7 +12476,7 @@ build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wpa_supplicant && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -12488,7 +12488,7 @@ build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles # Utility command for rebuild_cache build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wpa_supplicant && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12506,7 +12506,7 @@ 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/nik/repos/esp32/build/esp-idf/wpa_supplicant && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12518,7 +12518,7 @@ build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/in # Utility command for install/local build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12530,7 +12530,7 @@ build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFi # Utility command for install/strip build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12554,8 +12554,8 @@ build cmake_object_order_depends_target___idf_esp_coex: phony || cmake_object_or build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/esp_coex_adapter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12564,8 +12564,8 @@ build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.ob build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12574,8 +12574,8 @@ build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/nik/esp/esp-idf/components/esp_coex/src/coexist_debug.c || cmake_object_order_depends_target___idf_esp_coex DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12603,7 +12603,7 @@ build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ e # Utility command for edit_cache build esp-idf/esp_coex/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_coex && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_coex && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -12615,7 +12615,7 @@ build esp-idf/esp_coex/edit_cache: phony esp-idf/esp_coex/CMakeFiles/edit_cache. # Utility command for rebuild_cache build esp-idf/esp_coex/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_coex && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_coex && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12633,7 +12633,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_coex && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_coex && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12645,7 +12645,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_coex && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12657,7 +12657,7 @@ build esp-idf/esp_coex/install/local: phony esp-idf/esp_coex/CMakeFiles/install/ # Utility command for install/strip build esp-idf/esp_coex/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_coex/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_coex && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12681,8 +12681,8 @@ build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_or build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12691,8 +12691,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj: C_COM build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12701,8 +12701,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COM build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12711,8 +12711,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_CO build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12721,8 +12721,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMP build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12731,8 +12731,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_C build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12741,8 +12741,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COM build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12751,8 +12751,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/esp_adapter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12761,8 +12761,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj: C_ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/regulatory/esp_wifi_regulatory.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/regulatory/esp_wifi_regulatory.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/regulatory/esp_wifi_regulatory.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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/regulatory TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb @@ -12771,8 +12771,8 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/regulatory/esp_wifi_regulat build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/nik/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/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 @@ -12800,7 +12800,7 @@ build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ e # Utility command for edit_cache build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_wifi && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_wifi && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -12812,7 +12812,7 @@ build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache. # Utility command for rebuild_cache build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_wifi && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_wifi && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12830,7 +12830,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_wifi && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_wifi && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12842,7 +12842,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12854,7 +12854,7 @@ build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/ # Utility command for install/strip build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12878,8 +12878,8 @@ build cmake_object_order_depends_target___idf_esp_driver_spi: phony || cmake_obj 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12888,8 +12888,8 @@ build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_c 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12898,8 +12898,8 @@ build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_m 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12908,8 +12908,8 @@ build esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_s 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -12937,7 +12937,7 @@ build esp-idf/esp_driver_spi/libesp_driver_spi.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_spi && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -12949,7 +12949,7 @@ build esp-idf/esp_driver_spi/edit_cache: phony esp-idf/esp_driver_spi/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_spi && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -12967,7 +12967,7 @@ build esp-idf/esp_driver_spi/list_install_components: phony # Utility command for install build esp-idf/esp_driver_spi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_spi && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -12979,7 +12979,7 @@ build esp-idf/esp_driver_spi/install: phony esp-idf/esp_driver_spi/CMakeFiles/in # Utility command for install/local build esp-idf/esp_driver_spi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_spi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -12991,7 +12991,7 @@ build esp-idf/esp_driver_spi/install/local: phony esp-idf/esp_driver_spi/CMakeFi # Utility command for install/strip build esp-idf/esp_driver_spi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_spi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13015,8 +13015,8 @@ build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -13025,8 +13025,8 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -13035,8 +13035,8 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/nik/esp/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -13045,8 +13045,8 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_C build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/xtensa/gdbstub_xtensa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb @@ -13055,8 +13055,8 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbst build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj: ASM_COMPILER____idf_esp_gdbstub_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb @@ -13065,8 +13065,8 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbst build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj: ASM_COMPILER____idf_esp_gdbstub_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + 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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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/xtensa TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb @@ -13094,7 +13094,7 @@ build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_g # Utility command for edit_cache build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_gdbstub && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -13106,7 +13106,7 @@ build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_ # Utility command for rebuild_cache build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_gdbstub && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -13124,7 +13124,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_gdbstub && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -13136,7 +13136,7 @@ build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install. # Utility command for install/local build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13148,7 +13148,7 @@ build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/in # Utility command for install/strip build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13165,7 +13165,7 @@ build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/in # Utility command for edit_cache build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/bt && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bt && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -13177,7 +13177,7 @@ 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/nik/repos/esp32/build/esp-idf/bt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -13195,7 +13195,7 @@ 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/nik/repos/esp32/build/esp-idf/bt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/bt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -13207,7 +13207,7 @@ 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/nik/repos/esp32/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13219,7 +13219,7 @@ 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/nik/repos/esp32/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13243,8 +13243,8 @@ build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13253,8 +13253,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity_compat.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13263,8 +13263,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj: C_COMPILER___ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13273,8 +13273,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER___ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13283,8 +13283,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COM build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13293,8 +13293,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPIL build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13303,8 +13303,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPI build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/esp/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13313,8 +13313,8 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILE build esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj: C_COMPILER____idf_unity_unscanned_ /home/nik/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.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/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 @@ -13342,7 +13342,7 @@ build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/un # Utility command for edit_cache build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/unity && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/unity && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -13354,7 +13354,7 @@ 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/nik/repos/esp32/build/esp-idf/unity && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/unity && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -13372,7 +13372,7 @@ 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/nik/repos/esp32/build/esp-idf/unity && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/unity && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -13384,7 +13384,7 @@ 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/nik/repos/esp32/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13396,7 +13396,7 @@ build esp-idf/unity/install/local: phony esp-idf/unity/CMakeFiles/install/local. # Utility command for install/strip build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13420,8 +13420,8 @@ build cmake_object_order_depends_target___idf_cmock: phony || cmake_object_order build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_unscanned_ /home/nik/esp/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/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 @@ -13449,7 +13449,7 @@ build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cm # Utility command for edit_cache build esp-idf/cmock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/cmock && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/cmock && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -13461,7 +13461,7 @@ 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/nik/repos/esp32/build/esp-idf/cmock && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/cmock && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -13479,7 +13479,7 @@ 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/nik/repos/esp32/build/esp-idf/cmock && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/cmock && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -13491,7 +13491,7 @@ 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/nik/repos/esp32/build/esp-idf/cmock && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13503,7 +13503,7 @@ build esp-idf/cmock/install/local: phony esp-idf/cmock/CMakeFiles/install/local. # Utility command for install/strip build esp-idf/cmock/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmock/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/cmock && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13527,8 +13527,8 @@ build cmake_object_order_depends_target___idf_console: phony || cmake_object_ord build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13537,8 +13537,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER___ build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/esp_console_common.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13547,8 +13547,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj: C_C build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/esp_console_repl_internal.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13557,8 +13557,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.o build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13567,8 +13567,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER_ build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13577,8 +13577,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_ build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/esp_console_repl_chip.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13587,8 +13587,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj: build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13597,8 +13597,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13607,8 +13607,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_C build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13617,8 +13617,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13627,8 +13627,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_C build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13637,8 +13637,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13647,8 +13647,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_C build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13657,8 +13657,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13667,8 +13667,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13677,8 +13677,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13687,8 +13687,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13697,8 +13697,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13707,8 +13707,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_CO build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13717,8 +13717,8 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_COMPILER____idf_console_unscanned_ /home/nik/esp/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/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 @@ -13746,7 +13746,7 @@ build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp- # Utility command for edit_cache build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/console && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/console && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -13758,7 +13758,7 @@ build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/console && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/console && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -13776,7 +13776,7 @@ 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/nik/repos/esp32/build/esp-idf/console && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/console && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -13788,7 +13788,7 @@ 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/nik/repos/esp32/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13800,7 +13800,7 @@ build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13824,8 +13824,8 @@ build cmake_object_order_depends_target___idf_esp_driver_pcnt: phony || cmake_ob build esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj: C_COMPILER____idf_esp_driver_pcnt_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c || cmake_object_order_depends_target___idf_esp_driver_pcnt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir OBJECT_FILE_DIR = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/__idf_esp_driver_pcnt.pdb @@ -13853,7 +13853,7 @@ build esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -13865,7 +13865,7 @@ build esp-idf/esp_driver_pcnt/edit_cache: phony esp-idf/esp_driver_pcnt/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -13883,7 +13883,7 @@ build esp-idf/esp_driver_pcnt/list_install_components: phony # Utility command for install build esp-idf/esp_driver_pcnt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -13895,7 +13895,7 @@ build esp-idf/esp_driver_pcnt/install: phony esp-idf/esp_driver_pcnt/CMakeFiles/ # Utility command for install/local build esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13907,7 +13907,7 @@ build esp-idf/esp_driver_pcnt/install/local: phony esp-idf/esp_driver_pcnt/CMake # Utility command for install/strip build esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -13931,8 +13931,8 @@ build cmake_object_order_depends_target___idf_esp_driver_mcpwm: phony || cmake_o build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -13941,8 +13941,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_c build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -13951,8 +13951,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_c build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -13961,8 +13961,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_c build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -13971,8 +13971,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_f build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -13981,8 +13981,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_g build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -13991,8 +13991,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_o build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -14001,8 +14001,8 @@ build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_s build esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj: C_COMPILER____idf_esp_driver_mcpwm_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c || cmake_object_order_depends_target___idf_esp_driver_mcpwm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include OBJECT_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir OBJECT_FILE_DIR = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/__idf_esp_driver_mcpwm.pdb @@ -14030,7 +14030,7 @@ build esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a: C_STATIC_LIBRARY_LINKER___ # Utility command for edit_cache build esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14042,7 +14042,7 @@ build esp-idf/esp_driver_mcpwm/edit_cache: phony esp-idf/esp_driver_mcpwm/CMakeF # Utility command for rebuild_cache build esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14060,7 +14060,7 @@ build esp-idf/esp_driver_mcpwm/list_install_components: phony # Utility command for install build esp-idf/esp_driver_mcpwm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14072,7 +14072,7 @@ build esp-idf/esp_driver_mcpwm/install: phony esp-idf/esp_driver_mcpwm/CMakeFile # Utility command for install/local build esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14084,7 +14084,7 @@ build esp-idf/esp_driver_mcpwm/install/local: phony esp-idf/esp_driver_mcpwm/CMa # Utility command for install/strip build esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14101,7 +14101,7 @@ build esp-idf/esp_driver_mcpwm/install/strip: phony esp-idf/esp_driver_mcpwm/CMa # Utility command for edit_cache build esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14113,7 +14113,7 @@ build esp-idf/esp_driver_ana_cmpr/edit_cache: phony esp-idf/esp_driver_ana_cmpr/ # Utility command for rebuild_cache build esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14131,7 +14131,7 @@ build esp-idf/esp_driver_ana_cmpr/list_install_components: phony # Utility command for install build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14143,7 +14143,7 @@ build esp-idf/esp_driver_ana_cmpr/install: phony esp-idf/esp_driver_ana_cmpr/CMa # Utility command for install/local build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14155,7 +14155,7 @@ build esp-idf/esp_driver_ana_cmpr/install/local: phony esp-idf/esp_driver_ana_cm # Utility command for install/strip build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14179,8 +14179,8 @@ build cmake_object_order_depends_target___idf_esp_driver_i2s: phony || cmake_obj build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -14189,8 +14189,8 @@ build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.ob build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -14199,8 +14199,8 @@ build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj: build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -14209,8 +14209,8 @@ build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj: build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -14238,7 +14238,7 @@ build esp-idf/esp_driver_i2s/libesp_driver_i2s.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2s && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14250,7 +14250,7 @@ build esp-idf/esp_driver_i2s/edit_cache: phony esp-idf/esp_driver_i2s/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2s && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14268,7 +14268,7 @@ build esp-idf/esp_driver_i2s/list_install_components: phony # Utility command for install build esp-idf/esp_driver_i2s/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14280,7 +14280,7 @@ build esp-idf/esp_driver_i2s/install: phony esp-idf/esp_driver_i2s/CMakeFiles/in # Utility command for install/local build esp-idf/esp_driver_i2s/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14292,7 +14292,7 @@ build esp-idf/esp_driver_i2s/install/local: phony esp-idf/esp_driver_i2s/CMakeFi # Utility command for install/strip build esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14316,8 +14316,8 @@ build cmake_object_order_depends_target___idf_sdmmc: phony || cmake_object_order build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14326,8 +14326,8 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____id build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14336,8 +14336,8 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER___ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14346,8 +14346,8 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____i build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14356,8 +14356,8 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14366,8 +14366,8 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____id build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14376,8 +14376,8 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -14405,7 +14405,7 @@ build esp-idf/sdmmc/libsdmmc.a: C_STATIC_LIBRARY_LINKER____idf_sdmmc_ esp-idf/sd # Utility command for edit_cache build esp-idf/sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/sdmmc && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/sdmmc && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14417,7 +14417,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 = cd /home/nik/repos/esp32/build/esp-idf/sdmmc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/sdmmc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14435,7 +14435,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 = cd /home/nik/repos/esp32/build/esp-idf/sdmmc && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/sdmmc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14447,7 +14447,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 = cd /home/nik/repos/esp32/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14459,7 +14459,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 = cd /home/nik/repos/esp32/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14483,8 +14483,8 @@ build cmake_object_order_depends_target___idf_esp_driver_sdmmc: phony || cmake_o build esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj: C_COMPILER____idf_esp_driver_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_transaction.c || cmake_object_order_depends_target___idf_esp_driver_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir OBJECT_FILE_DIR = esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/__idf_esp_driver_sdmmc.pdb @@ -14493,8 +14493,8 @@ build esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_t build esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj: C_COMPILER____idf_esp_driver_sdmmc_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_host.c || cmake_object_order_depends_target___idf_esp_driver_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir OBJECT_FILE_DIR = esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/__idf_esp_driver_sdmmc.pdb @@ -14522,7 +14522,7 @@ build esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a: C_STATIC_LIBRARY_LINKER___ # Utility command for edit_cache build esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14534,7 +14534,7 @@ build esp-idf/esp_driver_sdmmc/edit_cache: phony esp-idf/esp_driver_sdmmc/CMakeF # Utility command for rebuild_cache build esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14552,7 +14552,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14564,7 +14564,7 @@ build esp-idf/esp_driver_sdmmc/install: phony esp-idf/esp_driver_sdmmc/CMakeFile # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14576,7 +14576,7 @@ build esp-idf/esp_driver_sdmmc/install/local: phony esp-idf/esp_driver_sdmmc/CMa # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14600,8 +14600,8 @@ build cmake_object_order_depends_target___idf_esp_driver_sdspi: phony || cmake_o 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/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 @@ -14610,8 +14610,8 @@ build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_c 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/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 @@ -14620,8 +14620,8 @@ build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_h 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/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 @@ -14649,7 +14649,7 @@ build esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a: C_STATIC_LIBRARY_LINKER___ # Utility command for edit_cache build esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14661,7 +14661,7 @@ build esp-idf/esp_driver_sdspi/edit_cache: phony esp-idf/esp_driver_sdspi/CMakeF # Utility command for rebuild_cache build esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14679,7 +14679,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14691,7 +14691,7 @@ build esp-idf/esp_driver_sdspi/install: phony esp-idf/esp_driver_sdspi/CMakeFile # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14703,7 +14703,7 @@ build esp-idf/esp_driver_sdspi/install/local: phony esp-idf/esp_driver_sdspi/CMa # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14727,8 +14727,8 @@ build cmake_object_order_depends_target___idf_esp_driver_sdio: phony || cmake_ob build esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj: C_COMPILER____idf_esp_driver_sdio_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c || cmake_object_order_depends_target___idf_esp_driver_sdio DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir OBJECT_FILE_DIR = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/__idf_esp_driver_sdio.pdb @@ -14756,7 +14756,7 @@ build esp-idf/esp_driver_sdio/libesp_driver_sdio.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdio && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14768,7 +14768,7 @@ build esp-idf/esp_driver_sdio/edit_cache: phony esp-idf/esp_driver_sdio/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdio && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14786,7 +14786,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14798,7 +14798,7 @@ build esp-idf/esp_driver_sdio/install: phony esp-idf/esp_driver_sdio/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14810,7 +14810,7 @@ build esp-idf/esp_driver_sdio/install/local: phony esp-idf/esp_driver_sdio/CMake # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14834,8 +14834,8 @@ build cmake_object_order_depends_target___idf_esp_driver_dac: phony || cmake_obj build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj: C_COMPILER____idf_esp_driver_dac_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_dac/dac_oneshot.c || cmake_object_order_depends_target___idf_esp_driver_dac DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include OBJECT_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir OBJECT_FILE_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir TARGET_COMPILE_PDB = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/__idf_esp_driver_dac.pdb @@ -14844,8 +14844,8 @@ build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.o build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj: C_COMPILER____idf_esp_driver_dac_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_dac/dac_cosine.c || cmake_object_order_depends_target___idf_esp_driver_dac DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include OBJECT_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir OBJECT_FILE_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir TARGET_COMPILE_PDB = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/__idf_esp_driver_dac.pdb @@ -14854,8 +14854,8 @@ build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.ob build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj: C_COMPILER____idf_esp_driver_dac_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_dac/dac_continuous.c || cmake_object_order_depends_target___idf_esp_driver_dac DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include OBJECT_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir OBJECT_FILE_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir TARGET_COMPILE_PDB = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/__idf_esp_driver_dac.pdb @@ -14864,8 +14864,8 @@ build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous. build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj: C_COMPILER____idf_esp_driver_dac_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_dac/dac_common.c || cmake_object_order_depends_target___idf_esp_driver_dac DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include OBJECT_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir OBJECT_FILE_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir TARGET_COMPILE_PDB = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/__idf_esp_driver_dac.pdb @@ -14874,8 +14874,8 @@ build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.ob build esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj: C_COMPILER____idf_esp_driver_dac_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_dac/esp32/dac_dma.c || cmake_object_order_depends_target___idf_esp_driver_dac DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include OBJECT_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir OBJECT_FILE_DIR = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32 TARGET_COMPILE_PDB = esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/__idf_esp_driver_dac.pdb @@ -14903,7 +14903,7 @@ build esp-idf/esp_driver_dac/libesp_driver_dac.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_dac && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14915,7 +14915,7 @@ build esp-idf/esp_driver_dac/edit_cache: phony esp-idf/esp_driver_dac/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_dac && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -14933,7 +14933,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_dac && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -14945,7 +14945,7 @@ build esp-idf/esp_driver_dac/install: phony esp-idf/esp_driver_dac/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_dac && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14957,7 +14957,7 @@ build esp-idf/esp_driver_dac/install/local: phony esp-idf/esp_driver_dac/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_dac && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -14974,7 +14974,7 @@ build esp-idf/esp_driver_dac/install/strip: phony esp-idf/esp_driver_dac/CMakeFi # Utility command for edit_cache build esp-idf/esp_driver_bitscrambler/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -14986,7 +14986,7 @@ build esp-idf/esp_driver_bitscrambler/edit_cache: phony esp-idf/esp_driver_bitsc # Utility command for rebuild_cache build esp-idf/esp_driver_bitscrambler/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15004,7 +15004,7 @@ build esp-idf/esp_driver_bitscrambler/list_install_components: phony # Utility command for install build esp-idf/esp_driver_bitscrambler/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_bitscrambler/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15016,7 +15016,7 @@ build esp-idf/esp_driver_bitscrambler/install: phony esp-idf/esp_driver_bitscram # Utility command for install/local build esp-idf/esp_driver_bitscrambler/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_bitscrambler/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15028,7 +15028,7 @@ build esp-idf/esp_driver_bitscrambler/install/local: phony esp-idf/esp_driver_bi # Utility command for install/strip build esp-idf/esp_driver_bitscrambler/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_bitscrambler/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15052,8 +15052,8 @@ build cmake_object_order_depends_target___idf_esp_driver_rmt: phony || cmake_obj 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15062,8 +15062,8 @@ build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common. 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15072,8 +15072,8 @@ build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_bytes.c || cmake_object_order_depends_target___idf_esp_driver_rmt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_bytes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15082,8 +15082,8 @@ build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_copy.c || cmake_object_order_depends_target___idf_esp_driver_rmt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_copy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15092,8 +15092,8 @@ build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_simple.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_simple.c || cmake_object_order_depends_target___idf_esp_driver_rmt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_simple.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15102,8 +15102,8 @@ build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15112,8 +15112,8 @@ build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.ob 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/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 @@ -15141,7 +15141,7 @@ build esp-idf/esp_driver_rmt/libesp_driver_rmt.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_rmt && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15153,7 +15153,7 @@ build esp-idf/esp_driver_rmt/edit_cache: phony esp-idf/esp_driver_rmt/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_rmt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15171,7 +15171,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15183,7 +15183,7 @@ build esp-idf/esp_driver_rmt/install: phony esp-idf/esp_driver_rmt/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15195,7 +15195,7 @@ build esp-idf/esp_driver_rmt/install/local: phony esp-idf/esp_driver_rmt/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15212,7 +15212,7 @@ build esp-idf/esp_driver_rmt/install/strip: phony esp-idf/esp_driver_rmt/CMakeFi # Utility command for edit_cache build esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_tsens && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15224,7 +15224,7 @@ build esp-idf/esp_driver_tsens/edit_cache: phony esp-idf/esp_driver_tsens/CMakeF # Utility command for rebuild_cache build esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_tsens && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15242,7 +15242,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15254,7 +15254,7 @@ build esp-idf/esp_driver_tsens/install: phony esp-idf/esp_driver_tsens/CMakeFile # 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/nik/repos/esp32/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15266,7 +15266,7 @@ build esp-idf/esp_driver_tsens/install/local: phony esp-idf/esp_driver_tsens/CMa # 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/nik/repos/esp32/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15290,8 +15290,8 @@ build cmake_object_order_depends_target___idf_esp_driver_sdm: phony || cmake_obj build esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj: C_COMPILER____idf_esp_driver_sdm_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -15319,7 +15319,7 @@ build esp-idf/esp_driver_sdm/libesp_driver_sdm.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdm && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15331,7 +15331,7 @@ build esp-idf/esp_driver_sdm/edit_cache: phony esp-idf/esp_driver_sdm/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_sdm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15349,7 +15349,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15361,7 +15361,7 @@ build esp-idf/esp_driver_sdm/install: phony esp-idf/esp_driver_sdm/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15373,7 +15373,7 @@ build esp-idf/esp_driver_sdm/install/local: phony esp-idf/esp_driver_sdm/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15397,8 +15397,8 @@ build cmake_object_order_depends_target___idf_esp_driver_i2c: phony || cmake_obj build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -15407,8 +15407,8 @@ build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.ob build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -15417,8 +15417,8 @@ build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.ob build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -15446,7 +15446,7 @@ build esp-idf/esp_driver_i2c/libesp_driver_i2c.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2c && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15458,7 +15458,7 @@ build esp-idf/esp_driver_i2c/edit_cache: phony esp-idf/esp_driver_i2c/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_i2c && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15476,7 +15476,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15488,7 +15488,7 @@ build esp-idf/esp_driver_i2c/install: phony esp-idf/esp_driver_i2c/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15500,7 +15500,7 @@ build esp-idf/esp_driver_i2c/install/local: phony esp-idf/esp_driver_i2c/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15524,8 +15524,8 @@ build cmake_object_order_depends_target___idf_esp_driver_ledc: phony || cmake_ob build esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj: C_COMPILER____idf_esp_driver_ledc_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/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 @@ -15553,7 +15553,7 @@ build esp-idf/esp_driver_ledc/libesp_driver_ledc.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ledc && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15565,7 +15565,7 @@ build esp-idf/esp_driver_ledc/edit_cache: phony esp-idf/esp_driver_ledc/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ledc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15583,7 +15583,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15595,7 +15595,7 @@ build esp-idf/esp_driver_ledc/install: phony esp-idf/esp_driver_ledc/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15607,7 +15607,7 @@ build esp-idf/esp_driver_ledc/install/local: phony esp-idf/esp_driver_ledc/CMake # 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/nik/repos/esp32/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15624,7 +15624,7 @@ build esp-idf/esp_driver_ledc/install/strip: phony esp-idf/esp_driver_ledc/CMake # Utility command for edit_cache build esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_parlio && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15636,7 +15636,7 @@ build esp-idf/esp_driver_parlio/edit_cache: phony esp-idf/esp_driver_parlio/CMak # Utility command for rebuild_cache build esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_parlio && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15654,7 +15654,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15666,7 +15666,7 @@ build esp-idf/esp_driver_parlio/install: phony esp-idf/esp_driver_parlio/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15678,7 +15678,7 @@ build esp-idf/esp_driver_parlio/install/local: phony esp-idf/esp_driver_parlio/C # 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/nik/repos/esp32/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -15702,8 +15702,8 @@ build cmake_object_order_depends_target___idf_esp_driver_twai: phony || cmake_ob build esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj: C_COMPILER____idf_esp_driver_twai_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai.c || cmake_object_order_depends_target___idf_esp_driver_twai DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include OBJECT_DIR = esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir OBJECT_FILE_DIR = esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir TARGET_COMPILE_PDB = esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/__idf_esp_driver_twai.pdb @@ -15712,8 +15712,8 @@ build esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.ob build esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj: C_COMPILER____idf_esp_driver_twai_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai_onchip.c || cmake_object_order_depends_target___idf_esp_driver_twai DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include OBJECT_DIR = esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir OBJECT_FILE_DIR = esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir TARGET_COMPILE_PDB = esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/__idf_esp_driver_twai.pdb @@ -15741,7 +15741,7 @@ build esp-idf/esp_driver_twai/libesp_driver_twai.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_driver_twai/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_twai && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -15753,7 +15753,7 @@ build esp-idf/esp_driver_twai/edit_cache: phony esp-idf/esp_driver_twai/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_twai/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_twai && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15771,7 +15771,7 @@ build esp-idf/esp_driver_twai/list_install_components: phony # Utility command for install build esp-idf/esp_driver_twai/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_twai/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_twai && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15783,7 +15783,7 @@ build esp-idf/esp_driver_twai/install: phony esp-idf/esp_driver_twai/CMakeFiles/ # Utility command for install/local build esp-idf/esp_driver_twai/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_twai/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_twai && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15795,7 +15795,7 @@ build esp-idf/esp_driver_twai/install/local: phony esp-idf/esp_driver_twai/CMake # Utility command for install/strip build esp-idf/esp_driver_twai/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_twai/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_twai && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15819,8 +15819,8 @@ build cmake_object_order_depends_target___idf_driver: phony || cmake_object_orde build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15829,8 +15829,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15839,8 +15839,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/dac_common_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/dac_common_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15849,8 +15849,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c. build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/esp32/dac_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/esp32/dac_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb @@ -15859,8 +15859,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.o build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15869,8 +15869,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15879,8 +15879,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____id build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15889,8 +15889,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/mcpwm_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15899,8 +15899,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj: build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/pcnt_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15909,8 +15909,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj: C build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15919,8 +15919,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15929,8 +15929,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/touch_sensor/touch_sensor_common.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/touch_sensor/touch_sensor_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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/touch_sensor TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb @@ -15939,8 +15939,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_commo build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/touch_sensor/esp32/touch_sensor.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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/touch_sensor/esp32 TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb @@ -15949,8 +15949,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15959,8 +15959,8 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj: C_COMPILER____idf_driver_unscanned_ /home/nik/esp/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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_i2s_deprecated.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -15988,7 +15988,7 @@ build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf # Utility command for edit_cache build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/driver && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/driver && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16000,7 +16000,7 @@ 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/nik/repos/esp32/build/esp-idf/driver && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/driver && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16018,7 +16018,7 @@ 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/nik/repos/esp32/build/esp-idf/driver && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/driver && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16030,7 +16030,7 @@ 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/nik/repos/esp32/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16042,7 +16042,7 @@ build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/loca # Utility command for install/strip build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16066,8 +16066,8 @@ build cmake_object_order_depends_target___idf_http_parser: phony || cmake_object build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_COMPILER____idf_http_parser_unscanned_ /home/nik/esp/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -16095,7 +16095,7 @@ build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_ # Utility command for edit_cache build esp-idf/http_parser/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/http_parser && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/http_parser && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16107,7 +16107,7 @@ build esp-idf/http_parser/edit_cache: phony esp-idf/http_parser/CMakeFiles/edit_ # Utility command for rebuild_cache build esp-idf/http_parser/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/http_parser && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/http_parser && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16125,7 +16125,7 @@ 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/nik/repos/esp32/build/esp-idf/http_parser && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/http_parser && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16137,7 +16137,7 @@ build esp-idf/http_parser/install: phony esp-idf/http_parser/CMakeFiles/install. # Utility command for install/local build esp-idf/http_parser/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/http_parser/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/http_parser && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16149,7 +16149,7 @@ build esp-idf/http_parser/install/local: phony esp-idf/http_parser/CMakeFiles/in # Utility command for install/strip build esp-idf/http_parser/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/http_parser/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/http_parser && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16173,8 +16173,8 @@ build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_ord build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/nik/esp/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/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 @@ -16183,8 +16183,8 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____ 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/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 @@ -16193,8 +16193,8 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/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 @@ -16203,8 +16203,8 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/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 @@ -16213,8 +16213,8 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/nik/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/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 @@ -16242,7 +16242,7 @@ build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp- # Utility command for edit_cache build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp-tls && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp-tls && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16254,7 +16254,7 @@ build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp-tls && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp-tls && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16272,7 +16272,7 @@ 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/nik/repos/esp32/build/esp-idf/esp-tls && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp-tls && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16284,7 +16284,7 @@ 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/nik/repos/esp32/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16296,7 +16296,7 @@ build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16320,8 +16320,8 @@ build cmake_object_order_depends_target___idf_esp_adc: phony || cmake_object_ord build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/esp/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16330,8 +16330,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/esp/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16340,8 +16340,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER_ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/esp/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16350,8 +16350,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER___ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16360,8 +16360,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16370,8 +16370,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/esp/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16380,8 +16380,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPI build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/esp/esp-idf/components/esp_adc/esp32/adc_dma.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/adc_dma.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16390,8 +16390,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj: C_COMPIL build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/adc_cali_line_fitting.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16400,8 +16400,8 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/esp32/esp_adc_cal_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/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 @@ -16429,7 +16429,7 @@ build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp- # Utility command for edit_cache build esp-idf/esp_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_adc && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_adc && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16441,7 +16441,7 @@ build esp-idf/esp_adc/edit_cache: phony esp-idf/esp_adc/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_adc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_adc && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16459,7 +16459,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_adc && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_adc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16471,7 +16471,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_adc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16483,7 +16483,7 @@ build esp-idf/esp_adc/install/local: phony esp-idf/esp_adc/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp_adc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_adc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16500,7 +16500,7 @@ build esp-idf/esp_adc/install/strip: phony esp-idf/esp_adc/CMakeFiles/install/st # Utility command for edit_cache build esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_isp && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16512,7 +16512,7 @@ build esp-idf/esp_driver_isp/edit_cache: phony esp-idf/esp_driver_isp/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_isp && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16530,7 +16530,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_isp && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16542,7 +16542,7 @@ build esp-idf/esp_driver_isp/install: phony esp-idf/esp_driver_isp/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_isp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16554,7 +16554,7 @@ build esp-idf/esp_driver_isp/install/local: phony esp-idf/esp_driver_isp/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_isp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16578,8 +16578,8 @@ build cmake_object_order_depends_target___idf_esp_driver_cam: phony || cmake_obj 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -16588,8 +16588,8 @@ build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c. 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -16617,7 +16617,7 @@ build esp-idf/esp_driver_cam/libesp_driver_cam.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_cam && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16629,7 +16629,7 @@ build esp-idf/esp_driver_cam/edit_cache: phony esp-idf/esp_driver_cam/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_cam && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16647,7 +16647,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_cam && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16659,7 +16659,7 @@ build esp-idf/esp_driver_cam/install: phony esp-idf/esp_driver_cam/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_cam && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16671,7 +16671,7 @@ build esp-idf/esp_driver_cam/install/local: phony esp-idf/esp_driver_cam/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_cam && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16688,7 +16688,7 @@ build esp-idf/esp_driver_cam/install/strip: phony esp-idf/esp_driver_cam/CMakeFi # Utility command for edit_cache build esp-idf/esp_psram/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_psram && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_psram && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16700,7 +16700,7 @@ build esp-idf/esp_psram/edit_cache: phony esp-idf/esp_psram/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/esp_psram/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_psram && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_psram && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16718,7 +16718,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_psram && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_psram && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16730,7 +16730,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_psram && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16742,7 +16742,7 @@ build esp-idf/esp_psram/install/local: phony esp-idf/esp_psram/CMakeFiles/instal # Utility command for install/strip build esp-idf/esp_psram/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_psram/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_psram && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16759,7 +16759,7 @@ build esp-idf/esp_psram/install/strip: phony esp-idf/esp_psram/CMakeFiles/instal # Utility command for edit_cache build esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16771,7 +16771,7 @@ build esp-idf/esp_driver_jpeg/edit_cache: phony esp-idf/esp_driver_jpeg/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16789,7 +16789,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16801,7 +16801,7 @@ build esp-idf/esp_driver_jpeg/install: phony esp-idf/esp_driver_jpeg/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16813,7 +16813,7 @@ build esp-idf/esp_driver_jpeg/install/local: phony esp-idf/esp_driver_jpeg/CMake # 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/nik/repos/esp32/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16830,7 +16830,7 @@ build esp-idf/esp_driver_jpeg/install/strip: phony esp-idf/esp_driver_jpeg/CMake # Utility command for edit_cache build esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ppa && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16842,7 +16842,7 @@ build esp-idf/esp_driver_ppa/edit_cache: phony esp-idf/esp_driver_ppa/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_ppa && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16860,7 +16860,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16872,7 +16872,7 @@ build esp-idf/esp_driver_ppa/install: phony esp-idf/esp_driver_ppa/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16884,7 +16884,7 @@ build esp-idf/esp_driver_ppa/install/local: phony esp-idf/esp_driver_ppa/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -16908,8 +16908,8 @@ build cmake_object_order_depends_target___idf_esp_driver_touch_sens: phony || cm build esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj: C_COMPILER____idf_esp_driver_touch_sens_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_touch_sens/common/touch_sens_common.c || cmake_object_order_depends_target___idf_esp_driver_touch_sens DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir OBJECT_FILE_DIR = esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common TARGET_COMPILE_PDB = esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/__idf_esp_driver_touch_sens.pdb @@ -16918,8 +16918,8 @@ build esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/c build esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj: C_COMPILER____idf_esp_driver_touch_sens_unscanned_ /home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/touch_version_specific.c || cmake_object_order_depends_target___idf_esp_driver_touch_sens DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir OBJECT_FILE_DIR = esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1 TARGET_COMPILE_PDB = esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/__idf_esp_driver_touch_sens.pdb @@ -16947,7 +16947,7 @@ build esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a: C_STATIC_LIBRARY # Utility command for edit_cache build esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -16959,7 +16959,7 @@ build esp-idf/esp_driver_touch_sens/edit_cache: phony esp-idf/esp_driver_touch_s # Utility command for rebuild_cache build esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16977,7 +16977,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16989,7 +16989,7 @@ build esp-idf/esp_driver_touch_sens/install: phony esp-idf/esp_driver_touch_sens # 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/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17001,7 +17001,7 @@ build esp-idf/esp_driver_touch_sens/install/local: phony esp-idf/esp_driver_touc # 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/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17025,8 +17025,8 @@ build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_ord build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17035,8 +17035,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17045,8 +17045,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.o build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17055,8 +17055,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/mac/esp_eth_mac_esp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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/mac TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb @@ -17065,8 +17065,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_dma.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_dma.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/mac/esp_eth_mac_esp_dma.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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/mac TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb @@ -17075,8 +17075,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_dma.c build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_gpio.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_gpio.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/mac/esp_eth_mac_esp_gpio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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/mac TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb @@ -17085,8 +17085,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_gpio. build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_generic.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_generic.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_generic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17095,8 +17095,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_generic.c build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_dp83848.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_dp83848.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_dp83848.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17105,8 +17105,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_dp83848.c build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ip101.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ip101.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_ip101.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17115,8 +17115,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ip101.c.o build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ksz80xx.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_ksz80xx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17125,8 +17125,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_lan87xx.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_lan87xx.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_lan87xx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17135,8 +17135,8 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_lan87xx.c build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_rtl8201.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_rtl8201.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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_rtl8201.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/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 @@ -17164,7 +17164,7 @@ build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp- # Utility command for edit_cache build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_eth && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_eth && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17176,7 +17176,7 @@ build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_eth && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_eth && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17194,7 +17194,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_eth && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_eth && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17206,7 +17206,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17218,7 +17218,7 @@ build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17242,8 +17242,8 @@ build cmake_object_order_depends_target___idf_esp_hid: phony || cmake_object_ord build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/nik/esp/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -17252,8 +17252,8 @@ build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILE build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/nik/esp/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -17262,8 +17262,8 @@ build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILE build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/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 @@ -17291,7 +17291,7 @@ build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp- # Utility command for edit_cache build esp-idf/esp_hid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hid && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hid && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17303,7 +17303,7 @@ build esp-idf/esp_hid/edit_cache: phony esp-idf/esp_hid/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp_hid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hid && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hid && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17321,7 +17321,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_hid && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_hid && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17333,7 +17333,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_hid && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17345,7 +17345,7 @@ build esp-idf/esp_hid/install/local: phony esp-idf/esp_hid/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp_hid/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hid/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_hid && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17369,8 +17369,8 @@ build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_obje build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/nik/esp/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17379,8 +17379,8 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/nik/esp/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17389,8 +17389,8 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.o build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/nik/esp/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17399,8 +17399,8 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_interna build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/nik/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17409,8 +17409,8 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_p build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/nik/esp/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17438,7 +17438,7 @@ build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_t # Utility command for edit_cache build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/tcp_transport && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/tcp_transport && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17450,7 +17450,7 @@ build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/e # Utility command for rebuild_cache build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/tcp_transport && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/tcp_transport && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17468,7 +17468,7 @@ 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/nik/repos/esp32/build/esp-idf/tcp_transport && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/tcp_transport && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17480,7 +17480,7 @@ build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/inst # Utility command for install/local build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17492,7 +17492,7 @@ build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFile # Utility command for install/strip build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17516,8 +17516,8 @@ build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_ob 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -17526,8 +17526,8 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_clie 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -17536,8 +17536,8 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -17546,8 +17546,8 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_head 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -17575,7 +17575,7 @@ build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_http_client && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_http_client && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17587,7 +17587,7 @@ build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_http_client && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_http_client && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17605,7 +17605,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_http_client && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_http_client && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17617,7 +17617,7 @@ build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17629,7 +17629,7 @@ build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMake # 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/nik/repos/esp32/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17653,8 +17653,8 @@ build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_ob 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17663,8 +17663,8 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_mai 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17673,8 +17673,8 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_par 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17683,8 +17683,8 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ses 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17693,8 +17693,8 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txr 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17703,8 +17703,8 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17713,8 +17713,8 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws. 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -17742,7 +17742,7 @@ build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____i # Utility command for edit_cache build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_http_server && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_http_server && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17754,7 +17754,7 @@ build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_http_server && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_http_server && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17772,7 +17772,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_http_server && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_http_server && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17784,7 +17784,7 @@ build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/ # 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/nik/repos/esp32/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17796,7 +17796,7 @@ build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMake # 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/nik/repos/esp32/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17820,8 +17820,8 @@ build cmake_object_order_depends_target___idf_esp_https_ota: phony || esp-idf/es 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/app_update/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/app_update/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 @@ -17849,7 +17849,7 @@ build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_e # Utility command for edit_cache build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_https_ota && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17861,7 +17861,7 @@ build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/e # Utility command for rebuild_cache build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_https_ota && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17879,7 +17879,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_https_ota && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17891,7 +17891,7 @@ build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/inst # 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/nik/repos/esp32/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17903,7 +17903,7 @@ build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFile # 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/nik/repos/esp32/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -17927,8 +17927,8 @@ build cmake_object_order_depends_target___idf_esp_https_server: phony || cmake_o 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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 @@ -17956,7 +17956,7 @@ build esp-idf/esp_https_server/libesp_https_server.a: C_STATIC_LIBRARY_LINKER___ # Utility command for edit_cache build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_https_server && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_https_server && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -17968,7 +17968,7 @@ build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeF # Utility command for rebuild_cache build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_https_server && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_https_server && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -17986,7 +17986,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_https_server && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_https_server && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -17998,7 +17998,7 @@ build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFile # 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/nik/repos/esp32/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18010,7 +18010,7 @@ build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMa # 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/nik/repos/esp32/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18034,8 +18034,8 @@ build cmake_object_order_depends_target___idf_esp_lcd: phony || cmake_object_ord build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18044,8 +18044,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_C build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18054,8 +18054,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18064,8 +18064,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.o build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18074,8 +18074,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.o build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18084,8 +18084,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.ob build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18094,8 +18094,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18104,8 +18104,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18114,8 +18114,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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 @@ -18124,8 +18124,8 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.ob build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/nik/esp/esp-idf/components/esp_lcd/i80/esp_lcd_panel_io_i2s.c || cmake_object_order_depends_target___idf_esp_lcd DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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/i80/esp_lcd_panel_io_i2s.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/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/i80 TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb @@ -18153,7 +18153,7 @@ build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp- # Utility command for edit_cache build esp-idf/esp_lcd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_lcd && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_lcd && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -18165,7 +18165,7 @@ build esp-idf/esp_lcd/edit_cache: phony esp-idf/esp_lcd/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_lcd && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_lcd && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -18183,7 +18183,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_lcd && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_lcd && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -18195,7 +18195,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_lcd && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18207,7 +18207,7 @@ build esp-idf/esp_lcd/install/local: phony esp-idf/esp_lcd/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/esp_lcd/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_lcd/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_lcd && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18231,8 +18231,8 @@ build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_ 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -18260,7 +18260,7 @@ build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobu # Utility command for edit_cache build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protobuf-c && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/protobuf-c && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -18272,7 +18272,7 @@ build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protobuf-c && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/protobuf-c && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -18290,7 +18290,7 @@ 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/nik/repos/esp32/build/esp-idf/protobuf-c && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/protobuf-c && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -18302,7 +18302,7 @@ build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.ut # Utility command for install/local build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18314,7 +18314,7 @@ build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/inst # Utility command for install/strip build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18338,8 +18338,8 @@ build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_o build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18348,8 +18348,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.ob build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18358,8 +18358,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c. build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18368,8 +18368,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18378,8 +18378,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18388,8 +18388,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18398,8 +18398,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.ob build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18408,8 +18408,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18418,8 +18418,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18428,8 +18428,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c. build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18438,8 +18438,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c. build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18448,8 +18448,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c. build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18458,8 +18458,8 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp. build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/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 @@ -18487,7 +18487,7 @@ build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm # Utility command for edit_cache build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protocomm && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/protocomm && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -18499,7 +18499,7 @@ build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protocomm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/protocomm && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -18517,7 +18517,7 @@ 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/nik/repos/esp32/build/esp-idf/protocomm && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/protocomm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -18529,7 +18529,7 @@ 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/nik/repos/esp32/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18541,7 +18541,7 @@ build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/instal # Utility command for install/strip build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18565,8 +18565,8 @@ build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_obj 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -18575,8 +18575,8 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_c 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -18585,8 +18585,8 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_c 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -18595,8 +18595,8 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_loc 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/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/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 @@ -18624,7 +18624,7 @@ build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_local_ctrl && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -18636,7 +18636,7 @@ build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/esp_local_ctrl && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -18654,7 +18654,7 @@ 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/nik/repos/esp32/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -18666,7 +18666,7 @@ build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/in # 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/nik/repos/esp32/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18678,7 +18678,7 @@ build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFi # 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/nik/repos/esp32/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18702,8 +18702,8 @@ build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_init.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18712,8 +18712,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c. build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18722,8 +18722,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common. build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18732,8 +18732,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18742,8 +18742,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c. build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18752,8 +18752,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.o build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18762,8 +18762,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary. build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_sha.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18772,8 +18772,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.o build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/esp/esp-idf/components/espcoredump/src/core_dump_crc.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18782,8 +18782,8 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.o build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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/xtensa/core_dump_port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/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 @@ -18811,7 +18811,7 @@ build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espco # Utility command for edit_cache build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/espcoredump && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/espcoredump && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -18823,7 +18823,7 @@ build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_ # Utility command for rebuild_cache build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/espcoredump && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/espcoredump && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -18841,7 +18841,7 @@ 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/nik/repos/esp32/build/esp-idf/espcoredump && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/espcoredump && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -18853,7 +18853,7 @@ build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install. # Utility command for install/local build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18865,7 +18865,7 @@ build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/in # Utility command for install/strip build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -18889,8 +18889,8 @@ build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_obj build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18899,8 +18899,8 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.o build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18909,8 +18909,8 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.o build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18919,8 +18919,8 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18929,8 +18929,8 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18939,8 +18939,8 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.ob build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18949,8 +18949,8 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/nik/esp/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -18978,7 +18978,7 @@ build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wear_levelling && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wear_levelling && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -18990,7 +18990,7 @@ build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles # Utility command for rebuild_cache build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wear_levelling && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wear_levelling && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19008,7 +19008,7 @@ 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/nik/repos/esp32/build/esp-idf/wear_levelling && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wear_levelling && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19020,7 +19020,7 @@ build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/in # Utility command for install/local build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19032,7 +19032,7 @@ build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFi # Utility command for install/strip build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19056,8 +19056,8 @@ build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19066,8 +19066,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER__ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19076,8 +19076,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_C build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19086,8 +19086,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILE build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19096,8 +19096,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_f build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19106,8 +19106,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER__ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19116,8 +19116,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_C build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19126,8 +19126,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMP build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19136,8 +19136,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19146,8 +19146,8 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPIL build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/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 @@ -19175,7 +19175,7 @@ build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fa # Utility command for edit_cache build esp-idf/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/fatfs && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/fatfs && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19187,7 +19187,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 = cd /home/nik/repos/esp32/build/esp-idf/fatfs && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/fatfs && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19205,7 +19205,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 = cd /home/nik/repos/esp32/build/esp-idf/fatfs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/fatfs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19217,7 +19217,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 = cd /home/nik/repos/esp32/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19229,7 +19229,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 = cd /home/nik/repos/esp32/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19246,7 +19246,7 @@ 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 = cd /home/nik/repos/esp32/build/esp-idf/idf_test && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/idf_test && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19258,7 +19258,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 = cd /home/nik/repos/esp32/build/esp-idf/idf_test && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/idf_test && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19276,7 +19276,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 = cd /home/nik/repos/esp32/build/esp-idf/idf_test && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/idf_test && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19288,7 +19288,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 = cd /home/nik/repos/esp32/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19300,7 +19300,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 = cd /home/nik/repos/esp32/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19317,7 +19317,7 @@ 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 = cd /home/nik/repos/esp32/build/esp-idf/ieee802154 && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/ieee802154 && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19329,7 +19329,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 = cd /home/nik/repos/esp32/build/esp-idf/ieee802154 && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/ieee802154 && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19347,7 +19347,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 = cd /home/nik/repos/esp32/build/esp-idf/ieee802154 && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/ieee802154 && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19359,7 +19359,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 = cd /home/nik/repos/esp32/build/esp-idf/ieee802154 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19371,7 +19371,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 = cd /home/nik/repos/esp32/build/esp-idf/ieee802154 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19395,8 +19395,8 @@ build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_ build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json_unscanned_ /home/nik/esp/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -19405,8 +19405,8 @@ build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____id build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER____idf_json_unscanned_ /home/nik/esp/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -19434,7 +19434,7 @@ build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/ # Utility command for edit_cache build esp-idf/json/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/json && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/json && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19446,7 +19446,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 = cd /home/nik/repos/esp32/build/esp-idf/json && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/json && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19464,7 +19464,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 = cd /home/nik/repos/esp32/build/esp-idf/json && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/json && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19476,7 +19476,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 = cd /home/nik/repos/esp32/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19488,7 +19488,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 = cd /home/nik/repos/esp32/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19512,8 +19512,8 @@ build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -19522,8 +19522,8 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPI build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -19532,8 +19532,8 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMP build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -19542,8 +19542,8 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_C build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/nik/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.5.1\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/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 @@ -19571,7 +19571,7 @@ build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/ # Utility command for edit_cache build esp-idf/mqtt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/mqtt && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mqtt && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19583,7 +19583,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 = cd /home/nik/repos/esp32/build/esp-idf/mqtt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mqtt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19601,7 +19601,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 = cd /home/nik/repos/esp32/build/esp-idf/mqtt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/mqtt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19613,7 +19613,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 = cd /home/nik/repos/esp32/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19625,7 +19625,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 = cd /home/nik/repos/esp32/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19649,8 +19649,8 @@ build cmake_object_order_depends_target___idf_nvs_sec_provider: phony || cmake_o 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/nvs_flash/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/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 @@ -19678,7 +19678,7 @@ build esp-idf/nvs_sec_provider/libnvs_sec_provider.a: C_STATIC_LIBRARY_LINKER___ # Utility command for edit_cache build esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/nvs_sec_provider && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19690,7 +19690,7 @@ build esp-idf/nvs_sec_provider/edit_cache: phony esp-idf/nvs_sec_provider/CMakeF # Utility command for rebuild_cache build esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/nvs_sec_provider && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19708,7 +19708,7 @@ 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/nik/repos/esp32/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19720,7 +19720,7 @@ build esp-idf/nvs_sec_provider/install: phony esp-idf/nvs_sec_provider/CMakeFile # 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/nik/repos/esp32/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19732,7 +19732,7 @@ build esp-idf/nvs_sec_provider/install/local: phony esp-idf/nvs_sec_provider/CMa # 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/nik/repos/esp32/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19749,7 +19749,7 @@ build esp-idf/nvs_sec_provider/install/strip: phony esp-idf/nvs_sec_provider/CMa # Utility command for edit_cache build esp-idf/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/openthread && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/openthread && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19761,7 +19761,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 = cd /home/nik/repos/esp32/build/esp-idf/openthread && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/openthread && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19779,7 +19779,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 = cd /home/nik/repos/esp32/build/esp-idf/openthread && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/openthread && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19791,7 +19791,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 = cd /home/nik/repos/esp32/build/esp-idf/openthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19803,7 +19803,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 = cd /home/nik/repos/esp32/build/esp-idf/openthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -19827,8 +19827,8 @@ build cmake_object_order_depends_target___idf_perfmon: phony || cmake_object_ord build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj: C_COMPILER____idf_perfmon_unscanned_ /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c || cmake_object_order_depends_target___idf_perfmon DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -19837,8 +19837,8 @@ build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj: build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj: C_COMPILER____idf_perfmon_unscanned_ /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c || cmake_object_order_depends_target___idf_perfmon DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -19847,8 +19847,8 @@ build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj: C_ build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj: C_COMPILER____idf_perfmon_unscanned_ /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c || cmake_object_order_depends_target___idf_perfmon DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -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 -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys 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 @@ -19876,7 +19876,7 @@ build esp-idf/perfmon/libperfmon.a: C_STATIC_LIBRARY_LINKER____idf_perfmon_ esp- # Utility command for edit_cache build esp-idf/perfmon/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/perfmon && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/perfmon && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -19888,7 +19888,7 @@ build esp-idf/perfmon/edit_cache: phony esp-idf/perfmon/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/perfmon/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/perfmon && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/perfmon && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -19906,7 +19906,7 @@ build esp-idf/perfmon/list_install_components: phony # Utility command for install build esp-idf/perfmon/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/perfmon && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/perfmon && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -19918,7 +19918,7 @@ build esp-idf/perfmon/install: phony esp-idf/perfmon/CMakeFiles/install.util # Utility command for install/local build esp-idf/perfmon/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -19930,7 +19930,7 @@ build esp-idf/perfmon/install/local: phony esp-idf/perfmon/CMakeFiles/install/lo # Utility command for install/strip build esp-idf/perfmon/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/perfmon && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -19954,8 +19954,8 @@ build cmake_object_order_depends_target___idf_rt: phony || cmake_object_order_de build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj: C_COMPILER____idf_rt_unscanned_ /home/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c || cmake_object_order_depends_target___idf_rt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -19964,8 +19964,8 @@ build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj: C_COMPILER build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj: C_COMPILER____idf_rt_unscanned_ /home/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c || cmake_object_order_depends_target___idf_rt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/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 @@ -19993,7 +19993,7 @@ build esp-idf/rt/librt.a: C_STATIC_LIBRARY_LINKER____idf_rt_ esp-idf/rt/CMakeFil # Utility command for edit_cache build esp-idf/rt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/rt && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/rt && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -20005,7 +20005,7 @@ build esp-idf/rt/edit_cache: phony esp-idf/rt/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/rt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/rt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/rt && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -20023,7 +20023,7 @@ build esp-idf/rt/list_install_components: phony # Utility command for install build esp-idf/rt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/rt/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/rt && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/rt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -20035,7 +20035,7 @@ build esp-idf/rt/install: phony esp-idf/rt/CMakeFiles/install.util # Utility command for install/local build esp-idf/rt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/rt/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/rt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20047,7 +20047,7 @@ build esp-idf/rt/install/local: phony esp-idf/rt/CMakeFiles/install/local.util # Utility command for install/strip build esp-idf/rt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/rt/all - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/rt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20071,8 +20071,8 @@ build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_orde build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20081,8 +20081,8 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER___ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20091,8 +20091,8 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20101,8 +20101,8 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20111,8 +20111,8 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_C build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20121,8 +20121,8 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.ob build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20131,8 +20131,8 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/nik/esp/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -20160,7 +20160,7 @@ build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf # Utility command for edit_cache build esp-idf/spiffs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/spiffs && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/spiffs && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -20172,7 +20172,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 = cd /home/nik/repos/esp32/build/esp-idf/spiffs && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/spiffs && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -20190,7 +20190,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 = cd /home/nik/repos/esp32/build/esp-idf/spiffs && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/spiffs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -20202,7 +20202,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 = cd /home/nik/repos/esp32/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20214,7 +20214,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 = cd /home/nik/repos/esp32/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20231,7 +20231,7 @@ 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 = cd /home/nik/repos/esp32/build/esp-idf/ulp && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/ulp && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -20243,7 +20243,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 = cd /home/nik/repos/esp32/build/esp-idf/ulp && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/ulp && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -20261,7 +20261,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 = cd /home/nik/repos/esp32/build/esp-idf/ulp && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/ulp && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -20273,7 +20273,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 = cd /home/nik/repos/esp32/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20285,7 +20285,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 = cd /home/nik/repos/esp32/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20302,7 +20302,7 @@ 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 = cd /home/nik/repos/esp32/build/esp-idf/usb && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/usb && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -20314,7 +20314,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 = cd /home/nik/repos/esp32/build/esp-idf/usb && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/usb && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -20332,7 +20332,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 = cd /home/nik/repos/esp32/build/esp-idf/usb && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/usb && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -20344,7 +20344,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 = cd /home/nik/repos/esp32/build/esp-idf/usb && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20356,7 +20356,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 = cd /home/nik/repos/esp32/build/esp-idf/usb && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20380,8 +20380,8 @@ build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20390,8 +20390,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20400,8 +20400,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20410,8 +20410,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20420,8 +20420,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manag build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20430,8 +20430,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handl build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20440,8 +20440,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/schem 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20450,8 +20450,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20460,8 +20460,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20470,8 +20470,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w 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/nik/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.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20480,8 +20480,8 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/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 @@ -20509,7 +20509,7 @@ build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER_ # Utility command for edit_cache build esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/wifi_provisioning && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -20521,7 +20521,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 = cd /home/nik/repos/esp32/build/esp-idf/wifi_provisioning && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -20539,7 +20539,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 = cd /home/nik/repos/esp32/build/esp-idf/wifi_provisioning && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -20551,7 +20551,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 = cd /home/nik/repos/esp32/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20563,7 +20563,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 = cd /home/nik/repos/esp32/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20584,11 +20584,11 @@ build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/C 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_driver_touch_sens cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_perfmon cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm 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 cmake_object_order_depends_target___idf_xtensa -build esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj: C_COMPILER____idf_main_unscanned_ /home/nik/repos/esp32/main/main.c || cmake_object_order_depends_target___idf_main +build esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj: C_COMPILER____idf_main_unscanned_ /home/nik/repos/esp32/blink/main/main.c || cmake_object_order_depends_target___idf_main DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -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/main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration - INCLUDES = -I/home/nik/repos/esp32/build/config -I/home/nik/repos/esp32/main -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include + FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/nik/repos/esp32/blink/build/config -I/home/nik/repos/esp32/blink/main -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/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 @@ -20616,7 +20616,7 @@ build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/ # Utility command for edit_cache build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/esp-idf/main && /usr/bin/ccmake -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/main && /usr/bin/ccmake -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake cache editor... pool = console restat = 1 @@ -20628,7 +20628,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 = cd /home/nik/repos/esp32/build/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32 -B/home/nik/repos/esp32/build + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/nik/repos/esp32/blink -B/home/nik/repos/esp32/blink/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -20646,7 +20646,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 = cd /home/nik/repos/esp32/build/esp-idf/main && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/esp-idf/main && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -20658,7 +20658,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 = cd /home/nik/repos/esp32/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -20670,7 +20670,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 = cd /home/nik/repos/esp32/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd /home/nik/repos/esp32/blink/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 @@ -21094,833 +21094,833 @@ build show_efuse_table: phony esp-idf/efuse/show_efuse_table # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build +# Folder: /home/nik/repos/esp32/blink/build build all: phony bootloader app blink.elf esp-idf/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf +# Folder: /home/nik/repos/esp32/blink/build/esp-idf build esp-idf/all: phony esp-idf/xtensa/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_phy/all esp-idf/esp_driver_usb_serial_jtag/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/esp_driver_spi/all esp-idf/esp_gdbstub/all esp-idf/bt/all esp-idf/unity/all esp-idf/cmock/all esp-idf/console/all esp-idf/esp_driver_pcnt/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_bitscrambler/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_twai/all esp-idf/driver/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_psram/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_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_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/perfmon/all esp-idf/rt/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/main/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/app_trace +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/app_trace build esp-idf/app_trace/all: phony esp-idf/app_trace/libapp_trace.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/app_update +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/app_update build esp-idf/app_update/all: phony esp-idf/app_update/libapp_update.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/bootloader +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/bootloader build esp-idf/bootloader/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/bootloader_support +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/bootloader_support build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/bt +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/bt build esp-idf/bt/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/cmock +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/cmock build esp-idf/cmock/all: phony esp-idf/cmock/libcmock.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/console +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/console build esp-idf/console/all: phony esp-idf/console/libconsole.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/cxx +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/cxx build esp-idf/cxx/all: phony esp-idf/cxx/libcxx.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/driver +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/driver build esp-idf/driver/all: phony esp-idf/driver/libdriver.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/efuse +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/efuse build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp-tls +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp-tls build esp-idf/esp-tls/all: phony esp-idf/esp-tls/libesp-tls.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_adc +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_adc build esp-idf/esp_adc/all: phony esp-idf/esp_adc/libesp_adc.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_app_format +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_app_format build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_bootloader_format +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_coex +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_coex build esp-idf/esp_coex/all: phony esp-idf/esp_coex/libesp_coex.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_common +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_common build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr build esp-idf/esp_driver_ana_cmpr/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler build esp-idf/esp_driver_bitscrambler/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_cam +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_dac +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac build esp-idf/esp_driver_dac/all: phony esp-idf/esp_driver_dac/libesp_driver_dac.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_gptimer +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_i2c +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_i2s +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_isp +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp build esp-idf/esp_driver_isp/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg build esp-idf/esp_driver_jpeg/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_ledc +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm build esp-idf/esp_driver_mcpwm/all: phony esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_parlio +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio build esp-idf/esp_driver_parlio/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt build esp-idf/esp_driver_pcnt/all: phony esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_ppa +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa build esp-idf/esp_driver_ppa/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_rmt +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_sdio +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio build esp-idf/esp_driver_sdio/all: phony esp-idf/esp_driver_sdio/libesp_driver_sdio.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_sdm +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc build esp-idf/esp_driver_sdmmc/all: phony esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_spi +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens build esp-idf/esp_driver_touch_sens/all: phony esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_tsens +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens build esp-idf/esp_driver_tsens/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_twai +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai build esp-idf/esp_driver_twai/all: phony esp-idf/esp_driver_twai/libesp_driver_twai.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_driver_uart +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag build esp-idf/esp_driver_usb_serial_jtag/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_eth +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_eth build esp-idf/esp_eth/all: phony esp-idf/esp_eth/libesp_eth.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_event +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_event build esp-idf/esp_event/all: phony esp-idf/esp_event/libesp_event.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_gdbstub +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub build esp-idf/esp_gdbstub/all: phony esp-idf/esp_gdbstub/libesp_gdbstub.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_hid +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_hid build esp-idf/esp_hid/all: phony esp-idf/esp_hid/libesp_hid.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_http_client +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_http_client build esp-idf/esp_http_client/all: phony esp-idf/esp_http_client/libesp_http_client.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_http_server +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_http_server build esp-idf/esp_http_server/all: phony esp-idf/esp_http_server/libesp_http_server.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_https_ota +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota build esp-idf/esp_https_ota/all: phony esp-idf/esp_https_ota/libesp_https_ota.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_https_server +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_https_server build esp-idf/esp_https_server/all: phony esp-idf/esp_https_server/libesp_https_server.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_hw_support +# Folder: /home/nik/repos/esp32/blink/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 esp-idf/esp_hw_support/lowpower/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower build esp-idf/esp_hw_support/lowpower/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32 +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32 build esp-idf/esp_hw_support/port/esp32/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_lcd +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_lcd build esp-idf/esp_lcd/all: phony esp-idf/esp_lcd/libesp_lcd.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_local_ctrl +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl build esp-idf/esp_local_ctrl/all: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_mm +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_mm build esp-idf/esp_mm/all: phony esp-idf/esp_mm/libesp_mm.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_netif +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_netif build esp-idf/esp_netif/all: phony esp-idf/esp_netif/libesp_netif.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_netif_stack +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack build esp-idf/esp_netif_stack/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_partition +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_partition build esp-idf/esp_partition/all: phony esp-idf/esp_partition/libesp_partition.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_phy +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_phy build esp-idf/esp_phy/all: phony esp-idf/esp_phy/libesp_phy.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_pm +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_pm build esp-idf/esp_pm/all: phony esp-idf/esp_pm/libesp_pm.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_psram +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_psram build esp-idf/esp_psram/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_ringbuf +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf build esp-idf/esp_ringbuf/all: phony esp-idf/esp_ringbuf/libesp_ringbuf.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_rom +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_rom build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_security +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_security build esp-idf/esp_security/all: phony esp-idf/esp_security/libesp_security.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_system +# Folder: /home/nik/repos/esp32/blink/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: /home/nik/repos/esp32/build/esp-idf/esp_system/port +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32 +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32 build esp-idf/esp_system/port/soc/esp32/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_timer +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_timer build esp-idf/esp_timer/all: phony esp-idf/esp_timer/libesp_timer.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esp_vfs_console +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_wifi +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esp_wifi build esp-idf/esp_wifi/all: phony esp-idf/esp_wifi/libesp_wifi.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/espcoredump +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/espcoredump build esp-idf/espcoredump/all: phony esp-idf/espcoredump/libespcoredump.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/esptool_py +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/esptool_py build esp-idf/esptool_py/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/fatfs +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/fatfs build esp-idf/fatfs/all: phony esp-idf/fatfs/libfatfs.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/freertos +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/freertos build esp-idf/freertos/all: phony esp-idf/freertos/libfreertos.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/hal +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/hal build esp-idf/hal/all: phony esp-idf/hal/libhal.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/heap +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/heap build esp-idf/heap/all: phony esp-idf/heap/libheap.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/http_parser +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/http_parser build esp-idf/http_parser/all: phony esp-idf/http_parser/libhttp_parser.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/idf_test +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/idf_test build esp-idf/idf_test/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/ieee802154 +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/ieee802154 build esp-idf/ieee802154/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/json +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/json build esp-idf/json/all: phony esp-idf/json/libjson.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/log +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/log build esp-idf/log/all: phony esp-idf/log/liblog.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/lwip +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/lwip build esp-idf/lwip/all: phony esp-idf/lwip/liblwip.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/main +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/main build esp-idf/main/all: phony esp-idf/main/libmain.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/mbedtls +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/mbedtls build esp-idf/mbedtls/all: phony esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/include/all esp-idf/mbedtls/mbedtls/3rdparty/all esp-idf/mbedtls/mbedtls/library/all esp-idf/mbedtls/mbedtls/pkgconfig/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty +# Folder: /home/nik/repos/esp32/blink/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: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest +# Folder: /home/nik/repos/esp32/blink/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: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m +# Folder: /home/nik/repos/esp32/blink/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: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include build esp-idf/mbedtls/mbedtls/include/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library +# Folder: /home/nik/repos/esp32/blink/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: /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig build esp-idf/mbedtls/mbedtls/pkgconfig/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/mqtt +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/mqtt build esp-idf/mqtt/all: phony esp-idf/mqtt/libmqtt.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/newlib +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/newlib build esp-idf/newlib/all: phony esp-idf/newlib/libnewlib.a esp-idf/newlib/src/port/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/newlib/src/port +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port build esp-idf/newlib/src/port/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/nvs_flash +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/nvs_flash build esp-idf/nvs_flash/all: phony esp-idf/nvs_flash/libnvs_flash.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/nvs_sec_provider +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/openthread +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/openthread build esp-idf/openthread/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/partition_table +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/partition_table build esp-idf/partition_table/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/perfmon +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/perfmon build esp-idf/perfmon/all: phony esp-idf/perfmon/libperfmon.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/protobuf-c +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/protobuf-c build esp-idf/protobuf-c/all: phony esp-idf/protobuf-c/libprotobuf-c.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/protocomm +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/protocomm build esp-idf/protocomm/all: phony esp-idf/protocomm/libprotocomm.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/pthread +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/pthread build esp-idf/pthread/all: phony esp-idf/pthread/libpthread.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/rt +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/rt build esp-idf/rt/all: phony esp-idf/rt/librt.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/sdmmc +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/sdmmc build esp-idf/sdmmc/all: phony esp-idf/sdmmc/libsdmmc.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/soc +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/soc build esp-idf/soc/all: phony esp-idf/soc/libsoc.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/spi_flash +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/spi_flash build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/spiffs +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/spiffs build esp-idf/spiffs/all: phony esp-idf/spiffs/libspiffs.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/tcp_transport +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/tcp_transport build esp-idf/tcp_transport/all: phony esp-idf/tcp_transport/libtcp_transport.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/ulp +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/ulp build esp-idf/ulp/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/unity +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/unity build esp-idf/unity/all: phony esp-idf/unity/libunity.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/usb +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/usb build esp-idf/usb/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/vfs +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/vfs build esp-idf/vfs/all: phony esp-idf/vfs/libvfs.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/wear_levelling +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/wear_levelling build esp-idf/wear_levelling/all: phony esp-idf/wear_levelling/libwear_levelling.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/wifi_provisioning +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning build esp-idf/wifi_provisioning/all: phony esp-idf/wifi_provisioning/libwifi_provisioning.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/wpa_supplicant +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/esp-idf/xtensa +# Folder: /home/nik/repos/esp32/blink/build/esp-idf/xtensa build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a @@ -21931,14 +21931,14 @@ build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja /home/nik/repos/esp32/build/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/xtensa/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_pm/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/bootloader/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esptool_py/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/partition_table/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_app_format/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/app_update/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_partition/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/efuse/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/bootloader_support/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_mm/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/spi_flash/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_system/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_system/port/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_common/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_rom/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/hal/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/log/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/heap/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/soc/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_security/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_hw_support/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/freertos/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/newlib/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/newlib/src/port/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/pthread/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/cxx/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_timer/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_ringbuf/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_uart/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/app_trace/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_event/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/nvs_flash/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_phy/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_vfs_console/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/vfs/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/lwip/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_netif_stack/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_netif/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/wpa_supplicant/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_coex/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_wifi/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_spi/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_gdbstub/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/bt/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/unity/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/cmock/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/console/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/sdmmc/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_dac/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_twai/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/driver/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/http_parser/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp-tls/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_adc/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_isp/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_cam/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_psram/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_eth/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_hid/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/tcp_transport/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_http_client/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_http_server/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_https_ota/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_https_server/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_lcd/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/protobuf-c/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/protocomm/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/espcoredump/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/wear_levelling/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/fatfs/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/idf_test/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/ieee802154/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/json/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/mqtt/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/openthread/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/perfmon/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/rt/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/spiffs/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/ulp/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/usb/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/wifi_provisioning/cmake_install.cmake /home/nik/repos/esp32/build/esp-idf/main/cmake_install.cmake: RERUN_CMAKE | /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/project_include.cmake /home/nik/esp/esp-idf/components/app_update/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMakeLists.txt /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/console/CMakeLists.txt /home/nik/esp/esp-idf/components/cxx/CMakeLists.txt /home/nik/esp/esp-idf/components/driver/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_twai/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_event/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/project_include.cmake /home/nik/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/ld/ld.cmake /home/nik/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_vfs_console/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/fatfs/CMakeLists.txt /home/nik/esp/esp-idf/components/fatfs/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/http_parser/CMakeLists.txt /home/nik/esp/esp-idf/components/idf_test/CMakeLists.txt /home/nik/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/nik/esp/esp-idf/components/json/CMakeLists.txt /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/newlib/src/port/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/project_include.cmake /home/nik/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/perfmon/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/protocomm/CMakeLists.txt /home/nik/esp/esp-idf/components/pthread/CMakeLists.txt /home/nik/esp/esp-idf/components/rt/CMakeLists.txt /home/nik/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/project_include.cmake /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/project_include.cmake /home/nik/esp/esp-idf/components/unity/CMakeLists.txt /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/usb/CMakeLists.txt /home/nik/esp/esp-idf/components/vfs/CMakeLists.txt /home/nik/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/nik/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/nik/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/.git/HEAD /home/nik/repos/esp32/CMakeLists.txt /home/nik/repos/esp32/main/CMakeLists.txt /home/nik/repos/esp32/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakePrintHelpers.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPython/Support.cmake /usr/share/cmake/Modules/FindPython3.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in +build build.ninja /home/nik/repos/esp32/blink/build/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/xtensa/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_pm/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/bootloader/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esptool_py/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/partition_table/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/app_update/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_partition/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/efuse/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_mm/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/spi_flash/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_system/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_common/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_rom/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/hal/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/log/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/heap/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/soc/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_security/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/freertos/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/newlib/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/pthread/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/cxx/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_timer/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/app_trace/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_event/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_phy/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/vfs/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/lwip/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_netif/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_coex/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/bt/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/unity/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/cmock/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/console/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/sdmmc/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/driver/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/http_parser/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp-tls/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_adc/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_psram/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_eth/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_hid/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/protocomm/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/espcoredump/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/fatfs/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/idf_test/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/ieee802154/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/json/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/mqtt/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/openthread/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/perfmon/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/rt/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/spiffs/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/ulp/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/usb/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/cmake_install.cmake /home/nik/repos/esp32/blink/build/esp-idf/main/cmake_install.cmake: RERUN_CMAKE | /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/project_include.cmake /home/nik/esp/esp-idf/components/app_update/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMakeLists.txt /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/console/CMakeLists.txt /home/nik/esp/esp-idf/components/cxx/CMakeLists.txt /home/nik/esp/esp-idf/components/driver/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_twai/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_event/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/project_include.cmake /home/nik/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/ld/ld.cmake /home/nik/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_vfs_console/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/fatfs/CMakeLists.txt /home/nik/esp/esp-idf/components/fatfs/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/http_parser/CMakeLists.txt /home/nik/esp/esp-idf/components/idf_test/CMakeLists.txt /home/nik/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/nik/esp/esp-idf/components/json/CMakeLists.txt /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/newlib/src/port/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/project_include.cmake /home/nik/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/perfmon/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/protocomm/CMakeLists.txt /home/nik/esp/esp-idf/components/pthread/CMakeLists.txt /home/nik/esp/esp-idf/components/rt/CMakeLists.txt /home/nik/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/project_include.cmake /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/project_include.cmake /home/nik/esp/esp-idf/components/unity/CMakeLists.txt /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/usb/CMakeLists.txt /home/nik/esp/esp-idf/components/vfs/CMakeLists.txt /home/nik/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/nik/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/nik/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/.git/HEAD /home/nik/repos/esp32/.git/refs/heads/main /home/nik/repos/esp32/blink/CMakeLists.txt /home/nik/repos/esp32/blink/main/CMakeLists.txt /home/nik/repos/esp32/blink/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakePrintHelpers.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPython/Support.cmake /usr/share/cmake/Modules/FindPython3.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in pool = console ############################################# # A missing CMake input file is not an error. -build /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/project_include.cmake /home/nik/esp/esp-idf/components/app_update/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMakeLists.txt /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/console/CMakeLists.txt /home/nik/esp/esp-idf/components/cxx/CMakeLists.txt /home/nik/esp/esp-idf/components/driver/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_twai/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_event/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/project_include.cmake /home/nik/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/ld/ld.cmake /home/nik/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_vfs_console/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/fatfs/CMakeLists.txt /home/nik/esp/esp-idf/components/fatfs/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/http_parser/CMakeLists.txt /home/nik/esp/esp-idf/components/idf_test/CMakeLists.txt /home/nik/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/nik/esp/esp-idf/components/json/CMakeLists.txt /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/newlib/src/port/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/project_include.cmake /home/nik/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/perfmon/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/protocomm/CMakeLists.txt /home/nik/esp/esp-idf/components/pthread/CMakeLists.txt /home/nik/esp/esp-idf/components/rt/CMakeLists.txt /home/nik/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/project_include.cmake /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/project_include.cmake /home/nik/esp/esp-idf/components/unity/CMakeLists.txt /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/usb/CMakeLists.txt /home/nik/esp/esp-idf/components/vfs/CMakeLists.txt /home/nik/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/nik/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/nik/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/.git/HEAD /home/nik/repos/esp32/CMakeLists.txt /home/nik/repos/esp32/main/CMakeLists.txt /home/nik/repos/esp32/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakePrintHelpers.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPython/Support.cmake /usr/share/cmake/Modules/FindPython3.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony +build /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/CMakeLists.txt /home/nik/esp/esp-idf/components/app_trace/project_include.cmake /home/nik/esp/esp-idf/components/app_update/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMakeLists.txt /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/console/CMakeLists.txt /home/nik/esp/esp-idf/components/cxx/CMakeLists.txt /home/nik/esp/esp-idf/components/driver/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_bitscrambler/project_include.cmake /home/nik/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_twai/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_event/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_psram/project_include.cmake /home/nik/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/ld/ld.cmake /home/nik/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_vfs_console/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/fatfs/CMakeLists.txt /home/nik/esp/esp-idf/components/fatfs/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/http_parser/CMakeLists.txt /home/nik/esp/esp-idf/components/idf_test/CMakeLists.txt /home/nik/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/nik/esp/esp-idf/components/json/CMakeLists.txt /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/nik/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/newlib/src/port/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/nvs_flash/project_include.cmake /home/nik/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/CMakeLists.txt /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/perfmon/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/protocomm/CMakeLists.txt /home/nik/esp/esp-idf/components/pthread/CMakeLists.txt /home/nik/esp/esp-idf/components/rt/CMakeLists.txt /home/nik/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/project_include.cmake /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/CMakeLists.txt /home/nik/esp/esp-idf/components/ulp/project_include.cmake /home/nik/esp/esp-idf/components/unity/CMakeLists.txt /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/usb/CMakeLists.txt /home/nik/esp/esp-idf/components/vfs/CMakeLists.txt /home/nik/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/nik/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/nik/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/.git/HEAD /home/nik/repos/esp32/.git/refs/heads/main /home/nik/repos/esp32/blink/CMakeLists.txt /home/nik/repos/esp32/blink/main/CMakeLists.txt /home/nik/repos/esp32/blink/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakePrintHelpers.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/CheckIncludeFile.cmake /usr/share/cmake/Modules/CheckLibraryExists.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/FindPython/Support.cmake /usr/share/cmake/Modules/FindPython3.cmake /usr/share/cmake/Modules/FindThreads.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake /usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony ############################################# diff --git a/blink/build/cmake_install.cmake b/blink/build/cmake_install.cmake index 8fcab34..6c612b5 100644 --- a/blink/build/cmake_install.cmake +++ b/blink/build/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/nik/repos/esp32 +# Install script for directory: /home/nik/repos/esp32/blink # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -39,13 +39,13 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/cmake_install.cmake") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() if(CMAKE_INSTALL_COMPONENT) @@ -61,6 +61,6 @@ else() endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/nik/repos/esp32/blink/build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/compile_commands.json b/blink/build/compile_commands.json index 5162110..7ada10b 100644 --- a/blink/build/compile_commands.json +++ b/blink/build/compile_commands.json @@ -1,5480 +1,5480 @@ [ { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-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/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/repos/esp32/main -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -o CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj -c /home/nik/repos/esp32/build/project_elf_src_esp32.c", - "file": "/home/nik/repos/esp32/build/project_elf_src_esp32.c", - "output": "/home/nik/repos/esp32/build/CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj" + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-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/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/repos/esp32/blink/main -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -o CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj -c /home/nik/repos/esp32/blink/build/project_elf_src_esp32.c", + "file": "/home/nik/repos/esp32/blink/build/project_elf_src_esp32.c", + "output": "/home/nik/repos/esp32/blink/build/CMakeFiles/blink.elf.dir/project_elf_src_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj -c /home/nik/esp/esp-idf/components/xtensa/eri.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj -c /home/nik/esp/esp-idf/components/xtensa/eri.c", "file": "/home/nik/esp/esp-idf/components/xtensa/eri.c", - "output": "/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj -c /home/nik/esp/esp-idf/components/xtensa/xt_trax.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj -c /home/nik/esp/esp-idf/components/xtensa/xt_trax.c", "file": "/home/nik/esp/esp-idf/components/xtensa/xt_trax.c", - "output": "/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_context.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_context.S", "file": "/home/nik/esp/esp-idf/components/xtensa/xtensa_context.S", - "output": "/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_context.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_intr_asm.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_intr_asm.S", "file": "/home/nik/esp/esp-idf/components/xtensa/xtensa_intr_asm.S", - "output": "/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_intr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_intr.c", "file": "/home/nik/esp/esp-idf/components/xtensa/xtensa_intr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_vectors.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj -c /home/nik/esp/esp-idf/components/xtensa/xtensa_vectors.S", "file": "/home/nik/esp/esp-idf/components/xtensa/xtensa_vectors.S", - "output": "/home/nik/repos/esp32/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_vectors.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_pm/pm_locks.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_pm/pm_locks.c", "file": "/home/nik/esp/esp-idf/components/esp_pm/pm_locks.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_pm/pm_trace.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_pm/pm_trace.c", "file": "/home/nik/esp/esp-idf/components/esp_pm/pm_trace.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_pm/pm_impl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_pm/pm_impl.c", "file": "/home/nik/esp/esp-idf/components/esp_pm/pm_impl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/x509_crt_bundle.S", - "file": "/home/nik/repos/esp32/build/x509_crt_bundle.S", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj" + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/blink/build/x509_crt_bundle.S", + "file": "/home/nik/repos/esp32/blink/build/x509_crt_bundle.S", + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -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 -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/port/aes/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj -c /home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c", "file": "/home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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=\\\"blink\\\" -DPROJECT_VER=\\\"1\\\" -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_app_format/esp_app_desc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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=\\\"blink\\\" -DPROJECT_VER=\\\"d54a1ea-dirty\\\" -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_app_format/esp_app_desc.c", "file": "/home/nik/esp/esp-idf/components/esp_app_format/esp_app_desc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", "file": "/home/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_update/esp_ota_ops.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_update/esp_ota_ops.c", "file": "/home/nik/esp/esp-idf/components/app_update/esp_ota_ops.c", - "output": "/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_update/esp_ota_app_desc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_update/esp_ota_app_desc.c", "file": "/home/nik/esp/esp-idf/components/app_update/esp_ota_app_desc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_partition/partition.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_partition/partition.c", "file": "/home/nik/esp/esp-idf/components/esp_partition/partition.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_partition/partition_target.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_partition/partition_target.c", "file": "/home/nik/esp/esp-idf/components/esp_partition/partition_target.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_efuse_table.c.obj -c /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_efuse_table.c.obj -c /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "file": "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_efuse_fields.c.obj -c /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_efuse_fields.c.obj -c /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "file": "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_efuse_utility.c.obj -c /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_efuse_utility.c.obj -c /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "file": "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj -c /home/nik/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj -c /home/nik/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", - "output": "/home/nik/repos/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_esp32.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_esp32.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_esp32.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_esp32.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_sha.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_sha.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/secure_boot_secure_features.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_secure_features.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/secure_boot_secure_features.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_secure_features.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/esp32/secure_boot_secure_features.c", - "output": "/home/nik/repos/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_mm/esp_mmu_map.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_mm/esp_mmu_map.c", "file": "/home/nik/esp/esp-idf/components/esp_mm/esp_mmu_map.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/ext_mem_layout.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/ext_mem_layout.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c", "file": "/home/nik/esp/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_msync.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/esp_cache_msync.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_msync.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/esp_cache_msync.c", "file": "/home/nik/esp/esp-idf/components/esp_mm/esp_cache_msync.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_utils.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/esp_cache_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_utils.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/esp_cache_utils.c", "file": "/home/nik/esp/esp-idf/components/esp_mm/esp_cache_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/cache_esp32.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/cache_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/cache_esp32.c.obj -c /home/nik/esp/esp-idf/components/esp_mm/cache_esp32.c", "file": "/home/nik/esp/esp-idf/components/esp_mm/cache_esp32.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_mm/heap_align_hw.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_mm/heap_align_hw.c", "file": "/home/nik/esp/esp-idf/components/esp_mm/heap_align_hw.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/memspi_host_driver.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/memspi_host_driver.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/memspi_host_driver.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/cache_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/cache_utils.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/cache_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/flash_mmap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/flash_mmap.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/flash_mmap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/flash_ops.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/flash_ops.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/flash_ops.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/esp_flash_api.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/esp_flash_api.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/esp_flash_api.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_err.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_err.c", "file": "/home/nik/esp/esp-idf/components/esp_system/esp_err.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/crosscore_int.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/crosscore_int.c", "file": "/home/nik/esp/esp-idf/components/esp_system/crosscore_int.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_ipc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_ipc.c", "file": "/home/nik/esp/esp-idf/components/esp_system/esp_ipc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_console.c.obj -c /home/nik/esp/esp-idf/components/esp_system/esp_system_console.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_console.c.obj -c /home/nik/esp/esp-idf/components/esp_system/esp_system_console.c", "file": "/home/nik/esp/esp-idf/components/esp_system/esp_system_console.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system_console.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system_console.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/freertos_hooks.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/freertos_hooks.c", "file": "/home/nik/esp/esp-idf/components/esp_system/freertos_hooks.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/int_wdt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/int_wdt.c", "file": "/home/nik/esp/esp-idf/components/esp_system/int_wdt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/panic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/panic.c", "file": "/home/nik/esp/esp-idf/components/esp_system/panic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_system.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_system.c", "file": "/home/nik/esp/esp-idf/components/esp_system/esp_system.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/startup.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/startup.c", "file": "/home/nik/esp/esp-idf/components/esp_system/startup.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/startup_funcs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/startup_funcs.c", "file": "/home/nik/esp/esp-idf/components/esp_system/startup_funcs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/system_time.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/system_time.c", "file": "/home/nik/esp/esp-idf/components/esp_system/system_time.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/stack_check.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/stack_check.c", "file": "/home/nik/esp/esp-idf/components/esp_system/stack_check.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/ubsan.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/ubsan.c", "file": "/home/nik/esp/esp-idf/components/esp_system/ubsan.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/xt_wdt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/xt_wdt.c", "file": "/home/nik/esp/esp-idf/components/esp_system/xt_wdt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", "file": "/home/nik/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "file": "/home/nik/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/cpu_start.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/cpu_start.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/cpu_start.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/panic_handler.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/panic_handler.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/panic_handler.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/esp_system_chip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/esp_system_chip.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/esp_system_chip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/image_process.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/port/image_process.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/image_process.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_ipc_isr.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/esp_ipc_isr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_ipc_isr.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/esp_ipc_isr.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/esp_ipc_isr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/esp_ipc_isr_port.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_port.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/esp_ipc_isr_port.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_port.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_port.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/panic_arch.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/panic_arch.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/expression_with_stack.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/expression_with_stack.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/debug_helpers.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/debug_helpers.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/debug_stubs.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/debug_stubs.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/trax.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/trax.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S", "file": "/home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/clk.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/clk.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/clk.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/clk.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/clk.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/reset_reason.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/reset_reason.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/system_internal.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/system_internal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/system_internal.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/system_internal.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/system_internal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/cache_err_int.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/include -I/home/nik/esp/esp-idf/components/esp_system/port/. -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/cache_err_int.c.obj -c /home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c", "file": "/home/nik/esp/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_https_ota/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_https_ota/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", "file": "/home/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj -c /home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj -c /home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/hal_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/hal_utils.c", "file": "/home/nik/esp/esp-idf/components/hal/hal_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mpu_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/mpu_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mpu_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/mpu_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/mpu_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/efuse_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/efuse_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/efuse_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/efuse_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/efuse_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/mmu_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/mmu_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/mmu_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/cache_hal_esp32.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/cache_hal_esp32.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/color_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/color_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/color_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_flash_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_flash_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_flash_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_flash_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_flash_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_flash_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/clk_tree_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/clk_tree_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/clk_tree_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/clk_tree_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/clk_tree_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/uart_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/uart_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/uart_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/uart_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/uart_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/uart_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/gpio_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/gpio_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/gpio_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/rtc_io_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/rtc_io_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/rtc_io_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/rtc_io_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/rtc_io_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/timer_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/timer_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/timer_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/ledc_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/ledc_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/ledc_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/ledc_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/ledc_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/ledc_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/i2c_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/i2c_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/i2c_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/i2c_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/i2c_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/i2c_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/rmt_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/rmt_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/rmt_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/pcnt_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/pcnt_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/pcnt_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/pcnt_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/pcnt_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mcpwm_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/mcpwm_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mcpwm_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/mcpwm_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/mcpwm_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_sja1000.c.obj -c /home/nik/esp/esp-idf/components/hal/twai_hal_sja1000.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_sja1000.c.obj -c /home/nik/esp/esp-idf/components/hal/twai_hal_sja1000.c", "file": "/home/nik/esp/esp-idf/components/hal/twai_hal_sja1000.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_sja1000.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_sja1000.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/i2s_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/i2s_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/i2s_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/sdm_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/sdm_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/sdm_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/sdmmc_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/sdmmc_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/sdmmc_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/sdmmc_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/sdmmc_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/emac_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/emac_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/emac_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/emac_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/emac_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/adc_hal_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/adc_hal_common.c", "file": "/home/nik/esp/esp-idf/components/hal/adc_hal_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/adc_oneshot_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/adc_oneshot_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/adc_oneshot_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/adc_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/adc_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/adc_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/mpi_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/mpi_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/mpi_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/sha_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/sha_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/sha_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/aes_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/aes_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/aes_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/brownout_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/brownout_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/brownout_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_slave_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_slave_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_slave_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_slave_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/spi_slave_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/spi_slave_hal_iram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/sdio_slave_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/sdio_slave_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/sdio_slave_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/sdio_slave_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/sdio_slave_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/touch_sensor_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/touch_sensor_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/touch_sensor_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/touch_sensor_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/touch_sensor_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/touch_sensor_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/touch_sensor_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/touch_sensor_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/touch_sensor_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/touch_sensor_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/touch_sens_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/touch_sens_hal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/touch_sens_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/touch_sens_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/touch_sens_hal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sens_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sens_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/gpio_hal_workaround.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/gpio_hal_workaround.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/gpio_hal_workaround.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/gpio_hal_workaround.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/gpio_hal_workaround.c", - "output": "/home/nik/repos/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/os/log_timestamp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/os/log_timestamp.c", "file": "/home/nik/esp/esp-idf/components/log/src/os/log_timestamp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/os/log_lock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/os/log_lock.c", "file": "/home/nik/esp/esp-idf/components/log/src/os/log_lock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", "file": "/home/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/util.c.obj -c /home/nik/esp/esp-idf/components/log/src/os/util.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/util.c.obj -c /home/nik/esp/esp-idf/components/log/src/os/util.c", "file": "/home/nik/esp/esp-idf/components/log/src/os/util.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/util.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/util.c", "file": "/home/nik/esp/esp-idf/components/log/src/util.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_format_text.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_format_text.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_format_text.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_format_text.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_format_text.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_print.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_print.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_print.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_print.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_print.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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.c.obj -c /home/nik/esp/esp-idf/components/log/src/log.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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.c.obj -c /home/nik/esp/esp-idf/components/log/src/log.c", "file": "/home/nik/esp/esp-idf/components/log/src/log.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/os/log_write.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/os/log_write.c", "file": "/home/nik/esp/esp-idf/components/log/src/os/log_write.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/log_level.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/log_level.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_level/log_level.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/heap_caps_base.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/heap_caps_base.c", "file": "/home/nik/esp/esp-idf/components/heap/heap_caps_base.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/heap_caps.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/heap_caps.c", "file": "/home/nik/esp/esp-idf/components/heap/heap_caps.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/heap_caps_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/heap_caps_init.c", "file": "/home/nik/esp/esp-idf/components/heap/heap_caps_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/multi_heap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/multi_heap.c", "file": "/home/nik/esp/esp-idf/components/heap/multi_heap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/tlsf/tlsf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/tlsf/tlsf.c", "file": "/home/nik/esp/esp-idf/components/heap/tlsf/tlsf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/port/memory_layout_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/heap/port/memory_layout_utils.c", "file": "/home/nik/esp/esp-idf/components/heap/port/memory_layout_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/memory_layout.c.obj -c /home/nik/esp/esp-idf/components/heap/port/esp32/memory_layout.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/heap/private_include -I/home/nik/esp/esp-idf/components/heap/tlsf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/memory_layout.c.obj -c /home/nik/esp/esp-idf/components/heap/port/esp32/memory_layout.c", "file": "/home/nik/esp/esp-idf/components/heap/port/esp32/memory_layout.c", - "output": "/home/nik/repos/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/lldesc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/lldesc.c", "file": "/home/nik/esp/esp-idf/components/soc/lldesc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/dport_access_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/dport_access_common.c", "file": "/home/nik/esp/esp-idf/components/soc/dport_access_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/interrupts.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/interrupts.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/gpio_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/gpio_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/uart_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/uart_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/dport_access.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/dport_access.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/adc_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/adc_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/emac_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/emac_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/spi_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/spi_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/ledc_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/ledc_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/pcnt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/pcnt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rmt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rmt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/sdm_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/sdm_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/i2s_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/i2s_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/i2c_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/i2c_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/timer_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/timer_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/lcd_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/lcd_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/mcpwm_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/mcpwm_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/mpi_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/mpi_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/sdmmc_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/sdmmc_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/touch_sensor_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/touch_sensor_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/twai_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/twai_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/wdt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/wdt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/dac_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/dac_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_io_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_io_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/sdio_slave_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/sdio_slave_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/power_supply_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/power_supply_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c", - "output": "/home/nik/repos/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_security/src/init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_security/src/init.c", "file": "/home/nik/esp/esp-idf/components/esp_security/src/init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", "file": "/home/nik/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_periph_clk.c.obj -c /home/nik/esp/esp-idf/components/esp_security/src/esp_crypto_periph_clk.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_security/src/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_periph_clk.c.obj -c /home/nik/esp/esp-idf/components/esp_security/src/esp_crypto_periph_clk.c", "file": "/home/nik/esp/esp-idf/components/esp_security/src/esp_crypto_periph_clk.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/cpu.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/cpu.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/cpu.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_cpu_intr.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_cpu_intr.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/cpu_region_protect.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/cpu_region_protect.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_clk.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_clk.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/esp_clk.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/hw_random.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/hw_random.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/hw_random.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/intr_alloc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/intr_alloc.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/intr_alloc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/mac_addr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/mac_addr.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/mac_addr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/revision.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/revision.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/revision.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/rtc_module.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/rtc_module.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/rtc_module.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/io_mux.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/io_mux.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/io_mux.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/io_mux.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/io_mux.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_clk_tree.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_clk_tree.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_utils.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/clk_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_utils.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/clk_utils.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/clk_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_modem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_modem.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_modem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_modes.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_modes.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_modes.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_console.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_console.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_console.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_usb.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/sleep_usb.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_usb.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/sleep_usb.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_usb.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_event.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_event.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_event.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_wdt.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/rtc_wdt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_wdt.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/rtc_wdt.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/rtc_wdt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mspi_timing_tuning.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/mspi_timing_tuning.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mspi_timing_tuning.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/mspi_timing_tuning.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/mspi_timing_tuning.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning/mspi_timing_tuning.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning/mspi_timing_tuning.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/power_supply/brownout.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/power_supply/brownout.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/power_supply/brownout.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/power_supply/brownout.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/brownout.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_sleep.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_sleep.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_time.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_time.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/chip_info.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/chip_info.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/cache_sram_mmu.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/cache_sram_mmu.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/sar_periph_ctrl.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/sar_periph_ctrl.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/heap_idf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/heap_idf.c", "file": "/home/nik/esp/esp-idf/components/freertos/heap_idf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/app_startup.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/app_startup.c", "file": "/home/nik/esp/esp-idf/components/freertos/app_startup.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/port_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/port_common.c", "file": "/home/nik/esp/esp-idf/components/freertos/port_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/port_systick.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/port_systick.c", "file": "/home/nik/esp/esp-idf/components/freertos/port_systick.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/port.c.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/port.c.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/portasm.S.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/portasm.S.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/xtensa_init.c.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/xtensa_init.c.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/xtensa_overlay_os_hook.c.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/xtensa_overlay_os_hook.c.obj -c /home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c", "file": "/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", "file": "/home/nik/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", "file": "/home/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/freertos -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", "file": "/home/nik/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", - "output": "/home/nik/repos/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/init.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/init.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/init.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/abort.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/abort.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/abort.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/abort.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/abort.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/assert.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/assert.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/assert.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/assert.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/assert.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/heap.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/heap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/heap.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/heap.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/heap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/locks.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/locks.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/locks.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/locks.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/locks.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/poll.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/poll.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/poll.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/poll.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/poll.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/poll.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/poll.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/pthread.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/pthread.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/pthread.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/pthread.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/pthread.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/random.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/random.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/random.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/random.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/random.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/getentropy.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/getentropy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/getentropy.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/getentropy.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/getentropy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/termios.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/termios.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/termios.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/termios.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/termios.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/termios.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/termios.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/stdatomic.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/stdatomic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/stdatomic.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/stdatomic.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/stdatomic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/time.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/time.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/time.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/time.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/time.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/sysconf.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/sysconf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/sysconf.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/sysconf.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/sysconf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/realpath.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/realpath.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/realpath.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/realpath.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/realpath.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/scandir.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/scandir.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/scandir.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/scandir.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/scandir.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/syscalls.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/syscalls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/syscalls.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/syscalls.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/syscalls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/syscalls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/syscalls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/reent_syscalls.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/reent_syscalls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/reent_syscalls.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/reent_syscalls.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/reent_syscalls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_syscalls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_syscalls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/port/esp_time_impl.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/port/esp_time_impl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/port/esp_time_impl.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/port/esp_time_impl.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/port/esp_time_impl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/flockfile.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/flockfile.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/flockfile.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/flockfile.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/flockfile.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/reent_init.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/reent_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/reent_init.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/reent_init.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/reent_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/src/newlib_init.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/newlib_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/newlib/priv_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/src/newlib_init.c.obj -c /home/nik/esp/esp-idf/components/newlib/src/newlib_init.c", "file": "/home/nik/esp/esp-idf/components/newlib/src/newlib_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/newlib_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/newlib_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread.c", "file": "/home/nik/esp/esp-idf/components/pthread/pthread.c", - "output": "/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_cond_var.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_cond_var.c", "file": "/home/nik/esp/esp-idf/components/pthread/pthread_cond_var.c", - "output": "/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_local_storage.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_local_storage.c", "file": "/home/nik/esp/esp-idf/components/pthread/pthread_local_storage.c", - "output": "/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_rwlock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_rwlock.c", "file": "/home/nik/esp/esp-idf/components/pthread/pthread_rwlock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_semaphore.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/pthread/pthread_semaphore.c", "file": "/home/nik/esp/esp-idf/components/pthread/pthread_semaphore.c", - "output": "/home/nik/repos/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", "file": "/home/nik/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cxx/cxx_guards.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cxx/cxx_guards.cpp", "file": "/home/nik/esp/esp-idf/components/cxx/cxx_guards.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cxx/cxx_init.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cxx/cxx_init.cpp", "file": "/home/nik/esp/esp-idf/components/cxx/cxx_init.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/esp_timer.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/esp_timer.c", "file": "/home/nik/esp/esp-idf/components/esp_timer/src/esp_timer.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", "file": "/home/nik/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "file": "/home/nik/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/system_time.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/system_time.c", "file": "/home/nik/esp/esp-idf/components/esp_timer/src/system_time.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "file": "/home/nik/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_lac.c.obj -c /home/nik/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_timer/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_lac.c.obj -c /home/nik/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c", "file": "/home/nik/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_ringbuf/ringbuf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_ringbuf/ringbuf.c", "file": "/home/nik/esp/esp-idf/components/esp_ringbuf/ringbuf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_uart/src/uart.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_uart/src/uart.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_uart/src/uart.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_wakeup.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_uart/src/uart_wakeup.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_wakeup.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_uart/src/uart_wakeup.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_uart/src/uart_wakeup.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_wakeup.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_wakeup.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/app_trace.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/app_trace.c", "file": "/home/nik/esp/esp-idf/components/app_trace/app_trace.c", - "output": "/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/app_trace_util.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/app_trace_util.c", "file": "/home/nik/esp/esp-idf/components/app_trace/app_trace_util.c", - "output": "/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/host_file_io.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/host_file_io.c", "file": "/home/nik/esp/esp-idf/components/app_trace/host_file_io.c", - "output": "/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/port/port_uart.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/app_trace/private_include -I/home/nik/esp/esp-idf/components/app_trace/port/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/app_trace/port/port_uart.c", "file": "/home/nik/esp/esp-idf/components/app_trace/port/port_uart.c", - "output": "/home/nik/repos/esp32/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_event/default_event_loop.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_event/default_event_loop.c", "file": "/home/nik/esp/esp-idf/components/esp_event/default_event_loop.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_event/esp_event.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_event/esp_event.c", "file": "/home/nik/esp/esp-idf/components/esp_event/esp_event.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_event/esp_event_private.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_event/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_event/esp_event_private.c", "file": "/home/nik/esp/esp-idf/components/esp_event/esp_event_private.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_aes.c.obj -c /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_aes.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_aes.c.obj -c /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_aes.c", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_aes.c", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_xts_aes.c.obj -c /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_xts_aes.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/nvs_flash/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_xts_aes.c.obj -c /home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_xts_aes.c", "file": "/home/nik/esp/esp-idf/components/nvs_flash/src/nvs_bootloader_xts_aes.c", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_xts_aes.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_xts_aes.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/phy_override.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/phy_override.c", "file": "/home/nik/esp/esp-idf/components/esp_phy/src/phy_override.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/lib_printf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/lib_printf.c", "file": "/home/nik/esp/esp-idf/components/esp_phy/src/lib_printf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/phy_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/phy_common.c", "file": "/home/nik/esp/esp-idf/components/esp_phy/src/phy_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/phy_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/phy_init.c", "file": "/home/nik/esp/esp-idf/components/esp_phy/src/phy_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/phy_init_data.c.obj -c /home/nik/esp/esp-idf/components/esp_phy/esp32/phy_init_data.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/phy_init_data.c.obj -c /home/nik/esp/esp-idf/components/esp_phy/esp32/phy_init_data.c", "file": "/home/nik/esp/esp-idf/components/esp_phy/esp32/phy_init_data.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32/phy_init_data.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32/phy_init_data.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/btbb_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_phy/src/btbb_init.c", "file": "/home/nik/esp/esp-idf/components/esp_phy/src/btbb_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_vfs_console/vfs_console.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_vfs_console/vfs_console.c", "file": "/home/nik/esp/esp-idf/components/esp_vfs_console/vfs_console.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/vfs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/vfs.c", "file": "/home/nik/esp/esp-idf/components/vfs/vfs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/vfs_eventfd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/vfs_eventfd.c", "file": "/home/nik/esp/esp-idf/components/vfs/vfs_eventfd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/vfs_semihost.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/vfs_semihost.c", "file": "/home/nik/esp/esp-idf/components/vfs/vfs_semihost.c", - "output": "/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/nullfs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/vfs/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/vfs/nullfs.c", "file": "/home/nik/esp/esp-idf/components/vfs/nullfs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/sntp/sntp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/sntp/sntp.c", "file": "/home/nik/esp/esp-idf/components/lwip/apps/sntp/sntp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/err.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/err.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/err.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/def.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/def.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/def.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/dns.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/dns.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/dns.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/init.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ip.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/mem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/mem.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/mem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/memp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/memp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/memp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/netif.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/netif.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/netif.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/raw.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/raw.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/raw.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/stats.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/stats.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/stats.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/sys.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/sys.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/sys.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/udp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/udp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/udp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/sockets_ext.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/sockets_ext.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/sockets_ext.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/if_index.c.obj -c /home/nik/esp/esp-idf/components/lwip/port/if_index.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/if_index.c.obj -c /home/nik/esp/esp-idf/components/lwip/port/if_index.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/if_index.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "file": "/home/nik/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", "file": "/home/nik/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/ping/ping.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/ping/ping.c", "file": "/home/nik/esp/esp-idf/components/lwip/apps/ping/ping.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", "file": "/home/nik/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", "file": "/home/nik/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", "file": "/home/nik/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", - "output": "/home/nik/repos/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/esp_netif_objects.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/esp_netif_objects.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/esp_netif_objects.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_netif/private_include -I/home/nik/esp/esp-idf/components/esp_netif/lwip -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", "file": "/home/nik/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/port/eloop.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/port/eloop.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/port/eloop.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_H2E -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.5.1\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", "file": "/home/nik/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_coex_adapter.c.obj -c /home/nik/esp/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_coex_adapter.c.obj -c /home/nik/esp/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c", "file": "/home/nik/esp/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", "file": "/home/nik/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_coex/src/coexist_debug.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_coex/src/coexist_debug.c", "file": "/home/nik/esp/esp-idf/components/esp_coex/src/coexist_debug.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/lib_printf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/lib_printf.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/lib_printf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/mesh_event.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/mesh_event.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/mesh_event.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/smartconfig.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/smartconfig.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/smartconfig.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_init.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/wifi_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_default.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_default.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/wifi_default.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_adapter.c.obj -c /home/nik/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_adapter.c.obj -c /home/nik/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/regulatory/esp_wifi_regulatory.c.obj -c /home/nik/esp/esp-idf/components/esp_wifi/regulatory/esp_wifi_regulatory.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/regulatory/esp_wifi_regulatory.c.obj -c /home/nik/esp/esp-idf/components/esp_wifi/regulatory/esp_wifi_regulatory.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/regulatory/esp_wifi_regulatory.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/regulatory/esp_wifi_regulatory.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/regulatory/esp_wifi_regulatory.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/src -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", "file": "/home/nik/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", "file": "/home/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "file": "/home/nik/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_gdbstub/src/packet.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_gdbstub/src/packet.c", "file": "/home/nik/esp/esp-idf/components/esp_gdbstub/src/packet.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/gdbstub_xtensa.c.obj -c /home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/gdbstub_xtensa.c.obj -c /home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c", "file": "/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj -c /home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj -c /home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S", "file": "/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj -c /home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/private_include -I/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj -c /home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S", "file": "/home/nik/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity/src/unity.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity/src/unity.c", "file": "/home/nik/esp/esp-idf/components/unity/unity/src/unity.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_compat.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_compat.c", "file": "/home/nik/esp/esp-idf/components/unity/unity_compat.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_runner.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_runner.c", "file": "/home/nik/esp/esp-idf/components/unity/unity_runner.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_utils_freertos.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_utils_freertos.c", "file": "/home/nik/esp/esp-idf/components/unity/unity_utils_freertos.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_utils_cache.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_utils_cache.c", "file": "/home/nik/esp/esp-idf/components/unity/unity_utils_cache.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_utils_memory.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_utils_memory.c", "file": "/home/nik/esp/esp-idf/components/unity/unity_utils_memory.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_port_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/unity_port_esp32.c", "file": "/home/nik/esp/esp-idf/components/unity/unity_port_esp32.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", "file": "/home/nik/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cmock/CMock/src/cmock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/cmock/CMock/src/cmock.c", "file": "/home/nik/esp/esp-idf/components/cmock/CMock/src/cmock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/commands.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/commands.c", "file": "/home/nik/esp/esp-idf/components/console/commands.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/esp_console_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/esp_console_common.c", "file": "/home/nik/esp/esp-idf/components/console/esp_console_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_internal.c.obj -c /home/nik/esp/esp-idf/components/console/esp_console_repl_internal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_internal.c.obj -c /home/nik/esp/esp-idf/components/console/esp_console_repl_internal.c", "file": "/home/nik/esp/esp-idf/components/console/esp_console_repl_internal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/split_argv.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/split_argv.c", "file": "/home/nik/esp/esp-idf/components/console/split_argv.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/linenoise/linenoise.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/linenoise/linenoise.c", "file": "/home/nik/esp/esp-idf/components/console/linenoise/linenoise.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/esp_console_repl_chip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/esp_console_repl_chip.c", "file": "/home/nik/esp/esp-idf/components/console/esp_console_repl_chip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_cmd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_cmd.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_cmd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_date.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_date.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_date.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_dbl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_dbl.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_dbl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_dstr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_dstr.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_dstr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_end.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_end.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_end.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_file.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_file.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_file.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_hashtable.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_hashtable.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_hashtable.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_int.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_int.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_int.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_lit.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_lit.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_lit.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_rem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_rem.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_rem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_rex.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_rex.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_rex.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_str.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_str.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_str.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/arg_utils.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/arg_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/argtable3.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/console/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/console/argtable3/argtable3.c", "file": "/home/nik/esp/esp-idf/components/console/argtable3/argtable3.c", - "output": "/home/nik/repos/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_pcnt/src/pulse_cnt.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_cmpr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_com.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_com.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_fault.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_gen.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_gen.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_oper.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_sync.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_mcpwm/src/mcpwm_timer.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_common.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sdmmc_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_init.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sdmmc_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_io.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_io.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sdmmc_io.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_sd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sdmmc_sd.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sdmmc_sd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", "file": "/home/nik/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_transaction.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_transaction.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_transaction.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_host.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_host.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdmmc/src/sdmmc_host.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdio/src/sdio_slave.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_oneshot.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_oneshot.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_dac/dac_oneshot.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_cosine.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_cosine.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_dac/dac_cosine.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_continuous.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_continuous.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_dac/dac_continuous.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/dac_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_dac/dac_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/esp32/dac_dma.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_dac/esp32/dac_dma.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_dac/esp32/dac_dma.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_bytes.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_bytes.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_bytes.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_bytes.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_bytes.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_copy.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_copy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_copy.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_copy.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_copy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_simple.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_simple.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_simple.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_simple.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder_simple.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_simple.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_simple.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai_onchip.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai_onchip.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_twai/esp_twai_onchip.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/adc_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/adc_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/adc_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/dac_common_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/dac_common_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/dac_common_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/dac_common_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/dac_common_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/dac_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/esp32/dac_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/dac_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/esp32/dac_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/esp32/dac_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/timer_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/timer_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/timer_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/i2c/i2c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/i2c/i2c.c", "file": "/home/nik/esp/esp-idf/components/driver/i2c/i2c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mcpwm_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mcpwm_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/pcnt_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/pcnt_legacy.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/touch_sensor/touch_sensor_common.c.obj -c /home/nik/esp/esp-idf/components/driver/touch_sensor/touch_sensor_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/touch_sensor/touch_sensor_common.c.obj -c /home/nik/esp/esp-idf/components/driver/touch_sensor/touch_sensor_common.c", "file": "/home/nik/esp/esp-idf/components/driver/touch_sensor/touch_sensor_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/touch_sensor/esp32/touch_sensor.c.obj -c /home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/touch_sensor/esp32/touch_sensor.c.obj -c /home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c", "file": "/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/twai/twai.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/driver/twai/twai.c", "file": "/home/nik/esp/esp-idf/components/driver/twai/twai.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_i2s_deprecated.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_i2s_deprecated.c.obj -c /home/nik/esp/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c", "file": "/home/nik/esp/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c", - "output": "/home/nik/repos/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/http_parser/http_parser.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/http_parser/http_parser.c", "file": "/home/nik/esp/esp-idf/components/http_parser/http_parser.c", - "output": "/home/nik/repos/esp32/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls.c", "file": "/home/nik/esp/esp-idf/components/esp-tls/esp_tls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "file": "/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", "file": "/home/nik/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", "file": "/home/nik/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp-tls/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", "file": "/home/nik/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_oneshot.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_oneshot.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/adc_oneshot.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_common.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/adc_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_cali.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_cali.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/adc_cali.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_continuous.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_adc/adc_continuous.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/adc_continuous.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/adc_dma.c.obj -c /home/nik/esp/esp-idf/components/esp_adc/esp32/adc_dma.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/adc_dma.c.obj -c /home/nik/esp/esp-idf/components/esp_adc/esp32/adc_dma.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/esp32/adc_dma.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/adc_cali_line_fitting.c.obj -c /home/nik/esp/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/adc_cali_line_fitting.c.obj -c /home/nik/esp/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/esp32/esp_adc_cal_legacy.c.obj -c /home/nik/esp/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/esp32/esp_adc_cal_legacy.c.obj -c /home/nik/esp/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c", "file": "/home/nik/esp/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_touch_sens/common/touch_sens_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_touch_sens/common/touch_sens_common.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_touch_sens/common/touch_sens_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/touch_version_specific.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj -c /home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/touch_version_specific.c", "file": "/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/touch_version_specific.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_eth/src/esp_eth.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_eth/src/esp_eth.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/esp_eth.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mac/esp_eth_mac_esp.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mac/esp_eth_mac_esp.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mac/esp_eth_mac_esp_dma.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_dma.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mac/esp_eth_mac_esp_dma.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_dma.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_dma.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_dma.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_dma.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/mac/esp_eth_mac_esp_gpio.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_gpio.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/mac/esp_eth_mac_esp_gpio.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_gpio.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/mac/esp_eth_mac_esp_gpio.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_gpio.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp_gpio.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_generic.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_generic.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_generic.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_generic.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_generic.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_generic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_generic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_dp83848.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_dp83848.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_dp83848.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_dp83848.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_dp83848.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_dp83848.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_dp83848.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_ip101.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ip101.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_ip101.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ip101.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ip101.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ip101.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ip101.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_ksz80xx.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ksz80xx.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_ksz80xx.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ksz80xx.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_ksz80xx.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_lan87xx.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_lan87xx.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_lan87xx.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_lan87xx.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_lan87xx.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_lan87xx.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_lan87xx.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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_rtl8201.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_rtl8201.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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_rtl8201.c.obj -c /home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_rtl8201.c", "file": "/home/nik/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_rtl8201.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_rtl8201.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_rtl8201.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hid/src/esp_hidd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hid/src/esp_hidd.c", "file": "/home/nik/esp/esp-idf/components/esp_hid/src/esp_hidd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hid/src/esp_hidh.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hid/src/esp_hidh.c", "file": "/home/nik/esp/esp-idf/components/esp_hid/src/esp_hidh.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/esp_hid/private -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", "file": "/home/nik/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport.c", "file": "/home/nik/esp/esp-idf/components/tcp_transport/transport.c", - "output": "/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_ssl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_ssl.c", "file": "/home/nik/esp/esp-idf/components/tcp_transport/transport_ssl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_internal.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_internal.c", "file": "/home/nik/esp/esp-idf/components/tcp_transport/transport_internal.c", - "output": "/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", "file": "/home/nik/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", - "output": "/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_ws.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/tcp_transport/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/tcp_transport/transport_ws.c", "file": "/home/nik/esp/esp-idf/components/tcp_transport/transport_ws.c", - "output": "/home/nik/repos/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/esp_http_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/esp_http_client.c", "file": "/home/nik/esp/esp-idf/components/esp_http_client/esp_http_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/lib/http_auth.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/lib/http_auth.c", "file": "/home/nik/esp/esp-idf/components/esp_http_client/lib/http_auth.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/lib/http_header.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/lib/http_header.c", "file": "/home/nik/esp/esp-idf/components/esp_http_client/lib/http_header.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/lib/http_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_client/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_client/lib/http_utils.c", "file": "/home/nik/esp/esp-idf/components/esp_http_client/lib/http_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_main.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_main.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/httpd_main.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/src/util -I/home/nik/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", "file": "/home/nik/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/app_update/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", "file": "/home/nik/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_https_server/src/https_server.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_https_server/src/https_server.c", "file": "/home/nik/esp/esp-idf/components/esp_https_server/src/https_server.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/i80/esp_lcd_panel_io_i2s.c.obj -c /home/nik/esp/esp-idf/components/esp_lcd/i80/esp_lcd_panel_io_i2s.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/esp_lcd/priv_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/i80/esp_lcd_panel_io_i2s.c.obj -c /home/nik/esp/esp-idf/components/esp_lcd/i80/esp_lcd_panel_io_i2s.c", "file": "/home/nik/esp/esp-idf/components/esp_lcd/i80/esp_lcd_panel_io_i2s.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", "file": "/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/common/protocomm.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/common/protocomm.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/common/protocomm.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "file": "/home/nik/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "file": "/home/nik/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "file": "/home/nik/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "file": "/home/nik/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", "file": "/home/nik/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/security/security0.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/security/security0.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/security/security0.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/security/security1.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/security/security1.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/security/security1.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/security/security2.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/security/security2.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/security/security2.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/protocomm/src/common -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", "file": "/home/nik/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", - "output": "/home/nik/repos/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "file": "/home/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "file": "/home/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "file": "/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", "file": "/home/nik/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", - "output": "/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_init.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_init.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_init.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_common.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_common.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_common.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/xtensa/core_dump_port.c.obj -c /home/nik/esp/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump -I/home/nik/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/xtensa/core_dump_port.c.obj -c /home/nik/esp/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c", "file": "/home/nik/esp/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c", - "output": "/home/nik/repos/esp32/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/Partition.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/Partition.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/Partition.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/crc32.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/crc32.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/crc32.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/wear_levelling/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", "file": "/home/nik/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", - "output": "/home/nik/repos/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio.c", "file": "/home/nik/esp/esp-idf/components/fatfs/diskio/diskio.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "file": "/home/nik/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", "file": "/home/nik/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/src/ff.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/src/ff.c", "file": "/home/nik/esp/esp-idf/components/fatfs/src/ff.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/src/ffunicode.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/src/ffunicode.c", "file": "/home/nik/esp/esp-idf/components/fatfs/src/ffunicode.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", "file": "/home/nik/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "file": "/home/nik/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", "file": "/home/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "file": "/home/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", "file": "/home/nik/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", - "output": "/home/nik/repos/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/json/cJSON/cJSON.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/json/cJSON/cJSON.c", "file": "/home/nik/esp/esp-idf/components/json/cJSON/cJSON.c", - "output": "/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", "file": "/home/nik/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "file": "/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "file": "/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "file": "/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", "file": "/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", - "output": "/home/nik/repos/esp32/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", "file": "/home/nik/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", - "output": "/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj -c /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj -c /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c", "file": "/home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c", - "output": "/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj -c /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj -c /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c", "file": "/home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c", - "output": "/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj -c /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj -c /home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c", "file": "/home/nik/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c", - "output": "/home/nik/repos/esp32/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", "file": "/home/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", - "output": "/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/rt/private_include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", "file": "/home/nik/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", - "output": "/home/nik/repos/esp32/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs_api.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs_api.c", "file": "/home/nik/esp/esp-idf/components/spiffs/spiffs_api.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "file": "/home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "file": "/home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "file": "/home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "file": "/home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "file": "/home/nik/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/esp_spiffs.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/spiffs -I/home/nik/esp/esp-idf/components/spiffs/spiffs/src -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spiffs/esp_spiffs.c", "file": "/home/nik/esp/esp-idf/components/spiffs/esp_spiffs.c", - "output": "/home/nik/repos/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/manager.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/manager.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/manager.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/handlers.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/handlers.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/handlers.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/nik/repos/esp32/blink/build/config -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/src -I/home/nik/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", "file": "/home/nik/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", - "output": "/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/build/config -I/home/nik/repos/esp32/main -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32=. -fmacro-prefix-map=/home/nik/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/main.c.obj -c /home/nik/repos/esp32/main/main.c", - "file": "/home/nik/repos/esp32/main/main.c", - "output": "/home/nik/repos/esp32/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj" + "directory": "/home/nik/repos/esp32/blink/build", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -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/nik/repos/esp32/blink/build/config -I/home/nik/repos/esp32/blink/main -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/freertos/config/include -I/home/nik/esp/esp-idf/components/freertos/config/include/freertos -I/home/nik/esp/esp-idf/components/freertos/config/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/nik/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/home/nik/esp/esp-idf/components/freertos/esp_additions/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/heap/include -I/home/nik/esp/esp-idf/components/heap/tlsf -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_system/include -I/home/nik/esp/esp-idf/components/esp_system/port/soc -I/home/nik/esp/esp-idf/components/esp_system/port/include/private -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/lwip/include -I/home/nik/esp/esp-idf/components/lwip/include/apps -I/home/nik/esp/esp-idf/components/lwip/include/apps/sntp -I/home/nik/esp/esp-idf/components/lwip/lwip/src/include -I/home/nik/esp/esp-idf/components/lwip/port/include -I/home/nik/esp/esp-idf/components/lwip/port/freertos/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/nik/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/nik/esp/esp-idf/components/esp_driver_gpio/include -I/home/nik/esp/esp-idf/components/esp_pm/include -I/home/nik/esp/esp-idf/components/mbedtls/port/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/nik/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/nik/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/app_update/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/esp_partition/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_mm/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_security/include -I/home/nik/esp/esp-idf/components/pthread/include -I/home/nik/esp/esp-idf/components/esp_timer/include -I/home/nik/esp/esp-idf/components/esp_driver_gptimer/include -I/home/nik/esp/esp-idf/components/esp_ringbuf/include -I/home/nik/esp/esp-idf/components/esp_driver_uart/include -I/home/nik/esp/esp-idf/components/vfs/include -I/home/nik/esp/esp-idf/components/app_trace/include -I/home/nik/esp/esp-idf/components/esp_event/include -I/home/nik/esp/esp-idf/components/nvs_flash/include -I/home/nik/esp/esp-idf/components/esp_phy/include -I/home/nik/esp/esp-idf/components/esp_phy/esp32/include -I/home/nik/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/nik/esp/esp-idf/components/esp_vfs_console/include -I/home/nik/esp/esp-idf/components/esp_netif/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/port/include -I/home/nik/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/nik/esp/esp-idf/components/esp_coex/include -I/home/nik/esp/esp-idf/components/esp_wifi/include -I/home/nik/esp/esp-idf/components/esp_wifi/include/local -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/nik/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/nik/esp/esp-idf/components/esp_driver_spi/include -I/home/nik/esp/esp-idf/components/esp_gdbstub/include -I/home/nik/esp/esp-idf/components/unity/include -I/home/nik/esp/esp-idf/components/unity/unity/src -I/home/nik/esp/esp-idf/components/cmock/CMock/src -I/home/nik/esp/esp-idf/components/console -I/home/nik/esp/esp-idf/components/esp_driver_pcnt/include -I/home/nik/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/nik/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/nik/esp/esp-idf/components/esp_driver_i2s/include -I/home/nik/esp/esp-idf/components/sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/nik/esp/esp-idf/components/esp_driver_sdspi/include -I/home/nik/esp/esp-idf/components/esp_driver_sdio/include -I/home/nik/esp/esp-idf/components/esp_driver_dac/include -I/home/nik/esp/esp-idf/components/esp_driver_bitscrambler/include -I/home/nik/esp/esp-idf/components/esp_driver_rmt/include -I/home/nik/esp/esp-idf/components/esp_driver_tsens/include -I/home/nik/esp/esp-idf/components/esp_driver_sdm/include -I/home/nik/esp/esp-idf/components/esp_driver_i2c/include -I/home/nik/esp/esp-idf/components/esp_driver_ledc/include -I/home/nik/esp/esp-idf/components/esp_driver_parlio/include -I/home/nik/esp/esp-idf/components/esp_driver_twai/include -I/home/nik/esp/esp-idf/components/driver/deprecated -I/home/nik/esp/esp-idf/components/driver/i2c/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/include -I/home/nik/esp/esp-idf/components/driver/twai/include -I/home/nik/esp/esp-idf/components/driver/touch_sensor/esp32/include -I/home/nik/esp/esp-idf/components/http_parser -I/home/nik/esp/esp-idf/components/esp-tls -I/home/nik/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/nik/esp/esp-idf/components/esp_adc/include -I/home/nik/esp/esp-idf/components/esp_adc/interface -I/home/nik/esp/esp-idf/components/esp_adc/esp32/include -I/home/nik/esp/esp-idf/components/esp_adc/deprecated/include -I/home/nik/esp/esp-idf/components/esp_driver_isp/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/include -I/home/nik/esp/esp-idf/components/esp_driver_cam/interface -I/home/nik/esp/esp-idf/components/esp_psram/include -I/home/nik/esp/esp-idf/components/esp_driver_jpeg/include -I/home/nik/esp/esp-idf/components/esp_driver_ppa/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/include -I/home/nik/esp/esp-idf/components/esp_driver_touch_sens/hw_ver1/include -I/home/nik/esp/esp-idf/components/esp_eth/include -I/home/nik/esp/esp-idf/components/esp_hid/include -I/home/nik/esp/esp-idf/components/tcp_transport/include -I/home/nik/esp/esp-idf/components/esp_http_client/include -I/home/nik/esp/esp-idf/components/esp_http_server/include -I/home/nik/esp/esp-idf/components/esp_https_ota/include -I/home/nik/esp/esp-idf/components/esp_https_server/include -I/home/nik/esp/esp-idf/components/esp_lcd/include -I/home/nik/esp/esp-idf/components/esp_lcd/interface -I/home/nik/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/nik/esp/esp-idf/components/protocomm/include/common -I/home/nik/esp/esp-idf/components/protocomm/include/security -I/home/nik/esp/esp-idf/components/protocomm/include/transports -I/home/nik/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/nik/esp/esp-idf/components/protocomm/proto-c -I/home/nik/esp/esp-idf/components/esp_local_ctrl/include -I/home/nik/esp/esp-idf/components/espcoredump/include -I/home/nik/esp/esp-idf/components/espcoredump/include/port/xtensa -I/home/nik/esp/esp-idf/components/wear_levelling/include -I/home/nik/esp/esp-idf/components/fatfs/diskio -I/home/nik/esp/esp-idf/components/fatfs/src -I/home/nik/esp/esp-idf/components/fatfs/vfs -I/home/nik/esp/esp-idf/components/idf_test/include -I/home/nik/esp/esp-idf/components/idf_test/include/esp32 -I/home/nik/esp/esp-idf/components/ieee802154/include -I/home/nik/esp/esp-idf/components/json/cJSON -I/home/nik/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/nik/esp/esp-idf/components/nvs_sec_provider/include -I/home/nik/esp/esp-idf/components/perfmon/include -I/home/nik/esp/esp-idf/components/rt/include -I/home/nik/esp/esp-idf/components/spiffs/include -I/home/nik/esp/esp-idf/components/wifi_provisioning/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/home/nik/repos/esp32/blink=. -fmacro-prefix-map=/home/nik/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/main.c.obj -c /home/nik/repos/esp32/blink/main/main.c", + "file": "/home/nik/repos/esp32/blink/main/main.c", + "output": "/home/nik/repos/esp32/blink/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj" } ] diff --git a/blink/build/config.env b/blink/build/config.env index 32f9cc3..d50e924 100644 --- a/blink/build/config.env +++ b/blink/build/config.env @@ -7,6 +7,6 @@ "IDF_VERSION": "5.5.1", "IDF_ENV_FPGA": "", "IDF_PATH": "/home/nik/esp/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/nik/repos/esp32/build/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/nik/repos/esp32/build/kconfigs_projbuild.in" + "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/nik/repos/esp32/blink/build/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/nik/repos/esp32/blink/build/kconfigs_projbuild.in" } diff --git a/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj b/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj index 29c362470c76b7837bcb980b06d8147b0fb1248c..f00d5e8404c72579a7ff123d201b52700b4c07b9 100644 GIT binary patch delta 1143 zcmXw2YiOHg6n;)-H;|S~eqW=<-9HwJ?K2*3nj? z9XhPc3+m)GyqROjq%!(LyAl-Y1uY_FP|)FJUgxC_6(;Tm-Nsyf-h$tc^PKa%&w0-I zZco>Y$(nH}Lp`(ErC`IG0U?6FyM(yxmlhZ3sJxdQ^VbF;TrSVca)kTnYdOQMgSW8| zKCxa1VG6%-4(K9t!7oHW=YHeTYV?y3-Wy08jH5wF6X78g#{F*OZIKC`7iB7xr~Ptk z$VnG4UGS1A1o2+zUHpVs2sit%kim;`GSu%}!>O0o!@a~tvmKZD%i6^{@}j>5BvYfz@R1fOQ^z{D2bhSM}VU^3k46C%so zajR>29{N`91>eSJF}BfHgUdFFNb%D+H&VKXoym?A7YzIQ=MhH*M6^RFkH@Y#OJi983*p zs+!sYgEOh*s=>8pE$D1n&_@?rbdgPuQ$*I%uhRZ{S7uDh>c_Gl7V4FuCrLgq6c6kv zKlW&TXsoZ-4dr4-OLyEC2ui delta 1148 zcmW+!ZERCj7(Vaa?dSUTUe>PLUE8%~o!h9}RYsHujNu>0!rY=JhGZl-SSGpw4!Vg# zgk*-`M}j#vr%}mV0zWWJV(NZ~E@m+c8X+1*iNWzhB+g_@05usTV?KvJ@AE#-dEVze z=eA=-^JvjLnWo0iGB-ly9|eU7{b>ks$S*B!r!Qm=JN|3sLKueU6Zr~nq95dWuIp@J zA$+1$2;mn2a{*|O|3*NFpzZ_aKM!hvgz(-+TW+cltksb|5cBym^x5cP-EWnNuuG$I zTi8iGf$f4<{6Y}F1i!(rd4(urA1-9_yc`R+IWg?;aw`&id>p5KF2En)3-Vfc!yB_W zjq-pgL?!=$uo%AprHZrYt9cx~!z&&kYPb@aaW2A{;O)psat0e~xeKQ$cA%uW$tOgH zyYST2JOh6nw?NPGO>D2{-{60UkK@h_Jc*n}{&Wr2er+YmmUC7zcN;+)`Ag`V_!!o-@g$VZ{5q!Exd&-m_!}fY$)C%5yOExf zPumUjm>jWl;h(UjjMpRC6y`2@-p+&x!&byTh%1@axV&yVjep|@v|_6+L9#6`My#sP zUm#KIJ8iDELwI$y^>`_@$|cIn?uzX+FV9vqW7pM+Ho78Xkxu6XK16hLa5a|I9K)P( z+N1vf&V)P^Nz?c8gGh=x*_qg? zr9z?u0oM~X4+8EbwV|o@qCUD)t4Ss`LSb1LCVpbIuWEgno*NM wYVh115MsUBVo*da1j(i*wG0_|t1kyks4flXR9=IrPHD)hSq&kzSWZ>{1CFf>VgLXD diff --git a/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj b/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj index 7ba5738bfc98699a7db92e181e2d87654757cb08..7eded5cdd47ca4507d20743602fbf19cf732a955 100644 GIT binary patch delta 792 zcmYLHTSydP6rMBl&-`QBT4?R8iZq*|>xHEZl&}pgT}fj0p~N82Y!_YD%jRyB5JmK4 z7^x@hMbM%kNGjQ)!Uzfrx=}tZWaNX8LS%G7s)x=Iq67c;opZkLocWoV$x*mA3d39A z)UV2=(B9-;g;h$#|9x!QYAby-0QUJs3$^X(yW{o&Sx+r3iF$J>@6E})>l#6 zF!i#GpOnbYI4DXhzp(y;z&KpYy12=vN0n?b#TXZs^klTs2KfL#2v2q^nPowCilhyS zs6j)w1J79A<*MKzMWne3Xkj8FS02rn=XxhY*kuzba+!BT+_xwfGK>+uxY!cZifWfg zUpL10SuuW7p2cL+r;Tzd=8ald#5`G+f1bvnHuE`qDT?U8xSMX4vxsdn221!# zR)aUCnfJ1-cwc{V|H0O_1BXHlN+NlrKdB_TsE5N=KK^ohZGTr^PsHCFjrsc{@xFvV zl89Gr_jhzhdt?5N9!wTS#<-;XAFZI+aGVo5lnOZ6QyGfOj~u$AKnXARNbSdmXroX9<%yNB9x#1_xI07-1P%HC47w|gzxboVK*)`l~^kQMH!@@ K{$KD1;`j@oeXw2t delta 753 zcmYk0OGs2<6vw}F?|1Jv>Nq1!cJDYgH0Cg+GYgBzg&97^Q7f)Rg-Ku!MTbl!l-!7m zC}<&=M|*%!hzp~zWN_DOQQ1ofBxuoOfe}Sf#1LUFI>%KP&i_3AzjN+4H3~OIVPq2w z%!aP$Ln|PJyHN;ni{k%JbEznKnpEE@>C#Ac_X$l?3j}E{V?gI5=Q)A7NJ(yGr_?^d z30yV2tQi*=kj4WBT6pC6&oLm?5OvZ&$FmN*ie|ErAl>#I=6VjBWH1otwdV}_a<|ji zbQvXCzo}54@uJ)k`@;SY67y)7eK}36c`wF@OJ3#;Tluq^X{zS&z4Utz5UdKlDYEi} z+=iwRs(i@yE>Dz~gk0pVQg7o+>($AuH1`pfHcyC>P|JLy-I}3Vs{Pn*gv0A3jgtBp z`Pn1|xb2xFx0j-mf-wG-rv-y%bi*2OeGOP8 zFT;T610FM@u#CfIk+!1atXWD;+N^*jEKntZOSBFZIZv6Tub2WREP9!530u`E_=7Li zPVlC5*PIt~ZAQiIhNz$+ZDaiA7IkzU0ewGQ0H^Q67_hV&hV;|^r7 zpR^dCknY9&y0cJ@!*veiVVX39v4lf+1{0;k+)QkSGF(VRjN<_z%JE~+hwl13xP}|+ lBQS+=(pfxB`V7ZO-{SrHh|w7mq719*e7H*NH_UCY{sDM9rfC2G diff --git a/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj b/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj index 4879e3e72bb2c0e1931d0ed563053d09188b9135..cae83b8856aa4a43ca6ff09add161f1fa42b3a75 100644 GIT binary patch delta 227 zcmeAXoFX_ufl*|lqI~^#1_lP6y+9%jh(Umfg*7v;gn^lboe#)kW@7IEQ5>uwIc5%) zuwIc5%) zg&>NNZ7P`JNB~hxtZP9O3u`f$VmAj-9PFMTijgA^Ofl5}DF#MCMpZsxZe~7dJ^^u{ zRVoY<_b-yx&&bbB)z8b!)-Ose$S>AUEiN!N(oZVQ%t@J?!05C29HRo$<`2w&m>5?~ ze#=(QSTZ@4J(y8*@=kVT#{9{5+0|L+Gczz)Ob%odo-D&5z<6V_E{8hn3>F3k0kBvO NhX88>(EU9i9stgWFIE5m diff --git a/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj b/blink/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj index 7cc7756e11869dd8eb13b7ab32d0dc689f53394a..92a65db3834328e4b40a9af00c2c6e040b282c3a 100644 GIT binary patch delta 712 zcmYk3OK1~O6o${8dnfl!Ch5%NF*9isNVFIwfk_o4itAc%k%dd4mSWJ*JZc-UYBf|` z35C`xf)u2PsGv|Gx)Vjjg&U<(a3g}C?nFc>;sZQ)=)x@ibH4vS=gcstz|CeuHwxt2<5 znRaOLIV5^dO&#|alqK{fB*yeaqum91NUiwE{TNX$3CZ-nqN6j7h*4}Jk1^ovIjZ2S zjD@8JINmgFU<$@I6k=3RHKU{+WmM5;MxNmjqmNDms8DNJ`U*>w>1T{Zw9QQv{cKL% zVl)S4Rq;7@WuF=*Suo#YqtCl5ArFChO%0si;z2OqD!#DA889!)H)I!iE&q_6@lPtd zMAxv;r*cFq^lsxBK4{&+0(Q660X`Ihunyx3^K1w<&{bUFIrUScGY_67p8F5R6&Y^|8vRUf&2fy-~W5u!+Fzu+3fCT(c^ln zv&V>1XNhPD-~WeebrLl$)edaV62AqJh+IAzosKPi$u)5AJt~~5ug;X-H`h1mDy{Nt zY^j?d@!WMyM)#eiy@wzvz1;L{o5U$M66KGhB$#Ea+}VcXNzU{MB#Cz@D7gmJN{%7O z!ajwa{u5NmKLBBV6UzNV?pOXeeCbytmiVvXBuHpCRuvlvN$Jh`OR$3<5bsXS?UJHK z!MNkQrR53N%&HXZA@Sx*%P|j8&~**>23(=wljDT}mnm4ZpVkFiXMV^ zYmf4J=L6QLig|%RnfBFdq=sV9<{U1psxf3pJjIBriSG!>VV(7#aUzoj>0GvloXnbo zd}b3M%{+#6A-fCE=7NJ_HiwWhJqM-i7(&M68g3{|odFe05|5*!%nTqhPIWonP&FI& z5C6qJ+8q(HSA9=j_Ux7)id)k&_KLsIXUP>|y9M1}O}7=>wDn?(Rqc)9Z6@tD@?&kJMq9G`!J C)n^C* diff --git a/blink/build/esp-idf/app_trace/cmake_install.cmake b/blink/build/esp-idf/app_trace/cmake_install.cmake index 8da8872..9d9590a 100644 --- a/blink/build/esp-idf/app_trace/cmake_install.cmake +++ b/blink/build/esp-idf/app_trace/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/app_trace/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/app_trace/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/app_trace/libapp_trace.a b/blink/build/esp-idf/app_trace/libapp_trace.a index 862ec94adafe4e6de0e4a13652fe9661ea57765a..5665d0068c1b030b54f603c937bc8debedc3bb31 100644 GIT binary patch delta 3077 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 delta 577 zcmY+8K}Zx~6vyX%^L@T?br+&tcSaN3c5@FKjo8q u3$RQ#+$@~Zl$(cMddxaRuUSjc9VA|Gw0{$+ktV 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 delta 6499 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 diff --git a/blink/build/esp-idf/app_update/cmake_install.cmake b/blink/build/esp-idf/app_update/cmake_install.cmake index e30ee3e..ca5d9b6 100644 --- a/blink/build/esp-idf/app_update/cmake_install.cmake +++ b/blink/build/esp-idf/app_update/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/app_update/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/app_update/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/app_update/libapp_update.a b/blink/build/esp-idf/app_update/libapp_update.a index 84035e7482379bf13cfc1c0c8192cc5c6cb269f4..7c69898c9206f75fb267080d1aa2b62357f76303 100644 GIT binary patch delta 7159 zcmZ8m3wTpS+CFp6Npg}&hNKB?lcsG-ue60;(w1V&wOoV(Eff?Hq|kC_6%lWMRuGXD zk;~wY{-CRiyRN$^YC(JyTm%F~7g6xC3+oTUy8hw?1r!8i-|wWN&!49=-+Y((?lb44 z*}2==x7%8^!7)hFtwHLWPgsUr$gCIkcQaUpylCXHCGFW}MYQciRMXD7H0@38myd3_ zK5%QAZn}Pm05GdEgMf2omZljG5veFO4sl&~+@Au{BoEd-!_79yu>3R&d42{^+Qdbbka!g+u&@|I@%(!u$X0$-sNDcM_%drlVF#)nhPG~f(ms*%g zLpKuhWg^V*VyX@oi?o5yq@P$lh6L>=ijKE2pg-?z$#M zPYbYk=WHO&={=L6fN$vpWO8mFAQt~OJae^hQsCt-kX%#3PM@av`QQ+cse-%+@gF&m zX*QDTJ%~)YrrU_gGNaxdoq^Bjz%!!WQ`jOeWfcs%0DaCb#x4fuAB|z1pG4|>E|X$# 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 diff --git a/blink/build/esp-idf/bootloader/cmake_install.cmake b/blink/build/esp-idf/bootloader/cmake_install.cmake index 2c788e6..271cfdf 100644 --- a/blink/build/esp-idf/bootloader/cmake_install.cmake +++ b/blink/build/esp-idf/bootloader/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/bootloader/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/bootloader/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj index 1058b2f14a9cad2657589f651875504bb209c87a..e35fa39cf2f6a2951ce2c6745e7c6b12606d95df 100644 GIT binary patch delta 8817 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 MYL>>=xABbs1^XH3mH+?% diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj index 5bb671e67e6492f6161b14c524c7f0c463e051f7..ec81e6a7b92cf5efb812a629b0cff796d7467f76 100644 GIT binary patch delta 3833 zcmY*b3vg3a8a^kv>HTx>&1ur4P12+<`baUY6bQ>hstDau6-hxv7*QUAfI=+-13nnwlAHV%K4l(E2f&M)_lgSW{t6{?En89qz}$x%%SOQ1cy0)+Qk#brFCuu1^3$9p%$N;3daTIS;!$QC zCg8_2IKqr&P@`oTT+EDt$c>g~aF`jJkTRt*IK&K51iT`RLkP;$XsPQUyjeXc712sF zrobv$=ZU6Tl(Q$CYFpQ}I+(ltVz~0~92Q1D>MEfh5VC^~Aqgk-N4Oe&uc}T=)rI1y zh)%b8l=#g!<)()bl0l=Db6O4s3vGfUcZKsb9Jxd8O7}JxioGd}fV)bl+?nV?@!Zum z(8OJE;I6R&i37?kW&=w&g8;QQ@QRa2*4@_z0j4cMZ0_rvEzr(pQzwoAQ3d=mx(?0Y zbQ+HirftCVxZMrTJ=o7*D3cYE|?K(yLCj9`*xhH=GTm>tUauw_!7g#zNs2bQH{BD#yJaLd9T) z(i(^kqq7L{2C7Gr!)e?VfJV9ny}FS;L{2x+tyo8piAvl|cO&+Z^miN{MS~&KMBCu_ zm#jcD3*Dc<#8?FxvnW0KgsX5)CcFus&6eb{k7U`ZT=tLNCVoyjeVG%3a`#%Y?C@N6 zLzW$t%l-vy2O4bNnr6LTX7rK4f{gC?T-zyNx1pfslw7tW%ifpEUdXZ!uI)FV_(RO=W!*>m(tkbXU09ah32+2b_r(Os=C^d z#yBbm7uHlrb!KOpGoWcHn_X#K$eHn}Twa*yFEA_S-ZUGqnDLaV(;Jyn4raWFNi*L} zV~$e|vb(UUVuI?&feefI81at-ysj?lSYkD=@m^Wu@%3-(D>A(BehR^w~fY&1!xMY(Qd(0)87MS!R{iF;)>K%g1#0I?Hy%It5;Rf!uF7+`~1 z@e_hFhw9xpR3|R01V-q!INKn8uPQlOpAV1_cgfd+)sf?>p=#xT>nvrhf=9N$gc8AF_?7h*fHu+HEjR+yc+$0vpT}lhhnNY=b%C zU3F%m4d#hrCB4W7?V=eaH6PPW)N+ydM)~=b-bzSyspwD&YxOPIdR(kh&EBM+1Xv-4 zEAXsdhLSxIYMd`A(CGj@gAl{?XY58x4uZLQm1$k_lW;h79yu_&ij`9s`wlva z=ltwfpEW{!ifYgYXbrx|5hACB2*g2MD7lk%!dRnEVB(_h!ROHx1fo+HdPMk=w#K=i zMKnUFAjf-lL4}DLRNlJ71}QF@A!JRkk;C`^de)sb;F{(%F2JufF@u>?{ESJn((|H; zfD)Z#Z<5##zt-Iz<;^X=fO~6-e=_2-#Oo-8b&qW(L>DSy-6swpj(oAz9|oFfBcD*e zd8}EUolx+LSLM~>dVWOKM@m!w#u-jyF}4nR7h+DDftWRlqB$EIllG9Hyc)@;3aGPPlnA;~xfIMmS|D@Y-%)68$M3rV3TI z83(j=9^dq9R7IOS5$P8hhEnIx$Sd>0llHuC_qF{#cgu>Xf5>OJX};@SO67C4r}V2? zho(9FVK}&c^+O1OKh%es+<>%@Pu3wEe~%2AM9)Mm1psu2<^9@tNO_g zqQ#ydA}c7inVLlB#pnR;X+^OM`kJ3Zyl#Pvl@17f3l}`dQ6&ttny{_vw^RLQxuCR? zH+OC+_44ZbmCa?_WIW9H){QV3xETb$e1rW{YkcB0d8BM+d;x;zN7C0CV)x=R*o82T zVw#4`#o0KRB>;&Xos-LZ9Q?3suB@9sR5fokiojT>?cfglo*noj2)?={<6s)zb9}8^ zmFpb5oWv)QM9cWow!0EkJB-gYcWlra+-yG1Ry9;yTlYqksytm;!52tgFBbA?^6M9K!@5nD zoKN!Oaz56J@;$6erRTzTyiQ)ZkmMi9+rLioHSz_ldt@)x{j%|*vfO}mlRSm>AF}?N zBoD}CSQp7-SQE13+axDBA8WgO59=7|xwOQ=cFLzNjfI21UQ)qT_ayltxwt3J$I6bL zN`6ot?uqdqWN%N*6`#Y{GVOBoG2iK?Dg9G%{#N0EL3`Fd2yiNFWqY zaKVDSbig^I7KuD82#lbGz?5hK5g!AzRTu_GgrY$40hCg;RBcPYb9a}nnb|-0`_6y9 z|8f3vcQ>82cbv7aE#Qs23n!Ve5gClRsx`(Ia`v-78|hVPjM+4O7FKLFeV3mxyXI(~ z+0Ja_SZ#tN?QVg8JZ&1*w38mj9OZ$jkg;*HdDSk*N*h+zLCA4uu#Z~N9GBgowqv8C zE_nYMi_`DUv^Je^f_)KGn)V8;_O5})fcHT>JGLugDz>E+`&!j=*n#I>zF(`w_Z2Zg zj&ub}2pWuLBR@_bstV|w3z^d?A6#e@0y(Heu5yK97okp16OJ;y4Z>$+9}cc)hjR1qW$qwBgV=o(VC(Loepr*fpL(G}Ho`Y|27 zpb~UMr{Q=ex(mCU)Pj@@x>p6K`A~4-m=MTWXg`lY&VaMXxe1P9M+_t2EEcMECc4l( zXNd(gQI7!5QVWpiRBjOqxWs=@pR>#YZgEP1ZWiz{tqr+3yW4A_ovfxp{0WF|sR&ez z!{Brtk2a<)$MiUzz3e-&o-sq#iR_pkhvAdkS#T;<<43Qe zFgqQz&i5I+YR7OCkVYS(5juSWhG@R3ntlbwpeYbAsSu2dx+Cp$(y>=i5h~4~l}J72 zrtuKs3-jw$yHJlD(FRTfUlzS@b67q5v&jOgnyKFBbB~X3x!|MaWMTT2lu`| z`M}&sPeXJ7eTEe8q6mr{NcA@X29X-iyXhU&G?;2&tI2_2Luf2=A4=a~^DwG{Pz}9| zz{6RlX8N5U!Nphv88a(B`h=@+Rz}@XkHzMuvI~-IaVmSzUBk~xyC<=uZ|YiYk{y`J zK9^*NrLrf%uEznJBjT*v&5W?j&P?bwr20+-`!X78PE2JtC)r0+*~>}x@l>|l8};nP zv6=Hy+14bRcu~Z=u`kIkOZELR$v&IP4)!H*JW? zh4vQ4$Lxq>4KJvTm@xB|IJRdoBcSkxgukB|FW^d;8{-)7Z{s1{LUU6bI|MUo)TwTc zV{DcE{H2A@sXg1`oB_==<+DAG{hS%c6=7D)H{&dZ&RDGa^t;3^8#8``Ni%oH zF~_d%@}j?{@BwumT?rQX_fxUnN?>cMYO`vpZm25WO|Zz|aix7Efl<{S)s^=W*vAZy zJdjl$djc2cV~3d$T#V5b9ZK14y}ejq*4%bxdMu!cYBfKZ79i24fY$;pu>se{%+b}n zyTxhMszTj|i{=y0C{U)42M7pVrBkVIP;Ucq3irzF1%Z3;4iKAhr_3r#u2}R}ptl9e z#6OUfd8d96n<~Wjs(@;}410TtovM@f>N5bMqF(OGE(sk|Eq}<`StIUKDUP#1t*DUK zvV$=_8`NX^5_EHn_(64Rrv3rIII%3AZn*|z0gPNn+7MLdX zsXcQn&?0dTx*D*BVv0KKwfY%=#Ue+6 zm-KwJY-ymic_uTr=*v+3ieOZgy;Bb&UKtN&%Hx3$zbU^A4C}j01v+Y1Cl}s@mz{ac zyARJcZW|3v_g=i=E&+!s@DO2+Q_AnGoD|HjpMX3VoyYsjMs8RKeGBWPcEobgTIiFV=1JKAtm@ zUwy7>aRS|-w{bN1B1ejxW*`w8b)n^U+6-rnj>5%3SHP#yO(ddI7tVjG`NLSIE;v~YmCVIysFPGSkMz|if+=S>tCtQz;F65CRUi1cm8ZG1z>Nk(8 zDSaChykd*ImD7X2CwqkQV*kV*PPG_Y8|{ObohBk@jk0h!4%&)sX*3E$r_)w=61|2t zIcWqEGUx)VNiC{I`Wl|;EPM>EA}{oN#K{{oA|1)lyr>8@yoK|Z}zl0Ty z#{qjwjrW1>Sb^sG4y6^HM^t~V#pREeE#VOFDOZFGf@{EMceD7S&+wiI?6;nayUD}h zoOBN|%gnKu(w?1Pg?sb#5omU1H}f>aE2hgxUhlvqgy7lg3m*fmCaj}7y3u2`Y|AU+ z)txWoxp~QC<@1x}(f~K!u?8-ER)gR_-KE@lLv))wmfu)D9m(@!@oNpSNAT%)3*&Gc z)6~Bid&|Mh1BhbZg?I1q4!?C_k<7V@EOVv<$b-Wo;s`7kMA)hXJu{T?#b_itu zxlolzZ8|`7qbx5j;5#};7GJZK3)XKxj)CMF|dqqAH8OrT)bHs1E<(K;- zxuxkyg_mO*F<;iUWop|t962wqP-n{r$|13LWatM;YnzL{R$tXZr@;49Ka~$ zh=Sy(vfS7S=x93z*$Z;<6KM((*LI9n%@~>($@n<3>UOoXZjin9w%@ujmS18HlYTcb zJKD-Y_SV~eEAO}b;sfnT_zgRPzS~;zbu}FJ@aLW1mMtlh8yf@ijrykI%4xG^G*!-Q zo?bb-sdd(z%BDH3eR@|;o!i{f$YwV#m^8a-N{ei3%I@sla4_8Yx0z?=@QL#1g*v`T z1~1m}{jwSMW7&0a9)6HjU8>{X$tAFBIfQOR|?TF2j!3$B)9dF$08en1|*8sXRE4cHPHycXeqkV9aX$!6G* d@_E>^vI};n{Nh?9u<0+19l;1B|Ij<@?|*`Nr*{AV diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj index adaa0073be9ed2656dba0796d97b86e50fd0702a..a3e547d7c395dc0eaae2fb54fdf022074337a58d 100644 GIT binary patch delta 1227 zcmXYxYfPJE6vvRJW6?5a+Er4%JW9q`WBy3Il7~(Z&>MdN-1q6l(0WEXDwbd zcGMtNW4%MZHp1GPORgJrG$B!EsB6`&lwOnn62kQ_324iI+fF4uYAWUU3423dwO=3b z;~ezfg}u|M+xkY(_b^iUSr-o698ik*V^Cw9RSutktIi>m;NTnbmNPXx{9kS(3sc# z8suCh-ji_4ReHaK&4#iH+$p{r*2E16*0>g}aQn}SYVLqWjc_I+pW@(?RKm5V71*VP26txx*uyVR^^WDl|U{9)AmyfMyOOChD|e- zyM*(qFtM7vG%aTL<}DP<=H#TjxY3lG2}8=0dD)+n%M?pJ(cjyd>g(!G4R#Ln52ZSX z2JT3wI(oYLx>Fq^T|N8cn{+t4l)A*(*Xws~rXu;R&!Tc^?6;^!Cc##@3_c{u0gE1! zLtu|AgL4vj(xRKv3+BrrcvQTD7M04QV70tAc!6qVWXPiXtqNLo@O(I42`dS@f!$2N$GZG()Fl za@1D446-E0ENYTNV;iVY-W`k6AF@1F)D>wS4ayo~*Tj1;^dC5-91H*e delta 1231 zcmXw3ZETZe6n*a7x9#oc`mxbdTR7dp3~>O_uO;t zy=gmhpQi8Ac$mg!tGX1b*AV(#$5%C_B7DxGR5b@t zRl^pxq;t>avfhstM%-~#2YyaP6IE&;tvoIj_OhB@WHt7J zZ{p|RtMerKF>@7aE&LRet$bIy>>*l|Vc=$&ve(cxnYRatgGcOk% zb+ko(b392u%NA!`^Eu>zGfuZ;!Wp6W_TsBTmtm-sABRrfz~;hc2^O`2@j_98K9{kgE;=YH zMNRaPRC$urDHEPVq%bNSZ7YmQduj`_(&)p5Sr6ds!-?+7-|~3LA1|cZu|lPMST>!E z8p6I9HdgOzpilDqeCNw#&knCQlk7|Nb`PdrOr;0A_YZWZ#FscB<8=W&-S=`&{;R}Q z%3rAaljTm5^D|AmH<3r~4H#4*ZLbvIIOOHLn@8B59yg zE&-29Nz$NV=>>-6?w9EtN#FaMa2YDXYB4>e%@*tg| zQb`}mKxg$(!E0N_pu_TJCPNcq9?HOXWXPa#xdJ>Rq2Ub8$mDQAZ5gPfF>6qhjAqwk zmf38C?#NO$hKU|zW9Cl$vAiTVlYVK=dFT!4$i>Wah%L%rIlqh{RxR)4V(9V`FfOaP TSn1t&oRrD>LVG7G2#al&6Ru<2JWJ#gAEVFY zUgh_UJ0{nv_%miqJ_{r_OqNwGXEc~RRn?zy!sMqwa?4~>HGjr4lUvoa8O0}WR8wZ0 zH~FfXI^(&?f7R4k*+du^I3`aN5uR+LF2I;G*;ieil@BP^0v785id9UWtFF#CW%5xV WnKJpUy1K+4MFs{7P%uFOj0pg8^<8`b delta 313 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 UMNc>oYF28BU&Q|p-{HOIU#v3^R{#J2 delta 1388 zcmXX^ZA@Eb6n@{^d)ueCErn7(3b@hH0UOBI7zjh%kYs8m4UtWQ(};jjK1wGTj1ys- zCN5dV;xWri02j7o`=QAY4U%jo{y>?V&aXd)L0n?yOf;KriT*Irr^rov?)iAmbDs0Q z_tdIB!C$^!nhg(`o~OJ@dBvmDJ8pT;%#K_$lyaC>EIzCZ!_{XgWxxtKk}oqtn4z7S zvTTOB7u`ykZzVHzp?bxaX-%`&oJnG%p^3GWYsE~qpn^E-BvVdviq_nl!YSG5`{-Ne zlZhgBIU>PC(!XNUuLvGV`dj50E41+@+ZAl)HJ)&h5oevm;7?5mT12eMmWZG12QwFw zT{=(M?d);BwjSpy`xGZQN7v&VWt&O->+5ky*}rig=h%9jt?XsVa5m~UHM^U+vOgeaoK40iLwjLz=sQ@OhFEL{D{y`#UOdoaFD$L+@PP1 zpXmp2u7RKo9406e^CZfG&4b8B8^?#>B{T;s9Gr{WMCM_JWA4KeGaHbQuU%PV3lvd+ z9YjX(0ZBJwipvyYA0-ySq@ZHVv#SJ($Wn|ke?O|pUxv%PkaDchR^Spdm8jwORfRrc zw&5;&t8tcgJ8n^74Th<$79SG-07A^y;n4=3bv-`i_#LRF#0J*WJhoJP zv35HhEMy_s6~qYr5W1z!y-DAcQFme51U1=vedk%$rs=Tv$Vcui`lPJ73v-_%vE7lf zz?$EGj*{%owII#EEF0~5{j9Xv8w!_sA_|wdl~(2g7xIK0Hy8z5ckNa>9Gqb}>-~%(PVS$AQ8zYZ@-o@Pp#f5FM8_q$8y^9m5xc=8~PvI(%41$ zwJN)uVL}Wa&MG{>e z>Fo&2y}EhHm}@QWG;_;)1_!#z9#Vs_)35?x^uky?oc*tb-EniR%4wpy#$8m-bjxUzb_hd!l=zx7;QopX!FJ0KcX+nq5i0TU%sV%Ucv)W@*Ef_(XYtVKmmI{8z{1_ qR`C;+mYVdp(%zFFY4b!6X8i}k90h&= diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj index ed10c8173a7408ac29e75449ea4310825b7cb5ad..034b5ec71758839dcec26af59cba8dc2106a983a 100644 GIT binary patch delta 3202 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 delta 3250 zcmY*bYj70D5uVwdS>5fPq}$W;bUK|5!3tYq1=wKTid+^!X9&W`M2eLv6kZkx#50(H zjj&x57z*Sx0R?a+6u3}g3<8OOjKH#kd0OESz<`Cpk%15#Vo0C@m{hvCy()Y^di(pP zyQinSclMf^d1EuL&*pXShSx3LrZMJu+dv`N4}J>Q6v3FnU90G!$ZI}Sj{hmcnl z#?(CYQ%C#D&`}X_5jQ?uvOkiFE3TWDF(G92jJdS7#DkW9NJgr6@(40_iAf3gFuChR z+*k^kC~qRKeE=hPC~RX^GT@t!jEIv=t4c&1iefI9b_SO5JU#|mc=3=4Ca(2S`*6ne zkti@$Ke-MSEuU5fM!mdVrftTY<*6RK(+>SWRXcz(pnGTZ1K#(;Y99X<7mp z>L5M}hN~6k8}YbU?<``zJ)ub*%ooA8s(*16ZNJ$GA7I*P?1tRx;8dn9bs_%1!5BD) zDz?MH9;T&XwdKwz<_6P3WWU?NI@7))`;Ven!P*pH!(^L-HRjVskVCseU<+Dct;h>B zQPmEs_f;%@GR_GW|G2!2igq44MW|>Nd7X8(!72@*BVKSY9wS2dl7lmtHipvp+QELN zwZRZsV6LKMZaZuW)2_fGnKyJIRrtRu?WRA7?)|;2z-cn(QI#2wI$-Awlfnvz5FTc@ z;Tt(Dcne2WdbmnX`aBc~LVCH}Ofe2Xp=K+dc&ODfeA{reWytYQcQK<6Y|w0e3yx`l zDPyVgdCnpaF{7M%QxGGvnDG*2`b>-nGUFX`c`im|GGicaDF-_Qj*n4G<5%bqI6p=a zjEoECJfM1xj5(UjsGy^k#t1y>A*heD`F8j?F2FCsmvQ0Z)igR&VkSOj_>z#A79%jo zF(PVX1P1wp@|zPQ5}ENH6uE3A*@RiHJl_g3U+S#NRAx+v?XGa~6iTH&=43EqCN+0W zjL?~(QrO=*1WuW8h+d)%F+yX;YDjh$@{>^J&gX+*i91~Eq0;Y-1qm=Cjfl1wk->~N zD4q5g;b+DG|H#^@Agtb`2R<`1Amj|AsakuG!fC`Q+>p}*)IXxBei#LM3Ps)}&ol6@Ve^5| zj@HG{iTZjlJOO?iay@o%4V5FTs4H*`^+puv*+Y@%P%|FEY>&+wVG~*(f&Hi-fNxR1 z2(EZL=%;~tUQuiC#n6|dK+oZd+=H5N4aUaXd=0!AAK`z4j`)BQXTU$=du1`qNKR1H zQJAnk6$Ls?QDg&ZMv?*j5_$zcC6gJ7N}RqsYBF1qU1So1#R;~O=7AjvCA>S_PYC$h zY0y_H(f7=Sg{}fC(Y6oK+XjmI4&FKXRus6=I{bj3W^|+OZE#%ZO`V;s zze5M=z2W=BeBTI)-Rc;+aV8(aAa5am3V!8{*jd!!6N>r(chb{vh;WC$DsmiZ##Op3 zzIbAXg>c6kQFI>+GfQ|7mYFuMfIVhJN!390mEeA(d=cIk8c+^_E|f2TofP3O!2*=! za1iAsNKB4k+kb{~A-tbFnSTeKlm)yJmZn7Tiav$%eaK7=@DL10wSy<67^`cr87GqyOjh8s9z&o+_Nn7_WvcP~?x~Orn>tn?uu; zI~mU@;EBba;La@M zH=rc5#xA9gvLnRak0m3D(r$wr?Tb@`o; zzb2PaUnu=(oxd_KVwh3!DqEhoNt?d^U!vmI?bLsnZKv*v#DmUv0 zeJrfCh$_vMgxZDmHKOrm1EEiZm5(i&Xl{{kJ*)qO8#JPagw=vUUo-C#IxH+N&fg-F z)1Vv?)+>nW%y>dag>?bZ+oqq;F=2Jb7kio6gV1qd)gfAGCed~Nxv-8SsyCm9x=_{P zQri5CuyU}=O=b>N@T{iX8s}<2+^A64a7s3*lOPl#WLg$4w8d1BcV?=pD zSnClTG*by(6xLNlN6hXNJNdI!a6A4|}I7&Qe6f6mccoA$0`{VE7%xI}P{bTl@hQr|;-oN=~_>enL@M`V! zNd+^irxnbeG_!V2!K67epXpohi+R;G6PugzRwOq6d~k;XGhcQ!KRc`?l_$fEve7&n z2EKfl=K~)%nh$_6C`(}z$}@0#+gdqj4E0;A1D#qjzg3=9lB(m;Zh2}mFTCPp?Zpb!%yM=wy6iHS7`#A9Mt2T?4n ze;7d&dkRR7gB7HYiG#fiNHMdpX6BWEX10D&YC(Rnerj=nv5|gKPG(-Veo|>>PRitdmfw>vaB*y& z!pg$R$TN8+*KtOP$%)+lj0Tf80?CTWj6CIx4U;Q*{27-_J_#iEOqS%;W-OTO%B#$H ze{v?TIwSw&iM;Bp?m+i)Om1Wqo_v8idq8%A0;9!5#qjzE3=9lB(m)~wh>-ykBbx~m0|OHy$4a0u6BDZsh{wdP2%=b6 zCBPJW14xd86{L}ggMAW^VrF5@%qsyZVdn!2vN%9Yxees8YzGNFWn^Ow0}3(-2RL@leYrNlF6(*<%~6xYkB+`7fe12BzH`f<<(})n(WD|%y@HhF0VQ(C(wNs zlRt6^PhP_-!00%6FRwb|i^)%cq~~N_K6S<~lTCqS&E!}3=CdiwR89c7*!^( HIt#%6Vv2FA(%n8mqrGV`+alS(slQZ_GRWnrAGz{9b53!4cmqs-)&+{YO;CU4~N zXLOj%$m`G8F*%U8oN>$KlR);3$&!5jj2|Xv@@X@cPoB!B%*4Ppc^97=qrv2deCn(j zY(R%iUdSdqS%F`G(PFY8zdCCHP|N@)&bVOmN+9`Q@bd*WYDeVBnDk5~V44o{#OMiE&Mn;(c7=Wu3$MXW$-7=t(`ZZ=>%$E2yBk)NBYpO=}f zUzA#qU#y>6TwrXZpH!NelfsabnwMUZ!BCu8l^S2NnVY47ar0VMX2#9y*z8ytB__Y+ zKF+8zc`J`Uqs?SiUVp}x$)UXEj2kAO1+uS9mgVzjd^0(hPn)rD@=QKureCa+_wlK* zYOygeSWI^05uW^qPk=FLGB3Y6qse4bAel8e7DzfwZUvHaCa>jJXT8JDz+eMb`-WeD Kv0(CFesKW#EK1G* diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj index 2d0634b17f7cdfa9c584c3ccbb28681a43a0c748..1626fa0ce99d974995d467ef835677b6d57a4821 100644 GIT binary patch delta 702 zcmZ9IOK1~O6o&83+?g|ds7aeRX>4Pgsu8Pce8 zRjvHoCq(lh$p6cy^nBr*&=fs^tNG|E5}K)3lvh-@jv|eLdNH+nME~h|N{;}lejuOQ zR`jM6MZADX83a_o>vspUo})=~mG3C4yaSG)3sMM47Su3)JLAq9k9il4i zjr6dtZ=n{wf*qy|`Zjupfe3v7XkhQR;zirU{TvT84Jf1on&xbr)Nx zgmx3f`~pM2WZXu!p#%};1CJDq=)ylVhdDiKEd3>okNAxqlJmTxAFvL?l|ciuVi^fp zJ%Ot<&DZuD{ehT0IdeK^7xGi~*<5jE*3Qiq_a^M|>3m_z9zUO-&I&GBZcD~FlFB5< zQi-E`#zx%1<7ub1VntOg-2P2++A(YX=;Ain&MyXCxsOB6OPS^mjw=^=*N`jkaS6Je zUk_cBm)RM1$Tuu7%7Ykrju#!r7Cikm6)?O`vMDck<#6MvzJ{0Ag2hp5IYB-4{4llqn zzeVcurma*558}QUPlCs}0N%-4&>g&r*`53ueivKl>EaV02?kKzyp7o;C*f1PR70HR zMZ`T^Z|f_l#|^|89)ZvDCtR?bKf>?fMLeaK?||g^GKkOJ(7ikX(#Nl%{XB)8`;@+g z6?)jNqqrLg%ys7hdOPMJ%3Y1fjN?E5hh{NnD$bj~Bz9NUO`4`<(;V{xq?B?ntKOl5 z9-hNf;?vC|&e4QC@j{vRJbk5lvGOwG>v(ziO!300aP;iSQnRP`2gyV!)=c?p1C)^u zqah7Rw)CC?`BDn$g%rm^T9E~4Ue?F1(lsfMhqNa5p&RmT`~W?bbg-X%IT#dZLZ*U( wxtYU{74nm^5_HiGX@J$iCfn>g*gc_gfm$*MU6Rw~LZ)?GscQ83zt1203z++Ee*gdg diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj index 0392cc46bcd27ad8c13fb405067ea249e13f31fb..e289c915e199caaba0e19ddc7636c174de9fe7ac 100644 GIT binary patch delta 450 zcmW;IPe@cz7zOZq#(967hAEqoXTCw76EQ}SI)tEvHfhf?<(ZotP!O3#(xl@;?9Zl1 z28L3Lvl?&{mNeiZc`Xv!N8n;yD7bWIphN^kJHK&pfAAg7{kYu26&$VLt%IwZEsHg1 z_t$Guu;ZFi`n5D`oHWOcy$b6yo%9ag@&%LfvmPyrR*rQ*<5VLv@cDbgf(8)c$8Lj-QJ6NJ+ zjG^G?jq|WHc@d8F>a}h;SglA1OCiBJ@>rSr_I zvvh1Ll$)M;)HXFgoy+oT<3kqhIB(d){zrQ=z>&1+Pd2r-;1i3z9=5qJI=p<-!y7&o zKl6te{l+ruH>i;Mg% y#+Y`m;5i?=7iH&x8|4Q#hU?sNlgP=Ol%J>_NMe;8VxAdsh%dz>mPLm<1J((q6@3K& delta 495 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 Lu5SG(U-bJg*Az$; diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/secure_boot_secure_features.c.obj index 43c6aa0125f6205f1ee48b387861b6e4b12fb0ce..881be9e421d9697f7c0befb2c2c8786f4a9b47aa 100644 GIT binary patch delta 308 zcmZpW?vS3Kz<6S!qJO;$BLf4EGy?;}TOdXTOpI(wKshExj*CEHCMH%Z5RZwSA4IXR zJ^=}`u&)479IPOXOdRaHfD|(eYi3>vNRAII$f5@^d+Ke@mLwS@L zB_~(%s55#_UI-)`C!Yk88zz4Qk}D=l@~SiLnC!@_E^&o}f#D<28885JJQx4~!Nxev delta 287 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 delta 4293 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 B)>r@l diff --git a/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/blink/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj index 03cfc8ca71a4365474ecf6fa6768f508ef8fddde..14f7875db8f17cf6c951e49995c101e3da566f3f 100644 GIT binary patch delta 880 zcmXw0ZAep57(Qp4+unQkrJKWn)jrH6X?IgABBT}(1<|sCD6K?NS}iq~DJeK>s~>?> zFO@$uD*BNjp)4U$B+00L6bRz4pl_%j5m8h^M9&&sxX*p=bKdhj?|aVce%;4@-9@kb zHRijfsMD$tmaq`Qr1B%B#H?C{(CPBp_={4vYFrT_&!B$>%~0elN0q)^4_@NhlI003 z8$zxIaGf;2;x2WGcQ^b5EszkBVp%VGVMHmF>QGDX6&_bZ1qW?H7`xq5C^g7pp?+8R zr`l)T0Y76(KPj={E~hQ^RkQFh2lVftCtIhx~xoV04z&)L<1oN|??tR9)- z1#7_h2OSw{2kK3vz}ZZ7Y_Ub0GjMiMmqCa^x{tkXI>ZgOvfe%5OQ{qsE+Z38!b@(m z5I)+94*leWPk`1yFQKR4%SnM=O2Zg2NYijzK@Tw3N~(cUPM0xI1zkh#Dsm!GqkJeK z`VG%8rBG8zNgP%c%_Fgz_FM2-O)DU+p)z*aHP0Lx+CbY8xsjT&Awtg)u!&A{z1{2T z$Eu)F1V~yBQ=QQN;EVPW8RBt!oowKI$7bDo;=K;9?BOoQCfSmibX4f2Kl8~sAf<=T z6m}L)WUv2x!A*oG5Z#Km_!8UPjWV1$;ci}*`L=pQ`m`gh$D6d4*fFiWsjW4kH6_}r zDz(OVtmT;2*b$2#&Rkz>G-htq+>6K?T-zI!BYYD$%U^+8Ig*UZJA4V~;5W%9a*Buh zqH>-Wfxmd$nNBo41N_bF&UVU&Ja#rJEi6+}ndI73ryS*H|F|a|mBkzbzT}DYN;$?K x(g9h)bS@|la2R-n_W^fuAMh~`0|$5xILM2@IQz~Ai{jlvT)-9ne=zgE=P$Ns!Ds*g delta 863 zcmX9*TS!z<6g_+9j?TWk|krjlL7EzE+^;2peW*WVH6(baB=4e5b zv?J{=$)HFhnFK{C!jFm`Ae7KYAoWpxL=r(neYD2;xa+R7&OU4Hea^RQmW6AU0Us@m zXAbJdq@h$oiBhVbWmeC&+Z;++EViriL$5EI)0MJm)>&v;s=EMH)^;m+wr59_U&ppq z>}deEko~W88moQP@KgMgl_EYI_2PGNDCHarYFQaFVH77HNK`8BoOcGL8l@}4Wyo*i zqT@LH;(D#qgaacIPB>V$03W;G`UQ%vaVDREi!q1@&PrP!b+o4{r)I<2pEd$Fa&8lk z!>njQfS&3Lqa^u!Ja|@&Pa#1siSbr+r|*mL&zMR-9^;eJ?Jyl*qq{>fWk6;eX>>>C z9e(%9XpdZj`gqpiZ0C?9Bv!gVLHBT{rc??)!dWk$lZM2+t{U()oP!oKI373QW3OGQ zOs+zQS?q?7pEp3y=9l1WS%aR#cQImspTaGdCoxw(Z-i37H!x5k4j9*OI@E&;!C&V{sr{o-+&X|K`H7T%4>t=xbEmHZX~ReVbhI(?qY z*j4-(0mPeOYEjlD8E|IPI+<|RQ=KHawp)}g`&~X7l1^6@9gR%83aykLS#%E(xuqv1 zl=30^{Qb$p2=7323%>L*N%S^Sb)?OEBx99%wB=N@dHUE1v%R^srNeCQXe}!>8_ym) z*%X;CAEU^~EU4F(EQVv51)^Ik_#8B1I!vguG-SA<7B$jgyopxyYK7 zoLnX+T$H2~;x-40Ts*&n=kR&HJ1B=s>`L$B52ZRfV5)Gph3Tdc`Ud6iaIsMAOG?Xw1I3A delta 470 zcmaD-@t|UY0%O8PMSo_lOlAfK9&sRHF}aF4i9Ljgfq~^e)8xm@I*ey03$Tb;J!Aoj zNC+n}0IB03LPewoL@flVG!W?rv9ANwunO}U1KAuLY+;}F$Nka<6OF?%xOfywL~3XHoaYjD&t zuGqYsEv) zzqC?jjGWACtqq(x6f|1_c!r6rz~9)Et>1bo~+( zl)QF<`6UD?l2R5?eJX;W8x<&Yp$`Uu_{EA4x==kQ51jYB=Xsv@_rIJ?%kyb@(IY#i zy;oHGlud~20ZoYe#E(@!&Fexain@{))kL6+gvi=wM=8n=2z6^N zdkVK<)auK6ioDIDd2PF~pnicrY9-2djelw3oHM{ugQo{ZUJ*Bw&-L0=cv<;u_M^*v zgpZR;Ht7yPVk3iRC{mWfQ5>`*ONat$1)-2uKygwCeG$dE##VY_ z2^Zt01!T(Tq(ul1eFMi!KanY?3Xpwt3A&#?p|7Ac^h!$OLJS(i)GFG76IatB$N`$g z0aw!`2sQK)I|!}OM2D%BtM%o2t6YT}Fnf&b5-7>(9`p)7Ibos>k9wGCY!k`>` zg)O-}d|NlFRMUU1oBlZbYj|CAu;q*Y+5`OGH8n@(uRdFl`Qo`Fy}<*0hdP73-95p9 z&i=ksurt+PUl(jocK7xK+mCc7J2K delta 779 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 auaIKyfg)Dw1NKr*f#|}eQUK9%{rCTfa{*WY delta 38485 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 L`qhQ3zcTuNQwOAr diff --git a/blink/build/esp-idf/bt/cmake_install.cmake b/blink/build/esp-idf/bt/cmake_install.cmake index bf0b27e..13e95aa 100644 --- a/blink/build/esp-idf/bt/cmake_install.cmake +++ b/blink/build/esp-idf/bt/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/bt/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/bt/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/cmake_install.cmake b/blink/build/esp-idf/cmake_install.cmake index 14d9974..659213f 100644 --- a/blink/build/esp-idf/cmake_install.cmake +++ b/blink/build/esp-idf/cmake_install.cmake @@ -39,532 +39,532 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/xtensa/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/xtensa/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_gpio/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gpio/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_pm/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_pm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/mbedtls/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/bootloader/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/bootloader/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esptool_py/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/partition_table/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/partition_table/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_app_format/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_app_format/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_bootloader_format/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_bootloader_format/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/app_update/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/app_update/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_partition/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/efuse/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/efuse/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/bootloader_support/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/bootloader_support/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_mm/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/spi_flash/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_system/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_system/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_common/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_common/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_rom/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/hal/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/hal/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/log/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/log/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/heap/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/heap/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/soc/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/soc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_security/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_security/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_hw_support/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/freertos/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/freertos/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/newlib/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/newlib/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/pthread/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/pthread/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/cxx/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/cxx/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_timer/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_gptimer/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_gptimer/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_ringbuf/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_ringbuf/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_uart/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_uart/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/app_trace/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/app_trace/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_event/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_event/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/nvs_flash/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_phy/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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("/home/nik/repos/esp32/build/esp-idf/esp_vfs_console/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_vfs_console/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/vfs/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/vfs/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/lwip/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/lwip/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_netif/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_netif/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/wpa_supplicant/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/wpa_supplicant/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_coex/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_wifi/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_spi/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_spi/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/bt/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/bt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/unity/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/unity/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/cmock/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/cmock/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/console/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/console/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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("/home/nik/repos/esp32/build/esp-idf/esp_driver_i2s/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2s/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/sdmmc/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/sdmmc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_sdspi/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdspi/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_dac/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_dac/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_rmt/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_rmt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_tsens/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_tsens/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_ledc/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ledc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/driver/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/driver/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/http_parser/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/http_parser/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp-tls/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_adc/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_isp/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_isp/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_psram/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_jpeg/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_jpeg/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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("/home/nik/repos/esp32/build/esp-idf/esp_eth/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_hid/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/tcp_transport/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/tcp_transport/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_http_client/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_http_server/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_https_ota/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_https_server/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/esp_lcd/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_lcd/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/protobuf-c/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/protocomm/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/protocomm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_local_ctrl/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/espcoredump/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/espcoredump/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/wear_levelling/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/fatfs/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/fatfs/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/idf_test/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/idf_test/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/ieee802154/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/json/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/json/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/mqtt/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/mqtt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/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/nik/repos/esp32/build/esp-idf/openthread/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/openthread/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/perfmon/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/perfmon/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/rt/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/rt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/spiffs/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/spiffs/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/ulp/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/ulp/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/usb/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/usb/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/wifi_provisioning/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/wifi_provisioning/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/main/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/main/cmake_install.cmake") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj b/blink/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj index 7b27bee558178c0bd9715214e2c4c6eee065a621..1d05c427bf05b6b2310d37c0f261cc52c46db3cf 100644 GIT binary patch delta 1031 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 diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj index c01851ebbf878894bb74ea806bd9b6813b508a5b..e5c48a63054850952566706340abe6652799bd5e 100644 GIT binary patch delta 2369 zcmZ8i32anV6#aMpZ#&HPXQs22b_y+}Q=HZXDpUgvHB~7^2W)XcO{@;m%~Fau;#Nsq zs1hQ%E>#NH0$mU*wQ5U51$QEfHHad{R53;kArugo81>vY640N#^WQypzwiB-Pmfr> zJYsobBJCc?S!!$j+|V>fb*iQ<)c*TetZ92m(=0~X5hyH_x<5@`)}`{Yr1;=sv7{Xq z$w;|SBqJ?PBx}lAUDI?UrLO5t&B(KWIv6aJ7*^vcWJ@tpAApo*JPtGvF_+WrE}rg#`9kwvd`5h$kvU=vm|wjrxN&lv(UE)JsbjLPOh&rdfa_E^yWH=z1Su-Y32-R;C7F=8)lgZOO#+WJJEn% zs|1I+PlP%pxJ{p!)vE%0<{&)v1|@_{r-W{_OR-sI4T{t6@FHhan`mZ=U6ZF0737&t z>0_yP0fYjxQtX<&*Fh*W!~BM$sMTYYsYy|;Hkg*{TitI#?XHctXnMDAEj%={Tl{)d z=3;ZI2)(wOVO5eWqt78OGtHMpv&~x%VK#zFZJr>6TGC&1|A~!xOsej;$zC&GLvuF$ zC7X;a?(O5{&SK{pDD(mSJs7y=^DEAx*5hD|+MIeAIS}-Gyj_1IOqS8$J_Nxm$H0t6 zuUrPrtOjG;kt+(rT#tH;CZ(~OWg;w9g2SASR*hyQV91hTneP~UeC9pk*<#-SE`)UT ze2Xi?IV!%(^=9Z?Bm9Ufw^hb(e59(fn%hOaFBuv>rzFHGsp?~0!^>X>Jx$Fh#Xbc( zFa_AsG}pt}|I0KAQ|ySJWfq}Ey7*kC2T5tVFhytFwu#$}a|5kM1S&a)2@G?!IV=1t zMyen66r^D2pTWi^XO_Io!7}bQCok-fx<^uP5sNthEjT1y9(Kt=-gTBO751QF*PLZv zm6497NCRDG+2dT`j)r%EG}fm6EWAuXePhWFE$|jMy8~GXv3M>`U1x+(S`C5JLR-1Z zJ%cLvEBAPMn}2anSo}0B^pl=WF_c!cU?WP`|L{JHz0{m!178UHtLKw5OtRa+IGM!n zo*({0XK3Sh;+XUkL5Ub7E3foqlgaI#3ABiZJ<;^%q`}*q&3GkC&s@W&J?GDpJ56?) zA<3yKTrbCFr!pA?RflKF0okcii3`Ieauw`!qYR&}&0gFT7jebUVs%}3HaB~(pr3fi zn@1)5wRbm7 zaTbpLG@_iqipmcSwOt_=IZ%hOA}Zr!D&suJbA+4Ar$dv;I+&HQpXdM|9Y2}U*_&BH z3%D{f!!LGp@1!AwX~*_Sto-kJW#(K=?%m9)>Pw`FB~(R@%-}1S9l(lCmpf3Q=8}%B6Dzu!8?qw)R;X#NqXE{>gYCeI#0Pt_9;KX{ zB+#WQ{7e--IgU&7ljDf=55}_d{5&=-Xltx%YPjIm6?KhqZkg6P=qz618f>}jlSSm? zvJEjR<`LkJoUJEUuNKNCVb>JV*9g5hINWahAl@VyY(eq({#hy*z%ZW@?hu%9aS$ap zRgPaM{TmYb9`}1l{*(W=@j^>V4vFn6pJ# zqXfJ8OEjQ2D8XfZAVQ-OyrxIYnp6Q9=2m#>%}NNFHVM7fDaB@+52HAJogX=)+C(!; z>{@(PsGz{KNgu8Ldm&6R7l~cM{{Vy%Gsy3{N;{l(nVJ;kc@Cxv^?lx7L+x#dZ_xCf zjF;h|nY+Yqzsg*0$|Uq&$D^>SNR@HGB`$N!L!vq8Z-Ve01eMx+J_rq@zu~=sjd@9` z?sLdqGyBn;LqF_r;TiYu;Wl@rO4JWKg4cWK9QFh)ae6O3F4dIz4KF@(uB zn!RTrnDa0&W368(+XGWEigyW+Q)TGU8)-p=esQo2i+(wlC3#ck&8f!Yy) zDsE#k-{e|zZseaBseZ*b$%>)>0X7afv(#k{&gMR|aK+E1?vrUN#bOCS3l2z^fAPpc zK5>h!5cZT}e{zdGEF(Q{l?J+Rv6p$0HyU{rr15gvW#MHC>K#kHXqiVi;myomAr`ON z)OAMql+_SOE%Y3BduP&j`K)(5y~F?VPN>@g3;he9j6=1e1?y3|{-yr~*bn`W%{(dW zzkSDVGO2Deb(zGN@3U{wVQu^%j!C~7l;H%wvT?gFhsN=C-vp}VVP74uEoxmei zde)14-FHW|+-Y*sOi515BXK!4C(V~ZP;KNcIUpxhDRD()x?BY(JuJhg`*Z4A;vznN zS*#w2%;JQ9FI;SR6QqQ$Nl9TZ{2x1cl%EVNqcI*0l#`dg4$Pxmo|`$3KH^QlR(?A(-}05t z=QH!Nd2AFGVjke3Lzkgtad$ugK7 z{*dT6Um0IWZuVzYP!(5Yg#(LWLmTsl5N12J+pvm0=Ju?mnB4nW%WG#y6K(1<(2I=S zSXx28)Lf}*J|z`)9Y{w-@`fIEOz6F5$ahi_sSD1orb8;CY_BGiLeEGJa}j4QV{OGe#i}?~2h>ZUjEhM}S>C zZg-5{;s=38`2g@3j{#3}Wp|7|P2pHB_^Onnm{66X#S TqxDK)oYw;}XW&sD83=v@H3006 diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj index 7edc7e724febae09a963ba78c5fabbad8b61e485..06ce686bc8a7945031700237db8d564d5e35f3c0 100644 GIT binary patch delta 1539 zcmZ8gZA@Eb6n;;8OAD6^mlm=D1&WmMO%1JJmId9iDL;@hDO=Ey4WxsP0u?BA;zHFW z7?p(O45tQzKc?;n{FwCzX3pR~%o13l$+pDtF}4*o^M@Zl)XbQ8&bzQ>-sGJ3KIc5= zIp=-vd%s#VE-V@+oiKl<@IqRPW)vc|(jY{WB1DgP_!una7eEMuVvbPO07>a`vHVFv z<2K?M45l%;nCCg8m`>lPPhnlUQ@=|fNii$$Fa<0>V0U`?Sci!~i8;t!)Hbas)!j_1kU&>+Ia4V?rusQcS4m)3|KUuv1P=8WtGOj`3gayCQq4-G zKwVGSx=cCHp5c8+PG;p0`LuiZw4Mt`aKByvAL46z?bz2;=2g1% zN#d$|xh{~xdlTx*RG=KnI7#n{y2w)95?E9xXL=+^Rl_8p1SQbbNhTjo=7Y#ocXOs! z0=rtzH6is)$~e>>?$c+bo*BZaHgc*z<2`EOQuA+IBs(nEYT!TVW>RKIxYEEd8she@(#hD zzk%0m7eK)eG9N2C%qa!zoa!?R(Lv@q!{xc4U7^+WdVDSOq!E6>5&Mr&hwa&y_ZVpo zh(T#8k0L}H8B8;(;p2zc7M^h`MTp~M9{vgttL7NA)bJreY!{<>%6>sst=fg3r}Bu(0;U(=|`wM!V#l^ndD|+UDk>QvDPufBZl_`iOe;5%uUp^?SMd z9DJjo)y=cR^R-<=1a|s4*5WyjeU2x}@n=ed(lUhWyfACZYt4bSFhLp@&0FU*mII!PFz zE%%d^HxtP_g?hm_)W_d1c(N*fy|LO@=el$#Rv1)xAH4-+E;z>GtQCsiA0HMW{(gJ_|1w9ml8V7vP!X^C^n36$A*p#9Tu=^qXhP2EBRSG Ux=~{HUKipR{WzNseG2*f2b)|-aR2}S delta 1502 zcmZ8gZ%kWN6u;;7l~P^{{kK4&p{-QPe}po&EE?xh6R`=PqoSFFEJk-#x$c zJLjHv-_nZd!is4o0E-L3i-jF-lMuFMMTienA^ODKN6EJw1|byHlA@>rdE4YG{~y{k z?INC{m?!1S@)<`|^SRsfw{b^N!0`uxJk_GU$`r`o#NMKs$tTSO!j>dg(H>%Yl?19b zLDiLN3Gy{$y&4H@+CHY$O5o6f9I2DQqkY8E^%9h5K<7{zB=Bj&tkx(&K$y-F&t_5U z1UeiAm8%p3`(vDI-%b6f!aPl?>fR6^*PP`$e|(Un^YpC72_V~KvA5xPD{}iEdcnbv)0<8jjRGNN$s+s}Al<-w(9z68f^?M8Clp;IYp%rc(qM=u59v|v z#H`VhEW+Oj(yuUEnH4RsfzhvBeHy| zQ=(Xe?*ych5_Lwp@Nn59@$Y!g_@DX_`_|zMss0`*zk5gBxJTW%N8Pxq{&(3SAKxhG zY~g($9;2TLVkha`;Ck%!1? z+KALLg%1A-h-Oatch;Mqes*kVH1qZTMw2Bm(%aqFGlKp$9skvf)v@G2PbSrNvoO=& zeeMNVLhqUmmod3!!1tJ?bpV@w(4h{e$nV6f@!X*!UE5u9mPi#FjW%>LEgXTCl diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj index c0f504b770671d410bbf632cf0c8aae626ea4679..28d803a982605aed04f0acd9b2fe80cafadf6c5b 100644 GIT binary patch delta 1066 zcmYLHYe-a45I%G7xexDN*Q?vMyJ~5f{ zwGlk3hMbv1X;PQRm;>`U-c%RH-jM=qKi{%H6G|Zu)27yhUy)3g?+Mczn9GK$k=9-PK9SsuGZk`guPOi_ez=Fl6|MvJQnXPiLYm3fYDIHO#k$#qPp zo0;9NV>=CaUxrE-aHW>CBr!o}koi^*7t3{uIOm=$&Y$nxW2P-Lo1C!YpjTS~Pq0=C z9U0;Kz3%-Ir=L~F(zlap3B9L@cEyy(N#Zdi4^1x8uT#)YQV8q|?j*)IgKaZw2dSoJ zPf$d+Ul41EtPezJmrc&~fXwP6-`Yf+@O=>iKWPQ<6fHd(=%-t9o0prPPe-eT4#Gc- z2|eWJkw8zOI}#4l3XI|*y{LfS4?TPN{cFi;nQ3riy{v|f!D<}SBcS6?Jyv&)>Ov|r zi`wKBB7=d8+&uLG9zLY%U2omr8Y%Reg*a$rzzG~R{fxY^9l@Nn9VHQX|+o7#aV%m|F*9n%M+LyyfW@bhPcx_R8? zY#LdZEa<^JD_Y<(#dDeIrf4%+po1JJUh%g}((SYAeU~^xG@VeS@o^w9IP}sAr{4`; zQV?%xOVN(b=GG)$%ifT+JJ~L_w>ND~?r3cjJNI_BbqwX^MAf0y(?8FE%UHTH z0n4$Mum)ccp2b<^2^hf6@~?0M8)IECjBjHJkT}1h3zB%XA_0%^2jLs6s!YIlJWqH9 zKUQ|Z0o+oRfIhrUxEd!3!?-3s7Y<@~yZ~O~#dt*XHh}v~T%B+;+9ksvT{hOo(NeS>^i!TJFw3 delta 1060 zcmYLGTS!!45dP=fJs!8Snysr{wp>!FTucjv#N5m^BG=L`^pe(Yx@fCtt|(XpDG7nq z^st42LJ{>+w)jvKMdd>;MNnb{hA-Xd3PD8>&76V`%s2nc_x&^T&-pP5-$vn-51vgf zPnUQ81|h5xMTiMmh#c|%lMKC?I7!j_*n!sMIHQW4q^>5VB%n#9k-~Vf*O~a@6E*!k#0L54z9r4SSj!v^s%d_cPPx z1eP7bdy046dhXPo79l3bo?^ZuotrJTi@4^YOs?;~Ri;Gg?ShPVZ?YFBwV?wMf?$UYfF2yG%)|fl^>iIGcFH6Id3rRwngStv8g> zte3>bSwR?vt5Gip@R5iLB2;;A=G>o}#H0dxq(j((K~l*U-^yr-R5&Vp#KL z^GaY~rLz)F)90DSK`oHa?}vd-e*X@#dS*gSZiv;eJ7*g{(F(xA?^>`SNqr&V<}vy6 zlEK&oiWWH?5>5vfiA*vN?;aABPMt;%FCP+(PSo_bM*>~OO1!2ofKj}w{~NR0DN;dq z*EvP-qn-yLOfwo_3ilem1#T|8yN*YOrbTfaF$!P~CygwaPE8w|A)9|AG_2++3u$G3 zvK%)qGmG;brgRlE{gjQ7dEyj6Y1Q8;N!MjIW?kY6#TkSmjgMoVsnm?=&rlC^_QnsV zetO0wy`{T#Ut6RbZ{_atMfP{ZMWC(oP&5#awFkPRU7bCFXirz^+Q9zaSVttaBCl9Z z)h~U&9LBI>V;IVDgs=u*5T3-M>M$g+zxp#=#8|KouH$?#3<66w^+7XU*%XF*_>*uJ zx738;3!Wn!$9FY-a2Q)Qhv6(v64oKqhQWv1Yga)p4%X(wbDXFx02Ln*R^nH}6X*>U YKoqM9A7YGf1D+=QfHw(~I3M!-0fpwzU;qFB diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj index 510610a232f99a74e1e0c41322beb876b89c591a..7eca49ac8d934a1a7d058d0badb251e910783145 100644 GIT binary patch delta 429 zcmW;GPbfrD6bA5np7&Nu2UfrY!GR-AH_kPZV(IVlI+Jx zu#>-&9nxtVee4nTLf4eRbeArP8eDYEkpqq0I<;bz-M|x@1HWM<33d%>_5sB`I(ZOd zXK>sz&y)4NR=dQm;GSJTg&CkKbeKL$W7^b|AFmJ%IQJFc!1Pc(&P|P)@WCdKAJ%9W YjqD|c!kSX33Gx0vyB+q>7m{K157-QXA^-pY delta 426 zcmXxgO(?^07zgm*^WT3jY{Qb~rOfg&YZogQrPU}Y<-eEzOb%FHVs^0RCFNk{q8zO6 z#gUSegEdYhFXb)73FW}efg}zNl;^KJhfn>!&+nz*bDgErEG<>B&NZ24aV)n|JM#6l zbczPO-I~$~A&VWsWw?c^k5z1Q@<>BP{Un67h8Hw!zS8_KRWCgUnwuQVd|C02D7=B ze7U%JpcrqJVO&<)<;l^+V9xKz$S4Y#au3z2hd$v|6tW=Aw&R9X;S4CWk7PiRzUy%q z=%fkQf(kzqV>givp71YcLW=a|#(8Lp1pHxznvr1_@x;pTs#=m}=W)Ycz!_1^R&}4>=HtR?`t?qAvQtD(k@++lY5Ig|coJt-#OjVwANY)9osK O?%?tAVE&7z{8zuH>wOyl diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj index 4f2c9124e1835ea078429f756996d17e484bc7f8..9ac0aebf252ecd48f39b665f42b8053220fa4790 100644 GIT binary patch delta 2552 zcmY*ZZE#f889wjs+1<07vzxoSC&@xKUnVqx5;u@&fQcAMh{z@lF%%py1~8Gtd=}E; zl(Cy}WK<>=rpFc-R{RJc#?n@!v||m^8B29Kmd^A8+tC?kq_)`MN5+2HS~`87d+U$h znfu=JydTf|ocG>)UOho?oS>tXKH2f|O~wA)h!jG<=@+6@{Qu>nU~fnWAE{pi`QZ!9 z1@H)c4Ne(&6-b5-A*KQqOyEdn zhSyTavn<6w=YJQdo7b{<$tJ9;(E6q&6-O9 z5x&kAmE|5A1(CPxEkD%EdF3?)DZn?n)j=q5gZ7wkSuiQqqyC9|i0fLP# zNb4VA-yHzkq{RPioXlA%|((#_#5mz&1n(5 zyb2N9#!6=74)sU&c>~#*z*^`aTX}B~`;z(!Y+v{~`;=Z}Ys10%Qo-Cx?pLc=ny!bw zsW{d`pR_%}BptDX!G_!zYV+Yn`1N6AJ?(;6VgH^7ggg}wv(M2GB%g8LKuTZ5OrB5t zo*!xb9wKKWkY1@z0-P%=#4FINF~_;GwG8U?XV~faXdi=>+J`>h3m*syYeFkxVa4!5 z{9%r@>jm2xT9O;)wOnxfZPBxs^u@@NOukifk&u`47WUnvXVCAh*k}B>SN{?%-gaNe zfJja-T9gM!L8h5P;z9DhUxPi#X)5>_T;^wpO_Kpqh9D+4P33^v5C;7SDNNci^HB0A zh4EDw(*~NyJkpdo3iP;#(xwe!4pVUt(^VGrk4*|WLy7H-YD^xP-=xS8qdMaN9rfx~ znl?zXIS)3NOMp*#4V%nuQ2HH8j&tD}Q;pa$a;6xym`5P(xR=>#PC)ia(uX+KZnmSv zDN5qo*<|hqdWI7C(mKrq(6i*sG28FVdT`E?{ZJKA)_$ti(P7&dK9wb(OP?`=b_796*@UASm|aOY=Ttlz4+ydb>vP`PqNeehoka7 z@{SR+8@uTLT-*+b+vUZSX++Q6WKgDABo3Zr2`k+q2Pvmoc#x(Jt%tlB3-b`_hspi= zq&bJ!gC5f67N8Li8PkiQjFL-|HtzwAc`9nmb5J<$W!9Nla87ur!Q28g$;fch8gmd5 zzv2a3&0f2+pqv)%*9$h&oAy#c-G<-rS4rtbw!ZW`*s74%`Jpz|e8B3X@*}oOst~|$ zsIsxYvtucRg($)AE9Bp7Mpr~TxU1@l&T>$$wmbETTt9o7)PPeM;n^JIOf?wsGlkI0 zko!Qq5nIx)0PJ;v(#!epS3@q)x(i^~1&+Q7f(PCI)aVTWBQ8kkS(dIw3m_(~UxM_p z1oyNu>XhPiP!ow#mQbg^kE+Q;6@!)fkj+Hv={egMP31y7cS`flc?8F}!k@kmr%*b@ z(gGrOja}{PjB|kt3x@{w33b-o!}}L{Bf7od>S)s62K~86EoZIqM7^j{(xS6Sn@cn? zXyu7QX_*7xU*eb9r%Ha!QxoMswEvD)R)2_j{40UOB2d6Xc4HMGY~&Lcloi<9W5t<^ zAoypz_4Aw(jI&ad|CH;)yJBdv4Y3hkh^htqXsm%2>}#>dX{}vfi1kEa9ZlQgh4pRN zA@#;18o5Gr@lAOZ6{3Cvmc3;-$a?=5S@AZ;wN-=oF}@$>d&Lf`ocfX!B8^-p#3{Zh zKN=IFde(M2ORF&+YFrN{+FFm1P-71?2e9P3eqsIz$Dw3DNN#pXFl5SC&(420{^v+l zW@ut;Ff%?plG!&nIk7)8xPP*7b!N}#@c2k(&sT>>2kdORZvIc{jiG`A_fJiX?djh? zwR>uQdCd`@-En7R{wH6^SI|4QucMoe+w*MSn7`3cLiDLE+SE;du!C%keU0rJ8@Q{R zeqg`M_L@C&*8!hgXUjK#iSl-Ab2nAm1-8d+H2Xy=v}?1~eBSkCYXh&>@T<2ycP4E< v>(D3me72T`>~Gmd>%2At(Wyzb`CbUJ~Cb|HRcsWbUsqmz?z delta 2544 zcmY*aZE#f889wjs+1<07v)_kgAsZ4+FacRMA*n$cF-VBW1`{TT4lxE}77~+?Xu_mp zi<_x9QipV?hbh?d(MnJt>Zn1OT4^0^v>(=))|S>8i=ApaE%<}BwnHmU`#$&9AKjVz z-t)X4&-9xcLjv-kovWsZyw)E zKHLHi!zq2Q0?EJ>V#-&|1RfO_BO$!fH?U(Iu{BI6KVp~Xd`Ta#JxZ2wH=p#+qG~&_ zw~kX@U`Fq<$ZDjYXX71r)&c1~?tP1~y5M2wGkOy1zuG^07j-tF(R84jJwk6m_@wVR zuceUBvlQjH zBK!$grDTITgK#4PHzctZ(Vjse8=dA-cQT1=EP@iH&+|}ZqXE$RsQszT79Qewm26V& zOrS4uxm*==Ww!v_>;S1F0L>0i`T&}(c7WD~b<0~E5Ys+%TjKzuuW}pN;((O?4+z#e zAgy1+zFPt8mwbsrCl6S5g!VJ7(64}EV-R36{w+j0Ljf)p6#oU#W(P?U!H3y7&1oS# zymAq_hn4J=ThyP}=MJPRfwj;Pw(@R2_9gWN*zVxR>{I#*TO0IeN)>Y}Ii~7Zn*IXx zjmNPT`k3A5PtpOK_tzG7qV`a*9)A46rOG zlCSiG)ZE_1Ureqzd8<@?! zhjA^Z1b{GWp{d?Qesjey3PLteVkO74`2eYnRJEB=Oa$RJq^8(u z{Lp<5xyOhZ0P6W%Trb3Jbz{nW5k2oEgEGw`aquL|S!svNQ$aQHAWbb=_q#I|W)k%S z-?c7yu2p{91Txq-XlEQZOG^oB zGsxW*ug8}3D*)RapmZI7{i@#qTHgUM;DDIE1cLjW@6_mJ0D}%l=^2);hKe92 zt!E*9IKe%w497|zh2)V$DNCr)XHhkpxQ4+}J!P}u44t&y;Zz~YbEmZ8cAoT6uJER} z;S@?&ur!~DTxM5`IvzX2h0*@L2Zegt+{ODBdIP#Wlcvrx9AusUi!6B^0cX!c>rS7vVZYq1z5w}WJvLxLgGp~{)r zXX6(`;hu^6#z%&Gd&b7^9nagd>6+4P|HyDYyJKK5`(S=_WGtH>8?9fS?cF&r)Hiz} z-5Qu(UbWXV``UHW<@6()Z*8Z2_GPxGXMMMp5M8!q>)PpkJIq$wb8KsE__lUBVY}J> z-adERgy-sw_PX`A(|)^ieLJP>9NT?%UhaAd+SR#A+HLc>YC3JFa@D?%tN3iPb+;z% r+qoERwZCJZT*Uv)mewb2x-G`pnYL=Czk{u^yV|OKH7!E?67l~6cFB_- diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj index 96ba5c7774dd121f4d2762362ac7a71d321dd174..38b4a836cf67f6cf6ca83440cc26e37fe0f9823f 100644 GIT binary patch delta 1286 zcmY*YZERCz6n@X`dwcKgz2&xByLPaVmBP9?sAzCvqM}QPM1k_rl`^_8p@VfBHR5LZ zLHN+9L!vGm2#}1BnKW?;kdU$PgO8A?aUu|Ypox5FOf(Q95dTDY;0Y}m(6NhH%6BK!*UMLO-xtJ?IMCP+I<>%yd>6IUH2<9Wehq9$*CXEMs7E{?p zI!hrBP~cfM_XhQOn_JO@2k#Pf_f#7p3#P%d28!_Wv;`DYms}D0Y|Fh z1X%3;Bk(J4qU|6xfPGAD;xBHt9qN*Hjz;NrGg+@aMO8xt1BBC?tv;%MLr06ph+s7? zFlN@Jxjkv_q0H2OH8oXK-NentJopm#8Og|HnjpJo@YnRvQE`cof!B=MIPVR{n$+It z$Wp`WgRv!?gSFvd^qH|ZuLs87&Qq>~G(%d$%Y?CyRNuPD23%>r)2jH&itkVAxzBxy zul$&=hTj9q?FyBi<|yM%s}bw1=4TXqRKe@$7E#h^_~;Yx(f{FCvQ|L_C#?oI$k!fv zov#S#@V8j863vQlpL*}hRGuV_sOx;Jaz9gihjYXDn(rRm#f5flmLDJXCSRoG+O$=J zG@`iQn|@J>pCuKu&k+)O9UjQiP6{LM8bX8>MehQp$WrTaQo7KnT@68;up2d9;vGAx z(XXLme=_S7^Sl(|jj-^3VdQ~Hn4@^yNrd0v`pYq{M~N{+8d;0CoE_B>B8KPvjItD} zrZT?8KPNc;>FgghycCQ0`U}Orr#B52`tw+ft?|FPee1@a{C2VVt-<2J_^sGsiGO6w z@tuv?Bn;vA=@dk9UV93eogiahBGNJv72lNCo&JA0n6)3Fdyr)CCK8TYzor& z8`%&(x4r}ecyfIT9^n+(0IujrK@%P$y9)1jl;AveZ%9E7C&<2ndX6Wy=UU)8?#;zv z63e*+VXx*A`ocKZ`waj9 delta 1272 zcmY*YVQdst5Pq}!_ICGnkL{If_o@f!aR< zH*e?N4gCW5kHg+(7(5bW~i zDlzVIB+Y%Kp;^Xpigam|2L^>)%$ZC6)9frcPR@`a`6Y*7JpjBd+uLK*9-M%soD%J& zkRuf6%Udo|T}WObbf4qI4SdB|6#1Uo=x;hFcQ zhwv^D=zY=exYoPDs_Ru?dBdD3slfFrELm1TowtND{dSRD%8?<<@;?mH|?jfRvB)6Wi9KQ`UCH8X7exv*Yj!RY2$x$oANfL$}od~9gHj*>i>LA~l!CzCNt%;!5koMM`f>>D{54n_Q>##vbZ5 z@_WEomttk7HOBB0yA@~IZ3`5=s^|&2MVxG!UVV&S{hy8%dlgLKq}}ZKeC^$@^A#c6 za1!s?sWzpzN4@u1N>7sc>N;PkvuhMz<+EX27XAZn;xkTDo*y4RPj}F89ex8cUuo}{ zeo=~_B@?qx5EJ@cZpf>P3=V!|3elh>`scGmo=R7c(S@qcOz`nXr&aq`$E!|UqhG^4 z=bI;wvd)V!o(M0VFC4sO5oZ)f-Bd#-=U)mqA16ir8~NS%o4al1EE0z2Bh0cDt8r?g zFES@;tlPA8U~ppB>?@ktyJh{`rQ#Oc5xj}LfiJg~Hx?&;5B5vEl?zV{wdT|C1zyf( zAck#S87Sb#gd=!{@CR(lWk6z?unv#qZbJfVt1B=UgM0uOBOJ%gghf0+co|cGz=nskQ@0>iiA%k%z6nET<9S1Wg>$fI@9y;Ipwdj>5x^DR+ebinrI11yGrYr)6URO{MJIQ zVzqzNvcnS`iwNj#)Q*@Q;GR)EdibbK2#ULY@E98(B!sVsZ+egxu&2M~&KEVC?4%<@ z@6h1P(Ym?jj1!e{+I@jX+;)%1ibTmhz+I|#ObQ#8Yva6V^z={)Bc2G?bDm*3iw5s0 zdVr`mMn^E~J;D25ydU|J6TVjZWWMp;XvE3TCAdO$H3{S9P}}ueMxx)m6YA5_dp+8oXL@)atS+)rkwjI$YiaL>I6DYA$W(0LaZxKr>D&SReoVMYA zs^~Hd_A~PA81$L_aqKp-GcTp+MpvqbCXh}k`iBxbh{&_Ad<#k|euY?ioWfY)ItPD7 zQ5*(aMn2O*t@x8UPWPbC2I)OI*e&$3zc9(3N0z;YRknZ%JB7gWV14nz delta 521 zcmW;IQAkr^6bJC{eA{jJy4~$=5+iWnEV*DtQV!?Cp6Vef_hlqRO^7fmXrO3m;DZW1 z`Lg*p%{xagDTM4HZs?%)&_nc6WDibBT4|6Qm=`Vp!?=~t+ZRsAHr$Bv#b z1^3Gl&kvs9-$vXxPHpHj;`9+CMo(i@6M{147LU=mP>9Gj-WfKn;g_+@mBofH?3CZ3 z6*L9PRChN68KUnv5j@4u+zk%PgC6V#uXB|Ojmo+guR<9>yGPU-K5)qM{o57ssd*Z#jR4n4{=#m<3yV(j`O^c{Ji&!J^L?DA@e{_t|cg*bFw=4eYa%XkD^-M(+Zola#gf2u#UIECR4UGaHei{K0AIrp6N zoaa6FTyCXKi*=fDXklsliZK|}gs`5_g&6dR{~gWe9U~z$-TSh1;zfU zyi1B=Sju_d;eDoK_aHEIQ$Hgqk8hSz)is;6&qVaJv14R2o)+&z_c*oC++v z%%{AOy$2xUDfly}wAeLSF9u$MYqc3SdPcWOeaBvv6}K^pV28b*zw-9cB5(0Urs}eP zO7(Z!KStY;C@R*nG5g*+3Ak@CUvao#ho@oa+3$uZym-;}5qwP#}{U zTj1q62%}jUMb`N-f3sQ+2oK2F=tyLmC;V-3xe+8w86*$G24T_izsb{z`Q*04{Hg!h zZnS)4hJEx3hXP@$aXjFJ!czOjfSjI&VsktcNVF@}AJun%8|61) zZA$f~%3VTSk-6#Wg}@oo{uZ1Jw(P1&iEoo~U*DtpjbteG>*{lRuzG@t_&mG8NV}rX zbVzzH(%WFMIRrG*Ctv;%Y_J#B7OpM^`-qI-%q$0qW{ z3{TyY4;~#GelC|86UR#v?#ZgB{bQqgxoe<@Dr^j=X_+4f&hmS}5BWB*pAY2H^eUeN zzQt>~-{=Bg%ctonj*m=IhR=_r=^0+f^Mjl%OwvidQApD&cNWw1E58WTxdu$~U89pU z$LB`V_(|4)uk&6vO+`NKcF_C0b%7 delta 1178 zcmY*XZD<^25PoNGzwU0YxB0@{C3st|*W^r6tfZwj+V}xd8^~FEV1-C6y_n0_MWQhZ zVk>CSKruLqO*yE6Vj{+pdfN7f76lbFAWB4=qBi}bmKHP=e@JQYnb#or!aTDx^UU+k z&hEkr&9Bf@KqpUcT(r7t45hq>Or<^#ssA0rb)F@q4AXf{9Jzb6vxmeP)@G0m!#S%d zR<(A{1n;y1e-{GFw9N^jkh{bK_STjgkSFiFq`a#jn93}}g?4XRM$R@b0b^;*VXp9( z_I7%QZ`$|Xmq%B7sNmOPO8+J(q27qdD*w6!PgK1QXZl}@QlAc7e^M$%9e92ZA8``f zx*!u83>Q$T_m`wT6nz1%(LahCL&MdgANUugQmRTK*yL~LZ=6m#!yDYh;g_UvSogR4 zmnAq7ISAGc3@)OEYo5RrwkhL89kUhAyu*GU6t7pm_zg^Gc-LeO&y%XR3pZO{1ZaB~ zP<2%GQ54Rhr$#x_TDyqYexUK3g`n;jzvrfidC|?#ue|DRp$|9+*EJ@gKsHs?!^`P{ zQCXtIb>17U)yo0lZkdhtB_??+oX*HbkQ^x>`7o>-mhAaA`Lbp{(y*UD2|v~@izb6M zOY&3L$FQU<9LaUfq^um_KHZp4_HcKkqwAD#*8ZC-A)IoXrBq5wu4%=q$o>WkwBp*j zV4wxp*7brO{ywskp5b`3j+QtR4dM-={qt^_p7N>VoR2nTwdybWyHBJ17A&n*FX^0& zGcUQx%E{;i83u7{to}Cn8|cSY+1Eu>e-MUNzo0*N2&*TU%FJ>pmdI-QREy9%kZypb zjw7I{PI>wJvB3^lx}mZV>m)kBe{N_ak8h3VX&XNkZ=+eBiKpmI{wzLMlfh+ldklRl z45M~MSiu^LNokPDNSGSa;b^_ rVj5|pHqHX`ycgKZ&jIIn1~|`O0e|Avk*4}jk|y4aO8uytBghyK zA{${EO-v*lV$=+xQN9F!$cza}G!SCok8Ft{!32Il_~8#B#sttG>T}-e5`2?$?tPwf z&U4Otdi(L{@zMPm8vk-ppEY)cl!_)pO6^t;9xLp=ftaP;syxWKjU9)c3*@+Z z3cg_gPJe^Gq4lu~c%O3_F0uzs>E}2fdW5!eIn+H?flMw`^{*k-dq(nKY#5g;uLu`< zDgG`V+B+%WWdp+AT>-Bc5cMv~s5Jw8?{$g18mZzj*ZV=#1`SAifqin$8UmM>k`s_lP>cgLRw@2dE>B6}}Bg0jdbpdxZD6<@*Eb<0>(w)aQ;^aH_!YH9(m zH^pS;ixL}@nz?_&Q6*l6qMRNWO$ut3jZvl5Y)nEpNm(3K)(A&^N!bro*2{iqL$fT1 zD&++NTVapFlCn>#Y%vA>sZaT^-TqVvgHSNrGA-qk)3YrD(=q^C76sEX_^+kW3wXDa z;dZBS&7UG){-4xZ=+~z&8>zP;GchYwo|WQJCztwMrY?F2tIaT)eBVZOz~`LIz*j;P zd*wnmU_Zl>?IwS~TxetS3F%+lCa4pEC9qTxfYzB$=uO~#!kJ4vZMctsKM?LNKk0r? zEeFC6jmhUkPjtxIWsBz}Y?}9&@9hrouQ2uSL3rwl%0zPNt7~^;ViQ>^5{>wEU08kA zuAcg@RTs<|!7`#7VQOJm%3_b3`$s^~WHOjK8vZfD`xE^Ee7k#aFvZ6y>&DiF$b#{06?1yF;7!%*qn&D`;6LL< zt4eg1x5EF#=inzezIq3R`JL4z_^a?|xh-F!D(}iKrB!?+{}{c+m-1Qqnt#h@?b}JE zGQ2n4#LEjlG}acf6ysVUYw6{DpwJ4zGli_J=PPy8q}?z0>76U^_mR8)dt{Gt{sE|+ B((3>K delta 1249 zcmZ8hZD^ZS6u$S(eLu4GZQo>V(tWsg+K=@EW817-DzmM0bJ9wXwyQy76W3_Fc5SzA z-DJadxPb*3>H!@i8x!a7hZVP0@SnDbxJ`8ZqbO9U{+Xh*pdbYWpL2tS?!r0meV%j9 zbM8I4W8WVS=5P6{ra!0>UQHZk>GxK>Bh9Yjn8l|$HAlS0s+MmSQakbj_T8acL_ zf!}Z%PR*jPuRZ?@>^FW3=YIuGs1AzxO5`9Ve2o*&LMH0#^A?fnKEe5!4U?SZrr>-p z242TUx$iT0Ndw1SVbHHZo;%M+9nipYFL30rzYm{6_j6Vo)S%eyVKB6j53tQ`W^g2k zp4&yKo5w}NfnPwDx&16R68sflr|VFys+XhGtEvv(0#jfs9)qg4l7w-bCsRX=A z<@1@p;@BY96t2R_bRYpmUd=F>WmJ^nZMs5F3|n3y9-K_?Wlna6cs?@S&hwF7MLZyx zPHbaX0ecV@;(5ySh%Pu7zD!rl>c{_OF1gmSn9H+w*IFiZ%OuzYE9jQV|66LkB%QWO zsoE;o`xi?k?vrZ8MRTW5XsOpAb8by4u_i_1Ry2H#Pu=DsEDphB_H7f@Jv3*P_I|`f z+X24N&#)h1p)#G{t1r}D^d9$b8)H^Ly~RNssJuX0pX?Tje!cYKTikbeij7SmaXSk|5RHu=1i?Z}%| z@bdgurBt@9l{$*%|EH92 znu*2mKB=ZY^92UiU}p_Y*Md^}lxMC(^G^Wo;mceBD3f)tY5&kNde3x#!MKbc%7H`S zGxXiB0sq|Z_#_R`BVMGj`3fvMooe)vl(Mhjai)U>6lF(*obI`SV(f&FGb!=ys*qYr zvi5`AsHY^d1EQSGNV>e;D@r3Jz4n$U&2EX?Z=VZk<#3b7bQHG4crLe&2qX3&AJL=Z zYiX?6C_)Wu)eFjL=eIzY|7J!}HvEEODxoYaq0KZzjMn&x?kh?_DsN7s%NQ>wIjOu` zW^_2-)%mSs!&|))hh7pi>obk*r`q*qwR6myayX2G`zwJ@y}X)xK|_2go}@ke5_pyS z@^kcqm+~_C46N{u!X#bf#lkj9c)3udKm4{ZOeOvaoaVue!xZrWV2jTK`}sETEYLEKNx&MO? z9BaY%QPZ{ZoU#{#ebD8*>EkHdenQdb)3Wd&+GImSe}kV{I|d~ng?r=ZGRDbDP723l zMkjN{&TlKHcSg15OeLDFH=?;pt2rN4=39q`qp8LEbeWACb|&2kyR)A1Jo5Qz_9gZ4 za&DZ8{2q9n2ZAf~o$m%R*#e&7(fl~I_*VV^W%zM^kbd#!e1Qr~Jq0?)`+*)$0IPfz c81Nc!m0trl`A1Kox0J!Ji(fMit^T!t0OX-eMW9X13(y7Gu)L%V(iuSr z6g5;?Zp}4~W9-z9II&|D#UzvQk=WKSV;eh8XEsxskdj6^X`_v8Wzy81b9Z#cf9BqA zzjMzy_dE9WYBrxi&3S)|@4|IN?sb5o$Kc=`ThfzI;D|!`^jp-PR z+RYe0Z_8QpB8GwKx0Kj)6a7`D#^SnCmHj&mGpILkj!mP53+SnQJN{EN#NEOvdH^S; z9^;v*j<}5!vmtJhEU)wRsfB~hXem?tmj7X_d6Z&XVs=x6`4#eQwT_do`6Q9;k{HdG zNqn0mvF5Lc1SGMTJIU>ZXg|gznpfkjv`b<$*HG%9iNx5=3$)Uq;hsgzX~q?%bXrx6 z%{Kpm{JOLlB>CoF(@M8yLE<(K^USnj-;;Qn29-p`zm4WclmnLM5iM>09ZZ=>T!&>a z^Lm_>kleYBPY}z3_3h0b5yEcvzpew?h+B@Xg4VHe4%ho<8&z{Iy zzLtbX1Uo>UwOgAb&)#TA&cXyG+UNXeddiv%a`8vBTY@c}3|gc-Y^yh@;#P%fjHfFx z!Y*SNiMfyJ7?2mu%q#d(ddA?#Xfm#~FW|Cm7pByog*Y85O7i2T8vaP7L$okk1&MzS z;>d2*qq_wf!P1HznxE1(fky63<5Wp=q!LxTM`2qd%&4`Y18j@1SZ3R&FGTJK#etCq zm691$y2!Nsm{Q#q7eY&<`_m`*MSHUS_qeETji(-b@BUhJJ2Gak<+tq)xW=s+MX;Vf znvt`%5S^9(SgCKL-$j>bdC_Sf;_)a;R{ulh3}(NEQq?Az`-ik9(`Fv$QyFVgis-a& zD=X=;paE6>9Gx>C%-|WM^@YqW~)T7Dpkx#77(+ILFUA z>LHICotvSKKkZC&$txaLvMG-)RO_4}IpfM>lt>q9aIWA7ofR<1KX7`Wa?+KREU)B_ zu9@2R2%h>r9Jzj8?s9>HKjV4?s`w#S9t8L$R|XXGKcoHN}LSTGE5huexgu$@;Gp(Nf{bPqatpWB0XbKG4H zF?`-#4L5jEaSgQcoy9pY!;cg@;7fj?*aLq4k77GibJOz7!BWyaZ|zNqlre<>hlzRV z)rI+7x`Bi=#!NW8^!UOj(zXG4H4dM=s=r7ZGtx=r%zFfL{`5iK@I!gS59JL%lsEh!FI5-jwh}l0vLq#?f(o0# zMq+G?PUY|@mgcSDu2N@Xmt3oof*QPABx{sn?TmemBE0m^FU<6kEeCB59A#4MdHG&$ zLH-okB?P-@Cb%L_6WkOq0-JQ~SE6nN zHo}7V8B#Ec+XSn`6Qc-MMTp>rm?!vHl>P|et{5V)i|YjW!Zik8z~jQY2l`;A*t-Xf zBO*-T76p3|N<=@wE%83V<05q*LbnJI>=ADfoD|V7BTR@b1c~AVflVwC>=f1G2vg!! zf>mOX;2lx^V}yLMm!L$1393ZFeuO5`PjE@RPf#mT4B{(Zi6MQ7X1Xl%cghWw5 Xa7AoJu>BYRH~bkk&;1X3Kz{!Rwku85 delta 2867 zcmY*bdr*|u6~AY{Z((79-Tip%0{aA(hwQq@u1+-4heZMgOc9c(Ap!vngtwTg9T7qy zOALg^ExmadlTNY0KQa(8YMP|d)HZDzGx@``Lq{^vimho)jg3uhW9&J1C(gLTy}$jP zd(OGPbMN88k6(!z!yh+%@|wqL>rGG@i~FCRu^Psh4aYYhogum#7}KfItI?zbLqiln z)CB^az5+vZy6CTnsrmN+jlYbOUm&_tB-OR)EQjStC;Kw9b-{_ zjPVmT@48M51LLnKmGJ`lt4xi;b)_`x0}P8+&*B`HL<=X;Q@J-`2@UaAaf;cG6H^ay zXR0f{lwvC4C&=;~-;lbj_aU@|lt%N{7;EaK*zK`>6k!@8-yN1=@-_XO$fJ@NOmC9- zCQ0H<*NHSsVm39A+hZ|}7?Wg5#aU^Q#AYg?)U8GmV>f+FD{UI?na|uNTwzMPMa9@G z)BEJtp~WJ}HJzfBPR)$OXWGY|Y5rhQG?h!D5{{vHtukufhG=eT+{u)&qK+*0qqfH*PcWP&=Fy7?KpXMf_X2-Woehlvn#TetC{eK zU?<44_Gy12&+ZsV$;1Q&+9m#Sx^PA$}Y!k?v1Fz)#sz?7zoF^^pYX!C!x~7Sn=^**Ead?JjtiTO9dN%!?e} zk}PyqzO3aAa@et34h_J z#=3C$%5g7xPP0$*jLe_tzE=1zGM7Wf+~v$zu-{99W^@*TPV~_u!ok>htna(rY1D@|MhdRE;?}b@@$nSzH{FnX!Y~!E#?RW^r<<8!G(tY02ZH<&MjQ|IU71FB< z=di&(F)TUhaN&VMdW_+c zWG|#`WK57tA{qZGjk<9bq^BJICbQ_q)zDVig>lr$r_lQi9HFgrWuGRK)N9DEl5HRV z_i`%L9vFi^@K*z=6|#s$nW#IRu?`$TS;S(IY|*NS{KcwB!v>}N#U{z_kEmMwK}2}) zI!`Ppg?D&OLFy)%cR}VoggKwTop<4mybE{aUAQCf!tK0N-2%52`1rpHtkw_}b{rdt zu`r#=!9gsou!MV7xNDo`TB#INU05YqtrTl#>?VpRq(8!Nyqj!Zw7GDEq}UVkz1)KQ zL9)q1I4N!I$Xm(w=G@CGGze^_N8(5vZ9<=99B}Y=QUo>g5g(oTGzLsjP%}SYm{fU= zY6#zs*(_tGNf7XK_+(7@!ID%4m_}fx=RY(>!BwzhO2V*@rR?YH~U`E@InxQthX zt?J{=t&MXh!fkf3H4L$HzA4)|cwemVgZrRHOcFGSC4xS&@(F|~F-Y(o@ex6}@b)8Y z7LOA&ir)|niR2$4*u-{%dGR{IMWG*n`*dH;hzAB>BYYwbBL!7lCkTo4g9xX^B*BMb ziQt@A`6R*@VvxWlJ|f5x-Z1e%;HsoByp2qm#7#-V$dB%7tSTfr++J6j&gZh}DUeV+iwNa14#AxJj%=RE#5B6)zG@i!0-h54|FF z0y5zZQ8WQL`peJY|2CpB42fdj1en1iM$ini;&p-ru}E-Q=sAK}_zC94{RICJJshn6 E2Wq@Y=l}o! diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj index 5086a57920317bb163dd570f7bc4bdca49faea61..b3ae11828c80ab56890f1cce11ecaa547d8bc2f1 100644 GIT binary patch delta 1214 zcmY*XZETZO6u#&E=-b(jw*}TxGe?Qrif-*2bmClCw^5KG#OhYSn2CAHPU2B|u_K3~C|~O-vADlt0GAZ{>$3nxOGHcgE;V&U4;#pL3pj z&VBEX%XDLzUP#jMH#fa&EJY2a!d0czmsB^WrGrYZp8q&ag8`H4Nu3 zonm)t=bVCu5ww2*XIgfpHmj_D$-5Ts6&JMjAkVf83Vwo*z;UH`%Ixa-6J-?2ibm*X zprx!8ICHe~W0X18RbaT?0`V0$&8>8vzc;roT}4%&S&T>v?ryMV=@uv=2uShc(UbVL z+z%u;tb?F?1zToW2Vr*>0%k=A5qC(KCt8Yd>)qYLRCTbyO^bjZdJ;^#`=Fe2WG&8& zs-*k16xE^@?y%GK_^dUOK8?~f-Pqq|E=R^dM9Re(Wj?!p7i5(Cr6@nAmHXW9xWi6$ zzX1Ys3lRz<#|qtxL+nr(7zkYh>!@git9BRt!7thwy2S6;-jWPSjcz?8s$|7vR%#5& z9*wuju+$ir$bxB#P7efyf2S!{Ro8 zxE2_AXaX&gAH9qcSqT`e6tLN*yYqE-@*2K@t#;@C(_Kt==j-mMuzIS`i%vIpI45R{Gzlx)`}C=6pU8-0%$1Bmz|{Br@2u*exa?* zzdNZr^eN-|8N3Jj5-hGSvY_`qNBo)WUE$H-`?SbwS`v54o1i_tGPsR@Ot84t-m8CY z25~P;b$rSXwHR&DE>GfqSgb5}*FU81d3?3_K3)74*b7p;@pa@=Mo+R)PZCQv z&$T=iZf0Xo8=Jgx{Yc5HRjS@hsZl@bm5w&?|H1b)kB zhUVy3?i!w>8~n;}o@V(c;7J}F$wTK9u)x!v~7a@yVcciGw_W+0aAaF0A0N&&?J5qLXK&c7dvVGm( D>d)bh delta 1203 zcmY*XU1(HS5I%E%_HNwOyKBw8SqU*>%o>xfgajKyVvHNw^`~rN)?X-g&006jHg1C< z5j0Uy+Ncle(1$`E)HgxJu!0W-u~i=g5fpzA1rY>`6;voxUu?fQE2TX!-`qJf^Ucpa zZ>H$g6dkXneKQNM8I!)DRCq`!b=3s?=NLg}f|N2W=OySlrFg(x-1ryLDAXeyp+A9^ zvd%!6sk+-pbF6#7uxG*XgiGdfI>Rr`<&#^G)oSJ<9}wy$;Wc;80wavDB!3e=Gg2H3FG(rfye^JA-)YD z9uBnkZbge!h~7ksoEU_rGq|kO-4%3qf8h27q}*NMV|SkJuAsZ4Ou1@-_dE4m~=Nb>)Z@VL|NUy+tK%tl2u0HNvD02*rHn@+9Uu6-#zex`B< zzjNXZx=O!(2G`;K4dUxXX7t@7*z#KayPOK%ph2Ef5nC#6g4Q+3;5Pm-L43`?Vk+dCYwkv9&t9tx>||Nqi3RcF6A9y2}5moV-FO{{ru2NnUUg@s!Y$EYOp9Eu~8p zhr;&2?$O~rrO&({3@1CXYdc;TKds90l`7vF9W3NZU&dUMCsxiX<*N79(kXt{k*0Ip z+?l32J_sD=JHSJ{aOG<{&e5(kUE(b8InQ*B(Hm}9HAb)a^r|!!`7Q8A?(R;5=LE2q zpLLIcZR_eZW%w*G$nSv{c}=nr>lsZhqWk=FGEO%CnvC0>^Oah{ebt|w?1_-#XiuDW e@(N%FXMri60>0y!o_JMtyHeX_@{b2g*5@BC$JI;# diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj index 8f9b710ca5888c3691c2e89b5aec9663acd4cb83..fdc284d52c621fe8914c6871a238422ab4995fbd 100644 GIT binary patch delta 2403 zcmY*bYitzP6`o_y&YfNF?%jv&yMBS+HsR$EQ@e-|2jdh(!DA?Y$u|*AQCx8Lr zv|SpJfbv9~q);G%B;-Y8C8>c_BqmZMx2PyllPFOn8iiJ&iP}W;skRED{mxADqbtq1 z_dDl&-#Pa&qy6m#x_p5SRMQu))fC$KUlv+ccsgKN71sa%3S8AhmQ`S@H3$@tbJ&r= zt(Bo5aNU+c%?PpsaR?yuNg3S0YXz27Xa`2d#x47RXnbVmiH2+EQO*7dT!qaQ55g7b zZv!Q4TW=+6 zq%%x`;>Z|MofpFI!c)}9wSk77e`4yKRHA630TG?xO(u4}2t0Ro)|nx{3h_e*jiWwYoNZ`ZT{6NL6e@ zpQ^3MTZk_AK(TYPknudcG9s^gyw`B%Bo9p@+Yb+y+K^Z zy^~DoYH9bGL=yxm_1hA8J|vf=TK`PIi&cGy)N4i=b*gF~K(pS0>!KzjF9Xce4|A7$ zQ+~I&&c-jowL;Gp@Ou0bz;_av+@Ph-#lH`Mm3psKoAyd~>x?Y-d`PzWPJK`!GvTM; zTd(hv(!YwX0_fEXMeTyO^FvnYd5Hd5?IKq?Hd`d|UQ#38k(;BkCwr)<4HVlFB4Fd=tEOvsN+>QS5D?rDmD*aM;i6 zFqNWtl)@h%w!&N$^b{qf?n?7@yTId=_$$Wm8YRt~pqSi&kIk@%KI?D6X9jDv)JZa* zLgovzoEL?bkjtZ?L+$IOT!hN+2fH)_YFH)7y%7ZC-N_P)3$V;9B3SCL$2Q}|_?rNBW%y;3=1P*Qy!j6OnTInBRz$ z&vDU4B&Q_szGO&st8NXJ5$SV26OZ@u)Zfe3BUSWku8cNBr(^?yg-LnI8ap{1Evd^% z3#W|8&>hX)9;y+hEqeGh-OT%<4YZ9Xqvz)S5DwZI5q}Kz=~yS`&7Q{2GSOIyryUPi z2X!Y{AL+I^H()PlxA&^&z#78S5<#Q1TT7)EfS(p$VCq}3Mxsvci?`AdJ{X^`y@p0= z<%2*yEhqWicn4i%ohWP5U{I!1BDX_p6`m$9J5&F^>@F#r4GY?d=r|rIWD*_J%O?_L z)XnD-s~Z=?O>&=cMtJC0Ttn$F_MUoboaX!9vEVPB%7N}B4l`8L`F14sgAKUFiTImDX7OWbJ z6-A9f!a+emsfwbgKd>swL!$|bFA~HU4H{7)Vhn0DMof%)&W!$WlDTugbI$jjbMCz} zyQh!A7sp_8A)MJ?N78FDr`Twsow{II6*!{srF;&RE4 z7#W^8BSSvT56knqO9;2&>FFO7#&*{DR9CQuWo)Eu#{Fb+m*qV`CQs`eqWBGQh=3WQ zxib~!00lX7!#u()(MchekcP#v#!kxNsm!^P=H53r?Mkqd7!gTImBAzj9YOHK0&6MM z-0MG1maIxF_DpL0o2KR-$%;aqrA+2?o?mHh2x9@|GWWSBar&Q#D6`|&vj@p;703I? z9x^gChC|f)GH;HxiGcbMcX$eNo0w3NmuB}VV&%vh%OIONj3+!fdACuWa%Ps@h$^;0 zjDcS@pRDEsZ-ac*!kh&R@Fg=+zMZ;~OMTyvtWXAn1}}s4vELaq`mQ6g zfY>xVZ%(}A6(T<KC>rn)%Wi-G3}RH&^u-mkO-(yLfzJxpZe z*DrDIQLva7(zi0&0Ny2}8Pngg%0_S&NLO>`_cva1Gm?$ab6E?mfiLUP)BHjDj_d2--fA6Clh$=mRX6?et^lJFqS*cUA$BbL2FzHgNnb z8sv0{FcA7nu62fkOx?u&*Fah&+| zTjQWb!rwrmJE%x+fIsX~(2_}ORN(Q-veVS$9+Op*~ zDzZOStVdVreB2nE1h?Uf!GlvbkO9^P*v|Q3*Ib&H*&1u(tWigIE#1W0qUI9oQ#G?Z zK^?=e{i^p8tCQ~P2~;QyE6%i+@Dpqcj9(g>46p=S!Zq+DZV6wk?1FlVS5X)=R=7Smm7N2e11M$h52ZGJ}lyEjNTDWoFx(1~M_I4sA5ktLHa zBQrG8g3un(4ZFgMl*VZ7p|OZ}2CfyA@8Z;G0!DFZv>!CS87+j-@zc?aT9{hbF*wlI zp2`fS2fIXSO--#xWqMZjr+ZWFLpO<`eg<8gh5QGgs(YZXtE#_eRn?lV)dQKTuFUEg z)2rHtdU`v@x0LKR#~Y>`a^qjkzVTRPO$A(qi&rFJD?Uo&3-~>aui>nwBz%GQ(w1n2NB@}%)O8kgY-8ZY1TJirb+C=;M2ar#m AXaE2J diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj index a6fda84d25e19ead8df2f0fe42b3c4a4c3ce016a..5f79fa2f8b478ac78c50a6099c837c74393aac1b 100644 GIT binary patch delta 5410 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 delta 5352 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 EKSO_?d;kCd diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj index d00cb958a5c4b0c5e78115ae22329b2597531d96..742fc1f39b1c763bfefcc00f228f7b661c3d8a7c 100644 GIT binary patch delta 4085 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 delta 4065 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 BOR@j} delta 3632 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 L^gf)ZwJP^NoJmP1 delta 3818 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 O3L*ZA9?t!p+x`awDo5o2 diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_internal.c.obj index 30d972eca8bb12c182989fd5dd53f0a113efa20c..6ce37a570fb68fa99046e5b3ec462469031d9137 100644 GIT binary patch delta 3227 zcmY*bd2kcg8Gp~al6JK#S(bKnU_bdnw!sDoFkpx|Z0;5+4!cP)jswLZ25e(&#+(r( zPD3(G2j?+#QUhrUX+x*EaG_9ALTP|D4GkFzlO8}iZ3;AGpiO8(n;yS!MgAx=di%cX z_x-+OS^w|`|IrP;vxu9o6(`k9ubVNmoimmUu>bp)qj?H_jOD1FAA9lO?*Ax^DXVgD zuZ+%wYYx}Gq~ej|I^w5?=L`^XRM$V@qP(Kxo{n{ppX&L!hKJ@l4W%+j_qJF97Ugrl zd`B&;9A`4-S_}|n1&>sbVGp3xk^UyS?}kvCo3b4t=qvqUqV{nu2s^MjLTi;?DA4 zkACaTI&Ft$T$Z(3DtVMC%nf2(_kE;9Xf5&lpipfiN{%g9dt{K2+i>q zPB)h`>kJs&)_b`|3GG6%ZQ>3fvp=9NY~{usoBhyDx1S)7eLO@no^AJ&^c)YK z!o=pJQA3F7eRVBOIfuWshmg_Si^o$x?J@jPOA|ujq0PgRu9tl0+}}RbALv! zPBjlU0Lio;mK)6Ygb%?cpf_>tS;vn&9^@f;zT+P}Zi|UzX=hYr@;` zn6I~TZ8mt>*J+H8WIM?0gH%%+cUD8S(=^nTS;@3dN#V<%aFkxK_ALHT`z9@MN7kdl zzC&1@St(`5$a76rsuXQ zuW>P$JQ^s=TtNNS(8x)6R2a{bUm|Y`Mp$K#$|?&!gGb7!L0wk4IY7N(8htOX0K@sp z72;EhHdz%)8&vmJ&$j%fC`6pc!9)evaZwGV98rw6E20BEQ^hp{ZFGtCFu0j=6*=qz z<*&q24R6p7A~t>t{K6XrfvJjM@frk%H-)J^DlcI1$>>FR^F2AA#rw&=<(@o*#e?WT z_|bcEjKyO}63*O{qbw)>sJxOFTYQVu+l(aAcy?fJ;m4c_5RqQ}_s|v*8!$hHN4QV< z6&}iPI7SwPghMzQ(Y+|m_#OyFqfV#b@()ce2<9hRQ3a2fG-Vg;*x)yjkVo^@qmHbm z^rY+$7Nu69m4Sy8cLrF|gJ=vZ_u(3t<1%SI2EI^7zd^Q&P4bVyqT&|754jd2_&<;X zU84J;jMBhZ`BSnal;D@;>`;O48V#w;OARcaB)dYR#4fZbnlMhmzZ>0)(t&*o18LYH z`9`RaN9EPfu+S%<99ihTNIuu78^da3zLj6O6Wd@maTjIPu?GVP@k_lU-?B>hIr)+GUmlhp*)e`hdctQaHzFIa z1p?kf{P>=D2;Q}%&HgDg8`aFjFXfV-g;()zxjZs)41J6Ekg?PP-cXXHh8LLh7ogJr zY9>{Ls(Fd?u|5JFebrOr2H%Z*)f${sbtcE2(Xgncv2J0*=$1KOX;|2@DBZYl+Kjm0a7prn5WQ+P!AX=;X51Z5^wU%ht86UOqT^qFa?ucX$WqPL3w| zZQ0tM=2h}A&K~LNNb~n)W5-#(U5d^$e^It~_VOC}0nTdKyyg}(^Sa1qZ&xorAnmnj z{<>_%IaMCUc~rW(EBR?Ts=E~JY3wfNH{_P?a#u0Fvqf@SM@YWj9pIWg2TPs2gR@48 Zo^oC*XW+ak+k47gsg;cVPX4Vc^gn<}{TcuO delta 3203 zcmY*bdvp}#6`yZsc6VlHcC*=;*+(|tvUzMaF_B#$KnOuhcoga*fT2|h$SZ{i34sj_ zh;##j_y7uiln5DyJ+I=Sx<7zYew*%{u@o$F zv`DU2bH|UVwD{^8aLDU^J8{y%f1GC(M1n#W0kP=*lo4d(+knW3% zB*~MCv=XKYhv%lyBhUw~qB}v)81*&i^dA<(FxIyNcS)~CJ)VZZCMGpWsw7|Zf>c$c zo1A(OO!d|WKOv{tpx_;C&>dQe^94Q{mCGc#M>KoP{4!+m`%#^o!=WAtorhI!1XnHW z^isZnkiPQR1elAINjL*{B7d76Rp&v_*8r*~HM+xp7mjXRog|hdCsC+Y5g$QrPhu8P ztzLbX+}4v}j44ieLh%6@w6Qw*s``42UK?wXVCd7I@J`PkMD5x{jWmjWikRK%2&z66 z{nnZt!O%Bj3A7eR2v{rQx zq4XTtX7~onAV_)#7E_z4k)=OWMA7f^rGS@M=zVd?n;895aM`Net14)Ep}ILCx=Z?I zLbrPg{CA<>+FZ>Ci>hA}O=>ptF6^q7Q(MXNBg)fTOm|7IppsS>Jkfl51p>8VkD8sd zjVj-(-2siE4}gcZ&k+K_`xbsf()Jgp5g@4dQR)L;N*&c7qLv>FeU8_!R996I&{BbI z)Q!XbPOMO!{*-9eMzOhKwN{n?E%7+!c+SwbVBp#-zM}}!rVr8%y>8Hy@7C86k2eF& z(6#HMXpX;jy17`g&Vs=|v_7U%LVG;f)-flbWHYF=ey0Buc@=v*-PbF+*&SnMe_bALJrg@RwvLB_2wiJR!?eCEENI@#KM~Ze|{3|~o{C4K+#k1P3 zqTSk2K-AgP6-^YRto?1OaaSR7z1>c+b~Ez<_%+xQ#Vfw}>`p@LVa87ACfiRFVm~u! z#?$P>BpqO(6PVcT_RAy(;JkJ!0{m>530zb_X5#ILkn zl&!mfsJ4sAdqqLY+9n};3Q~hzBUbu1=QX@Y@=~m?(GsMRF2;K$+LzuJCtIteY=DLJz+TxR>XERQU-wX?!6z)yHqfe(U@Q znriT)!25ZA0Qm!a8zxr7E$Si{AXCgwf=h^};b!uBXe{0hjLlyLy)eIsKoNcq(ntAS z@QU#R(3kLopc3b+h&yjVGdX_}d!OI~AT*4xMdBoX9Er>Lb&xCPb{?tyP^HWGx%Uf{P@yWp4%rAh-aDE+{4F5MO&hkNcjo?ktkL24yVid0c ziF&T0fYH1bUSs%dq#VmXMKKM03Nnu4eV)7|HS*7qW;}lhDVz8bI8WdYp_*IxM*vOa zO{nr#z7LpY-VRL*HxXhI58^(VzXtpiN%nzDpgl!X^V6{8YbY$RD6|}U`8suXZqrq|sNbrL90#IWKSsDz@kETUPCrXRRp<#kvU(fpveL#L>W!q*_vJan zaK7b+;j0vFva01ysBWyDZ3QY&2>%p^#3zFt<1-M+#V4TcGJgy`Q@CuPjc&dR29G3v zfgE;DS7Ah| zc}u)%4rBG=yjf!gkufsMbDA(8Q#Wev6mctF`#o%fF^9P+tBP%p(t!X+5HNKWd#Gu$ zNne6>pNR!lBm0xsYsKu-=o-6!!dCP!19&Yy*-yl8ta5fqT(*xrN*^xdQ_{1lpoYNq0oEffC=FJoO|ainq78FZSJjHVW_w({Gk;iU%s z0+e^Ykk5`m)vVn4vOWSGeXD0@4ZRcjnkB9d4-cj5-f+b;OILJtWV$<-Wma|ctjJ|L zay_F)W)`mQT)ue7l_}GQrZl>hq1$gsX4pm1)z!)>#W9@Ag}=L%oe^`p-(>wFwW5^` zh}A3lSXNxdStmMru0S(;C1IXh*~j(@zN(eID7tVqh+{Zk5dK^(dsU3fRj?s3HWPX$0VQ8?G3VOv9CAs EKSh%ASO5S3 diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj index c8101e9638b59fea45dd24a245ee179516f1adbd..8760863daaa64bd45002a534e5f31b1f6876c3b2 100644 GIT binary patch delta 5062 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 a-lqar0I#TV3>~V8!K*egpvkUK;{O6lAqUd{ delta 5074 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 diff --git a/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj b/blink/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj index 502c9f58645de6571d31306ce5c78ef0cb10739e..1ba00da44f27e849932105dfef3222f609e5eec9 100644 GIT binary patch delta 565 zcmXw!Pe@d85XXP>+qb^oy6>r>)&`;b)b_ny1+j}A$~p;xAfX+CK#T3qvP-R63Myt) zh|pnWI)>n>0tIFFV1gjhv4cXVK)l&Wtb}ITJs``wHCR353qnk3*_78DZbnk3)N1TZ+@hUYv{s~rP zEu3Agz}U9c0Y`4l7K%9pQpOWv;_?dPqK}yqp!?iebV%kD;-?_}Mb@J7BLB1o~8c+F+ z>IQNe#NVKlz+OOZkFa#edU0|assU1Nw+u3MvOEs>9ICB@*^uEkIBIvZ=$FwhLhib- z&X8pympp_>1OW@Nd-a|g%|H%K?OZ!yd WKIHd2n)VZK+m!l??>rCubQq_rqhC@0 delta 560 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 delta 47024 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 X)6kXSq~&w)pBi{{w!iQhF<<`!xRyC# delta 4347 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 ZAfq#6ZoiJPI^f`h`c6A)|_qe z63X(axycgOCy_##mXH=m@xY}0QImoBPw-$!l14#EIS4AroFSbH{qg;L&pDsZIrp4% zzhfu0iIduiB;WeHy2)pjg^9e=O!Q2!u*0{R`A=NZ6U}!`qUjQ%Nns4vAb)S)2$ekL zxhKq=LG-E1xW@lXm*+?Ps}E`O76$#5sT(08eW5HQr(Gkm-WK1;h6A^wa&Pnm1IO`+ zKUMjeR5M$&px4!#A9?K(7be_{OZe6QB)bgS0iDGE)~w_~;CR7KnZ6+WUm?^40kT}g{q#J`obq@KlF*2laX%Yt{b zM&9I!!x)Oa}t|` zty5{qN-I;kU8YI{L=Ea)tcaI4IWHXm5R%xO{yp(tyaH_zFBqZL~GOm z49BY)vZ8NQZ;JkLl@@)QB8jxCUit2Nby*@CR8(HV6Dor%@y8NHVLjVxmrJ9m8-B5O z#@4ti`wb7{DK5nlyO!TThrN|+@V;Hgv-sMs;ElLxCj}Smm$)9;($=yIQrYhGwOyC) zmh_m`JL0#$UihMPo6g4z;VQej(B78Ns+|}2zMOT2`Ujj>vcr2vob1SO(<-NLuzzU4 z>3g+*a93g5`T@N#+cmn5&tu)e41a@h!Ckm1IE(sxhPPtB;Lo_8zs3`oJe1=(7>6_b z0(uVTxC2GOTj)L_c46ko9_D+fKbnzp`;X>$CH@fmG&YQ7_-RZE{)3;!8Z>VVq45;Y oqj5aVi_s&v1qTJ6$3?+IC<>m(1Hmh(K9-i((JlBL_8lw#4|J>aFaQ7m delta 964 zcmXw1Yitx%6uxJ=yR*A9`<&?$mTtG%E}?~S>ElBBRH&6`T@y*rXsHEPq^(dWWcfh@ zY$4r}Vjy3dAdt|Yi3Xy942hB^1_*{9D5(jL`U5r55);vA#0UkAXN*j8zkBZazI*08 z?!=^0m{bnOY4%)Iy+;d&gm6uh5G|VB>v@sr9zIda8$G%Z({3S-FynI!;qBWnEZol* zg_*hG6XJ}+IL7}>SJ7iUR<|f>0E6CziJ71f>U>F%SGyvFzL(FwY{-8*!uzVCfd4d3 zdlL)4)P&HQm4M69Ywx>Ew*wQ-jgRn?_gQ)umM=|b(dUcP@5uXh(GfiIO~r4rK6onp z9A{I)F=)Ug#5P`LFP}ukaZLLyx`3bk&DGZfLM*t$oG184#WCJ>n>C?&Eq);^ghJ#_ zV~rN0``DzNq&QSP>Fr~MqNwZ8pj)vzCqS7;h#FTVW8z1?W|SG%xh;tu*sFg?c`Odx zRVs9ZgKyC`=7Bg<$S`N(Q& z!qrHcY&?vtP>*p{LO#HXXmxqN(?}^eZLb8oeeyeQpg_W@*0=aAb(|jqwG|L zXp*}yWW;KFS>Gb}u)bBUVtt#OXJxw_;s18Xv+Q|VM))N>BM0!Av84PO>x+7lb)0D8 zmY3~~(I%&5Kj4v(pfnblNy=fhxt3yh&#a-(anUTJR(xZ|sTcERKUE`J+){FiBb%L` zwmHsj(W{z%h|ldu?N5u>sZ_8-F|%rc_4d|xveuT(1J?HJ(AHrqJ3Lgs+}f~n^Wd9y zqOC%)*LU=*STgFjXSxPg(iB?vWq1aM7~jAh#*0{*&(KR4Vf-Fn<*!l!lcPDBL12G| zUPsUV9ChF(<1D%lux)>FU=#6RmyTsP+{jpt>hLGqN6}fx&aG##poGNxw|{L^Qam%aAG{n^Z%HABkXIy*JB3mv2O~0v-&)e2UGL`x(}wxZtUh) N$diBaaijnH{slHo_Ok#0 diff --git a/blink/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj b/blink/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj index 93883aee5827295fe3c02a72c0d1cbc84eb568c5..ca5329f431eeecea4dbb94d9afb5b8dae959ac75 100644 GIT binary patch delta 982 zcmYjOT}TvB6ux)votZoBU7h^PMwyZuqDC<2Id} zaQfP&IUz;({{JXcTSKf+p)))bwLv09pOlEJ&+uSVvJ^-^ArG#fLI*{tS0xg9B?>rK zLtTB63rqRAiA_)Pdxa1!($_-tQtBE&px=)c(8IK>KqX`Xdp9T{rc8+IOml>2M_3s$ z(;6WOs5WJ?&G?xEx0L2MFPiHO)b%;$20K|Dy$OxXyZZ?ei9fL#&nc!!LgdgT+_Drw z@^zSD8N(@Ab6+14)PcK0MFSBnMWz6b}@8afXVwLbZWoHV1=80ZsoNT}2tjR6`AfM%PmGJhyEeZgHa}ql@r=n0OlruF&6k|~(pVrK4?NTk z(L(sBT}U{KErwBH-o;<3aDEWN`iEKr2XR4&wT#`w`h||v%E72ucd)>$1*~%`f)&;3 zMhA_scmz8#*$W+Sn!EZFuE3ciWaV+ z?P@x)HzXe3#%aV}mtB{(a2mEcZ)9P_wHIxjESZlcNlTJ#VFefb&A@Nu(fVkQv1&vc zlNYGtYwPZ8^>u~XeZ8&W?uf575-utBHFt!%+I`LELme%!FU5(k4c0Xs4fvbtYme6i zg0<0>lpzYXEu!nG>jtfYWjjEhL!Q%5+u*hnptJA|<04dN7tl)R%=Xe;n8?nhC*d*1 YYw!+Z7z}SNeG5ex1vFrM1S4MeAKTQeo&W#< delta 988 zcmYjOU1(HS5T3c`+`DJJ*JP7zvc}EL{=~S{D61yHgjT45b%k0sF(sf<#gIs%CT_CP zh@w%!2PrL0heBFX&4Xg~DX@7>+m}!%hL&QBpyEpvOI!LwBUDtJ*#vcA=gc?XH{Z-T zcPcxX{UnYv6N%CONeys-|F8cnbRIIc&_om;mc3h$6}TZt+duK4rlgdsd0!44*uf5# zu|F1M0y!3FZ4V5M3U^lIV-wG!;eRavr!d+Jfo611G6>8S8*wYPG}r(W-1`^-JW0Sk z&{F{CU6p3$k^>N8wI|6klT}gr(&{N|V)MXmbpI^5(Mr{U*J+=suUlZE;t5yFHF8>M z%o_ZGw`^t*zDk$X>hT6nO-gx7^g3+hq`yQ9(P*~GB5#cJ4T4!;0vgokLTym*@KG5u zn{b*ZOug*cT(S36Pg4mPP^WpUX;z~wQy_U;`7Gzus$20s4eLnl9-uw9#(Ic`Df5;lITFveV6v=H+FR$cJ>-j^o$# z%#Pu6@|{>@n`pi%jad-g(wJYV%V}u6Eh`L{xH5ig??1-g@7w@Uk_|iz%4OFHCpRqx zh*r^zvjw-(Bj-fuIJX3YZQfV>DJ`wHQ$Fw@qj-=u0RC^>4gMlKqTkHX@~?40`FFUk z{e#?V`{NuPP%)-g)T-|S{LWG1JP2_%Ez-PgRexi^f`r&(qH) z*7Ye{xM!BDH4v9Oy5q}u6~rG(*V!e!idz%kOW~ZmmTePh$e#j3^2{spscuT=m5 diff --git a/blink/build/esp-idf/cxx/cmake_install.cmake b/blink/build/esp-idf/cxx/cmake_install.cmake index 605218e..097e3fe 100644 --- a/blink/build/esp-idf/cxx/cmake_install.cmake +++ b/blink/build/esp-idf/cxx/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/cxx/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/cxx/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/cxx/libcxx.a b/blink/build/esp-idf/cxx/libcxx.a index 093ccfb3c151aaa508436441d7bebd35461470ea..3fe1c46c6c70937a5f5c8e30224bc9fc0504b46a 100644 GIT binary patch delta 6391 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 C3;p;2 delta 6293 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 diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj index 4ed6caa053d07fbf11fbe6a56f1810ef9d501a24..221b3d739fa9fdca51f13ebafa1d25392094ad53 100644 GIT binary patch delta 2959 zcmYjS3viRi5#E(#%Qp5&`Yr2WOO}LeS;DeqS+WsNTQ2s*1jA6f;TbxRgv7;^wt*T* zVi(GUcM4tLhnU1bNXCR@8exNy|4V%1}(d+w*2t9BDWVaUq)D!?D;Qv2ehOxs7pfecTiUIVOsMu73 zA5oL3(Dr2^fMJUBMK@FhovbkjVcX&2) zxx1eo40<=1zbo-`w!7?OKo^+Pis_2E9K)nosxXTlvCPL9{la4JoXZrA;+&gT7QOtP zDe5u+vc!94fMMdYg)1QrWdh`g4qjS_t$qNLFlPgp#ep;ci@2Q!porPbI9EKO1F(v} zvt^!mK>*lXE-{uvxW&30fI^XD1Mmnj9Kb8) za#eg{8YeMaoaeOsqMHd7iHAH}EOxMOK)h}RC=pf8m zQYg0~zLgiq$uqmT%sECwn3Kt|i!P=pS~&p_bC?^7e<^Z%?lWgS=r7X7TxYJ2Ge9wK zaNp)|IrSn$M{?cXcX_!?5i-h>*K>qnVl`{B#mjmQ4f=a@FV`!+;%3VhdpPBE$lFLo z))L%LldPWHLQW0E1@_j7%iLdjafUjqVdDT-MlU|3UTYa9=(2SqMrdK)6S{{E`eR;I zxPkc&Wp8ncBzuducm)vcy#FXBaY1$BbEe4IH&DzLz~MC0R)kH|Y4c!|x_R6}@7tzC z(|Ds5x7KBOV4leIl|l_$!Q9IEDIN{yg83}f*dvxFrI%mRn!voDI_(~uO5OIook`AI ziD`2VFn93=DRB+k!TcGQS*g;n4a~E-_DZ#eIfHtxo-$IyoWVHer6e@W8MtKpQ5sgj zoW(t-jMlIP6myRZFh*0D!TcWm$#D>qwASgt&uAZy^>mU)7yZNOu?$*&`S(7ZKd;TFD8HcL6y**L zrzm%7_tp>Pvl}|Oyx79s* z!#f4n(LJvR50TC1vHVc>%r(t|Nt988Zyzdj+qZ_tWy4P^HGH-d7Y>>573fdUG`~-Y zO0_4Y&H?{aTIWyTYWmRc!^h~VzY-rON6`YTrd35gJV|d9C9sh$7d@w}=R=`1Xs*Z+ z&rn;jPZ{7-qBN$|Ht;`2-NioM?xV$xN~t^n&8bNb_$QMq@Vs(U9)vk5wF~^er8fhW z$~nG^lzAyNhceR5z%Ts{x$v_oH3#XEUB5V`C#IKc9;wdT!HsW4-D%gUD z=~w*SOoq?`Wtoh!E#<^fs%S;Xr)-xEz9XgPR9>fpp_X{N%&=Qi>oUN9STfm_vNM9e zLng61rAP<=7c_Q6!f%%a?$Oj)%ppfA_N5fr;NL^)h#v7%nT|=w7YS_X)KuDpuTWQM zE&AzV=`qnLqdy#+ZVNWkTj2szQ0{pa4(gT$-=TBik?uw>>mq1uzC<}%6OCs~pD7bTX1!tu(`T-i(Guj*Mm2(|voWynS3Epy2XW75qt7P*XA6n*a zaFawI4Wau%6KyN^qLmJnPr}n=h>XDlR2vBtBsqY!DEA6;NwaO|JIERs1nIU7v?4NJ z9-c^u8&j#6?^;yEuVGETneSN$@8wr4ug=+$&hN6pc8|7HEaB%kD>}pTH17+DL;Pr< z(6ft9^ykW3e3+h1#h+=EUpN&!#u%T&z}S@RB25gO1JL{l_Zgj@ML68KXzkxn+z_ zs~4n*t5eGd#Yri=YBIv&xOzm257cM{iwt#N1^eAU^q>N3P-i%*j;_SXxK~|U$+Oui z#s*iMD#b;0w-mG0J25Q9^{P9LeymrMaV)_lYO54)tDB{0Q;)FFrFE%a#4*66GOJko Si5iu{q0W%v19e3e+W!mxZ*p7! delta 2990 zcmYjT3viRi5#E&q^7AD9mSxMbEX$H*3Cor(`H2DBV0&<4<5JuKLrRAbC@#3>m5D&~eZM!BXu z{D_)OS+@IG0EQO(Yi!KZ@pcw*BbLx=QyCtjW2ORoVmiRcBI`0X(2q;t?=jYQl~eqhl?P#xfq_^_5g&ZnlRx9}tCZ02DPo4lhy@*ILGJ`}o5Zi!zGWW+W`g;tm%cO?qK_0yDH>>^WiA%bFD+@^GaS5*_|(ZOi+%hZ zFUH3KB#2XHfJAZA!j%w5;{lRI7cVWuMh}2Vn3Dj^;?M{Hix^4;P(&BgOA)hm09J9E zEmOq`0bmot0FWkTFyVBO$g9}JS3G8j-*dejVqZ6lOfiN-IK}#8fGm-018|AB9Dr=G zf~(>dQ#pwo@foM(5xq>vD<1P~t|0dHiQQI!JRw{Feqqf9$QM~`9~8gkjl4i|s@ch9PBt2XoJ?|>*vb^eY)$~gH0FllYejC)Bj&6J{dIaH#h&8e3{X55 z-M5)sPQCEZ@f2tF0bVX%1dOue^&BBltY%G;*rMmqpdX@#DcRyHZnh-xKBqhqQv1kj z&BF`SWOb#ab80C5$lf~fFYZ;nxJN6kLE~wzj9%QNgVq9UrJL3_FhCutvvm$TT}>?w z)-d1U>@9Xt%idxSuK;2Z?>~wrE~rl2W{RAB4Ml7|%%tfyFSb*+&4ta>%j28$k*%fp zX*O@YQ|q!+FxN4CB}>CrFwf@v6qklmzF#M%U60V->BlyYO@BMnl?uHWevwDFVk?0a_nfwC@e9yhoiyDv)X8=5uWR)68%RsO7DzO9C6 zPj(Bgp@-QnJV-XT%Q9c~%%En$BpRu~-G_xV0^%@7tt$ zSLBG7XhE)9InAd;X^g3D;Q1c)=DK;i&*U~Lx$*=|iA}n|Gm$cV%auWS5N5{Incz7` zANs<|*L)W#&&Sjp%0mx)M?8vLcu7pnL3(7@FO4a(z@ySYo|_XN%nRdra`+o@JI(R8 z;x+m;e>amMFke|Bqr4k);wT|n9dIj~WP@*xsX3KiIvi*%StK*;)zrE;@Enp%cEs$A z;OUY{?2IW!g69d18CBu2$O7-x)CtVNC>4D%MG|;UkveLxSRvCf3Aqno18UB1MwPba z*PxTW$UiG4$mma_(+m8~v_I%D<;Xoxz^Jav{~=uumOCfN8z+RuMt(6i_?soFMB@OX zxBOFSR6!uPTN0UzM!}uC!#`sLqlIXEozX7;J~_7%jZIwlz5c`u>Mr=FbBAocbHmGg z>)$WY`C;_PA5ZTVW^-#CEo{O8GK8vdKh=bMjvsOWt2gCK<}$+e9^XM$UlfeAy+*4; zb8!<5h60#GO3~cRb}zq%)fr~KXCb(YU$NBj_STX7E*oq^^iI)>{3s_Bx4CBVzJNH& zj|PhW@cGb*6Djf*Pt>!ixJExK_HkeK6^|>u#{ogyke4;+f5aD>twTS^-r9>~>lCBd zU);@>W@p)$&8|{rcqzXHZ-;#*E7u~uGg{Up(3@x=?89Ht{cwacaYr&RhsH#n&3MFt zLG0z%nB9Z?qGhD(*K)AJF|;#c$2)X_P5(yMBQ?4wE=n({#>D<58UIwrr|Fsc0_NCN zpNYq)r+&bM{6C>CqN|Pe@3c$wlZFgO9e08523qwe$^qKuy(B@!o1Dk=9_nojbIMm1`C0i$#3Z7G6kTVYgOks@7f46!(=o{{31T3N&b)PqIrH*^$> zu^M&%KCO-q<0Rasz8&USgBl-+uGl8UHMLKQR`qcN^YK+Rw*);{tu~fm9(JmWr1*up tS&A3bGc0sZx2S(FK_8Rie@pZ5Q?*hGvpS1K`mr2@dOp9gAMaB1_g^Y!btC`) diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj index 4688d504fcf50e6b571f9dde4fb9755cd964e2b2..a618dc324e95c5cb24ad2083f1026a1ba8844335 100644 GIT binary patch delta 6126 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 QAI`o)l{Eh0zzF~Qe|fs#nE(I) diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj index edcad1792b28a8360aa2f3d36be7025dbfe51991..f2e07abe794788c3df4636c652144db14ab6cd62 100644 GIT binary patch delta 7434 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 F{|5kM)1UwV delta 7447 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 D15?m2 diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj index a76e56b5efdd0ed7eff4b4e8d1f90c7a98f5fcbd..4f556c4a306e4809dad98f201f9ebf52638916b2 100644 GIT binary patch delta 2791 zcmY+GdvsLA9mi*O@12?5+?Z9v!Cz$ zUh|uoyZg=%A06VGCh+6GPgn54TFIDqyUW&9SpU?8L~4z{L0rIx4`GwGz5dW_0Z(=1mqwM0J{%p`JDk(zE*#nc(4KM1zAtU|u? zZRGJxb)l>d%M|Pgg3mL|tEe=6fm6-D(chzIL~n4a)1L{lm~Sm8@FPgHz_O%>dcTux zd5gNDx{O*<#?;r~OD%_)I)uF6v0fpjF4PTfwq>11YIo6V0DNW9s}8xZGOPkj&C#3P zY`e8B3 zVepTNQTAi!ZY)MQiSFF=zflfS6oqaK8PzLgY9_4KS*s*d8?j64Ehm`zEJD1&vd`3H zJx^A*+<_>!Ta`LL3$@%~SumBsite=RGIfpKDzh!u(LGVxs40h*h>EvZD>{MqBkESm z`5vE<+0IsUW1CUqbezY+YrD0IF*S-6{M<4f@5z||h2;oSYmxN}#zLmh)Z!_uEO zbK!DY6v}(ShM?nEfyDbP(+1Qa@r#ye1KtLYSf&k_jN|%};W#zrAeOV=&f{<(-^-R6 z)1Bez=^IhsL8FB|rh37zSZvYut~=))296dUHaHERdE8V{HtMX zT1p=+$+mxjD1SF9qWU;?|FB*Zbp*Bi)38fd{bBGaJ5N`AyS~h;_Ipv=X{*vpB)mCw_+;<64;u=5_12k+TP{hP!8FdRcmx zqS29pT@~||V&|d-VJ!1rfJLkzjA7nkgpL=4O6ENU!7m6E%v%c~Q4q?R_iF@A^75+u z>z|h~Zx&izYE1%3=1HB5rW5C)zKVhzVcz5VThSTGMQD81%5+IRI`W&Njh8H;D2%Jv zn9XteRq8|wQ}PD-U1OpHWsi&I6N)DI*T}szqr_}LlWeBOd7=xIog+sG;$obR#uf~w zuz#Hr@9_rlCc=DI#;C4lu@Sw#A|Ep=?guQ+!whjDPD(ES%X+T32aC8?9-yI3^kZg? zoI^=F#BR*oEQblcEqbX;wMl-Ts-7?MZ=w6-yMpPrV)4Ppa36Qc)AWa6k%*vIPs+P# zjf=$)(mo>}BIpy(!0eCmEEvZ2xcKJ&+-Nt+vZ<_K2&izg<9}{|7WC1@qGAS`IjTtI72)AH&Nht zLy!7v5VP9QF8>zL1VfMe8$oG9d;BPxJJHb7{#~F+c}lS7{6~N_X7WY<34JDB6{CLy zOw}3fpg&*N_>-^hM%7b|HtMedH5mHP{{x!UXy~~A2E3aLo$$W|WelD4%TZXfp;P|H z*qRnYU-+NvU4Co*ax8Kt58|kmzY6Dbc=8E?ihF5>mz0f?Q{|UJmn5o_M@b5t6fvK% zF{jCfrLNMm6F=Y$`pLxlXc>72_cgylI;;Kn@I}e_q2UKp$3(b4w>sBFYeq2Ta|`bDMuYdvrF zLQ1f8_I|!tFPXEDzpQ^t&#eB2o_q9y^VS5|O#RY%7xQLa*0zwZ&^dZ;)4SWI^8e@~ zZIigvZhIX+TQ|1XxvT2wM(88;Nxh;y&Qtm((gsPpGOs;NT2{Y8)}#7!dT!F==GIki OnZ;NqZlC=WzWx^@OtF># delta 2769 zcmY+Gdu&w29>-_So}HQ9p6>41ZA*JwTNVlwDRh^vSX7`@@Cno=D55pKXr!o6K~Pj& zHN}deKn9E&5Q8s#Bo>Qrqaq-RuWB?VJfsmt@Ls&Wa*KFl{C#(3v-kFoIs5s}?>%#N zJJ8Mdck?wv`FC5BLwGhN8S~Z$8M`yY{_oFmgPjX*VgXlH6)_fY8iYM!H;4+tk#s)UhPJlb7PU`QVdG^TGwzO!uPYNoEB*{G?O zDcC*)pJtd>GBsSE@({d1Aw-%y&2EMHjO9B1liF>#M&AEz=+)})_7l>4ko zlRpKu+;3ShH5whQvK(Y;iC!-=>DzG;wNa~FrdFfkb=Hb*;46r_-g0inCuF8=GN!S? zs4=?E6X3PcT1A=qCpvh{GF|U!*xzKin5mV>`nX|_rdg)5DwCA3dd8@TT8gW@#jv8g z^@;vcHN-W#f5FB=#f~lwHTnaP`wGr;^qf$JKd2uJP0g-H>)XvTI)GXv-f5W*;4pZXWjcTiuIu}TV>Fa~XlJ+G$K^o24=gjL+rkr)OHp6H(ZU{6 z9pKL`=LWkaJe61LW8s>%6721>{xq&V825g|ijM9m_<-G~5o`v3W0?*uhWZX#&c(jG zDAP6rR)>v>@h(AEKUga|wA~p05zBOF4`511EmIYP=<-LyIJ8mv+oDX%aYXsWsEAsG zYxk@5qNx3-@R?%M0bq+XcbT3qzQ<5<)yLlrirK1WoX=%G}pKFJ<0rjJm{{I0@#( zbt00CpM&~_3&Pc8st}E~Vc! zCMKiolOnl~G=P}S2#?px>)c|b6|HyX?C!TZ=N2k9SzOT=i*>Q(s=_1G@Dk@ju*G(nfx z3$u^pNP2XOPm$^4TtWAWwaE09yq|VfiM<%iA=ylE)`&MSgrDRtf_36$wEw4^PmhQF ztuPC5Inv8Aw!uFibExFI|!Yrev8hZ%ay?*R?ZQJlT&KMAZgn>+npeIiyF^^kUy(fa+_y4D|k&3sfn z#%Kfn-Jp6y-}xV4SYr(x@ejg#oS}dDE+*7q=x0BM!cvBQ_mARe(uR)v|JJ>JV_i3z zoX7*XYGr#7>NK8sgfTlqZQN$bP<_2x1B5B+`faL#q8WfV{AG_9R_4z1<- kE?SrAXK798&uQJS|Dbi1PM$fce9h^Mwc$OpfBBDp1Nz6P*#H0l diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj index c51b5ef031f4855f6fd5f3167e4bf6e169433786..9dcb42e9952d27720012b099714b1260e054680a 100644 GIT binary patch delta 6702 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 delta 6714 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 C@~->< diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj index bbf289a96f87173d0b7cacde418c262730e45c4e..f1d720a87844f5e672efedbd5c3738a7a3415090 100644 GIT binary patch delta 4646 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 rHR9O+9UzO-H2%za8ZBI*agO(CH1bIx delta 4612 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 aw8}z-6S7|6qI^eTuWVB|E$Og15)i@~6~y2�G%@ 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 diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj index ff47efb2ed8d67189c0e0a5b90f05416ed71c243..a956bf93eb504680639847d46e18694666c842bb 100644 GIT binary patch delta 11819 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

rLTfhP%aA=kFMj$>k~ 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

    |ccZL_ssBR;!LUfG6*k0)O35;+Cm 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

    >>!N|5uK$> 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%0Ao9Vi85x7FUp_m!vH8b(p8 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

    7Vu7Wz6u?rIk)1T?i`1g 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 diff --git a/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj b/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj index c1cc9992b1b57b889dce9a67228f425e847fe9ef..5d22c8ab010b9366397d564e547db046439cd13f 100644 GIT binary patch delta 764 zcmXw$T}V_>5XaBlJ$LUNSJ2qI>#psZ+nTrVLD;%8G4bv9?~Kbjje}>=*6gqEQBH{gP?*4Dxa#CqS>PJFn7*>W_~ks?(|q{EL8|M zZig1Z<;oHwd%shNgGg^6qBpsOP!v@qj}rGU^TpwF#{_@c9Bhh=j*P!deTqL{MVRwr1P>4 zUebyT8%Zv7;t5XIaGe|LxS^3$8|n<6%fL}y$Ai~+E-x-|YF=hq;lr=&`|*_&A|Eev z)6F=~nE?!OG>C&VrRH@`aLcV2XLJ|~8C`@w+24j0tQX^VCYgAjtF~h|SCwFjl~R1o zv@*QOPhE~v+{MBPRw~e=2~mlw^hFKANpd-Zt$UeMi{-4>p=5GB8mz>zntL^1nrV$V z$>iOb!<;7E$DC$d;`}|r-O<=0z+=4NxY15SP7_vW);a6F$E!lT=@#>Nxqrw1lv=fV z*r2nT4K{t#Ja8th>Pl`p>^lY_t9zi&w)%T|ts#4GVA!&U2X{uSu4GStuhli$lRTQ9 z_WzdY>4M{4xJYVM0`5>JTb<^r9zz@TRgc36eXLGEE>+cx!#XY0Bw&qxvHyuicO}3_ zkJz3jPc#7^$c~o4JDQ1x;RoG~nqbn~sHq+f@_(VJ0yhO>xll`GF;g99O{dkEo06;@ fp~;vDr)Vx_Dk4PBV#U7h2tOOI`v33?{XKsGY?GTx delta 723 zcmXw$OGuPa6vyxR=6;Xk3_WmWoX@nJ#+*v?1wLkI93MrXF%xAAK`2Nedy$b!T9m7v zlyC|{P+UY|6gkXFq?SFX2tr7#g^?SB$aXCX`cKha{O|eB<9E)v-`L=d!Lbs$mkB>1 zubHQmFJ&pUYRgBebrN2s48sgdz(~5!@ZkyN#}%%99!RObGiNW!Ny9BHWu;7QkduO8 zy+pv)?{eYWGG(}%rr=e4*inl3a*oPRO$2$2l+t`a7L1zp(>@f91Ro$%Q<3r>kwQ-u zwMx5ZKh4R6r#qNJy%X_#K~bLOFrPJ)@-E9-T|^nF(6#n;Ac#ApS8tU#Ut=kbHG-rhF{A!vzP|OYZbS*g0qt=;ZLvzxrx`nljM5zYUanFweSUyTe%#Z zHtqmt7tbJnx61Eq*`p}npGVw(O3qkOT9I*UJeb9*lx%wh9+vxe+~?A6H_=zQYWLD1 z`ECd3V%Btwb<*z^=z+cyJy|PsoU-En*4djIhl6xixGqgI(goErUH5|aN`L(jotBmQ zH2EafFhmQIX-Lz&P~#9S%elrh`Q;V#lDM%nElFRjoEGIyEP_8Z8;ep{K0~{N<56mq j8fd?CLAzxXdS0gEQR7#MypNZKdTQ|+*x>)c;(yN{PiBtT diff --git a/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj index 67ded08abde45efa58ce936aed304f093156dca2..82fa36cf7819bcead3449b5cadda83063bf535c4 100644 GIT binary patch delta 4186 zcmY+Gc~Dj78OG0dmvb({MNmutMM1zN1|deHq(ZcDA=>LnY|W@6mWWu9MdB8W;MJsQ zK!c^en!4T8v@XPYqr@d{*SaxH(=v%|BiKljHc6`;?~LhaCmS<;A6}gK4u3rNcc1eu z@Atglxx=1T_uf`_bGq8mn(?SNxIWG>;y&na7^e*Rb15@E$uQg_5)8vNDmjl`m-2m* z$R956|NQ*q-(KeYlo@#9vZnE1m&a?wQre4=p|gNoSKy^+|-XbMR*|xW2FiY z0S^+6V$H$Aqc{XBUHH#jzBN=h;AYNB5B6-FjxX8rpxnbeT=)nkj}TtTjkHDz7jm`M zDB&;oP*#rc2=0M3T6i}$%N3rAHS>fof*%pS?y2A}W97@2craf0B;O}1UwAWLBJ}3M!)>$MRn-JtLrSc^k6Uu}eu)&gEAG}n! z9T}Gkzl`LT2`|TmsSsX>qAP_0@Itg{OAiO*6R<(EJa`>({X%#i z+Obu54F8H)Bzy;pZWAs;(c6VfaWQ`>yaBvJcpDD0Q#gu5cM0FZzPo#4`37G?@}Lfj z{z~{fCci2CKBD`La4E*`6TXDg>=&MmRvr-Ej&%+S=U{G2568a1;~P1RzNPsByywGRNcWZzj{h{e0*V4KzB}aaOxS|S=)!-0X0Xr2I2Jc zbVqSCs#te^&Pl81bf+9nneJ@GG0Ju4G*+(Co!|E{#v1B*-TDZFR_jg};jh)5c53iv zj(;CvzM}gE-!RpvJNZbiNq73vKmD1(z1U@^?*9ylhIHps9N}DiKB%{J zXDytt?p)`0Nww+OBLbnFs_MFz8nQ$VyQ-kAO)SY#>JZ-vj8DafFcdo)|*PTz? zX!=#%N=4Nl>COgJeO-54D5y(!Dv|C#bSH`{|Ap?fVVzsLlb6K*P^qYHHQ;1l>dqw; zbWeBoqCsElju-D>x8@{HM_ZNBt)r;X>#$h?YScg2Vf}@F zm();)H4FzB=CH2dt$D~{wPDogUMt9bF^t4cv~Y}LSQ$?7n8S)k6CZb2FJWS#!zx3E zzVEPtIMFnR^(+dTp@Mo!wFq~XV^}9<&URSaG4ol6)qN*Wb73v3{e18*n=|-M4xg z5`$4&99DnyZL7nYh=#oGuvVhfT@I@SufrP-YdqTa>s~8W?!c4y@jT!dmP+6B%MQ43 zh<6+hW}pWr9absIJL9m9AfxjR>+-S6{+_su+@;H_%5tmAD{@zq)hu6`Teh<1(J{G; zD$A=Yau=;GuUt&ahuosc^B*|2DSg3Uy0Oo9>`r0b5;c~p_SU8*`{ zyNo4t{?IHHNB-a1Dw&E|vnb4(N8PLwDR9_UMHFKF5k*-`s32^sN@`-Qr7qT=QqJ49 zYNmSDJ=D(HLTN{Ab)2eLFHnT_Pvk#pt4=Cr{hY$Acc`27I|{Vg%10sAB#N@8Q^7m7 zdYGD6Cr}sb6v{bftJkQWbqBSx?xVEhwmM2xtmi1g`X2dD*y^uT%=#&XS#MJ}>sJ&w zX)6zfSQ9A9I*1D1wbck}VjW9etdl6`6e6x?olEVkiz)3iBCcYsqX=sQ`OhHYV%EJB zW<5;Ztfwe&77>S7Kcpz@4JtT?h?`jNQr9_-xSU2u5OIA35x28uQQCP#T*W$(BCJK^ z{~aPOW-XyGYbABF)>7aCA`Y=OQ(j@gZSN+i1+@R#3!GV6#}CzK^n6FA+D+R# vhO0kPq+__tJ&yj>F^t3XcMj*nj$^$|#ht^GZ#EjnkyO0V^2e`T&)@$6?k&+C delta 4157 zcmY+GdvI0N8O6`Ok8>`skU$~{LrHED3@?=+MQI@<4iu!oA)*d4AOwWrT>^pf(o0YV zu!w{Y%A?p4%DY;*1_UuYLSd{GM}ktoDXp<|pww2<;?z=@cCCD2W}o}Vy1%pb>)UJZ zbLZ|zhPNlf>vPP;Wc<-+Vo__yY5ie)$Jt?=rccPYv2@1?=cYPNs7Gcmm?0Cpl7_EP z^i~_RG(^GuvWBrG)QeQWjHIW0jxTqgM?IL~IL6Iz(aXKp664*as5|0j zV9lueEY@=G4~(`?>4DW;ADeL8u~6gw4rttKu#G!~n{%%?&SZQ|LPN-%3oGp20EgX2 zP(s9gp)J%2uf|f*yf6##B5u6JOw14)4b#od;v$h)rqkjwDs=O*mU4|2gE5txpS6nf zI^jGy?8XyMgfKikXBh^h6rofvL%9_OdL5KEA~i2lc~v`bmhu<`<8@TdB6m{0&N(|P zcR>hVj`BH_@8v2F34`-<5={$tdBYDDUUsuFA7hz}=KPp<1tp@}ICN?;+(} zoPqbS@+L0!i1I+r*-QC-a-s64k(qetqYr;$!(++^acjJO$}4e^yzeXjg9{8$&TR!Q zQXatK1}bOc@V#Q?^PHzdd7cc6bx3UHDudNIfs5k}QQpa!hbnht-cKr*FoI#t%rp6+ z@<+G?-U#KsoM)u+EV8eBhhs-67x8>boAW-#LwrgbE|8y5zDXXVe3(UyRSxrFj8hJA zd(SKXn|E)5@=hN5MCCjdTBdxF^Gs5XrY7((Ss$`FV2bhzE-75_S=Ypgl$Kmzy*8|8Tvf`Wc^n&*d*WBb z6XlznbffYF7QIP%JTKQ~G!9*LIdAP>|_oTNxoj#5!x2;duX@TwRW%!G2=L1>YChxH`40EOJ z-=VX{b{=JNuh~uu`La!3VjEZ4YWvHX=o_~4IX6&kJMEb0Zrdrt`(XCl&U`v=+0LhU zmrT-jiW5AD!?x9yx92_E8BFK6?aaUnWa@0^IbNQ#wsV|eeP}x$(fQbRu7r8$^|qDH zsxR8k5>|c1cJ6ZdtF|+h={DHTbzb?u*v?7L^HSrzPAv=i#&)*x zfc|4U|6`wfmXlV(V>QOM4zR{(zzU~`N$r>T7q9gLftJ&>ItHvCvHs2h>tp;bncRSt z!wozbuuk9y#dHr?C)w-aW-Ebnah$XZJi^|AZWFkRz5y%7L;POAn#h4g0c!%U%o71? zF?aNXfHjJR4KoQlrFjf@WT4vxj(jR$z0Q%(2CSXD$zuan1+C`;);~G@q<}T2>4$G> zzj!%;-eGI$krYeWbN)$i5+SvpYl0u}H>;%*x>4$(J0yO{H*ZQg^r+N9 z&q&%~-<+2+=pQ5ry&>jZ-`ti`s3X6#Z6*@}vyi$D}aNK3T9i;5`vryuB|zvruukLNo)=RD6j@A=-7zBO~oaG-3ZuaFoAiDiOosaO1tE&io&vF0ZIhSZ*HHb$}fooy!g zkJ*eaK>+bbU9LE?=#UIKme5lnJ=a?gp@l!7GMRT7GQJOijjv0YzQ%hGV`cJ9)VMhV zSr30f?B$Kptp}-1Ms;^X9)`mz|uZQz|9>u|mxC7cCKg5g+ zxX!B7LVk^!V(tJ_!dom#mGW0Ogg69d5jV+7r@OcdGc4mWbXm@)p(^9;@La(*Fe^C% zRXJaUPX$k-?<)RglP>2td88pFRB#AlF0$-{tJhec^0+YsFScv~bKGE!T`A8txtmh% z9)XSX>r7*B&x~9cfyx>amuv03D01{tAHhjXXUcP0Ve<~LhU=o#oGQTFDLLw@rKpU# zD(QT}lUhJ2Q|M2V0mF!D3!}0jZ5|CKn$zAAWysbUzFCIPbDZSAPku3c>QUSY3VwYv zCMcRXoH39@^@&37Tz_Iuguch}<9#x92G zpnM0Ol+~BQ)F2^MD5buV`M)7-%D9EOr>%v+CtT$^|qMQ zW;xnhLlGJ6ZJ|4|x^IZeMUPzqb2S#GVfhtnp&!zGISivg;10=%8%8_h0s1ay;i7nHheHrD(9!JYW` F`~|)S;q?Fj delta 951 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 VYCfJt&Zim1{=J$ujP5^~^}nX?T|NK+ delta 5977 zcmZ8l3wRVowyv74NhU?-&2%#9p2@odCh27Iz{P-(6%-cMz+GI?pn`}JMG%n-s5q#6 ziy%Ia;vy{Q#Vabhg1|z6Rb;)2iU?Q42*^VO1YZcc;;y^*{wLG3dT+k3&z%3%IaR05 zqq@@Db{enmG#)CE6{}0fr6aIy6A}?nKm_D2%}Vi zR2Nv_)>?5tY6$8$Y4oj}R&q zjCD-9RTv3OtqSwcgNAVii>ivABbj%oG!!YVDi9*5u-w87A=0*CAYHxJO%H*Fj0ClZ zA~n5j06n6I5K`}CkM+Zl7N&9~TPq&Jy6+NnD6YGgW9t za0gb)8VmPAp}TrCFnESqGMq#@d=1SpcsL_n)j&NXKdU8x9Tmb2q02#~9-Png>msHe zBmsRHBmun>yAJ5SkQn+pNDSSClqkKj6jT`RW7`?!#>t;e-YaVYPySnnCvOT2;u#AN z-hePpq(QsJxESLpSK?VuvG%wU);^7NNIjX;sNccH41GCvj%5arts^xfFrdpK?7IpT zikvGMmq#9ism!?zOX!NoVgRhvMPqa<(UQfpN>HgsBBlYov5aS3i0vr-1PU&w*CRY> zIul7u*I&cukZ$G8=o#3!)?b6~q5q7qnEF=eXX>}HPL`gB^32vJkhdH?3ZCZb<(Wd{ z=|WiL>kRCpr~YjMN@2YcQM2@1I9;G^EMKVOB|=2>G{}qeJcPv7-@{KwAIK3Rs!yO; zVtNV!Tda$)aEXp%;Zm(JTBeU9`sI2zW~1a61xc(-VV;3Qrk%v;L19iuxXt1u zmP(i#X{=c-x6=J)L{6j?W_8O}W*;8u`_oz->_Gn{4uypI z7s|}6PJDpkKR7ra`!vsDYvwS2?P6gzBOK;%AIF5bhW9ek$7uWtgvA`? zV>JFLUVn5F2MdI`unc%i5*s~*d7#^$@xDR6FuPEHW`~dSgqe;6n>YD5SD4o$u;vsW zBX~;Dx0&YzGGbJcRVbgKzFEZsIuUU5-k;|9fFrTsr#Z%;)Xax|nqw8u`KXVxh50ru z%BoIuBHQL-qaKrmhk_ue%Ytc~t1~D}b9qufh|}z5RF=8I$Cfa^L}!>QeGH$AIDs$u z7zv)i>#a^=*#p~U{dGRp!fZqRnKc`ef&j7<=csP>ahfn6VS_C`Mnx>9$=TJilNM)3 z#{LuCWWMK*AwvzQNAvw8mdH>S+kW6uAE5I6C6k(lY=OD>wPq^seAz{-s-_s5%L8n zd21l;$f-q%|CnRT5-QB~yeD~q0%@#5pN8KBi73;SK@+`VoyDod3K1QS^XyG28zxC9s6mn+5Yz0<7=@ zXYhfP09jwaJAKF(U|&{$?#oA00xhgU4*4QqfJU&MJ?%t0 zpCf-vX(D|GIQcK9=0f@!IVNjU0;DgWBflXfz!qXG*qjm+3F|!G!j_aEBCJDrC77?L z1PJs7&dN5KSF-}I5+zXs^_<}CDHX&a!Ztfog0Qe|q%%Fe*zftw*e#9w(2n6}L6FZb z8QcTTGSaCvTq`T+rm!vh)4Z@39e`_rc~Tmsm@Rxh2-LrlL4IFZ<7hWDY!2^t(qK_| zUQ*)+8C=gABdOT(Mk&VI(*MPuubRc*IIBOeih5DWJ4NP}aX2g^CP``*R z57DTI7d^$1m>Domv1KLzEN2CRE#RyUS|0Jd4IGI%0fR;1QAv$^1Hs2x<0=mOft z;#Rqk{s#-3OJ0$k*P9Dqu|LS?$bHmadC$|C2Gq_bU*kvXfya3)D`uj8u2iz4dZ5XO89;dSk@WAP2jA%sXXRIxA1GHk72MV z+?CWg&j_aB__h|%q?jio^oN)&S5YUlm+`4S%rHjaH#`Xh^9?tGOIW)nsbViWf&1w) z!(dUkGpW&T1dp>ujM|F5fDxrcagpprPZWFdAM{qSEgztxF#Vj*n;C{N3k?^30tA!a zVFb5};NXb@PwVg%=dv!>E%Xdk80GP|jg+u&Uz zSyP;Mlh3hTzJT-I%`h{5LR8>wBoEf=gvcgk7lm zpEFi2rcLMAiG^^|+@st#u)Ph=e=zz`xw$wNHanB~8r`Mb(Lh@qZhiA3<*opF-I>d1 zuX0ZVZFBy}cKejuAJXm4^E|d+x%c9Cr?ZjAK34AgK)anSd~Z6S+!*?x%V`|RQ9Y>K z4#53RE2BfoT?=%`8OrFeavKn`Po3>-_=$370e$9t!RUx`w*h_OoMrT>a`W-NIOT-t zxoW%LUT($Xs(1)G>&Ms-cH%Qt`Y4c)#p7d0X)Gem368DH7#Q+>57`- ztbbrF^RzN{K&Pyl=GOF%*I{FsO(jK@DE5n)KR3xgg+(&|Ey>>n4>K=K^1JA8O-cEy z=oD$kmcvTq{D?40ryD4Id#Z%c2s%_zTakY~3RM;tz70_j5y8LrFH(E0Q&kC*ELZat zt9m9*Qhh@9ILu%}oTfYCMfc;J@5wt^q#_&rFu_-Bs={=8s5E z;zNO0%EF~MrsSare=AxK%m$4o0p#HV{v5Oycn_YYDIDA{<=x<$>p=#=lSXGv@48AU z`%zncB;0MaDb7~)lGBaPAWLahy)7GPQGKbLLYwNBUich5o;-}`)t{tY4SnS`)T5DCsBC<| zo{e(Kf+zyJk=Oj=Ub%OuVuF>gm^xy>)E! zn&p%Fs5O7TWq>B{pk6a@*1)UelQeH%o7_Mjf$pT<``hGxnhE+Xy#?BjA|JQOk<q9Y{YMcoX;K*ABKxhjI_K$x$>GbOWtEG#$3R54Yh`KNB=W zZ-LIH$R}-bGj)JoK%JjVhi3dpn>6XJBhztB`QgYid}&(rDX(<`G(>%mPKPI}kG3Hy z@>rV`Gy?Q2J$0;FE~0mjmE#We&9SQBqJPI5jpDQNss4Bl{%sg=yb71t4$wF~40?z< UL3`0*&B}+Pd+UYP{N;#LTO2wUW)w!wQEmq28%G)J*uKJpYTPbtEyG1FL zcM34SVFoIE&AE8c0c`Yj<>EbnWvM8Nm#M(=r5teu=%ft0YDklLmp|@=kk#utfpwSF zk}E6laX%@=6Ha{ah+Qe-`#En;VHh(nV9~;U32{vGd6crf;y;f{3k8*Dz3gM1UY1k5 ziyoJ6xs{Gfy?b5AfQw0)zp^N0kD7-~O1UkLu$+?$W#IVt-*<)y!2?>>&?DYc6IaP{*5 zGDU2|hyi|I#yk%`^AGZ6{1=0Bcog~dyanf8$!|iTiqE1e!b3QTC^w+K znqP(Q2KGQx=VjDygej!+Xgxg9mw=1 zQjUzJwY8J}mi;pZ)kqrb7n(I_M0SE683U(e1zeEED+XEs6daN3 zV3mZg8gyQI!R>MxY!+>929-DGl9Z60*9@AKG4M%Qxt2t4$GkxeatWLg+h+#-BrV{t zG7fH&d*E4VT1e7exeO*Gem#l$G}tT;+%RZTUIJ$`S8fy$7H)l>Gmb4L>0KFLH0T?- z2Og8AY|e5t8=)uU<7_z{l;vzChSruUv9UNfDf_{MoCJF$4c?WT;FQo8m4U#tQg`rQ L{{P?x|9k!g2S+1} delta 1048 zcmWlYZ%ov69LK+(`@_Gx``jIO{E@%nL9lUj{E-bq0t}rv@mNX?)436BITcWG=ay}{ zR&%35dIL{fWeuh!y4b;k9&yoz6S zpL~KwcS(LLT`b1>lg*g4pmo$@jN9fYN`1t@Q-(9{Jn6)T?gF`wS$CVv!r=*2-Jx@m z?&5bPt2c#vX$>=}T1n3|U1G+epHaZ6N0Yd`9>oDqpwP{&{aS7}CPO`R&D3F@MwX^> z#cYk^V^8f%kD1?~|8h2#jCdO6z#EGCcPxhnLn_vD73!Al`o(+18W6x_JGmYB8xJl!Sq6z!R7RqEe;24zK9Iql&?#^!Y{r~8Nw!i zp=?K|e^CmeWf|M7GLF9NFC~D`y109lcP4jR%6MI}yJ`yloDuQi)0}#l!dlLNtYL3% zg$&|sZp<^t_2l#BAa|18>#PoR=M_=r?YxT?ixZ*za``&?O8%(GW!x`#A|1F_cu@k; zk@XiUazn569q9@69y}B}*3;j2Jk)c%zot6Wb>iUR?r6=ffF*je{hR|kVrfy&zCDNJ zF?z0tWg}+De%QYa%LqD1Cnm^gJS1b-dLt}#7$sYQ|P-atBYz(`Z{sSbnfl zE?aS9B_Lh+bEVY&KL5-*G{<}h#yxTq4e?S6_K-X9E_oO;^9P3G GzW)J?8z#R1 diff --git a/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj index f8d6effa42757592d07ecc20f755db9dafc8cc77..e74f0eec1d98e86f3f55da28e1358f3b9b675804 100644 GIT binary patch delta 837 zcmW+#T}YE*6n@Y4ef#zuXBeBNq2-!$mb00fR$6IM(M4^kv%;>HQl`$Sghhpv*$)v# zr|jn&yf1t=uhGagI+;tG zZnzt@lQkWgWF5iQl>gNmDe_Z4RSx{E+XqY&t3qV=XlGas8X5yQN9{Ey&J*L;sH&m+3d$< za(M(kZtg?&Ib05B4>y9(;|cIy{snzLPr=#8E3s9;?QkpPgJAsp84pp!T~N;F2Amb( z7?@&CfLXw=p($ZMm{R_Y-7Nj!d3G*^fi0{J}daIAqjg9rOKq;OIO5grqe^IFr#!Ke%bs)v?G2j zrG{uUKIS--5%2IEA$MSVM|*Q1+R_^6YL0bu2b#NMr6qw#TT8Sx5ZT$%))b$}8`k5O z=DEDIOKt^&bWrqAkRC`F=$E0;D5XjJh9DKlJ>Vlrt?i*7(q9{-Jb4Ao6>nXSMODki zy7d&3Z*@U>FH7r#R3*pj3+b)gsrS$}N!0uFvjunoc^Ps_b~ue*NKx2FWfBH{mwmt{ f83LY`v9M2f6)6>w{b8p#8q#$8I{YWHq0adagut!D delta 815 zcmW+y%S)7T6#dE{Gfl@CUpY2DN-Z;AkhE!hjG9IyDKL;+)WXQ9AQ7aEA!c-@&AInG_uO;O@0%K@$#EJ^qQG-klV-QG zQjQXbQg3v*u9doD45dtDogk&mClnwvrUS)9whB9n$r5IhWi4x<96IZLOmyu@NcId< zEheHl)ZaFt_c$+x`UM;MZ0F7Y$}d2hxffDP#Fhj2Fm%m}Vs&m!#X+8gsbW7?h);#i z@sb4|d<{d5D>1cjLrAaWjwLl*5L>?x^&X5y@ygL4a~2=v$fl)+o=TPV2o=kOH8$h7 z9svYQuSky7<0YfE&-AB6?$#cnHu+WSr;kz= z@Kd3T1TtwsUIpBAT$Tc9G$KY_8oiYqV74>@f65i$F&P66%RDel)`6P1>ZAVwrx2-U diff --git a/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj b/blink/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj index ebc5d4f878f671f83fd0587f93e8c4a509e67950..f199d5311063a75f9293d053543de279b03c1a6a 100644 GIT binary patch delta 770 zcmW-fTS!z<6o&Vnb6d_#rHtuJX>-QP5!8;iN%Jx@>P%2+lVuP{4@m=xw?PfTvVxvs zh=c_}k!e9>(9H%RFo_uOF1}cvRmlSNN%3mu;XI zIUy%;L=BG+uFnQ%8f^uqfwvdh(*XB(6mi6K&nnt`FM~hjDV`6F$VVIqkH`q$4NuC)+}aqEFL(m_hJQdmaYIu~y7@xWi2TJ`b4<4L zVdz`F2|d8Sn~UWF`yyLqh@%m|9N@l)U%O?Z5B7yzd?%7ATX-Jc6L>XzEb8Ka@DjW( b>X&~wu%<_&e)n`O{)@Fs!6jhede_E(U(}vw delta 748 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 delta 2525 zcmYLKdvKK16~AX6*~dx3Ci@7R-E6W+Hg5=zY)F8Fgm!>8;*QXQRy&$Fw428Yns=h)fA$iBqeN+JVkEQ>b+koi_i_jxhb5FQPkh?)mQT zp8NZqbMF1V{nIJOg;S2>1=KMbU*_j48A_$^nWfY@ul|vL6@5>S`or#Q05+R5p#SPm z)IXc9l%vmsVQ)C0;GSa)pXXNLIn7}s_f-VA-p0)Bc*hz)#prQV>3M-1O6s+NBKlBw z2EtYK5L3Jp+lk*03C?jTW#@y};@%FQlD6TOA@FJ)a|$5VQLXx)m{=%3F8r~1hV>hbd_umyNE+8gA* zV+^qqNDeQD$ZXz$=P*xU%;j?A5#d8lrJ{Tot9g6^@iDGNck+1>V*!tXGtPFX6!J9U ziFufvAj6gQ${=09CQZhB>?i6m$9aD4?3tfXw45AoKZI z{m-1dj#-FY#Fxpu$b$(uKzBuuUGG(8$=TRj9~+DcjS%E)gGj8gqbBL0bFvXzP@ zJ_gbdEWRHd0k~Me4gl@2!XN5;qj|nzboAHQKtF`>4iXm=v%;59PH)|12c)zsn?MWpYz8nb5Xa5smATSTh~f9kHT>)RK)-zp3R( zNwR`wNxK)|+~n$_z}I4vp`)@Cq!u~zp94M&L)-t5e={*64R=w!oXGotFTo0}co(%w zJhc{1>vIL?=}Z07cy&$^qC`|L$)CmBGzL=({rY0OkZSae_(St+MC`K~37}22A4ms2 zTPb&gT9X#>Kdj1~g20f+!NLf2>Qvz#Y8kWPWu$v_X7QqXuS&#kg(qqxY_cORh}sw;FnV*$%4Er^>=JS#Gns^B#7;JCo(L zvN%oXJ7sa-u;jDtZa#N>y1IM;_2^yYAI&V4TQ|ct*pzJ4Ybr|VxbDU{tWCvSB0XO5 z0B(L!Wm9kf?V)8^QgaKESp!Qh){j?yn0+3Sw$A+f@ebI7Vf-z;JoaGK>7-}X=GGl; z&6_qa(D~bgW1DupVAt8Zavb~icD9dwwdW0=dDlbUvDbba9iTchVW$nW(d0Sc4w^1; zx6Chn}iQenSDNl95+)kd%!eg zVRp=%5jS~uPBxt-ly<|9#Umye0D8^58o=zNxh?J;vn~kdGebeDq(kOPkc#LRW-3Uf z&WoM+2Q+Vc$Zx7b*t1Vnp6REnqpah>LjxL=y<;#L}G4z_mwSE;YfV2J$x E2fZrVz5oCK diff --git a/blink/build/esp-idf/efuse/cmake_install.cmake b/blink/build/esp-idf/efuse/cmake_install.cmake index 2faa349..9bdfb58 100644 --- a/blink/build/esp-idf/efuse/cmake_install.cmake +++ b/blink/build/esp-idf/efuse/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/efuse/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/efuse/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/efuse/libefuse.a b/blink/build/esp-idf/efuse/libefuse.a index 5beb4baf00b4ebcd5fedf8e161b1204a5c2485e4..77fa02f369c634c22ed24a37f1994ebe12cea843 100644 GIT binary patch delta 18054 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 Zn`x3XD)=Q>%&KNc7qr&=VKIV#{|BovzlQ(- delta 17940 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 diff --git a/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj b/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj index 7401b6e32fde379d31948e6058890aa0195647a6..5431de1a85715395c079d3dbdf6482d9fd23f34e 100644 GIT binary patch delta 554 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 delta 4120 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 D;%0or delta 781 zcmXw0OGuPa6u#%b_n$j6j`MH~M}zW_k94LnV<=h)xzUBcX%Cu_#8)^ybnq3?LIP=# z1j4B{1`)W(jb+m!SGDM|iJ-?eXwf2YRkYAW(RZf2aKCfDbH4BV_rLc^?on>JmX#J*I@iSGCf2%zL&FcE~n z7K$NvINAjgjEi<8@<4P!C1f-rM=`+_89Y`ZepM#UkT?Qss7EOjod*fF1E_qzbXD*= zIus6xJ*0FM0!4H$TIDa$@ttq+-2n;TLqkQhoH%QRJeI2baS2q^@UU*H|0B~fIk^HF zsCW+zWiHg>dFWI;fnsHj*L8-1{7u(Uj(w&Nc-9>1lz*X^52!pz?$@fF|JYboj*PKDj4i%4J%PRHiK#2&>B;=1^z?XPY9>8CQ#jI*9+}Hu9^;yDM{zQ| z>XZ!)&Ec^Nv(rPf#aJw*i=CCv;nsFR{pk*NYlss%StI_=B|$cQj5qcSe2Gxtw8GdU;kdv|$v|L=SI z1`IC_7`A!fxtCItQ!);?7&ColW$c=pv1#o8Kgnq5%w$Z`8ot8j6mRwVT*fr5M!J;Q z+el543=h*|l2&(zgP2trbZM~PDGKj-k(Q2<+r!N)uWrAcJYIIhUj4~)slBpz3668DUm zw-6koe_Rexz%)X2T#04}u{0O)S5LOrl}5LGj3U?a&-9Gx_%6EYxhsV+13yAiBX7o8 zsjkMOJ~GIMv&b6XYhuj8J4uuCCOc#C{14#mP-jxznCC?6bI97uoFkp3ua_e!5Lo{BlvVjQB+V#bv%nSjawIgcw<%`Xt6h|7FOeltUS4q4vfud*+3=N z452Q&n$nt@Jsfw8x+Ph3k@zf%71MG;WlL!|B#+KqLdq+Y1yo2WU6=S3Iqy=2%tU4A zOs9ytOR1%RC2v%-Te0AyITi2;zMJEWdzmIudPg6zYgF3sN8%Z%_tJNIvq&RR*?{S} z0qDp2-1V>n-^mS3m4&B(A@&@}=PA!-5|wRmm(!wJsGOn6mvRj5YNDEzZ)s~u`G!bL zEy_L*Q3X+|RVl>s@y@u_bo!+7D6dP|if!XV*-YeBZHUCaQArR_HAJZg6t9SPjv*57 z!^$`K*7#7|c50^79ksDjnT~QWFtt_W@Vh8)pJEsJZ-`PaD(!R@rQWEGe#K2gENzV1 zKcs}IKhmZsby)ct*9SwE`69!UQQm1qlYz&AZEzK{@r1Y--)p0>{isIGU z=*VPf9UOGC=*~NUOUg1bBXQXv5}4OcHE}qigiv*X?)O5q7x$K}b=8VI3$9C@Ju>-s z7{Ky8#Y0D~W})cL4}tge_8!XCxhRs;S-m}%dgEN2D2hL(x1YtomEUvk2=&_45*cf) zyj2iOlEgYP%0-l@YiWcq$!J2RRC_hT;(=zq43g9g2^P#`wX;BDur3tFsT#X$0L&p?N5ny@UW~OBaEFaE<%yz zeSk653Ybs>C?P1Oy+ac^}A^x^qxKU87t&`%YpkbPX5JXoK(Z_>3Ruks~t;==!gj zO;8lBzoAA0|H17I?L_?4(4v6@;ikEn5<;o0ZC)sLV-Vkv6f$1sb+?)#W@T3)&MF)Ra8svjZplKR95 z>3*sv{e`IS)HVTr^`L-HRNW|KLyww23h8iGZ5#z3g}9zTH|Y#xhg5zF64b+^V1eh< mlS2A~dR4$-)ip*?t4sSst+f delta 3532 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 diff --git a/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj b/blink/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj index 80b1af63f61de46687243076539d293d2379174b..c592954138937ae02a5e2975becb1ff618cf968a 100644 GIT binary patch delta 367 zcmeyM@I_&Q0^^&BiqZAc7#J9Me1HTi6OcdxOpI)`Kp`eZj&qDaiix!t#A9Mt2T?4n z4?%(~?8-nL%&$P~bctvnn~8%JWCrsukWi*%9$1Lo6iBhKux93!fb{Tz6i9;z3t?k_ z5ZwzRY($cP6cYza2*lbuAR`!=z5prK1fUShea>c}0yeA7dW?&iHopa0JNY8BI9E<) zUbcQxX=YB!=4-4XjFTI9I5vM_3t?rmOnwMd{a`YufI6eXWJ3XUi8EXb401r%!T^j30QBxf2><{9 delta 357 zcmeyO@IhgM0^^H`iqZ9(7#J9MGJu3M5F-O7Mz(S$1_mZZj#rF8iitHB#A9Mt1W_!k ze?fvQ?Djw{%xoZ`bctvnn~8%JWC*huNGMY>4=ltU2&7n8STplVKzjH<3d})-g|M+d zh+YXIY($cP6cY!FA4o4F#}AMVj7$PR9%~ekV7brP3{=2ovRRLDF_W}@Mt*LpeqLs_ zeo<;cezAUPae=Xseo|>>PRiyB%&!?Y-(?kM-29F$j+HTGvM+<75k^z&?@@X?RPyWfL%xF1TmS3GUlZ}DFV)8;B;mI-l0*nhM u=klvF_Dr4%Bv($}3nXVuehMV-Oy(6(XO-b#U~mJg^$`$YJTW;|KpX%A2}cb8 diff --git a/blink/build/esp-idf/esp-tls/cmake_install.cmake b/blink/build/esp-idf/esp-tls/cmake_install.cmake index 056f392..0aad5b2 100644 --- a/blink/build/esp-idf/esp-tls/cmake_install.cmake +++ b/blink/build/esp-idf/esp-tls/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp-tls/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp-tls/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp-tls/libesp-tls.a b/blink/build/esp-idf/esp-tls/libesp-tls.a index fe45f091fd26dca86d7e35971e88ab184ed8c9fb..ff43599fab35ec13da1899c720c5e02ae23185eb 100644 GIT binary patch delta 9586 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 OLa{6E{6lmE{{0_I9f#5Y delta 9690 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 diff --git a/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj b/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj index 22a477cf62ebd12084b63101b7dec2d5ed60098d..a85d20d59031bf02a1367dab7b2b7247a6090a98 100644 GIT binary patch delta 835 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

    g;gAdH2S7)Mk#Z_`bNlB4a5Ily`rePa)$Q zpR^DBndJ+gM2dc-;doI`=z`wlVq6J#@87b(UyAd%d;cMCh9_~m_y+|zM}~tQl9_{E z;41Onu^Dvl9d9^a!^C)Vxz7j}c=)WWFAh0RX>lMSPNi_094n6T5&5h*#Jfb5RPq|B zEm^`3$#W$kE|oV+V*Ce5DqZJvXw&b+O&K01h?It$K|Mp`65>n>za_7hhIoctDIMqB zrqiF2SPW3OT}GGvz z@wO%ec@*}^=aCRMOImp)$7EFbIP`2w`Bb*cNBI7$6jv;9zN@|LOc=q-emPtba-P%U z`D8+jP?F_?im8Ktud{kOF1937IA0%vy$L-Bg&)&F>`MreC>)Xbm9YZRRXQ9O_eTzo zX~DAzfub;){9@&Cj!0`&17DRhRU>iit%J|RhH8)h?Y%{oy6@5qaWA*ror#Op+m9XB zFbS>hwfcbe?^|2z{#0%b9_p{vgBW4Q0n~7ddz|K~*%88jj_vL#GC4Ykzmj#)oU|UD z*m`yxLJJPN?Q$^st-njp*UNqWuDQ=??v*~S$Ni+79x{UG$&De4a>t>BS+&_qa3fJ! zBkujIQNAO%!)!L^e`Nj8Rk-x74c(T!A7_clS|*RjrWrp)tX%1KF@85~0r_Wa6;F`G z)rI{UFyz7GNfo=Ly?QwB?(D7}#Qcuj9JYafBM;S7p@qk4hI6BQQS%IMm7RBXa;}UY zex5H#a72VB%iSaX&0SJo+ko$#wV$SUAtOG`b8b`sr;L~^TSnHiuk-v!yA`>AFd87^1X%2A6yw(xN><_Wn|vcmSsyK^H#MiUC=pxUz^*!e>V5;eB;F7gPd!wx{oJu z*nCC9a?>*du-ROw;eGRjhEt|}X75^)hI;d$hM;*}!veEz7T{&GUBjK`CmQO_=xjd6 zQ_Y*R!L2nL<^Z;syXWv4?lC=c0qN#e4KdR`5Ae46kcOk?bq!<82j&BwH$RyVyGP9E z0>A-tlZI0#&oAJU%6 OOf%5y#Dfm@KK}zSuAgxL delta 2976 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 CQCcDZ delta 3707 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≷i_WMSNq=o#7sO^xqyO#JMr%5QuB&R1W^dpbd`#A!&oa7} zq1m8o8tZt1r-2DHTlp)Li&R@4G@RPdScOuI7_wyRq|9krvIOcx{oEC)RWe z>|gEWvx>m!;rD|S)v+7CvO~LJdPhhNMU9dC6jGF3CG@q9y<5{#UR4NO38@)UlxrI{(YzRfe>FTxItFRVSM~?NSSmQ!zLQRb63W@6B9txBH$8uC z*i=R-p$(fP+6ht%KMMUqT{^tQQ!RM3ZuZ7B5`9Ll_3}IjNr-QFP1#&a_P-5f^th;n zAetd(#q$A8&{(gaFu}SDj>0Tjn=V>y&?h8|-ebzv1*)ud9jt)w=fQ}Lfuv|;bI8UF z<853-Jpq-BnW-d;KA(^J95uwF#6j>w`I{0`8CuSwWYNC|`Cdv8^rOMW)$fsDeKvT88hZ!_09ah$@%_P=Z z0*Yz1A^{fd(e1EyBUhC5IL=OMIVAg|tt-gvvS?q57;7PzVlCQjH_mEp19T77b{cSUFI%+{y)ih1C?QR9bXLXll^|LzT4@?ow^-1f`ipPrJ>nj*!;E z^4|rd#-c6dYpwHOZE5XComyEmncLcGhr;SCnsIMqHK4Gz)P6E3TpEVg6}LEgqjv{nAoP!)#o9D=nS9$Eyi^%=@>}()>@tP_c~_GR!7a zH2xwk5{0A#xb_TIX{BSlT_f*{Ikn-Ugq+CLI@ws-s)LDE`YptXrA9ZCtSv6_RdZ!PAWT1Vind$j&B94sn zXdPP08=A$28-r=X~v=Tg*yV_{(G+SOv)}Q3D zK52HImTWX_QOx>6QrkA#vc|R!1*|ZnL)u5AN&#z5wL+f$q*4LvI03d`ebc;LZL2lG zr{&GsYE2ny#V5AYl0wzUW*H=6C`>RAM@UdME42mn4hhO;Ep0)4AZUL(tqfl@T(~A6 znq`uJ2a);iYXYKK+1~|3vsTvxw5-=sy>^}ALUuTXT*q<17?bL?6nuv8K)rSja}Lwn zYsG%Mo@d)p5qH8Kx8o?UfnTt*gQ%0ih_Vt1_q^Q<^^w{z^p90vt_d;lxt9k_;M%(vErMN73b3%H&z}3ZYN=E&Qzp zSnnwRp+U>6y@47y%T~4##O30s_=9YcZPU5|??g0u`^0i>+63UY;HVtVyZ6xYYWq`> z&0SRFVvrvo_NDMz*3zbJ1pWlk=&L?f7xOImJ_AnM&sF@%cl6MDAoy~*r&i9E2CI8& z*tDbrZ`oVR@x2E{(R?D%3Ogt^>xMLGY#I%bq(Y>%Pex^=TT_T2bf8e|MnMU*H39dhSia!(eYEXO z{^hBhcbjIk3=Y3r+wTqfR%*_<2xP@RtO0ZI*#yS&w+KANQ_}zj@^J*P-!g%G9+eJ& z?UV^%7*3#+Uronb%*Fhb3}C-=PbStQP2u-v0^7z<5w?)`&C>Dl=$-uSEUaES#_O{| zUCs9qaP!I>uy*AO2#n;%3G52y_J+~ybnsxIey8cD`F}@uSezqkM;wtK z2Kp{E35Nal=9s4umhfRu4w5mnrxoviec1CpS`d>6N72jiTyO$u675ofmlxxS9WQL) zlz1+pA$_D};DboY^rUUm)XV;{wMiYj3|fK<&`2#Rhr zgIx@x3KY|@hw#SN$mKBH$Q5PK-g8c)3CfQ)W}(6^V-r$i4El~C)_5Kg;*8bcbQ{0Y z0Ni8HypGp6g>$^I6BbA?qL3}oxC=~4##vC34SNW0EChe5Awrzb_!g?C85D5Sjn7bI zhLHgYnFhTj$}(JVhHT?{6qaKwMg?+>wxH)3d61lMypMAs_Db_(2yZx$t=OPV*BTr2 zzadJD3KU#wOa;Bn_!ilk7%NarxseMyRT#7ZL8Z|fBAOcL9zvBd2dz+T)PT~=Fi==? zd`*q0X3#cYHO8&Dt~EXcXG`M>B)2m5QRJ8n{8L6=^fkS3#f^{G7*Idu_({2q$(%(uk zlEbBtEF(>$JtiE2)B{E^(j^k5(tmJ@UJdPKqmAQv5`GwFG}`_pobF3ThcNDg=R*^t zOBhduV>ygg#<$4X&-Ee|)7n}KAh_sh%%}@%V=K^2n*}yJUc5_1beE_&m2!qVvvIF8 zo(kKIlVI#3n+Z~5-m`_C=q^VV!59sh%<#Z~xOrvsIW6>fKRsx&jNH-46iwF-mZ`4* z5<3#xT;qS;(6wNz#)@p!WLGMLvEr0?NTcs>Se8PU7A;0)*`b;_+=Bf)$#TNDE?Da* zJvW5QvS8UeMi%9TO(6-^SyC@QjEjOb8ir;CVI14gj^nLsutxnpKD0*nHlG~Y*s0DEZ zFRIm3^64YPm|XKEh(O>$8HG%zl?L?7#=(}~hl(VA$S2n7ZkEdz)atELexiglrrD+7 zI>l!EXNd81i19Kp(gwH8{7YhMoAFWT4~acmLSidEswKWvGl(&k*$(g&R9c54X+B@q zQg2)mkDkQ-wCMFW{cga)mQP2Q@_h&{_GcA+j7<;V^gWs{m$O!S92>_yt*|_@DSxY# zo>*WrUa}d>;6epBeE%O?UjiRR(ZoA5d(U)cH^*i-n`ClqvI*o40TM_cfrQH-H*#Ns zfO4sz$YJ0U1W^=3D373s7b+-t#RC-mQ1L+UKu|#u@B|bTJOSUoW_FSHy|=&LbZu34 zS9e!eAJfxa9RUaVbRA2Pt-V~&w5jB+#ZJ?==&4$FO8Yxl=0_`-eLZB$Q&ocx(aT5c zIo6%Pm*L5Ho2&ZhwH!_!Xl$nQweDVZS*2Unk=gPkC!ganI&|SYiX6~6+qYK!jr#)*Ic8hgpPsk>=|BEMoA6?rG8x8FWQ8#ya4fl3(U$Zd%Q2su6tOE8o zX_J8SHBNpR!>Z~5=xn9m+y%+xvQLYSdfMzimL2t^Q0+@C?C40ikL&L34t%ZumCx1*e ziYL#ZVY`g={c0Xlv2}o{T|v#a%#gg#WK5(%j+-(TlU20AdWhcIFSB(5_T*XnW%lnx z=S%$_(voPZ%~P&ameSQ*)clrrY@YW-(?_T@aXA+5*nn*h#E<UximntU9lUdSSNO1*|YzWdqE1Hk$3cFk4*#471f5v`@@dBS^wN1A$>0 zzS|u@kVZ9+y3fKNM&Y^P*}p(*!BX@%{CBKp!nTD*EBTV zQ`poSDPt9y<7;kDYfm9EF78Dq;wi{{7DP$hjrQ#+G!eUGe+q0oMK*5lan`D}h}Zc8 zjh>5UAn9!SL)Q5do}!<|f17T8Nj&P zbRJ`b{tGe|r{_Y-x;_W2z4~l4XP>?UOyl+YA)N%h4lEM&c_?<0&Nn9cbsY&O>m%R> z^j)Zmp#C|MOwm6B=a9}z8>xB{=xO>F;F+#BjR48eI|0eiC&10rZAdapAA$^J>v_m^ zSf2}aIr?$@&(%x7E~3AS;^*l&7bNBDFTpL)5ecTwlMt&&$H6D5SicpSE74COu~Pj5 z(93k*-B7NdL@I6ceh6QoH}Xi(R__BA?et$kYOn9X4!=r09h54)D;Raq`MYUHeKh`8 z>pU5%(I+AKPWlc=sIz_<+*&=1#Om}{AcHRYDa7rnzl2QJ>n|f=a}L-Hp?bNV?5A1t zM&xphJC4;dg=em?_FD*woejw=mnU%5+ed*Zc5Jdr*q=riwS7(@NG^LhT;Bv_-9CU` zPxRz8orR9bdWbpeKOqw~eLYHP*IR*`Lr+GLoH~|@QR}-9(rp@^_UK(8G*x$@0Gj>` z!V7%{LgK49n`PAVGh58Ww!w{WLOyHdZSIL+B90(0@(1aBI$jc8;RNK}*=#()E?VHq zd$PYpaJRUH<|cVkM&8bu+nd66wQ|Hq$esMDiR6n!M)sw=2Ns3mEQ%?AmeK$YrGiIo z`E#>bRR|uw<%1?tDLzJa++h zCYrhPLLBl@GcGK(oj`&x3w{j2G`Ie#=LkpUwDf%*t{q-|2eRKp(Dc^RRKF)BmA|d% z2X)Q>N?Z+z>0jASBU<7E^q}7p%H`A3IIIW{S-%?kqUcAV5jOohh}&)+*mLOj(jmVm zbu4e}_RdM?jqChknZzGxy>pYz+Q*loq{GOzcU}}vm6G`V%sW4dhomI_IODxBil<0P zY&Xx_6vcy5(hoEu*^@Fzhn&3&waG{(`3X+)Kc<37n%#T7hb__tj=&3f;CBb_BAbJy z#r7uU`@(D`*pbBq)&Y5K2I~WQzfJURvL{QhZ2~AH{6oX(_he5`jO}#+Pb&6TjtqE) z$oJ6;0Z$%`aDEx^BximM7MOi<`LfOLe!t4%6B9v680CC}JyjClXILq`v@>FX?yAJd@UvpmDnHnVQLs(9N(MSxdP6tE7;3K2}r_RP#M3(=xfKFPA{Uu1St zElO|hLF55NAFT;{jJkWd;-68{nTzdtM6NLv>KUbuvo2Nh=Soh)<=&&bQCb}-{$%YW`345}Vmv9P?D2`VW@gjl*=Hsai(w;D`XsM!0a!}c3-sUMC zId8lXmsie<9>ahl&r?RQp%mn>iI(MnX&>5@6JvV2;$fy7`z<_?ARR>zE5X%Pf@eVI z?XU1l%k?}~c0bfezFaXU#hm3vJaY4}WL5+OgI5{XGH;h_kEiH)I-Toj56g^&5l=c6 zy?aGGy@B0rVJ}2HMS0zs<#2@sBy}{|1p|m_vKy|HTJkPEL~5R=BMc*V%k#{rJ;QxX zFGY)KYzH&mPl%WMI$9LGDj4|;`u-svOBTJ9;io}l#i!r$Jj*ZphjUz`lrR@t1=i7O zOl7Q58o9b^%+^w)T+Xef{F(_fCAqWWV-v+vJ$HX{rDEVF=~%2vrK?%V4V~%pe6tCh z$v4|YN-KaPRMX1yLDqxZ0ME;nCImlEH$Za8x^+pgbK`Td?%aT&<-@R zt#~5WA%y&cta4l(EtW?rl;rBxo}^@6Ad`>DW^dFR^g8xCLie@y%ku&XaHivPUj_qG5`lg=F^H| zPg239T>1yBG~Pk5*YQNS6Oq?hM81n46;C9Mb{BiHaQECP1|2D}1jA97rj(f2?IoVU zX+ch6npJ&BT3U=pZgypHx!07U9?aa%kj>s`02)OPWpgBWjRa+ooUeYmggE zziwY}=TvJ|3d)4cJ&iy`eaP3wQ`|I*dyHE-jR zTg%xjUt2I7%R+0po|CD0m9@XMJb=C1zsE8uvScaMzr-2HK@xp0#LBUBtV8>*W=|H8 z9qiXW$U_Pcp2hN%fMNBGoNz`o;X5y|$gmRb(7xlE3Qub7T5jT@XsFjNgbK;#uxe#5 zBoF26N!5HLQ1)B8VmodIrr{Ny(C~be!agN~=TbH`2kRZ*B1iUX)0lt_7$~T1t(?mf z4O?q?*YI_+p!7Sdz`uT_z^tYZ?1^`SUr*DXcpv354J@SkMYIRm#D?PINJsv*#nsl+ zz03bD0pMFyua;-8_avr9jbZ;B@1q~Tarj7m&+cnUUga6}2sRJTs#N)1{Y?hV11uu2%Vm zw!J{{r98JreOu0<6E(nAP)#R*?X;YMn+`I-$Fj}5UiX5?4a~ofYUUU!3f$` zi<_SArnYs!e6*Os_q4YT#8T?rMSTE!)=qQ*5t~}Og7^tN-xb(#a?}IBcoBm%dV~QC zfHQcG8X5rJZ&}@--XY^FTW)utBWPB4#JAH4#$bJ}2bbwDy1fU=6r_Va)B^cC^7K^0 zu%2JkQ_XYSx;VDlFr}yJgUQ_apyF%YBMiFIE`Yd-h%E74OxL0sueQF3B~f}W#GZ*4 z@waK=W3p+X+D=n@;WlB*-rqX0xN4_!tpy!*lTu>jk{dzG#+0OdSJ>>xsebk!&RchYFPb2!^%H(f%mbN_JN4-b6unD@BUd{FTa4n$S+yI^3 zQa?bgbwVu`4>fCf?@-jIk9rRS)<|m^%%c;-P>%;FWw;uq+E<)*svWN8IQ~FhqYFpF zQI(~%d^jqPH`KBy(C11?v5n6M;p5nVD!tj-pgxd_MyNe)?MuxK&x*aVW&H^CQCkx) zEs4p9xf)W-1dRPq0Uoq?yur*ySAe=?^K+<68w17h82c%%b&S~^Gl1DXKvb9#9|wR~ zE#QasqrV|?TLTiYS%){G6>6J~h}cn`IhZ4jfn%>ungQUr0}d9Penvc`_BnkwMon*e z78p(d!;#&enT#`$A`acME7^F_z%km!-$!CQuM_nY#BuZYHP}=^Fxkx?ffV;hxcDCW zEPyj;W0uh1|CZjS$eAa8Dd}|U*1IRH!9U@PsQ4>sTHe>zhLtsO>50X1n zaw1&5C3tfA%bZ+o7V98zHba+^j#3fV2_R-Dctem1@UTwg?&UJn26-=tAKr<0awF9B z3Uy5)Uzv5`TJINum#_rJEnTRP8I z)9tILCHHUHxKJ(4!$ydM8_-{zrlQ9IN^#m50NXhjG*kK$02^rP6Y9@cCm;DFu${Dt z!HaZ`!3OHR5nu$Z-H1NuZt`!!P&kARZUPZ^MLY%KJbL6QU`Oc;1Kbb(G{6vA{WSWg z5F6?aE6cO2CGN9Nt3JoJtXLP7vl-|aprz(Mj7Ffy+Q`l5mvXZ)@ik9|HZ%1(+61cS zlN^MFK-E;QM zlXuQKoV@VqbPhrn>vDFWx)wEE-bSNa)XcgG%+%=sGju1X5CwM=9OCrc_IJ_mBH7ab zt`Gva?OAYfFsBXt-SIjv?>Gq;AgJL)8v;3xP^eH@&oXP%mh8+JOLTxIsXEmeCOoWU{v7j4^p9%Z#yb-rhr8; zj-5zSiL(omEOqj224&8d>ClT1OD8%HP*4e0)y~E6sc~*Ws7_8hD4m^i5U8fV~n(Be8dgLjbeidrOJ zN{z1|dS{yVirO0Q=a0RjuEpughOKHp%%W(k>G$?lwHSWCZB=*5Ptj}J)K<8J>4$A- zBahIQSJn1%cFPa1swYLzE*LG#clMV25bjq2?Uu(_Xw?zV^I%I1h3|a zYvRDx-P6p&@MK&s3>;1UmN=~dd+nZ&)56MtR#qE78K?Q=n@HBRJjW}opeSbBuGK+3 zME#h01k@R3+g`!cGhWu@;RFb5n7xqAjB(WFylf^kGw<4yqii?|B#RVHfb_iyKNy2qB zJ4wswKL+X!gQMI~SlxAOv4C~1C=Rnc@1P9s`B5BJc{YHb`^G2^qdYB03m2hS@!5o$ zjebhff|r;UnHHMc`+c2}uKPa;97c+>yRY|ritNPmP>Q_qr+D`w+greFcjLduI@lKH zR$F@#khtqE>gU%&@^v)Ducb8caRN!KM?hKdr+P*31uHgDg?_*;_?(18@JV&2;8PSX zF^=;uW+05m?7LNw3l5s#??6KE;$ob6YE&1!AyBV?!bm>R0es@cM#N1JFW`To;E_5> zJi}7=iwy{rEINQuK=6`eP-Gza6v2zvA#oRyPZg&SGEIC1db;49s)pdz(G2ke+)Tl1 z16g7ySZ9l5Boh|rLC+Dt;D4^*opTZK7%DSQI6==B^T4@4lzVt%l^BlF6p5pVTr74Y zu@Z4L+)}{@8_LA(h*mDTBTO5?o7F1BonX;c@D93mf-gmDFNPs}rAP(6N-RQR9mH+m z)=}_jm1^-i_|%9uQLs+pFL3BAM&W<0817;7&|)PRbrE+Ufv%zsjOqp7=wg0UYXhR~ zL6iaC(^$`Jw<0>em~lmF(XXS|>2*j~w1IqN!JB~Q6nq8J<m z>$*#FtE8{soyco3@&e!6_;1bA62C$adEv#Bc}P#*;opy-9L7MjmytvH9kU%-(UN#8 zhPT1#cass+G86eD5{#Jq4ra;BQNpz+{eoI5`nahOBjr`L^i0!c=_GFO;s)k&&9my3 z)8Uq{TWjr{|DNKrOeMThta)0lDbsrY?^s6W9SygCth!sYHrfPd%d{$_k0EB$7>q5M zbdJGh>OB_V5Upi!oK7(KgKEYB-Pg{3ZcxrTLRET&<(WCuw0U zLG7A^aV9q}HW}TsG~Q0W$(nGCyg;j%Y>rwDlQA%@rl|mqic7HHg*=bRVXU`oW6IVd zG+65t;N28=rPkBd&U%HGx3?_3Qad6y-NfpC8KnF!9xRJr_+hxRPI0>~wr-%f=0G9v zX3XI*S7g)qn3OIu0St@+gMokcvpc4PXy<+iOC&t=!N|wU92i)>W5s7p#WZy>fc**t z#gfQX{9ho3-P$XGU6pL~&AysEQ?)dl42n$EYC61v*s@bD`U|10wqo{YIFQor{R^bH zEU=NwWmDx7L6)2KB#F3i|6Y0qVeIz3gTCA92VpuHHvq0{;IA>1O` z#b5=cHv=@&R0bPbwl!<8uJat_-VZd1W--8qAO^RQ{{eu_G~og50W1JI)&V<9gVsT% zAEsT5Eu!=X0VdH@1~X{egHY+u=!XZP(#PoQg}wmgtk--FUbnZ_ff|A0&3NQ`=!)y`LMf1`*+}{Tu$5JTi2}`ACQ}2hgOZXK0sGB45*_PKI(vFoE z{8j*s-jD`G!0PB$hIg5a-G{>;56C?SFyL^c(od&#rS|Bs#3UjwZC19|Gk6Hu(#cDFEIN{ z6(IFVdDA4hwgK2P(Coy-V4I>J{eUd+`;G->*#{(TGgzojg|3 zygNkiY$A4XdH|4G6T#k)Odxe8BE-1vK)RTSPke&B>s?JGNesXngI;eULGdJ&e5U2M zy0sFtzUm1mfh2Cm606?N!^nb!?NvYq;G%l?$O#*1!Dm{5{uSh_4^QZfhAD~v&`Y0b zy;7gP6tdE7FtwSJ1fKVAK~)|h$_6{tUvekVGMe6bhO*Ehwz z0Hjb1rv0C5ZJN$=p0l&Gj z%c^4kFk1PAmg=2>8pJ6WgG~|&|9pA{#O@EVxR%If$e{me#+F)GntvY~yAG2Mrd-g=hV!*YNpDc}3o)0+ph4oY%gk`HQY3RXfh^*A}S0`Zfs%R;7c zV8hKD@cm}3`Q>;Mn&jl!k*d7`FIwM3iaU&NxFW`)f6-^NNk-NH)! z`&a>HSXiaMKU$f7wT0FCZ=w9Jv>CaDNGLv-I2UQ#BN#^FGZUBa|4!(q;&YPj<^O|d z+gDn?yo$d4O3P^4(FaOz>_AZzV<(!m&G-a;k=;0rdUP1A(4{zypTX5-G(oX&ZAms} zxQ0CkVleJREX{bo2C_0f;SR!hmWyVzhCX_Yk01e`@f&!?8;>Dmf^i}l6H{X}ijid8 zp9k?6wM~67r8M|cbHF%=|3Tw@AI3;S0*jFG2iT<=N$7jijN2jDbYuK5Om7XGIFK@o zO$eW9Oo85H8LN=FY@-O388*s0LJ^H^L-3Mf@R5#)u?sWBJfomBRML0@u?mcl2w7+} zWOv6)ig6UBDK<``v6UEqB0{MVKxxX1g25Ot4Bp4n#(1?GUQ&#X<#Gc>q%BN?v4$b#!M3gNnp_Hf-s7q}i{A&RIP%i(Iq zJ#dBb2;4Yh3tZjk3W0fzefaM)j=+sKeukT1{0%qJn2ORS88IMIlZ};d1IAjo zDaPY)L&o!PQ;pZ*rWw27rW^N~@_!U=hVddwlWDw!|5?VHaI=jM;f9TaaC3|w;N}`< z;6@A?O)k%P2hz#MepnqzcChiD7e&rf?$1I&Z-x|;gFd$5lWx6%C1>co_tj{|cqJJV z>4(EwVdOFhUNP>tgauT}x@_Fjg$48~csPyQRh}H#-=U62@D4tczoHqZ;mXDXNr)%e z??de+Utt~}i=}dv-Z2ir?(NEf-|N7E*(|JLybjl9JcBITjXr1v4&yuYB2Hrivh6a~ zD_jfDHE=CBYPl9>poTSLJKBygjyo^``}l|!4$X&VNk*9qd?ov6Xmj#Sw(dyK-jjSs zwG>|-dKjCWxdb||$dYppRUOp|oBlwVZN^vVi!kzzLJ0%iY!4$=G}D2Jx*ak!20^tX zqXjI2#$IGDWXy%;L&BpW&A=2JU$PjBa-BYvqx9*`C0vLmpcpTsHQJ0il)-L{>BJ?R zjij7L_eQimmk~n4bsOuTsvcuWHW%?MnyhBbhNy%w4D`4d_h6!a7ju6Sa*~XB7&&Fb zALKObov8F1ZJ7Kw-TIBz2G@eW_KlX(>Sgo*DTR8TheyQc7%4K5QqdlQNGUc4uL{Y& zpX6_~Tv)%$`&P@rCXB{!wWpiDgSbORGDo({@lx1iLB83-4fEPz` zSqj&Y_+G1!U!%J3ajtJJjs0G$m&ekh-@|Oj4Eh^bQxMu0>JyEEte-)BhWbWvRSMsU zPA}9iiX-PY76b1e#gX$vEXn~<967J+34EZ1+mPkMZGaDo`XkG)KrKRpqqrg^gfBtW zhc1f}kmnC+&ktIK64#HMKWYZ%?zulA?=z|4N3A~onoIJOlomLbW77ssh$#ze zTNKAQ(}00B^lB7Om%?UhuSM}#YTKiDEVb98IHxuM@!yEzDN=ZI0Qi5Sco3fg-=V|E zhgG=uqI9!x?SGCH?t>^fmfY?rj^y^Ug!e>ovv5lg4TXE`=NQw^FJ^l70@H*4!}QDl zVfxj@OdC&{OsAaG2FCvfbG*<`QD5l7KKc-3`DTio(gwD97ky>upQx`>ihRZ`U6P{& zhZJcl1woDx>{8@Q+H^`AiZgYtU$lp@DR<*9T2@6G_h6~9Pys2@I}AcvjF2ov-o{KN zlpZ7arO2lw|EgsrEJF_*%8b!{Qe+=h{HjfmXVJaCqL+P%&L9+y?gdV3Sz$h)7itp? zj4Nj%qcQM@aOsQLbz-=Qyg|cHBiiTm0>W3U!b?jCH@H|mE5h$<!woNRj6-B!uc> z1TdIM+8J$FIEl5gSCo#6St7%@55~nTCM#Sr5SdI%&uHZpb9t1)Wh)nwxSt8QYsDfU zi6fY0gmBl2ML-g5=%+JST)Bbre$&b)Uc;T@@R)ZR%7g(egbP)y@Tu5*&2@weRV+eC ziX37s!i6dpAw`OO#hJr}Di$FKi)fg~gvP`OsE-2Lj>MW=7)?XCBgG1sC`GcEfICtw z0*cj!>l=5ZScG^fawGS^xFf|Ppn@J@!lW3%D@A@`9=IaK3ZYApXL&feGDe7#B8Qo9 zm7JVr1rbu@Zm!8Gu^^fh$?QqXf5#$IaS1$dU5XVF;^@u)(IJlvmKd%}u>wLK1>6{LU5Z73JPvROT$f@IAdknmF)WG^AdXL% zfa_AM5T-alz;!7m0bh_KIb6lKF6B}yh)arm%Nbl6i-WeydzM4EF2xFgw)8NK0%%T*0K_x=P?I& zj#%Dkf;dii?cZ9Dia%In&&52TDIG9%3q2nrKvN2ND8=<7R#a%p68iaXaCTCgv*?jJ z4~I9d2{FBGsFe;(z%3yb0Wxn(*PlgyIfFhtt38~sfotH4sJ9c9wwsom(|YDC=BX5J z^01OI&@titF7#uJkdBr*kWQb|G82mX!UOkpSRtYQPf_GN>hKQg!Qdvk5+EUu$Fb9~ zP^ht7S_^u`Fz!omyM`4T)lxqY1l+D+5l}6Qxh8SDhDAWNOs8MYqf1>$z5mfF6CUIa z6L)8r-ne7~-t>>wv!O4h+aX+)VMT)ioMQ#RRT&lmDfQ!|aaD#%z^9YQU0jQ}D#Ho^ zeVx5JR}4#dg|m*EGE8zBBsgyMN_?GaS-oA<>Z5qLs5ht9J~5tjSqy7>m?MzuoS(nN z@f87~2VK|TO`t-o;-29N*FGSX;x6ulUUD^KM6VV<^OS6-Yb>VpwZhBuqJ6GN3NKxK z!!wF+UB`g*5Z9yw`OZwPQOsxLdlTs^mNN1KBTZPlTE*Cprq>YByBNqXuG$cUUWMS3c}Lin#`k>N56zWid6KMSu?p(NS$IcaK1%8yGZe-qVMvh z4)VPV6%h6gREbZ>UhidiH6LoGCM0_qO|c83=`-X(GVZ{jDjWBsgTOm)8k$(@<+d*n zH>pQQbQP&T%f5N&mLs7)@HuH^m`y%Js+n*qMnJRr0}@I7B}PEAnhk|Y{WV6wcyl|t zrPR|g0(l%FsiJ_{{1&5Ogc%6Yr~V!zpx-zKX{P=WBcR{dO8p!nE0L!Sseec5JZ(to zMvEPytVzc^TIxTs2m7Ub4G^pu`AhFF|xBskRsaEu{vP zl4_3<6b14g4*8@y6q_45nRFPrwx>R;_|CKOm&hura*8bZ8XE2t_44nu&M87ogV4Q5 z#x1BH*(gU-QH+kc{8G(F+wI04ml7_w)1w zeG@QaI8;J14ks|feu%CZ6VjOB=vroYXHRDMB03?baepr?Cb$d@&Dm|_pc#0KFVH?! z7{;MKE|JpoW*26%9_nv1>~$QGKVUnJ&!C?!;}l%CaS24=F?L{`MKcDWl$sF_4Hd?4 zo!y5~{c*;nGc(=>8g`+u z8FQn3AKnzYV0`_Ur6>gD^>RRL$x$-7@!Y%S~>gi**$jZO6 z9oDT1Gfmx*?9DxZ71?T#O?wdim~BKZdIw~4Fr|4!u<`~}gJk>-IbsQ?2m(_wZHp1O z_%&q0TC1u_(D#92EP$9LV81@suF zz*IFtsCv!d%Upy}fIc?PIGM>Z7iDz7BT_2khBNbQ&}3r~a;O-8)iUq7s4KTI9BSe- zo!5RL2+fH2V8U}b7+k!%9~yVmW9ou==`Jlo0Y4N0cP~Vj6gE_Lb+sv@26Ib zk04%~u>+o1%euWEA{N-%Tokd5{v=1#Z5;8e*>i10_n;UX`g6oNPR`|zXjKk_E$};y zNu8;?CXDz)=m4`*609D;FNHs&>oid!52Hslk%5Jgw=_|ZT9k)C?QCrk)6o}BwmrMr zF&BTr`w1p23sMhv1hK)!B*z*nz$K2?IY0yT7h(`roi+$@D~>x<#EAk$>p)}UL=Z-H z=KxK85A~OQhwTR_l*5j^gZ*kp3I2pv(sl&E($(=ek%9wyP94~BD%V9--E>GH`wc7S zFb*3&1dYhv8O5<|^Bwx?><^+P!;(R7^nTf&L~$$`45W>^$cXPa5ac5k8LxNYayp=k zj&g4bdPOV6K8(70MQiM#pXL=I93i>Ii>*lMU1+ZtdwJ)cf1&mox24IqA={>9NZF%hLPeB(#~EUBVeRh zN^=rKR>dGr@SYeQlkQi!?$*W#$dbJVga@MpA7<}A&~C((bLdn868wvLCnEW3nwJOx zY@xdoMK5_79RV@@iCRS6FWUxyg<}RB$l*)baX$US5707#On0bnEqw|BikxE zA!I)|2iBHlmAcnd3$-Xic2TT%Jfu_X>U~&qFsS*AFEes(10IrNh zF>i$5F$jdEF#^KBO?v_m%GFdDM6?%aN)T!PO!owl^NqAKDEbvlLWh<8q7q&NUHAE) z>j~^7CHyY1B>!`)urDjwK4^Z>Kbz`PM6q!@G9}5`uPMIC=sW%ES&6qRSvLTY{H4{V-)&R}4>m7JZx7WfBb0^6hHCZZ}9`6r=Y&;C%!9R+Nu{|C&HvOiLC z9tU=te^3svkCmL$z*hK!tf!wS*_|=vz02PhU3vCiCI16pcl(FX3n7tOaKkVV_bd5x z;rXzCpA76XMZXc{+Tg#MnSHM0?t|YS{&G4C(^>NERGNxPe3JU7ilQEwC{IqhkGoi$ zNJT94i$7v~%gMIw1s3g4bCdO49$#NXIV9u1aAo5IxQfveLbkC9gSS&f4(vW1PZcF) z#pqHZ$<_dfy)@y?sI5pKIv`@@wtIiz!6=TtVk$MJiHi7bnCL{JYvn$yp1wybLB=}m zTWKOAD+B#-q?Hv(!OHj-sKQ9=Xd+-bj-2TT{XKO|7bWq#Fn&cUEMGf#{Y-Py(Gh=3 z_i>3fK`%qMLq?d*B8tU=O zfL{{zM~B!KQ@coG6vs;PyBMD$y`wmXjh|$_4a5 zhL{PWiM6_sQmYnRcbS)!tB7*}U>Ng6M8;r1Ba zBX>oEqx#-NJBX}~;#k7oMbBo5`ns#Q+-sv`eERqYO(JrC6vseQhmIifKorNPkBOYC zbrvpA*t@ARTU3ng#NvI-BC}RBGrqyXIr9Z**^$SiY>@d&navYX+=(S_&c>5b9LhL` z3%fCjn|iYg$s{!P0r^>r%*lj$P+}O(Wgc}8i~4?dbF9}bZxu=rhTccsh;o5aJj^u} zTWrR9{1`6mj;KGXs2GhY@@5oA6^*3>Vd&$2Iva+B{p=fEYi8~rb86AGW)-^r2IC(_ zQ#U0%Hb+z_-gZPe!pQoN+gEh)S%G9fX32gLO$?IlN}uMSC*4KKxlsNW=#pGfl2y%e z`r+R|)3`nTXyGjWrF0*MuA)7;A|rb{`kctGmahX!{}I>1>1b>yy;Mc<5zK?s)}a3$ zr9=9SR2vZ$O)AFd$a#zG4no5ikFH(2F(5yLSyx1gu3Vr9k*AmtTf0Vcj~q`2L5YRH zLed!~*kS~{g`Hy|*`ox!O-JT(UK~ttqhG^bxkw}Z9TDxrUt!805z&yiwmq_#Yb!1m z6$_Q~Xi%QWQsRnfcAh93ya+SCNMg(%D~$ITAS6Wz3I_Pniloi^K*@yCd(Li7XW(S*`ZE_Q2;haY-DIBd*1lVsI08(Lb$3UXzEFHC1-; zJanD^Q;c|#H0#~^VgF0qv!q+t2LD*@SPcu?=wHHEhJ|hRZ((iDw6N#=&#+&Xg}vwx zU<{6ATi8~AN5;Yyw%y;oiP0Pj-Qnj+RwUQLcKWw77O}AR{e>8kBY76K$6v`uP_j-I4UD6_TawIY~D-xi5X1auXPtl+Knn9hdGvruahD2Th3u}bI| zM76~tNxqT>6^o2XQ&H_X3!UF^0Cuni@E64E@DP-*b$e%rPEg~5G0qNy01G=gtA2!T zw$66?hafzQL#o<0035D#<}teJr#?Q9hlAzO*|S_WrMS7DV-}5X>om!XorX;NbG_x7deq<+CxguTEgvE-45%%*r>`U;dUVx z!IS9FQTx4VM!CpHbVJWOWSH3+QAUyq=yXtwIdN`TGeKVie3i?WhoK6__vjy8>^|ceeQ3 zia5FKD@+sRZXV61fgOG?;E|i-$HETyotQDgt3zMNy0?O4@N}+j8PHCQmdi?5*IWG? zZ-*K0p>c?3w%Jymw)dc%d=thqcsh@yBkdu<9WAa(aYzns5#Ar-m#@I>S)jLL#n1*<6A>169`osXiafjEqJMacuZ|4BP*L@OAz`lUu} zOg3XIa+Pt6ay+f^bUsSYbrN@`J%b98NB^79gJ%A_O-4ekX6^i50?DD{8TdP+u#$;kEbHT5%~hpL|}6j^b_lyH;Qe3-@lStA@=N?^Y%0Jv`l$ zIZ>Z0j){MQ@H-Pz`%+zrt(a0lzR>5NTyIn-@ zZrkz@VW#6kg#VzL?&Fn zoM*YeVMVwN^kwX4YUK`#_#g-mFmWnv=_-;kf9Bfw(UH^!MY&BaPwENO?+kE1r>v~) z{u_M*wqZ7^BWF3y0+*m=7T_8Fco@WNi`ac4mDS@lus02;7d^2Kv9?~!g$?$U2JxIC z%3F3f2)nJx%-vK+CAXZ>Ih@t0j)9!=@UvV=(;X@|$>C?vtmPRNBGtD+)0NvfGGh$` z{R6~Pb}i&-@@wbl%>177O44RLoz2p=a|~jlJfO2#!1j(ZpsB1{z0rtpDRbyNdc02% zo=wekPj8^9J;eej+)q74I?j?IOqL@VDMc?g-iYKH22;3~Xh5LJy+kMZe9MMj;$hjx zUmE1i_My@AT4+QgX5v_TX%wLjW)64Ts@Ri_3fk~=Gjq7x)`y8jAmrldY&P=UwyVaW za^!*C2GgEKkyJPXU6uTa&6LaC2(|`K_jg(FdoAL#AUw&$VCeZS8s7rmgi8%K4xb$xDVR@44TtN+=)fIxW1x$@G;Eh1S{1j92b5H!90i~sq3nU;X}pnqG!WfY4z(YIH;z6uWf0z0 zh&B#F@dwh|gTyTW{RU(CXF4qyj1}~~^ypx*OumQ8E<^vem&RTue!wZCONNNN;NzLd z$0rw`jPd>lqS;EzhKLA`J8c;vI^_Mv)%3U($dbbx4%8;!B-atwY5xg3C}F6mO8%=m zu=~(qf;t{LHVzN`#ty}3Foxz171MG1+OeS`RCFzL)%{%OAsB+CQO}^g*sryl8z*e* zZi2w7YE4QPUQ6k}gUW}AoV0wXu6=?%XghQv!~}c0Xozb#gbX3thag1eq8N`M_V&>b z&kPf7Q%t_yE4Uu6Iu7l&_cS}8t5&QTF49Z65|*KK(!>&|nj;*vy#hv)xRZ8-yKtmQ z*PH(b@_*#3_i&MuFbN%s!>}@c4B=7Wn}%c6cn3W_To{UdAnhJ5{K0>jC%49TgPlpX z@r%vCXNQZ?+6CXiRdmG&GxnV$M1NS6`euaLuX;y{eu~JVaU(@3Sg#r>?!&R2l2M`t z*wj%N!&}j7qeOeTgnl0-jQ;lxMkDF0%$ka6Ya2FyW~)!uZjXOYz;6 zjUNFUXwC<&_IHIwKi{eh0c}@bixJehpa^}IWV^D0CXU7^cn2*WEs7FDSc~&qo5o*y zq-#5(i|bfH@z>d_TjVif?QQ>KSf*v|apCN+>ObfGH2v>@v*q(h+>f}P_>?Vk$>HvC zEr+}79X6m_Nk6IcrFc^rOrdQIW>efLfMy!WU^{kY0pO4xgL>-y3&12=%is{5U~rsj zeg(iGJqAnZAcGxLbQ<6^&1X>pCQzx7Mm*3#dg-c5TMd_uWr0UBZ48DKn&I|Iyvac6)RVcZ#D2aG!d1Yz76U980@Dr43enfAAn3+&7hLLVbFJVTW=qE=IX^>B))I;r`}7kP@F4+CSdp3dp)|3 z6O6$mlLD{^MxDKHL;izoz`&ouNjk$|9yP$ADBATlJFxdD&H=0*AAW&V&|U^JDAx%h zZa8!T+ejxE+d>06plS3&h)~$PM75`EC%$(;3E2Q-cTC`?SpiYzW1v0DEX8gYRh* zgK9d*U<&ot09Mdi25vgRU^CSSfJ3yL0WLyh@I4j90aVj`2Cy!|U^b=e0C&+;1~1Y! z1_vn43-Q1@^(ZgolS7+;LNMnTAVD9pmQQc`ybr+s_Jnv48|irl^T?3^zl}6M0ay<0 zVyv1P5&`OI8-wquZ4&${X)%M_XfJ?bms=u!Zzma9osbOjKzg3Rc5(y|WdzM*`48%kY8NhOA zFN5urn*lI`W@UH_R1Ud*P3^G*VuF68- z$X89KHxCANCNRjMwLoU9wenBwZq!0vD<3|u@M;k=%YF}LdpiN4D6e(^tD z51k5oXFdDD6O}SOu)(Rjr%azVF%t%CsH(}aq$NEUMw(Ik=kiPeh!OonBS3eCP1N>g5HmS(3}nr>VW@e=a=|CZ*=|F1N*|En~7 z>J_C~PhV!i+Qtj5y-WW;B{EtbeO~T^3q_`R)m0~VM#y)A=A=V~-gN5F z8O4vW(ljDm5S+;2WcQ7U0E%O{DFsJ5CVY+xB93`x3sC*8qx9P;Yu&1hnKOpJxBv^*ktE zbvOR|)Gy%1t8BC*LH!kOqWU7zO;TsD$sWHt4{ox09HfBC)*Mn)fh0p}5N;~Wqha+z zErpw|-iV2!p)P})p{{|Osji2crH(+{Y?Y^xVRbj$9Q6yhx$1XtBP!oukf*}f29A_C z`0Z5fVEX~(cDrawwKvXHfp#gW#k8Q>o79wtz>=EoVu>tAUKO<@uSI&gdZSqjf5F!$IcCxH8gELjX|+Us%FNtwb;P!- zK{MsAXj6?hwW$!rjhmC+1sr+%il{*HadVU31V1)kBC-R(=SA^UNsIuyxcN~$B#BHE zAnwK}o+63uU>?^L#e+CBj6%gNu<#(5#@XX$JAOoJdTjzQ_d@MbM)p#lPTn;6dYaP7 zo6=MQu}bO{NJ>`u{tHDtjM}oPkC^#ihzJgKAxh^|*`U5l-3p3Z<%^#@>TZ-&Rj&a9 zP3;GYP)BnXR0DB!bqY9p)i+RRpZW@T#;dm>!wI;jlXdn{NIFSf(S)4&)my+iSq-3F z22{2f5mehDT8hfoWQ5c{NIq5N3sln7lVF;zK7}xb+5`VHRKA@gQ#}vXS?Wv3P`1je zJYlsnxaFunV$mX3oeT~URRcXwoq!bc)k1_UP_4_J)RjPr)SHmUVs#R7SE7zV2};#Q zWUEYl0ny6UAfmNVu}URXs4wDwTlFqvu^p@=VVzE`L)BHP^FgUn-$9Zc)CzFxs2&2P zT4i$


    jW?4*7S9qOzOfm^HoV1vDjI`whny^DG&GSO9?ja=8Ol}NZj^4Yz9&ps4e z?1iwr$yUwctBq(!m9^fAc$1udF?s$4a?Zu%H)_50_`d0?i$!XCv2WuAa`naJl^4ie zFD8Fl=dFtW0`=_eWs&ibPRyswE-~KyFAhC{$)BVA-Vqm*pSVE2{9^LY7syv$Os?n( zCcmK$z1Lq%zTpBn+9)j1yn2DW_~OvE`WTbjE++T5Kwfn*c{#{UI_lYbuSLcIOi_V~ z^4@3RG8!;13woO^+>QoWfXef(wQyUqBpyXIdhd^h_e7^BP!K4cq3UmIMQPl5uYT*L=LpU!u_%&4$+bZZ$;VF&@}JU78z^u;xwnd zIT}ro1n*?@Zn1C~(YDd?25)`VUtEzdMad|_6i)5sC~j(6zi!_8vdg(-Z$!ylGOmpO zMsbuZpCz*+iYM{${1NAJqi7xIL2L`TUc};VD3}i^a$=s%!aYh8b z<6d!wiHr%XLucc?+C;_&2Cz0=!$_qxDUiUCt~I@;1lqF9W}3*1Kt~AGJJ%J2OlAfK zaYFxbjRZ0~u!ipJ;cZj!EvxNDR|FjL<&=4x#`7*VW>hGryu(?3)x{Tjl*%b%=wuIX z*SH1D@f{miQrZlv?di>wRT|q96V+q1tf#kl(nORaK5VA%4o;qcGvnre5$FM~@wq1A z3pkK&e8fbO0-r-or&r`EZpirWZ9!O zAT3qh4Ode?MR?rc!GmmUwvgCM$F?*{{R#P#)JAmBvg$*0o0^Cyb~S+H94cR9-sDsj zaCE6`vCFLvM7BNZ8bnjozG!)x`mo9UMevDJ*`$)L{taKRdIlkV7t*^@AHnJU2_}-7 zgJ7~6!Cyr^fM9m@N)*PePDb&3>QXd~O!W;gsZ}Q^_@uHRoy`zRayr`)h1HSYpo-Wf z6rK1aF4gZ~)^DTrNa}}RC#yZ6QHuH*ie*=M4b-i!L6R48la!|KnOn(})?Rj#Iu&&Im?2!pDfy7(C|_|t3TeUv+2S9-WjP^BZU1f zr3Xi?p8z$ouTjia1r~(^5WFW{GQgXT;FE#1y%$-tACr@815+^fm~=fOWeE^XSCi2( zx#l@A>dNgNK7E-h7;R-nBj}3(-jo6}9A5X?t6Tjnh|WGw_L#{(4cRfW0usSIW)5Wx z^rq-$gwb->D6eh9%bs2_tV z^dN)%bn1OC+mZcx7hd@n(9jP6hR}x}U@^x{SMNrUOnQAcu-j2zX*m{)ZVN$m99@m}M_V3nCeiC3d&{F%%g<8! zC*D3y^U-_+H;rjrlNbH4N`h4mypy|TAc#$Ixf!?}9K`0f&tRF$&Uq$qZ)T$6sAtUX zm}mmmZ)Ql>JpgvQO?E$zcH@`{%xRws*EAqa$3F3@O|Jr#-2CbyyIaFm+=I=;enJep z8;T6$(d|HSy7zNL_w5MdcE1c?kDKios}juZBU;3EGyH9MT|@xY?9LJk7l5R>nfE1T zhruO~o5czSm-OBT&@ywc_jh^KlqalZ5Z8q3CQO@IeEF)eD}onkNz2Royf4}=m^1g$ zPruqS>Hf(+->R3NswMqOUqZ|H1Kt&OtR9{@gv$Mc8ooxwH`BJSfo-R_!vOnfE07 z9EAw9%hZw5*Zp>S@rbvCOghj`7KN@O&SHo zlx$ttvCNxeL1!1dun?1gNRIXJaoQhe|82-5jJ9!i95pfSsMNm$=AI2laxZ}+yVt-~ z+>gM8(cu;vdEA@Q{Q%djo7YQZ_x<>@SUAQF6732(#xO~C;y$paS)1| zk0QokZ&~8xa$F1V;r}ZB#usGX_W7eMJUd~H@#H(3rzto%Ws-eL%+SAiP6na4c?F6R z<2kef^JLF{Zv4%CtfQe#IbQ5yNl>yl(z^f@vk}Xa39E=@e8|SF1H78~`zz7z+rCLy zm5_1Amr~CbwtERP<{sjC{0*CN_lB%b?g?Ntg0+D&>us~@2$*{xaGH1rO|~X|2Ts@) z>$vMHQ=E+iVjX*6ugtfbRS0IWBE))bu0bz2CE@R>L_O~MY8BT;mSR~u0h_V7nU5ro zB`CHN}GnqYGikWs~u^m}07P%dfSTJ+q zdtVU8mt6u>r!{Bnw@JCH!xv|p6xb)Z)JbeSqW5nbjOE2|0X>yUEBxSV>`$67X>k9k zLniefHgxEa(s2%>j_v)@_4im=`l8clESCn{#tLWY6Nb^g7KWr-tqlHvRj)OI&9t($ zF;)Ds)X~OB7NNUBWSkXCY#PggnEOyxQnTQNI2+Yu1Pu}(;Eh1PchRF%HsU>a5HjNmz1)Y&M8_pyVW zjXbG)VQhH4+1W5KgSg+>D0IA1C}TFf_l#{rnH#*QE@*VU+kl5dw?WlEQJg{aZJsDdOHl74~z zKY!>!`6V#A*sCz4_zQ6Kr{h6~KC&7NgZpFzN>ikhio^V>8r|kZkfVR*BP!7`N0^`^ z-*-r1lLOm#m_SqeaF8!*H(&scWr%VrYj9P*0W6389dPg1%!mwnr@K+mcO-LC_);VL zDDbX;qp_<3n7AJWdq)%Rejo*RZw8v$fZ{#@jH8(iXgEs+KywfCOmfcyBS(u&9<{M= z@G`Y~z{v6*1X8pe*kNN?9h&igkspnsykbZAa{#5AUu1~g;>=G2BlbyZ44mfX&9&l? zB)hwEb7{oUNfQxcxIbW~GYlNAj(3hLm~4Sf7Iq(CvL!a_bT{{d;wqb4wtFCFN=%lC z_lWa2(Kef18FyU<_S@`A+>NMC4`X54IL_i|CVL)@JyQ590OM@t3_L=g^f1cyxP{7Df#F@8T_eeP0Vw{d_=}r^?0i^E;m2O^wNdQ&H&l_CrASqo zTI?(Y$6*nK5sI#1CZbd>fj-Ib)!6EaSn4&L+9taymc+>dJO+v%{F5wzS)m|C|A|Vu zi=^Vqwj`}>NxlUlHH#&AxjNsAa_7`1N`LEVTvOL}PEAP}H*vzi(fub)9y4OhgZ(E> zA2(DOJhA`qv7?5RW(|VfyCx1FJ7JRjwM-mkz{&eeoLv0FV51{WU7qUt=M=oO(J+h% zyDE+_0{E0zX*L?~ESfjlcniL7Tg@@x`}Pzqje_MBDmxdE3QeDDOqGNz`eClo9(_Th zdB7f{HS^Hk|HJLwPv_^M>AuJALJJ*#;ejPKyULyqYz?Y3-zda9zb6MRXdVYcXb%U+ z=mG*q2_D3n#Jq!Erkn)^&fl_UR98yZFEAQN`d6sFq=8&_Dt*4lsG9Z}^oF)N4BAq5 zLVGwGcn|`#)#_CKVWXfO&upBr=~3LDI^w=XDs>C!9Lf${mG%sW{XAb%9_RatfvJ4o z42jjc0k(Ne6Ye@_+r!43oGq|1S6b+0roih;cPBUC^f;U@xQnU5Vj~N^X@3qHQxrkY z3!Eq~P81aEg|V*uI2;h%574WNjS5&pa0h`|2jz4X$74N$yE0W+Vswq#IaiIN6FFCl z!<;i`QaujixR$q}7FUfpoGQ2%qHM03aX3YAe}W>oYQzc{H1m&x*~{`qG>$VF2%Z~M%S4B+Qrd{QnZi5w*FkpZ2gtx zpfR;V5Yu0`I8h?!?s3@8dFe7c=c5Q>Irojn+ByHWERplDI69H@gK^l-dCYP<=SMhb zOa~Ceavl>WO5{8?4%<23UT)`{xgwGClz6P2bH5cvQ*$_Lc1{efXoB0ILo19X=43XV zhhu0J6;Phkm7sou(T~K?c=_)BfcmU7vP?b~(zPbe+Y;Q=Yp*J6a zEbJTH^-LTMS!UADjNZ%C`{QVz;7*~)D&*aPnjk}hCvnA0sl4QbN&ZEW1Z1T z98IUz8NDpqC@Lk`W(r1>Dy}!0 zfRa!{R>^1T8UPhT>$qF`R*fX#rAlZpr}+`_ls(jn+7)<;ji4 zc>nW|Qt$2T6Tqu59wmhAHWYc>m@HnR&5s+OiM46wCS!u{9WWHDH0MrO>|Cik-P>dg z!dl+`n~e%?_GkN32%ke+(qo&A;s^P#d8u1iHZed}N<<1Z`XMLDAC}o0M$JjMt^XFd z*#zu%K&Z6{1dfO08Z3s~{(lnJY7d@{)nb(oIBujJM@3r<_OSlo7Ne$fJY*Q}jI9s6 zzQx#UQQAd^tMuS=#+(251Ipy*jiZjzibsrD`540XU%|BC8r|nWp>|h|JDB6w`wY-H zTKO5zAh1LKbIc$D)a`SlgM;_z-lI+?jzl>2xlt1jCqI3Trwbe&bq#5rqvIT;ljk~u zS=9GBW*hfu>2-roc-?;;(+1w}8Gns)-7p+&0A}0I7lAJTUhD>=q6>bouL~IF-tG$| zQZU>%rJO)84_Rzsj8H=mK1eJPy7k51vyUOA18*41wJ0BBoOA~!$}0r^`NNc7hsEFl z;3rrn<|FrERWi>p9mV11pv0VmAFT20FdlOvJa`O;ZOG?vakPuAs8JmJ7%%JK?&y#* zgVQLg3Jb?`NeD>!o~tjS{^vyxo>lmRn9R>O&afX^6y#C3I7{rcHF7D$bXE+EVf;+w z>#Q4Cf_sMoarj}^c@dDRe9G|y==4n^C;BMlmrJr=0t#<$CZa9L<>Vg#VR=Cb0-PVk za_YljyMk_ep3vV%VI}=8mq_O`9)mf$%y*e;BeG`e78$)Ng5clGisOnO|=QOh8WuO;FzpVM91r z0N+6M7m$5ezmHTY`ZVBE^>q*{O>c~B()AfoWQOiRY^J^d0%hr)k#V+O5gF&`DTvM0 zH$uc{p8f(@=i_J!d=$~ABD0A85EvEe*~p-bt|GHy{aY|C(fK^$a{6>!%j^8$P(fb^ z78Ug>xK`2+qf#pCbCI@+&d>Z+^|9btO+N$r>iRP1uZGUc{cGwAkhYed4&$mF)n_7` zI(i8tt*i5Usd{>4l%~GEACflE39$|J+PF5-d2-iS{|cpP0vDXHW&Hr??ITwXAdh&3 zxeC1O_*?%197X*#Xj0Z!pzIF47cfpe8-n1}CtNlCs#%xo=XWsE^=h0-9}l7={R*O! zbl$1q(fMnnM_&b%dG$7s*{7dFNew}MjB@T6$eX~dK+97y*sWBou3h%`Y2pgeJZY+J|9Om88GLN%hBIWL|w0GW6*;QRKe_?-QtW{Zmn9LFF^tP6I{N!Btgw$&im1 z$%MshV>tj+)O?TNpYQp2x6Y+Nd%f}FVrIDTMs~%B-hu}|9c}X z${S9Q5yTL6Uil>Hoq>^cetJ~&50S#5PsJ7IQ}ux1d(vgjQd7LsU9FMG$VZX9GcryA z$;-ctb4cf%8M3=DEdMh2=wR=xIGiRJxsc8~I}WD`xrT`XdgsIuDT2|J8Aju97;7dd z?FS>pGX}DG=jrE>kM$ij`oTz#-bAsz3uQiuF7P}zB)gBqDvU$G==UJBpnL2p=9#ag zHvm0eoxcoDzGQg`h~oBOwDy)qmFrJ~xuE}o@{9T;+{(KB(N8~!6cM^ir&O#&1E+P-)zuii^)bZgm#T#F~V*hUj!F_H5XG-*o+m| zlR$~7DXdj3W>9HtP!^1c55yGHy>B9o;rhi*H~)iCtO5iR3mj~%Tq(?5?!!DHGTUy* z{zz3Oa1F7(Kfyo|i?oR>!uu!+?qdm)pN80CQQIDfiM@MDF3*)&9Ax{AW9~Di+N^ERds`ZnR-Q_;iZnko+;s{n@ zJiAq}3LHYUozW9;fqQ9)5sWxrVazPtr(FZqzGMnn-=S=wh?`qd_7>Xrlks7Nk02>d zgFb-ljc*(iI(}&we*vt`}x&8=ucf_;(3^ zaq~(b3y#?_ow+YlQS1DcF(%>okueENx|d%1!+1;-`_tI_MoJC4NHtn>k@ypZ6aQF( z8vWu4_`p}OmfbzJM{HyKD-J4s^*+wR#cQqi{xnj(<+&A}mKw6^t6*!;pGI*JKcPsx z|EDjSer5acbL{`ItFc;pC||BpMdn#k^^T=&|1t{F*PcjAE`1`+tfbIz%^#x7IX)L< zKcX76da4vEP0cpn^3YQe&;Ps;yjISXoUyafm(6qM+6NGoR<3HEYlm}%#QA0id}r^( z!D-sgfkEGMu#OrnKro8dEHLlj#o)Y!CLi_q+d?3RQ>#S?6xz55$gX5QY{xBq7|3b# zF$b$l%Pux?bkSy7vjkvUy1oQ7`>5wqKow~Z2Vc@}9IU|WAhQ@R6e{t2e#tV^kOFOE zpBSD4fPE4tmzjmg8$t4h<-l|#bGcdQc%iKzKrsG#-;vQfXduwoyR(#o%XE;5mOPFv zz%in`%gxGit@v?U>80&fn04g*X?UngvNB-acwFLHUE+r)fM3#3KZ<&Z_N_9r%ldKv zN$PZ%4?Y#>Xy@|QRCHe*Qn<~4ZWH=J%eE_8#MMj+NmFf7^*&n z_N+EDpx(Dun}Z4_VTp>YzXD@a^fs_ohwj4_(*hJt)z2YT)4NgoHD*S)OX)n0bOc+U zz6-6((C@-%O&n{7K1lxyqWbj)Xc+;0G;|ZxdChG|PXQNfcrA~66m&AuZtF2qVs0q za{7BnS6<%&EmzRzp(ZNo)u59~`X$g*)+<5CD*A`uR#o>>>qpHD&!Yfp>%8E+j(&zF zJ!+P%nhbH8=ziqTRKI}+-YhYOd8c@JMTg!K>_vSESEb$<1hW1%T>vxx2rzT$6`(t} zeh8}9;i*nsYo?~$f{p}z2J|KBGwpO2P<~n8Lsi$Bg*hJ7iEl>6+hERf6<;#LGecbC zyj0z{j%KYjD~Q)=-&(Vp_zZoq)?8EhckndAaiV0wSBOMLN*oRezV8`Mjl)5~C*;u1 zb!Pp}L!mSyD~`utTLwmCWXEBj;QIq=GjigvSMcRQfkti|_6WXV4Clq+B*FK4kgBaW z`(ZiQy7drpFP&O%PQnt4S{uxb;$iw=gSig7m4*`nIBO;|OKd)yqEvK(M&D&_6!urJKkDFbwZ-3L{W>!ue7J74B2*2RFhdML1 z#9>SDJwu;9ZZ^%C02?%R#?bIt<=e$%Pshnzf^QKu+ytiEY5gW-v7LHtwu7uK9F%^! z#Y_=#EbpIBfM#%Mm#tZ&DO%;+e zSeldElV_5^=lTJPfJ}GqLNwXJTY}S9uoZ>$KlQiJUJw_!8$x;@*^^{q|dWqTg zNJL}_$;Zjqf#f5o@(z@51`XX|4z+5)SdAeGD!-82lCJD97bAMePV-suUle%S%xQL; zGlAprSSA4>*~hjyJApv5&Rkz}5(rC39>$1h0$~ctH)zJw=1?%c_O#g~zdTC^Kj1Nr zijdrbOA9~Xf0tIwpccE#YXE?>3uQ-=MR?2dX%=S4cigqj#HA ztYvHuyApU*#%TI!x0z#A<63(rfrl=gRA!Gk3opla?m^u@O~3Ck4~WUM=NV|WDJgr+ zwbpzt^f!q#P+)u7v)9bYi?GVROW@OmLEm4%>0;J zMyh0!T+Z}y^0XLqC9@Gj=`rY9W;=#5V$heFJsHZ3LEmIsU0<|6Sp9eLh-2z_b( zA+s)aa1K0#vF`>&51H+uqjQJMa$@b$dxy*d5mS`h!{&Lhu=GEN&9Rd8B$VqImBqcZ zESD98Hmge~9WkFOD6R6D*-qw-eg9pXLB{b=n9jZ9&`Y;pH?xvTU%6#|Q5}mHw&z@28aPhwnkI8gq?pqp4mAv!10$>vtU&>RjOH-$ zXsP^;UIJSJTOtc36)CiA`xU0WMosA+0V2LVkVjigi0X4%Q9DO%T38v;R_JL3trK{N z+H^d8N?LY#NTlt?R6)^hVlv>+X5;GAo<&hqZF&WeYfFnUh-(FSWN>RdR_YoLR7o0d zX7p%fs$tHf@o{-REroj%tsgj;+L1iWd9*hml3%L|inbG(rD|VS#H2^NfNQ$8mm94%4hEd5{RnnhTCh51LE4HkFmvroh?1*40hQ)y z1(;OjYwMw*0&Nb`MzjK?E!2vk$THe{l`$*Q4x~jfEz%|+`*KgZ2(1zCLi1(^;#M9^$1g!_HYh_i|RLFv(xW1!vt*n%h|E|Mie4>P;@f&7YYY2rY z8ovo~XxmY1POS>+TGf7og=ktMl-8wvjgq^y!RSzQEen_=?PJh;1lJ1Gk)d}p{y>M| z9*PRqyC-vL1ozj}skK#TJqZH6mwXiQ4kl85q-CwG?DoGyDws03h+1=0mZYr*M%Jz) zZ$h&LpvIiq4U8qKRvVgz!}98AE1nXW-;^dPUZ3L(Zahjw`n9!H9$SD5+gNqd zZbL=hh|E#uS24mO2ftzUl%v^gtY$ecAwO>|i`$EWtz@2BD5Ae+)AtJ=O+9@AsL5$&1G1hx%h+ZX*P?7}eG;GzY#SvKc zX!WBV9jtOVCi?vjR%=WIGCEpmmW~GJ&5Bduv z>5f*8mB(gLBY{sBtmX7^N2{x~kEQRJz(cIxsX-^Odx6Guvg%ovS!WL>qAkI?MaMgV zU0c|&cVYtX6Re-O|W)zp&m{kLW1=mBbFr)reG1XdL)5>9$sRR zR>u*dE?C`Zb!RIl?-cqh@1{5&OSmldcFkv++O{q!g7p<$>}-|KIKUPAv?vcp!!{S; z5>&j;h>pH!3Dy+K>SE&5iNAXwj=(EEk+szug7mj^|_-MVaL@XW#;H zFN+Qy#H_&-=xR;JY1fZ*g$YRXF$WgqceAeH;CDxNK;x-ncPkBx2u5|cPT|OeN)K4; zk>ITd5ce=yJrEqFzCA!Pfu{Gc%9r25ZE~R`do1KvgbVUpA~{Cj&gzVz%ez8~sT2=q z)>HH$r#Zv*x>k~z$b2}Kh9t)uoF)&wns-w?4O`?rs?-xEbczP_M6O@bEQY4h-kw$o zHg8<+Y2{#|^LtMSHh`M-vRYe5*(N^v2Zub`-V14((fMBB;G>(M!d{yiy`hW!bg(y| zy>zcPl;EeUeE{vIGJO%Op^1I1VWLT&^hNUJKO;)0Ke`aRe0(0EgRRyLe&m8zQslZQkJ%F!NK;L5?7^M&6gTc#iKOVC9NZ1o zOCT}@D~p0d!0RS89b%PO|KS0s-Ty?-A7YIXv*^wctGBh5D|Ph$ME4nr)ZJ+LP%ABO zG!G-w6Vb?RC@XMw0%7O&Hs~{Eb4#74$bB)nFlXQbkryeBGq|%n6c`4R?LyUup(PyV zmas~ZIm-N3jB+g&1!F|BY5??7oO@D0utw9P!=T>?T}4uH5hXonrFZ)pb5ZYZCGx$3 zF*^JMLwl4+4F?A7@ShAlqeQj<(!y@cn!J0J$O0ZB!y$(DDUq@mCyj6}L;ID;Uw{JP z@-+KFYi#rcBVSY^@1yUi8Ge_cQU(5XF_8;jX6T3#84jpn_)CV4Dv?8gnuhN(^pXl~M4kb(I_#-H6-QW|#V2XO2y0`vsXQ=zrbOX7`m=R6tuc8!@C&zLWy($^iB8>LpPMj z-c)k=$=DE6>!RS^TT1R?fB`Y}H@3~&O5TqE!(yrr4=&z2N3v@_XkDZ2BOTG+!%jU0`G$)iQOfH3NRpni3Rr`vX%l` zJjzDCJIZPWC^Xt?Wj+DRfggiIs9k&Vxsb+V?YCiU?f0yr`Qt2{Qwrg+ncqfZGry-l zrfAsAZ^PI~pJ6k<4P!IEN6n>rPnQZqkBn^22QlXjUTT9eoXei^&v85r*V1EV80%QG;_y@p<%Xbs2rpZrPILwM1$bqyBX5GF_WwB?nfah+fUf zm7sNmQDV2kaMCARDJ5HKfunX4y|$=L0+pnt`8f+u6@G9U1hx)s1B@Ie8r`RkldXVx z7Aedb8SkTp`OUiLBbq!JbyG^~If&BX$yQlU5?Y@*PyY-=1v&KHWGfwW3T=v2(BTaz zMAklmbc*)7li9C?5}g`5U{JOFXa<@#6Ukhff>OFQH{Olt+FFR7q~RF??+Z@j-m5i5 zS$*0Tnl;5r9asudQF|6sXG!Z_n_17+nGri%F|--zL9?|6DnCRwK$de0kHT~Wu`msV z6r{q}pfEfW$G6Q{OT2vkyVe4I1Rg1ID{2Smmnl{xaEa-)#ZZc+bx-9b;BpQ&lnk?{OMM)eYm?!;=*tBbyE%=|6 zmqI#o2QEp9ztk}nRqDA^`kH{!62XFP_#iNk2L*r0iJ2Bf-AxihUrDAn$nR_hEt@5!Gc$~~ZCb22VL z#h)cQp2D5gntZb`EKi{NvoJHNPQ7MX(=&E+whcwO78-=v9Tz0P@jMH0hliiLoL~cG z%|?RzRA;u;#OjU#%8xU54so?%&x~c!>e--LL9c?!vg=|>JentU+vz4p523UkPc_`ti_%68vVuTDpUD+NN}E} z&$EU#>%nqYj?ek|L3IryaA=QRG7(d=*I_e$9NH5@WC+$XFmiwW1Og9jRVaVHResDAe-^b6{iRNU7C87y#TYwD%5xZba9Ht zFF<9?LPzVLo1j9ngY?7#t1_rAFjcb+3qkZ5OwYeLPK1LLtdUf1A!0XBAC9&SY)?EI z+lQo{oxvPaiLXB{DItyth9C^E-(%j%CCZ` z@C=Np{+FfPk$}>}wK1amk4f3j0m>EvT~S#7aY=5=Oqo^Ly(qaL`f&i!?1o7GElpTt z4J`f*wcy7gLxUmvfN%ywIArJmpdn!o`dt6pQhs}Mki)~5=ugOy(Hfns|6M8PkD5Hq z8_BhX6Ns9_?52f(rs@w{HGIFb>El457<(+dmq{*3 zWyV9y&Ee4sppT?Np&s62hXdTOaiGvDKs&-cFe&xpK%qw=^zN{&VjL*+9pZishv??R z7EVm#I=v#vU!jq5TLqRfP&aX5$5M#Lc!*c{6QWg7^84)2Ss^CAj_j zd5KjQ4{KGHT1&&#peb=&Y_}Th32RffG{ICpN*9+}&2e~D+A^yz&OMsG3{o1SEK8X zLi)0$jP?9{!!5rh!{5 zf9TOvj_SuzBBlWMIm($s%eLUlNiH1(2|mlbvBfG3F6Gi+w+mm^hZzO_UA`<8pTOG} zoJ9BLR%et0dVS3o6bLN1v5T}wM%1UTh&7ECTKHK zFS&}m8zg;eleEjqD>?~tmzu}ZUf{G9(M3zGVu|cpJKG<8d$*5qn--pG@gH6h zT{{1V*Fi&&Sr%pDX&$dgy}@!Q|4f>-$p!i~sEGFa5J~;FWA_GdVsnz+Xx| zlMrC92nRpXegu+Glm46(n8F^DCkLkDmE*0+fw#~?4^IKjJ#tJ1vV>+&1yqyHGSrcp zO+(O!j!y#;{)ML__=fsU4{*!A&(K|JHv>U{ws25Fw>YRt^=2Y?j8<}RjIMIfkjl*h zvvIU@7NA-5)2zT9tlju(Hj7rDs?Q0u$9Dcja}ar%KI9;Y3Ze)G&}0s#(Hk7Brr=xz zD`+SOkI`Wc8j@okg0|F+gC4Y#gE0NXK_6;1AHgYF&%uxM6$jX=zW_mi7I9FMKIC8r z6)c2=ztWb4fZ$P@p)YCZB0yK@Fb7HGco@hq&3+ira5~GubCj_d!8IDq!LM|jgPP=7 zVncm7fD3RA;F6nzxzuhcf*rJlgVS_tDO7Qht}e5oa?6oJOWL`d74r`Lyc~+zOwCpx zau%&$5hxa4!(bN3ldp&3{*Ldh2pA4CIpOa(em1iC8Mk*&PYg~z|J zA3cX4AC_@nG0>Io-v(o?uD$&SU(9(s14LLzFRc$`MEfC5ussNg8gF`#wBb%9(R9e9 zXn&y9I<$X*uT$ewK2)tP^VRYoi%UBP>D=06FwnJ+kt#`R8{jA4vS|5UZ3Q^{G~SV6 zXeEd>HQsY?X=A{_uYHYPDxgK9P)ks&2G$|%30#vk%K-)2pXyVzrVt`kz5T^}3G#Cnc)vg<+E(xtwM)>jto1??hn5MnQ+pa1 zReJ?jP3vUW%fn!zYj2<=y2kEvleA^vlcc?bQhBuNNafKwq6}VbKktO{X?{I!7nnnT>40FDMZwwh!V7AAQQC+ZbwMkNzf_UU}!JUU1Z-)^imk;rR{f@+Dy~NAAT(nnk5wv~a2E`$jqwbq4LpLj%P!F%2qtOckgcH2f^v{_6_z(b&2QUko&c6%tv6y) zwMwAHE}@@Ud!yu4|6n}Do5iYr3B;o97D>{0n~SWyV{3{(X*#s!D6LbwimR&i1Er?% z?je`G1Df6h8%0RP$V}NQ?O{GV+mxuW8$f& zcT5b{!ipysdi0Ks!v=OjMydU#KuW>m(5#?kLR3-Xy*iRsjFhsL1L+ja1u-1j8CtO^ zkQTLltIo(+4|(kul5gYYA4`2b@1sh5v*L^Xu&SUb*!gD1VXP`JU}wHLaTxEMkAt}{ z8i!G4-jC>;8-sb|@hQG(j(U*KXbA22;FWqiax{vm{N_M<^bY5~Q092c-u;phcoT{I z$zM=S@a&B?;l@VRGI}P8oU+a3=Oe2(N`S-rde% z0xcx3WPx#}8#^}-@CEDQw}C2U5K3q^bNYGyi3JWSbLq@PTo`J(C6HaSKUC_SE;{EV z&_cKoTh5ct)r?_t62gaIbXJD*Nye-KLP)(q+qMKkDR{{y1R}Pkg0oq!$4pKUK1J^# zdhiu+5?6$6CP?LkV#LkQprjdWt>PNnS|Nb_%NUK8FRnG#K}bxqZBKI<_mH!=&c>Ah zSA>6N3Ul4)-G%#%CZ#Q(2=o{6nql|W0KE6W0K}X$Zc2QtQX%h86LSg~h9k~0$%w86 z8;k8z%HXYPVk=t+9?iNk!wM*)*xJVJ0Q>~wY+>8jxQ_szWn42(`;grlc!v(VrYSpt z+H4Ed6Q3wux-Ia$+-xBV3a5~4?Q$RFT6HOS!zm;qglgi<@5oO?BSO z3v^AcA+d9rWSYAp(67vgPz|0g2XgmPlUp`FYBEW!=_sMJC$>hkb}~741~S{`FhMP; zAydm8A!x0#$VRG@paL)eSfSEMT==f?65LogpC0#hzeBW=ACPAO0LO9Q==~Y_E9n7w zcMP|gaSwvK5(vl_W4P164dvxojyJMM*jG&U!0axktr#kJOv`M+B(m;rorvb zF{!==#bfgA0}=~e4OGm3C)_PyfikbWQYr>oGP$NSVw0x_Sp{3!*LkSZ{B74mtwF4w>|7S!g(wXV^y2GlruOH zM?k%`=)vq@aauzz>sxUAiXn)18KUCeaeRXtcVF6{9n5NUjnjP?&j`xGanpkH<2a0h z7z|&H!*F?1i3PbHhv86XK6!G270j-%b?5hSG#vj_r*=8P;(DKO_P@%Up;tz=A^Up{ z9(>i0SlfaaO98`Czvtc#D;uYB6Tr$w6`x^qg7q_A;F2bZGNAuAt@TT`R_V2R&gdMu^1qp`|W{UJbe^Ml#V-sT7_n2e><1+^pB^tuGXEvU7) z^c&*{7@c|#-J26@DeWZqz@Uz$ukwQp;M=mGAXpMjSK3N zPOO)VA<*rx+W;rlOU4kX*fq;iok$?i5AnV-C)P{GD8hoelnoH;C1VIw!FL#1omel4 zquGNl%f%eASTYtJ6x4M3t^n$YQfegFI>XHh{#=ybhpl+;-~wy9Av!XER-H620?J|Z zTm&^@(Yp){!XfE^GAX$*h!tO~BSDf6f!=!_7bI6C$Df=W2eyI)8?Dw9B0&|}&(L|g z!cYtPm6QLQHJT&Id}@jJATCH=AUQtAo!W((lmSUOuJ95`W}Nq4jHIIEC_?*Ed(a~w z!Pc|mWx(?gwtXPMs$?X01xIQxr_K z*ss46%RX&YuGq7OLO zN}1&m9HkK)yhkr^kU@WO5T@1@5Y(jg92}=>9OO`OMFav(sTdq4PNu6BgVV+5>48c> zYV;%r0lHNQ6|sX{l~Hu|_Ta>d&z-Pz?`ya~VyyVQi#zps>dGYRVF%7BHAU|QAcpm$^o>cas|H(1KbW+> zYVaXz9UBtXgW4Ri9#pMLR<&U3yl>fBupZRLbBF&k3y1Zf{~(N31K)S)KsA(P8J%Hh zEB#h2II4Vi)<7dg{s14`ymxVdJk1nG!!*b1F)`UD2VW&3% zg}f#{mOvgX={!0vD@h0!H?&JT0AuQhf7SI6yZHBOTvl{AQ zi2rv79jP6xK6pA;I~HRe2iIx-MGRpvW(w?WmY+|eabhjz5I}SNTNuJx%r5{f^zUH^ zYcbga%o0B@sC8m3=2Ac_{PVdku@>_ppw<5OsZ*Wcz$m|Rab8p+B{00_{7o=fb$+Ns zrUH7w&u^%lmz2nBfR6aDv9W)oL_DbTV}5@4bzW8?Jpi5X|H{zEN`(8BQ+_@~!}*C4 zxee&Fzm&Orszho*n0Nh!9Ct;DECh7k|2kEw8%)dS#Ja=M&!JH16@Oobu=JB10$lTt zpb>S01F<6Tow~sitWf{8ZZIRtOZlBxoOuw26%d0ZY!FzSnF%8ai@{%+0TyS@0GKWY z@A1%w#hEvAU@l_tb*{JXm8>@qdk>p>r(!B~4^iQ9xT!8^Z*mjFs?9TqPhrpfPOREw zg4AlLX&m#DmKj1_X^q^RvT82!;2R-h4n0#ZxGanP$B5JIhZKISXNUgT?;(B#D06@I zQHz_NgX(444lG83w>kKdzGs@#I|N~U>}eLq1XSS@H2H*p zaOujE!4LH4HPl$rPtfFx`2X{VCr^H9iO10lkl<_57YvEoF%Be0XVBsyHtvXeF_88l z4F5eLU^2`I53&6?h7W7_-xC5HB}gv^B>MbpFdVHLW4#z;4t~+(d>)Av<&KEmwy+^~ zysq38y-N_K@FaUR=#}pi2u!lCG5rq-1ZIgf8S$S40<**|V5Iz*Kwy?Qjd}cJBg%p+ zrirKkLHRjBf`P39BYsIBFc*1|ww?<%5vS9QbC`~^J8I?6c(jaRjt^o~{z}ke96ghkA52Tm z1QSOiH!Jui&`ErQ-8aj0H`Ke#&I_6pRkB+lS*PT8&9T-IL~IDBW*OWR3T-Vc@)&y+ep z2o5OV*IxSHPVt8b)V@q|a_Q_}gL`FZ?Bum8va;!2w8<59YccEL5Ok8YJ_nt=BN@Mu=|GK zCYuI!HOiFc^b7f1(H}4!NctWlLN-R6fBw*&@OK_`E?qF9p;wuPT9u2Tdic$54odVe zNAOA-Jxn{;Dteeh;DFa;Y(R1s9ykB?U*pEOg&t-;kn&#`V&G((?Go?GqV^Fs?5+_$ zwXu9hkdwg$KD7toKIYwKFu239_ADTrs#1Ue`>@%Gz1kS0@Ue;^Q&x9CNQe3mCWKD) zG%%`q4OdO&MV2m=4}Z|rsW2E_W$yt=>gNz6NqsJgB6`$KAo8fsLQ1cC5DM|B3sEwB z?yP_|tyPzgAXB`)D~E=OQun~1?5GU^G^G))aiLtMmrpiP>w&SL{))^+wJpjesqbRk zlhr>Uf}(E6)uA3t=42zmJgTZ6B6Cgs4XIpeb!6^V$AGJ@-av_xRPLNTDt~D3s(1*8 zXwO4_Lwy3Wm?}>fEOk95B7W5eOhA1Pf(O+b$TFm|8?$7!D=Igv_Jyue)ZU;>Re7G4 zrtUzF=}~n#N}Zve#GE=)PTdqt+KyGoc)K`T$LUCZsQsXkB#`64z5Vp_KL2V-U1~ znt@U_RM&&1kva;g8mm`Pm?rk&4NX-qDxz7Urf{ZcDk#+Jm{;SC$O7EsjVgYUx)I9} z@ip^VYB(~K;{OEpigR8dRaor@8B*1OG-_lhJNhG7iz;v8m(&NLAz9r51~@4KL=JT# z#B!=p6hKvP1Fxw+BYT(1Z};8mQSj8&2GCQIx)H2B39)pKcMFQ5z6pkc%BKy9D$i^s zwIXUNq{D5xuuzo?$W zt*jOyXGQ%3IXl#*cB|;XRim+1iNk)lLIe{}K@7&XM7@s*#d^xd2_!-P z)u3vlL$&dOY24^g3Z5R8jSdy3eav;;OrDI?zSX!upf-+|S)do`JP7cT;@;>`S!@fB zi~;!>R^uSqL~(p2xPW}P;{n|0`)L#iu!i%oF`;HSx977lp%m#}8vQmVRFpQ6gNt#`y=de(Fdai1#-VJ-=>$WE>E^gl zs`w(Q<3r^$%ECN6c#HfWGzlMn>@ZMOqN6_U%+=HxB+%r%@u4)4XbVFsz01%y^bIGU zhD!ES5#@`Z_kABrUQ2ZF+2m$Fsxkp2d`zPUTR<4+fCPvhAM` zDzPTA*87O@V)zB~CVe*{l;c0dHiA7Nn_y_XC&audQP#vzIq_3!H!)O#<)$+xg3F_{ z2T+t?{GO!=E@8pk19SDPOdyg4vlt5ZtVtk3f?0zR*dAhM04p>l2kKb?#UXimQ{vH>-o0%UI* zKLyA+w34A_bc~_fba@I$N-1wDkoBnZ)KE#@EiMT*hQy@G#NG=Q92-Mohz#uOq3u&c zy{qyn0}u9k#PC^y*#&)(2YWsKPT80%AA3FiPI;CpP75^Ic(ban?9eL z>X-xqIaQ`tnZAhrnifi{dJ-LpXKo@I8D8gBurPsusQfnCvm}84gDe3C+~&mC&E6V|8T`&w@53e+|W#Jt>>izcGFDCP3PsC6MeSN*Q-7K;M`708cOP{#pf+pD0= zKyzpzX9!AXG_sfW{DHV!ZiYfm6Uvzr3KkV&gfeS8%OGtoPv&x0actfY+*-YzwHY0w zUrht%ghG*O;NXv~6DsJ2R)}>%?O?2tk5Pr*pcv+PYF<8Vo)Zc???J_d&(ceCLfPUT z`gBex6GPtbbMOo(QEoK!HXqs&4P}Ts$vqcwZ{i%L&@FC9{5-3VB;G6pRTS1Jc=T1cTabxI_+dKlSxvOkb{sA2subdxX(a1MD9aH zqkzXg;KE7}7vyjNVGV)^t5Ser!3BTtM?BH&Qi{1Cth@z&0{_gvGVQl)$am>8SyV}4`PzFg0 zCgU}*t_>UbFVy7{{@Fm)WkGsohFkGzUVf>};(qsin;vTNg7oQaBQPJmWrWq>ADMf4 zLv{0}Tw7K#*J|_xed<@{D{PUsh@WEz6*+9!L5M%Xe;e|y^)gp>0r*?Wc(H`u)|FZ4 z9s~bvUgBtUc8Nlnz}$pt(+}pQcgdo4RRWjdzqlPosK(Xv2Be=mAa@`x^L8eB8co-4 zNZp89*8|U`?9Rpy7p8B~<1Zs8P`WsKjcI61FFLdarHcZsdJ<-Z)h*RnikKcf@$KL0 zR#A@#t$IF2%xaNpY`YrMqLMK^UPDW)7QNZxV&3;+6?jyq?gNnAyd{f6XIw<84z#5N zJr8=jSJbE1!V%+b_309)2=1>>F9}@AQ0wdQb?^bT9}pf9|5J~z3~&g!D7`%SRxFGB zuQ`XdoHJeiRO9MJ>F4u8yk_yv@slQw#p#o&(;6E#r)MUpc&!l#>kvxo% zR*Ybsx*I`2`@MRtSPsD!lvM)h0yUb!5%mm%)9O-*{0BCW&y>pPI9zdC8H6X*mNKAn z)v~SRUB|oH0v%G_%b8nTEiFfG<#;0LrZ25P`U@(%9Z*b7ZU@y8b%rQawXZ~QSuJF6 zKpn1>B;)8+GCweOqUS%kTa^r3k4tPHgGHp0u*(f0ED_#H6b z;MbU0_>TPl{;>Dt?k4d@YvW_d32U0-XK0xL*M+iaTdR=Hw9Q$V^roIL9`nlJt?_2D zd$WoO4+5BbsO)XVTS z#MnZ6jd|CqtVKaqLF)ZbH|C?cR=Inv3O+qqy@d2oDXJ$(TF2EvXjnj`;5AVcGM&i4 zYf$vUYm)dLbq$Nt4$4mvzX{?So2W#D6d&M|F+*S{17{yz!94sL8yK9`2?fS}l#v)r zs7RcSQk<@+TtYkipn%jP_Ed&;;JxXPjh;{yY6P$y(lZmvv_s6jyN7KXxvMUnWpSKmO+<~c z2(jS}ctL#!Sofkwf(tQBVvt{at`@unLNUz8Ia-i=S7MZpv$f!}%;{zyXKBH|8I>&1dt5hNK_Eby>}+~>n$MZKRIxi@3+OMHyn`EyDv^D%Otz~(;T z<76%PxY~`xzUx1!{ znu2pa#=t%XBNXR-jE26-hF$b=8try|H;mH{>iKRmqpE_VsOerbra|PdtRF~huBBog zMEbGLyFEs1|jX&EO29Z+BT%Hj?8hb%O-x@XL5fHAOSsx`=m?Z?WnK zu-e=#!I+7BuAW93JwY8n4)MVpda&BuXgqL>xZ7u7wRr;kntYf|1gp&x;Me4G0|Kzx zJVBNg$-_Vhu-aS!%sY}w0a$IW0LB-orUBM8CBeP`xfNo7o>JmvlA=W(U`xSx^8^ts z66G8L2-ZCThTPS1_cMPm`pB~En`nR?0|sSbl5e2WHDKLNm9;8VgUmLoF*VS9lbVAA#e3fzpqfbZjamql-Id+=K)~QFMB(r7g7W4Btmf#d$dBp( z6C6`lkRauGYJxfEb`8yZqbli#=xTLqKjb%0P46drW|Q$Ez==D848oW2g8aaV%g2Hc z!I5Sp81@=x!Vln=;Bqs5RktjGYts9oO4SB`708nsl3&skq9>^ zYIuKCqgKuBk7`_04MgYF2S6!}oJAndxv9AhrK-z_&gPFF@mat0A$0H|!>5_S%RK*+)`dMf7w)@M{1t(HP1pe3re2gpp6d6X$SvZ_}C22Y8GdFBk6 z8iq9u?;<~`g6m~j&VFX<7zSnG<(^8&u>MLFD?v@U9;@s^^{4C6kYx2bQozyTIid_@ z4MY)W0v1lg7>!N{PsIz0Xlq#O@Gg?ChCv12gX05{pj16YG(^2m)KPuKDP`KN?mayo=0I-&2LV z)MAxkP!=BNsjM-qrBu0B^%xABE>(*LLvu4T1H14jHOb0DW?&Z}1C&G8OlWm)V?YEbhpvEDN6*OultWJg zR<}p3VFr(?y~qF?#b<%C$8dPQHjGaAxfdRd7nJyoVLgO*ktY@QEXuNZI757A7?g$A zc`E-jEP5Hk$Lxbp0U2}4P~@4U-UAx87S$EDX=LE%Xt)DjkY~`e6!&cCGE9U`uU4Fr z1r($<2~h7O^o#(p(XBU#jhM9khsm;@JJ@}hron8&TfJO!Ov}XnROAy@5u`^q4Zk3~ zjU`2Z^!STRwjz`4>uFA{O@pbzd3Zt9N=$1gGg+gqKn1Hz*>Kq`pATF_=cXL+fzM0* z1bkt7S>hAm0X1nj^be`0sLuzvp!J&T!Kx!cX#WKfIs{ zqfKiC-bDmQ160bZnUrx5Z)*~`h4vePcJK(Q7;hR(6@JCb8_=vX4Mv5@JwS2yo7NO+o@E@!msgA9wQT|(I6Z+|T=S7!HX>@+NST@6j>RtW z<2ibZF)_sArUdwSdPF^n1URJh=144N+z1w+XuA158$_>|h1-EjMxTKNl*@xeppCA^x=l$H(CocNb-mb zp2in$1R5qMGY+&-9#kJCd3l)tZL~Wkz|HbrYJxUe4^%6;dUbE{hSCiK|VxPIQ`rTG)X>21gD=@fTqZ&h~V^dAU-Om$?hCO@J#;)Xoft_ zCV^)fz^BG+c?;vfGaU>xSN?_wJX4;NULZkWh-(5w({zkUy{zW9ClF1i0xgkmP!&W| zp08ad`AA9ZGYf5u>=Tlnn8k-?;YgsBaw5@wv+z$q4U*)1alkC(0f2R~1!vkvW?>bU zm<@6{MB5DO+(vWlsCZQ1W2sofVRpKE=VA;ZU*{` z>_h|->py|slr=;ku~uUcw#i{cAh9k1+9@|eLx9A}BRKEMX^aDjwFSbxaxPIEEY`_* zb3iU3{1om`5gw8wIm_VH)Ij}@$gxDAw(_Fj6Y{r2pti08Iw?uC5%6j%u@;|}4-vtu zDP1w1m85P6cs1Pu^mq9b(P>yd&;_}X=!`mklPu6*U2(I_j??|2fM?T@SW9d@BZrF@ zJezI<4C)!HXdLitTFOO4&&c8^gFL&M%ZZ-h`pE!!R$vCl0AVEpp`v-FJrvTY#G za#AG(8!n;T@9I8{Th$UH=*kq@LW8@AVP+YgA;6oLfpy4uQujKZVdR^#D$z zYemmvR02yqSrPd-f!jMWd*ktor?VQ5jgjYU_0_nvUtYwf-nl~_S8qGf^v3;n%H`>e zx6hPcWPpiQ{e;{Do>=0O*#8UnSHIgK)76wGWhZPjKKms0`wpnQ72F!UMNM6St-%7d z9S}UYh{A8&-Kx8i`S@HPkFzhZ~$4vV4WI{zzX-nYU1(GV(RIYa$umU%H_A(jcKcpL;Nyw49>vHd1F)Feh3O0 zc|ahfeFF)YXo*C+J%cDloOUOB(gJ2tTA&c`8c+ zuj?d`6*rdwB_Q9X+WGdeN&!e~U`Q1`k&;04^x=?DVo!yw<_E(jC>+NkQ%AX}sB?rcDx9aM`E zBp*Y(-jPnoHGNcahT7gBqZrr2RN1Hg+aNm^)iHI?Osbs4Te<;BDW|NLOZ|+Y5vll3 z>CrfLjeN^doi@qtzd94#IBk=RS+trKdgF7?%T4rJHu@ddPJ_zc0gC|pk-=8=)(%+B zHr0M7&=j?h!4v8*gXdJsT`-z{YWOY~&1iLM9eXE`*?J4u zc6W(SAR2ql=Xb$6=oJ24kNaG*8)CRc+KpY}Wtad{&{ddtT9hYw16sOTx?2`n@PeUP z>f#sSH1*+bSrKUGIomneShPpR%{bi!1WU0PaSQ2}e=r|Dn8PsBi2}?g4GS&I=K|-Q zf5!I&))DOSjzT&Z-DCKSg!#ZX1OmbH?bpuua?v;Pkrey71E_ABbMS!^FmR)YYO@y$ z*jeanHtAuyU4#i9uz549VGl*iOgkIOmR$=uo{LULW(iqF0}>>f;sM+r55u`1V<~24 zABK?6MV;12CuXJ7ba)G#vjBrDX8RbVVqR`0=J+^M8{j<45B>*z0Zwezas7(>IHoyk zQF}4h!&rp58#lw6L-TwX^%3)~I|X6zLlxR5v#=->?~{4Sy%A%VG) z#h^_tWs+Tkbu?txVWg5>CpKZ5zlJ0BjVL9>4kK069t%mTJt7XJGV5P)wH14~uO3Hgs2x{Rk?QYxAjKbDK9E=h;tV&|BEEU>o`N zIpkbm^M?DD_BIq&XkS8OTG^YBb89;n`o;EVI=;1(*fA)T+B_puW)DC_Tl*$tQEtD4 zwpQ3zP<%VrOHrl08l6>T{|No|_7&)NurHxa9qlYsqLWR&XJ`8W+SkQ4(2TD3Y*e(H z{U!?TZm+@+_ONsCzNg&rz>4C1mCy6_>IEn838~Hn_9tLa2;e!_^&BJ<<<_tm0 zoOE9w=e+64#F2hH4kC9%U7eVZ4HU)vGdzq2sIB|utO{9p}MeqlO7jXNN#s>h@EoC;5DVlJd&K%90yMqB2wZk0a9N$;b?RX#@Ba@FAj(!KEo zxy6T}+nhdLEZj6Z#cX+vkCFQ-jDXYE!#ZXfA6Gm5JZzw}pP74qKOX1I8`y{eKE@gF zF4Vu?$2=p=Mi2Bbt|6>+axpoa8+?UC&DqEd2l*I>zK5`RgMBP;LOltbd0AOOwum#z z&j=a!!&e8yv_!!3jAFMLYqaMb5Q?DJ8 zg%O_hcOLhIpldmM)Opkm&uo(p%c|j%XeA9^EOrPSI`4AU_*o`nuvq0k`5059mi@NY z$C!U#b8y#rIEW5ds{V*jhivF88lW3=p;5+9?I zLbdu>Rz)0%*jKLQ_K=!H@ndY+>(|8hs+S;+(^G`A-4lcS>fA?re8BY_-Kb~Vw8+g~p==Hlkk%bjSoD};#AuADQ zKOOKfmXzbn^dld;*8RpOvTFQ2?1v+sn9Jdptou%f`5_MwRfAHh6Ae3?dF8LV7F^R?g)5kCl zdbx3a^f8R%B0K4_hmllmIw}j>&EZ1-vnOQF(czeL#m8YSx{f`g>7D>x7u~$#m~2;Y zo@%Bq1`R)YnF6axkf22`CaD{b$qw-f)*|RfV7ZU(Vl|VRG@EJB<6Iy^O@d4<`Wnkj zZW3f@(f`sa!cBsh7JZdXi8KkM7UjWTC#6Y{u0==UGt-IUT<~?rWn$lh?#H1YjY}q? zl`JByNf6PZx6>lhn*_;llFi2 zgX4>6YQtToLP@9xwQmu8)L0&B%@*A1W?B_0Wzt#~bPDxnZ`~~<*5GcTToyN3OakZ? zn!uRp;uJtlXa>PNaU*_=4+z-=%S1EGn?WIW>02e{VwYDN7J8XY*&twn+NjWG_45gQ zX0%%HVO?wtjVwzK#o3h`Vs{f}>uzD2 zVviE#c<8yu)HTF7dpXZ^!#7N0@T6pNq*vBj|-$UDC7l{fyv@@2? z6{{r>zBFp@#^`#(DfA-u#vUYU<)H&H5=flZ9y%0zgQ&q_5DbK^9_xq=1=Vo>25u-TOn2W9c_TAZ> z;y!Gx)?t~-IU_q}HKMYCo`KFR&geM#{uxAfvs#^xHrAbydn4+vwYt-I+mG@dLrt*Z zk1OZFlyj$n$K$Dm$)#9*Du8-d_2s%}JV zEjF1VBVCp8Ba!Deb(CnODjJ30IrRX8t?Io|v0~ivd}&lHKhUMGM=>iO9SdVezIt@5 zmG$So*fw@I4dzlhKrN^A-;nHwvC)hS5PH;FeQIH@WSSlb?irK!4sPW1l( D3y?bo delta 100014 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ékmqh9woyow}bBq*G6%8<<_XTa1R6LsnV0z0Ph(M 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

    ag4&7 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 diff --git a/blink/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/blink/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake index 082f1ec..42a3f8d 100644 --- a/blink/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake +++ b/blink/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/lowpower/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/blink/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake index 0795c3c..b2120d1 100644 --- a/blink/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake +++ b/blink/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_hw_support/port/esp32/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_hw_support/port/esp32/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj b/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj index d8b67f34ad08a759aa4258434add3f876b493dae..e590e04b152d1b458265ab812c5cbc49013676d2 100644 GIT binary patch delta 1489 zcmXw2ZA?>V6n@{{ds{fYy=`gB*9rsbsE$HG+KDK-`9WMF*6?A3WziTw5e951u+7aZ zZgGFu&=aGH4&5SI_MygfTb8M0Cd>i?n{&&QxF2kq$PeYmvMie;?zz?dxaZz`&U2pg zoO9lHbV!*TQU>$nzvuHky8T6m5PGW=Vx7*b^-N1Uaid;nxo_vU^vsk931P8l1N@<$ zyMG=(%H8ac5JFQeGUXq;5Z2T9v#FoKD&!JE&GhWRxAiO2aU1}()O#Qaxe1%1w5B52 zrZu&eq5%+j81{|JE;T}8V63BBAz>2LFhtI%H# zZT13NF>?I+Ml&8r(&P!{ufy)#hRex{Unf<63~d&=g~=*(BgJfX27PEWgBn&EMf*02 zz@I|>@TAfL6c9C-73dc*=(G)Z2ffBU?x^h`m@{aI&$)BvFR3IzX~MFvFjxN98R4mR|WNlBhE$m5dZ+yy`q`%0AX+ zo?6*ZxPs#uE7EUc-tq+9#F+eevhggwV~?wuw^VtUXZ_Jfh@K>32$D|VF%hAh_chA{ z;!6dsvVa!_x@9RJ2^2g3fOc8d6wJb_F0dqiEzlc|*VolbeQ#$^+s@9G=DfDfJ@L!+ zQ!+oitLvqfaA#Y4_?4FKuAXp9Pj~s!@Q#kQ&i3$*y=@)M@qsN0#oyb0rCDy|hVNo> z9}mNZ_)pjhUVkMf*YOe9m3#+w14k1vSjk!CvWqa$(S7F1=vBZnKJz!OclxFJU$hW<9u%_ zsQvu{me1!C9u7^rWEodY2jwnqfqj_=V8{4N*mwC?*nZZ&4{Eo*#ZBZx)1LnTC;mVe delta 1495 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 delta 2944 zcmY*b4RBOf6~1@h+r0O3-h2C>>~40GED0o=pJqb{ZGyFd&{ATDlmR+`@;gasDg;ts zC=l6#ASr4wT!fkkiDkx?p@K}LOcnXDC@rJd(ul>Gj?zIYDg)NBgOnNk?oDXNow;Y< zIrp6JeCOPA-|kP(cwRf>`Cc*498GOBveR6~?7M!((!~Dn<1vjDoH37X4B$(fhfU9= z{3`k7F`9J7bluz0xrTX6@82~TO`SRT;yJH);JzDvT4l6Tx^weNu8i`|M+$8>ytIbc zBXURgW)~w?+XOhRHP)|eMotd2D>lU6;xeCC&pAATV7v#EaunR5%m(oR``3^|WM$u&fu=}g}WSWf?z^r--l8odg_ zI&DSaUV73%DD4HZL0KQb=$IEc^sxy58pJcvA?(@|5Vy?minYM!G@#IiWhvwXf=(0B zX)o1FBJ?qOWFWmR>oYR$DP*E$FfzIgSWXWk#PhjBgL_Rn90nSr47hR9;q0Lr(Pf3R zSCEU*0x;*FhxE7!c+h`9hS4;%;)|_)?t^k`xk7sdt^Z={vb#`jC6JBLX$eThk_nxM zS!3FutiQPQS!kxd3erCAVGCKEkvsD*(NuG(*3f9&XrI>D8 z`*LPI5jY^b=DY|7*4)6`Q2flt%tlL_1(P{RlaSgRu{5`8!n+7J^|LSpb+g4Pg0nL@ z2-{bx-h~l<@1Roi3C+ZgA-A>T;#avxvlbpX)6SsS+_ZKq-`N4ScG7wbO4uQps8A_U z=Tqr6#z-Si!YPyhB`Qxb?u;Z@s#<7V)U$HP)s#5_cL$n4`{B)~Q=RPzB=FE&l&R4K z;OkV4>GRTI@XMjAa5rc>EG9h)i$zKJ=TbfjBl@nSK!cbLhdu$MO9x=_!4K4F3ZeoO zllg;m9!iLG+>|g~fQ-weT<&MB*&=-2@0qZ=@YaVo=M69bRpe= zrHDR3%3^APe~LZ|FgAwPfK~|^$Wlt@(UP&W0rqi}a#@y@Q4_+-=_r6I=`HZ9qA+AN z)gsLUGz+qZjvydIKL%(mnYgIqiNU9iZh-CtdKxL~sR6fQBCP_&2k8c$AEG%xZlJN4 z!$ulJ`bo44IA5Y5I{Gl>!?Wzm)C|)jv>8=4(FvF)({Dg!3bi3YGYtc1DlHKaw`f5Y zY25mt92hxUEEslctb54eBmwSbqSsLI$E7Xlk zIP_JZ@=B!@JL_@4yejuIbfDCk25?@jg36sJnDGacQl&0EuThsiqb@zqs7pVAX=l+R zUaL(9mBcc!+CMh`I56EkbQfqz=q9|C;hsB&=qpuI|68`@Eoo=xoI~T?9{hbT5WE#YDi)1LnZ-^P8#*#lt zwEp=cXyfFJ@%|3^a(fl)09J`94uw*YE|kaj$1cNN!%*GBPWd0jl~BmTb@6E^mF>Xs z@YmF=?u5g3tnx*&YX{ZH{to)DvC?4)bjXn}H&5^6@=Nk)ex||<^hm=hKaR`CkEyT< z=;N@`y%-k$i|Rikzo+-{iXMdD!?RZo1*>d-PV5P%`5WSNIK}6RkHU9+s<4f-M@yb5 z{t+21Vv{OjB?6aWp@>voi1y!yJ8lJ6GvUn3theOPIE2l+Px>(Loc?~^0+cLYZ0 z&nbUH?8_@g#*=yPL+;A&;p0U?w9zMjGWd#ZBiYNlL|b$o|Eo9|Z5U}}yW$X(*Bh(i zU&4-6Bfc@#$t%UdShatpY)f57TNq!nO7d-SEmmBr&Y(esejD{~$4aaF(5UW%r?;u1 zM^wb)$z~ZnB_`iRp5Cd|zeJ1VkxmPt-nm0d;>S4OIFz4wCTXwjT-~v(v%Ret{|$#W zHEgm9YMxoSqP?cG?cSN}TrT!*|Rmi+K0pDkwYYvoPiNBh?CzlhlWR{pl= zfZQ$Kgq$s`fl9tz)DM*KWn$hy8Q&{550rU---4I82+RnH(*u6~x_A#eKJi~jTcifd ZkZn3-Sac1RMcFR=#^Ai~e=w@*^FPVn-lqTn diff --git a/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj b/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i80/esp_lcd_panel_io_i2s.c.obj index f179e9ad05b285bb1c0d49b491a3e83bb9115e86..8750c4d95e42e95fc01ec66d39830fd219388bb4 100644 GIT binary patch delta 3893 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 F@;?E*EV2Lq delta 3892 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 E0cedd0RR91 diff --git a/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj b/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj index 69eaf95dfe83de970d11585450e2bb587b664cbe..6ae809993a99bdf79a2c24d83a12f8580ad361b0 100644 GIT binary patch delta 5300 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 diff --git a/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj b/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj index c6ae7be817f7183abcf86980cc208f3a9b1ca48a..df8af990d6de6b35b8d3a63f6c6e967f61e9760c 100644 GIT binary patch delta 3506 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 delta 3489 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 diff --git a/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj b/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj index f34701d1ce67cbf8efb1b9fba6ec47916d5d619e..126ebe02290dac9a104f693645a66db02b9fd4f6 100644 GIT binary patch delta 1896 zcmZ8hZ){Ul6u4+cKz@4RhI^d;}yd+zz2 z-|w7r+xOnE^8TYk!T$3oUQYrsMe{V$!VT^&-cl8wqCW?) zqIi7BQZ)U#hcWdr+NYvBDWZ8!>sY+{e1$Ph(_44%W$IcmsAZw81n_F_KvdT?g?n$v zHWALQ@BXhYQJ(UxG*L)ITy#9yFdq5yF&wv&kH0jnzR;9L_G(ALE=oEVTmSdXih zkl@#hPG1{D%zuD0UMV6jO)X;PIc$u5;SBja&dgP)%gFAZJ#d)WM}PyfevFyBi2UHJ zA7y3>W?*Dz{RlG^lx7^7@gv9$Xhw(r7No5vqJGu?Hx8|5P@C~uKFLyX8Q(Avc~l{q zS(>G2mr7Z)?R#Ff{16t^h;y+KTSZ)iRYejlYa#${U36n_h$@_W#31%w@i~}$q6#$% z@f*(lq64I+*o%E&j@(;l)xsA;FkFm!SQXg6K)x#OB3~1Iu)3H>or;sFz>~`?vsx(g z3e_!yTild<+>B+b-5V-~RYVIU)m+LU>jO$T4^Ad-!tz|G$NG{&UqgtA`&3OXblSQ_ zp)gHIw3ARSG-YYj-zV-bqXSzmSQcPK&`?#TuE&|LxHyQ#qlICE(;!$PLf$brb^|&U zar-Cinf(J;#KW$m|Z+MhuVq!~=a}gEt4fWJ6Z;VgM32Vf; zPosaze|84KVp#d$_W;Jm<>9>LHKPQs&BdGD_(w>JxeB$Fr0^k52k|<4Ty(>n0{WRS z?O;DYAT4=AYtRK3fo7=5i%h5my?5O?aJl%1=HyqwF+* zo+mfC-ewHwY{5u&J$0PODU6ak_?3Td010;hx4}hCI1gw5iF*2E@kXbdmc(Y)+w2qp zz!N)MZ;SH~4L*@}y{*nZsw0tomtol!p9FFOab0EdM(E}vcZoHYt6>$P2J3OJGnWus zK|Q^Imp(&o_BPoTULzNTqx=_H9iE+IXeHr3#Y-KczjSz4=|<`~kmGK0xi1IixC7;s zLmw9U+Q%oycwucsws~V?FP3VCEGjP)>DJxPm+pM2HQg-RSDw$SYuvDXU8;Wj*1AnK zsm8joit-v`Y=33Eo|nl}hf{n&{to-CT-}x8UfBzKOisbxlZ#$Y@pZBj_JX_yYszSM zil=2OY=<20{*(VG&%Kf2qw)c4T(0TK@E&;;_KsZLo8h0yOR#UtMMpBoIs;oPqeltZ zdNjjVjNLx^D+lS-H%Y+m%kcZMw=cy{$|=|ja#4SZe=Ixu7xRtsZ2x@TAg}e8KzO>p wL?6Y>pO$+n3uM_q5Jf&QP=exHVXw>Mux)bOwYLXKA{7TPEZpAQg8{qGzp++8?EnA( delta 1890 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 O;2!lB@VL5oI``jX&^N#U delta 3356 zcmY*b3vg7`89rz4-Mzbi_UJ%ET={hfbO40t^o>mFC>q?3P|;?!-$qXW*r@!B}YsrC*d5 zs&+xz2dsdWP(DP;DyhE~mif#oLi`#!%OP-@dRXdfZKxpVX_E9$6woE!b&|e};A)lk z6~pod(5kd%B8Eqw1jeSRGNRS(*kfXhyv{T@Y6Wo0mgUo*EeJwga8c86)qlS!qh)kC+@ zjh7C%Sep6hGX(O}Jfsg$nVGR5Ex|xT^d$m?X$#Uv$ct5E(J)LYN*iI5O%EeMjJ5*f z^cCitpy7yriK^>pGZNS1*q9DtVoDmE zWkKdyWU}l>G0G*huQ}sqL0gUhGEM^QQd*>Wt&0&=&qcXfmU|6orVohSuF!lhTGp!E z2OzTRqfnAI)ja^lrB4HDKXCsIFR%U)vS|z57W5d@4@*PEObW9$n>Vy!HCfYjF?je zR$_V(YqaCKj5Qo8MjaRtr^kUNYDZ$_f!P{|8MCC1;LB(q67UDAjgGifjYR2;EHc6a z)h@?asd}T>h`s<#|5ta((Ij<^$j+!2$mt|TYoco5_ISg0Kr_09zByAmL1)Aj>7WQv z3>B%=5&O#VC|fj+``8Y;x_xl*7_;GA3XzPF#@me6hz9OACye(GUiUF69_# zuCWwCeJc5YW{LwXGz zE?_484CtZV@)*(UX}o;&7SK;8fB{l)0Yc;ihUpq45xND;q6$c&)QHNnX(2F1%Ybou z7MP$pu*soapmXUpU>@}Y^XWZck_LbUGzY^jWXeG_tdCJ{LuS*&aj%}fWvuWNhQ_H3 zchp2GE|@|LU8=;PHB&kIurTFqyc~^+CJ*JkZ=~aKM;aXEAReZH9dWv49G5E0-$Fz3 zK2WDTj7%wjrDKuu{r_?QvBUE#=`ZVHGzVkE&aR00zR=j`5r$Dno@u7Iq-(qKCSD%Z z={IYL?(K%TGZ4EDU+*C~?_m5-lCBene7^J{Y}J`WO z;&ryzv`i!f*7wxF@7YxNr=f!n@B>fmh<5?9QiSJ>oGH(9_xTX>AHi5W>HB<;`HRq=XU#o6h@c+T^R)Rh zWb@8P6&~B#jE5!TwTTx35x!Qu7Ko=;%X?etlV4osXlY}7bZisS7RiY)K1M$Qd5N(A zKGs-3nSKhkyvkrI^$OI$s|}{g*aIJzSp=V2{R<$kp*^s!(|hGXt2LNi7aUk&kOFxUI2+{gsQat&i~^~r)lTg2{Q-mpw4{6Dh9Fjkk`Bnz#E#62_PCg^f0 z{ipoageHhDf|2@uc>3pR(r}5?$!ZK>k*CmXAZgho#b09-u47UsA&W)NW4gg4$!%m` z5Z?=h^H0gy*m(6S+*XjrFD@`-2&c%t_^iZHu{l)8cZ$ByMBXj_5!%a7i5=l^nc>U% zXz9Bjp1;HsHzvn>*;J5qQZ`P0-+Nl6O#ZR& zkh0sdgPt{ig=`4?MLeZP(I`LQ7oTUxeVy`q_?~fIQ&?6pp3==CJJyU!*T*&i9q~@! zw)jf!6OKg4XH@<2C^@wguzp8+92HfG*|2&kAw42F61#IY0!QRZ`iOxO^45cXKkuc~ zO$V~BdoZy|RL6G~;qs-7=<6zE^aHq1uj4`V=kq)6<$bzbYE%mx@Id2A)^H)FCyShS zWLFaxe-*}SR>@4UB`GK0n;gN@;&L+1{o>nXgm?Fa3ifdGOa&1u^reUt^zNM^0N)RM05iGAU*_I`|{5PIByiy=U4D;q96FK zDE|ElK3#MJ?}+Gy6}(4mztF%d#Z}Pz`X0Sl!+Dq3^+5ywQr!Gt1r*I6Ht<5x56lzh z!3ORXj|>jylf>G=T%Hi!g9Uts7#J)tZ)#$!R?Il(5%wV$JfcGd{CA=rxKXqMU1B@% WkT^b65IplfV<)l2?|zu0@%s;b;53&2 diff --git a/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj b/blink/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj index 52df1fbddc79f58fbf4ee49a91c1f8f7c243cfd0..adf34162a911eeb2f1776acc747d09557785c963 100644 GIT binary patch delta 3403 zcmY*a3s6+o89rz4-Mza%d-uh@S=e1zK zU>dQpM{OoPVr?|WN!11&GpUWH#&(QKQlHT(G&81+Hn!TSp>0y_cdiU=nc452^FP1; zaW6NHDPJ5@UWxIBU&NnEOP$aevu`EF;x_hweegaB1 z8Vd>09QdZuBuMNu+RKB%F`Hg(aVVGrp2)FP#m<<={F$mr2{Dx=%c#` z?(9Na2h>%AsAkU{3L>@$+gXj>7vJ_)Ux(kj&sSO+pXa>?0(sz-dh~7rH zVk$w1VKfejhto*ZI)XB=03+!y2sDb`hh#M6_!ujpHIR&ZpD zl1Tq3eT+32M^6C9(;XA?PoPe4FQ?-mQ9=8_x{_W+;>WNdrj2s+ow!+^^>ibXPOlN9iGQ4J(+Y5;m@F)*E$%Y~vBQ+W93$3Q>r00zj5pdpF@!}K8}8T1J-LX#lL zq!uvGq7}d>bpT@|fN`1#n`}CSa}FH`Cg=<>mp%pN(G6feRiW>Lm~svU>tmI#AhT&= znMYqxWK8cgn#O4?USSh?@ct=u4MA19g`SxyC|8szAK>AbqiAwHA19w^%rAIMyr_VMK8Wy;M9I9?X3!E7lD-qACZv}m4#38>ucKt5&&Zs6C zxbzN8(-}+K4~>^8b0vwmVpJ{z`+}|lTer-R1XWj|<0|Y*m_8RFTt#l#IIAAQTwKNJ zdvLMqHAw3k=93L@=~H3t8txm93xfY%jQ3`xMj{#`AI8K96Tz^$WN&FLs#EE6^vq1> zu$~we44FHk^hzSCXPIpWTIsI^c$Q}d@lcga=GWluS>czZsXW5`JxJzh@4sg-|1>nf zv$FplX4(E%u!x@L`voE9KY-qOQvLTJ^E<@@Z>a8jAmVu;ErB%N`yk-?f$`;*M3&e- zfixi5fcUdA-x@{!a}8Ec_%`D)?@`EolX!t`6<$a^g<^Q2Pk!Np)Qr@B4ZrdFbnz=+C~^Z#c!?pZ(C^C27~@ij&xH7! zFOQQ5`4ir9XuRc$r5E{KT{3ZKo|x`W4DJJ2-&~6yJ#)#Cv(OZnx@M%^#yKgaU(4MN zO%pr(8GMy^&mSJL1O4*nSyoA{EZil_Ga$k;_dprQBia3|dlvD)AId!=>n-M^qTiK#LtM?kvQKXmPYbW z=(QQvIZqjVt3cjy_!a$9Y|KnAYn5Aas#;du0qJU~ zc^|+}&6BdXaNI3r8FE6WnxyPB?!T3?Uh!FGI(Xd6Yyg9~Sw95c%z6>n8tvq>#rF5Nh-2CPemjjVk^cx%_`&aXw)88{ zIm)Mq2RZ##n?}g!voVVq_`zyuVjQ=Kg^8rITehI=nb$J#m|0vX_9kTCK1vku9`Vma zj3-1mH-qo#8kPGQHxEYJcXUPar{#-xn!{bYrtZ<=g$*qW>kFG37ZkSDx3(-QtY6eR zd{|*^Q)Baj!rJE=o9eoz&2BJR7dE!FwX{9Gtn0{}Mb55d!>bFhbtlhP@h0KBP{j|4 zdf+$WFtAdXFIMsOVixcZVmEN7xCbm1k6o(b$HnGLf92!F+RICLyZHCzDsC53KCR;0 z#CBk%xDC7@%C1!Lb)xgi68?rTU#&tJv#u`TC0%E)9^w2;vG$rwaPis_UMHqpui{>@ z9XLqb1{R63o+11R(b$v2pA?-v`R0yVe6vNoAzhs5aq(l~dQU$8yD<0WbEg;zY!b78 RF|iU@Bz6Pa#o6A#e*nzCOThpD delta 3385 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 BFDL*2 delta 27457 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 diff --git a/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj b/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj index 9f74f5a6364eaca2c63d0542d73bd85c80664d88..65f8339cf118d2e418c2f5d1dadf5fc2f2478a2d 100644 GIT binary patch delta 6258 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 delta 6244 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 delta 3287 zcmYLL3s6+o89rz4-4|yU?!CJQc9&fqvI{6E1VQnI5=B!*F^I;=LwrD^4Jh?l6P5bt zXlAM;b2OU=rqg6%CQ<8yQf(u)>G(<$n>IG4BQcsf)6g_(Y%^o55BmKV+uWJ^pYy-J z|2yX{-09H2>Cm6c;Z28fh1D+HjQLs_W6Pb4m16zh{M~@+ZNIOFnBP>_ z1L2}SqPKUWXhNH`FTlTdlSM5E$QrK!3>l4o*-Y@=+V@Vagz?&xaU=CgSurkGA;EakxxHvIU z3vZUF0HAE~F$(2~WoVo$!tf3f2LLfoTt&6G2%uR)%tTDS*n~O-B7*vbVgtNIVgbj| z7mH)SJ5t!Pjw zE@Qq?;yS#e#R{|;BQ^o(STPy7EWwJ#Q)up=sEs-QPE2Z)Di^a1opXUsN!a zyBr`%JO~pLO{mVrNl1q%L4qct0lIr*K#Nm+2&P=3nUa~N!DO}u((E6Exfs%X#vt~z zvubQ8k@qal!rW=pqP9n`hcp*LSk%kfhE_~_S#1doN&OtX=9~KrFDR84)Ui;wy_=#B zn7#0L7uaHq_nd^@-hu~#{3H)#AO}fdC!i^mo30){=rrXO#g+E;8(xm=9fX7<^hN;#c~`7(t{kCm@cfq#05kO}gA3i~Rh zom`V-GcJUA)pk83FC)ObW-GPw2tl}RD>LQ$1nzD|1WQAtgD6Smp$X9DMl>9qnZu(* z{NpSjaj8RA)MzHAC8}FF;y0+vWFPpl5~;+oE)V)~N3CHtuO7KwHAcc|TR?|3$w$W< zWLiRPjl>qv51RF`pxK!`NI7%t99_=DP}V#<+QYOJpv7v`R->zPFGQdM1Q=GcagT6l zz-FyC3t?k&1O~TWGV7t}vR64XSGHFZ&b`_(#A;(OkJUAJ72M7yh`?zi1q0ch6HsI` z@C5Qq`ZLC43m^mr`{qE=<+~I+%v=q{BWFPdD$QM3e9}P0K$UL~6oY9~L6G%c;!gbECroEtAql4NnBEgbeeuO9%n1*^j>p#X`WXi=k7(JS=xQNU<`wwhro`I)E&+qTKLfn8`l>E&=9= zY=_Y*;n{N$6pZLX<;DWMPgTTTopBVVavt&g8&!gBix|(eMo~ez1{a1$V*x0-ynz{b zEJi`aay?RbmVFUQLDMZ5Jv!aEybP6_l@~pS>1Eut4OOb>ntXtbEm-0kH9xC>cdBh! z!}tPqBrDEa)Tde5qh1FQ=`Hp@9$!;RF;ZB;ZNPRJ-2P9+qJyKWZ2RnTg{)wOD$ma6 z73#6q9IQ%84gg(Cn7bSh3YZE2ew>R-KOdzwpq`XGfx2V)#NzgA1OL%d+(;u}F z^pKwr48X{5QJ1o#wXY%|l%GPEX2@wo@E$G#;E0|oyu5QaB8n13TMsXzp+SlL6u*t} z_;FrUhu=0nt9YK8lCy@-Q@_oLlo#TA;5+yOgyI#voADMC=`c>+N9(NO!<62^r_~bi z4P`gF{JC%Ox_ojj`3{7n&YhPqXOUfW$w1L-FkiqsP;|-vi`qx}171zX#~X?dD`(zq zzFqNn1bjy0Gx$06R6OF4hT0lm&A(Om29!u*f3%-cyx(Fi21!MU;>g|F>{FF*94D&Uru&`jtvp9FYJ#%~}V?TE@_7dKz;kfYp zm-erqVM;B){+EGk9mR+X?H7NvF#$Guy?B z_?+ZM7tiAdl5embb9005OUB%AKAEhcC7x`hWnFR?Ezx8T TmQdwQ#sla**dPQSqXk4o8x>I=VJuP^u%-1?jTWc0GcejpTdj)Le&=p<$jttG&iT*z&UYU7 zZr;8}@4rXiP$K8OQ2Jpo^LaoB>sBGeihLXw{AmIIp z9FCd{Y=ueF%)TgY9`ZvT?JnRO&0k!AFT?x4CV-77-oIP zvQA;9aix#s!2AbwiaK0<2AmLfqb=x3NEQfZZjUe6gKm19QsbM zH7lH1EZ>M?%%RRQmWP9bZ${oOmS0ro$xUCI2btEOa!CicIC>ctogQmbJO?skTtqIo81y`fHtBVg<)d{d#ZNb3NC7GVPLMXCbfQMcAu{1((PsGP&}_^w zOlN^+(@1cN(2j@@xpW1x21GISVO}NFgv6y3#BCV~+?LY=J|QZo6I3c`3es26uYprd z{XniE1G$FKOqmfPO>e@rmd4|(qgq^CMDL->p>!|KVblhS7t?D99!_IGqMptGbOh~$ z|0VP{)HIULBEcwn3G!$$X zG^iS|COwZ#KFV+~kWL}MZ=A%9-}nx4H2g7G#Y3scI>b9`R66WtCZMCCI%^Z|1CEAj zLiJ(ZQ7iw(&Q&7R7}^0P;XV@K$%$Qf$VYXK9T&Ca2#BgYt1@Wl)-MmQey zwH~zLEJ5l}n+FgO`b1C<&DS>@>bK$Ygp0I-)?>9KeTFsH=x1D-h`pesoyJmFM8uv(PU{M(rvOsmH_}|!Oc_4PTT5Si-Cu^WNxB{W8l6EFQ^cNR&^c0n z6kf3f=z(>UEdK;b+*7RkWFUc9cRA{}?w6rd5V-EQ*h_1jq>G^$?tC~{56B?5Iv`@7 zViT>KWkog2@lT^F5lLLdjkUUEh^J|Y*di2X{ZtNWhl@Fr{n#?ps@DPu)aR~Yh)Xp4 zC=f-Wqg_~|HH*h;xT{qrlFXb%2d&FBi>r*dIjGB;n$;ZlpU7d&)$9|vi@W>LS!-Ta zOS!xu*1{}SiTe)L!CI7!t8iy9=3@4xVB?s0Di1!K1ZatC-|b2X!k_Es|j3dm&V7xE(=Wx2v07rYNj7IVUd022oQ)~NB0o8h&z zFZW>L&J(EEo*d)HE+zEod{t1nfiYQj>}kOxKVnWF!1SSI_6*tt%9hiO2H7)nZU9k` zdYmc7s!lQh%W->dFpAelmeh3&fPpv->LbVPSc*lo+wvA86z|Cv*5XCQ@Q$(^w-*Ix z{TRA-Vn^^Y~I{{nGMXpW#wXFE2jk) zmh&n1c>1Q&!_Xr333e8#N|cygHM=Cte&oZ(3tEB2lC&D|2K@w$Hfac+93LIT=`Z{o zF4^_EQB5uwnHhmC7PJcECwdBzA=-sktwpb5p>pU-poFOeFD$z-il;Ff`5ZU;Aw7ef zIflJiF9ve>A_UkECpvoZlfkv1C!CbJAvQ|;n$*@|=p4w%mexMA=zO<;Mp_kMVQ$ zd0;+YFkev?Rx{$ob^KeB+veNI_8l;bvNu2{x7E+eGi*&m@D5QiL~W1PWyWJWa+i7z z=YDVymD?~ZdyEV)u>eC% zo%&;Z1-l>NQp9$Aej+N@*`DT)#wG!H+g`62hM4HM(k$5g(V-Nyz>yhX4_uOMYg9V<0}vLFg_z@_kLNTY1+TS z>YK9kFpuKYu@_RDI`u+|(@fr|enftNPw6=|yF4R5R_~P$k`2AG;?Yuda?0S|Q%whS z^;lCu@4hSl5LP``#%O8BvYRhjcw5KP_TIH~+I_ue+m6kV?dqky&2qUiUul;8ss-mP z^%Tyu`U2-v)wHi!KBG48J1XB-*T32Qn&S0%h9R_XSX_n^R)WRJM#}$%W-DFpd<)_s33t5Bt`@jC`Lh4LSt22 zaTtpol*k8)2+}$-D9WG{6%m9mf=sPAVi}xDtksHBYX6XFYc;{4zjHS_?94rT&iT&c zcOLid-QGv_(~s(1rLyJqva`XQ6%@i+DTH{z4|3T@GXskYgwTw@rU<^IztJazK3fMr zEO9LiHEF&Mm8SW6V>sCp06*Sc#3x$7EykDO`yb5pehYk)`v9L9ff!4suPQ8rVfgCW z@9q%3EROVgCTHTzYo?Km3gI{O;gAd!UyrYVagdLsIa2MT;;}a%w=WU95<1^$5d9d? z`YN3k=5s~hM>uyge?2hxXBWQA{Ku-F-0XdY;AxvFgrvW4ar6l^IvsM5j1JoHr4gWh zq3={zhn!rWCPeUo%uI=MJtM5mFbqCed;wt$nHE-?0r{Z;IVG$w_ONL-E1ffSeH4Nx%(0l9v+*8a9IW`@ToE$UeXe2G@q#Sm-NOy`hx6P5lrWn)?TF z5ifvBs^&S+CG=dU8elQ#eH87ZFHn}BcA=C2J%%BfREju3dJUx$HGmIM8EhWD zg&9T&bqky308^CS!x#!^39=MY6TD({5z!nvl0(WOS_yc?^f^wiqj-sG}2iBok(psy_))qL{3bi zYN#gDpHR&;bTiUVp+cmbiXGLqBS*kEjjV+kkL9%vN2EW6kW>eipxt04T>{l;78;;a zb)09{fUrK=gG_$f!p?~FH#h{0Q#c72KY@=$`hY4CN=F%^vrT0qZf*gJ2@SV4V!aHgeE$+Bqgc?G-Aw->f5G6FlDgH08$Z1_C^)!MM2aGJ&)hr_?cx$N$UV?syu}RtldyUQ`i%-OR z_*Q6@`c7EIe~lhkcgl({AtXG(S|`mUFuNO2m-UzorSa?(?)TVB>v2h=AQ|pz7+4!* zkXvnvxQXhlyJTez)Ctp3$!KyqH`dxJLp)7G#Mh!Y>s~oz2~2#=Y{!}rR-I-hfz;i` zrH<9?6No61?Ms9;UbA?thTExf(NxaQ0It<6t}^NlL0#62yyUn(uHt6RK8dr0`xa-O zpO?}uZ-{k!K31vwE!M$Wn)j=8S1|5n8gUte-Asih0f}fk^nx50b+>wE1J+DPi2+@jI0SwRjy(bFO{Q(PP zy^xnIcRxmNy_lDx?rJQcwMX+d+;QLF3Gdayj40t=V!wS_`79txyQkHl!qnVvcq(sc z=|<=VyZgA!2eic3K$LYCbGr^{-mNnt-^#;zsV?8jp1d?p#2eUgwXEF%$3%nLSeTL- z^-5tX>MhAfT9}u_67hT0nZnN8=jdpDnVBD@T<}2;1gXH_ zwy8;uo8z^#ul2$toWrQto)+iZE-m!sd{kW3#W9(8?3uyizr>t15HpPq*t2OfAY0BG zXpr3;z70SD>RpByujc1{jQNCpb1;U-M;_EI8~_7xTGi){+rA!)XfG&S23I^M?`0`b zG6>c&<`eePV9PJA%LZ~QXzV*Y@Kzpty9XY*ui{?0Rf{+P^NxK_aEli}Ei7_#Ubc?d zsyxsQKxikc|G>t~N9_lLfAoxbB5N-1-oyFs3H_g(AXWAm%zSJcV@1O53KnrTZ*H6N zjzue0EfcnK=HkF|Oib6FwYlslq^Nz8jYWDAO3bgCT^eCKD#ykPx(|yb=~;v~=pi)P zN7HcU_~|pyK;}D`_%xaFq1=E!&xeuSUp{urL1}ys)BL2bw%Zy+};V& z9R0IiRD1+gVYPo2Yy2p^-~?x8QY~sSC^c417tkG1b)A~&mdfkZO4pTZ)#Gm2#7!8x z>}%r}71=WMH>h0pk1WHTCFc&EgVJUHWPVMRHw{?_46=XLZdf+snu)7yqB`%EYr^Ob zCzG1|s~VifyPcutr9VkL$>zto6!APRxxEIn8H&S6nOeC*t<3C`KdM0`u6$pOFBu`b z)SV@@Q~8#bTN}AtIj4?ah2+-h+gWNE6XmmQz6MAKP~?7GWA4GjM((irk?|4a4_SA# zySL=GQcD!6rKMR$qe`nAJm-Zz9^f}vm9KG)ISL|gFFlL6{a}A&-JdZRxg)Z8*kEt=|fzdH4-u2!_hjn(bTmvnEx{#2xUW9wqSx_H3szPO;LRnAxM z?r)NJsPNlO^0c}YbcWgsTB&{louY0$&?H|}I}V(XAFHMBG|7Z|^PNuFqG}Iz%B;oob;=I4(R{7n#8zn PybhrmKYwsbdY}IT4pm{{ diff --git a/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj b/blink/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj index c68e5ebfd202ccec2e6911f88d92dd9a863f03b1..efb52e35059947c45be2a40ad9b7cd88c84e45a2 100644 GIT binary patch delta 2073 zcmY*adu&rx7(b`?wzutf+qK&nTgPx6?N-=>4hA@2;9%pSGCQC%1QBsz(K+^DKsEwc zc`3?6$O*4xq6C+KK#&x~2*^WVfI&%&pa{l*2=X#UAS6KI?_BxECjIXHec$i8JKjYm#gxFgBc#ks=7#fAi=G$Y40 zBoJ3To6!uXO}EdnA+lCQVu9xW6!z;tPJ14lx^8c1p2M`~RsQ*m9z}}b)FW=j?7CyU zLfko0p4EB=N)Y*XEV>spco6D;-1Vi1Lcf`PjMFW6dS;AKg9v&c^##U#8aHf zJSXG?2GYIgF%G~pvVjx4%|k=IX(n0^Q5F1Q+JTaJWWt|Mg*ays`V~5T zXclw|X@@((SP`8=LNQH-L_gY%CZg1Vk|lHop8k}Iv;lMwoKkW_bRZo?;X!l^5`*ai z3Oq|y;Fr-qkRC#D+yQHC8(Mv1zmpviG%2ddV3Fm#l!*m*pZc} zK@lp@zC<|Pq<*dpB&URtMg2*g@01N#EDZ{)e5PGd?7`Z70MkdqTw}o&QRS>~UqU}j zs8dCwLP|zwS}$};m0AeMP~09H;V^XdGfMSxN2gwm_*qn7bOjHJ(+*f0Wn(CfzC#tA zaGp$^vIW&jU!FZtnDL z#S%px_~tIZDz2t)aRw4@bZdU@?^Y3UK}mgKE&=cfrWUu~0z#~Ux_QvA_LeD9(S&)- z0$IX`0_JfGWQ(hKc;*QUJR@FHO`fzsP)t;y+XB7CJ8FBU{Mc85g~fKIaM}vxi%l5c zJY#`AV!En&-c(~2i8CtlOJEy>O2p49a@C3q6o*x(H>^mRn4-W<>sgeGF{;yBE_Em> zM4^h@wjx#H2=-y#aV1n}oT$cf&AS$Fya=jR|FS@hXjO%tWbB169(YfU=jE9ffhGq| zslJ0e`!Uc|mer|-%H>)F8#UCrwN%hO$-XCXZ|sA~>_j`lo8wGJKrBSMHx}}50AOM> zR`2a=ZUfLo2xM-kw$pMP886iSF!Z4KIOf@&yX=qq31A+%F{+@ul(zZ8pKjnTIH)|T1P`q{0e1EO^^8=4!V zb#ohL&Pa~TxnMWvHqUN&qq%-Y5dUY%(!7vU9*jAY(~Ex(^6_%?OEErKu7f=;ufg7s zgJLm0Q!a~j^A1^E)6Tca6E!jZsZ5{H&L7HE6Jk6pFT<9|;)(5iy6l=5;~V9D+?UCw zNikj_55XRno_LIx%U9!t+$Gy~x-WnL8=%Uj!m&4gdfE delta 2055 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 delta 15857 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 diff --git a/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj b/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj index 4ab78a4981db789b013f015ddee8aaf178021207..1b2af97ee53413b60cfccb26785631f0324b8fe5 100644 GIT binary patch delta 480 zcmYk0%PU1u6vp@3XP<}TT;*|H=a$@y++^SpMhqzfPVT@=Nd`_N&oDwsWa3&T%KZZj zbxjNuMHop^6nRVyFp`OUn~78VxAym~^{umSTkcyn5_FPDJ}%4)A-t>*9?xlWBb&Y^ha}Xw$Js@YTL)iU* z;03b7R!kVtiY#?}D2g=_+ycgZ+vkEr(jXGOjb+V{FfJte*Os^<;gelkBaTPue?G(TNI^Ft}l#YbC z5!s}22UfY{tQB)d!?BV2!I^M$D0kx=5+_QX+>X2KN)h48Xb)BML^PlVK8~JI8?TiH zw9I$l2G_;{+UI%jh%dlJ_RD6`&6EXn%gbZ%V; z;eMAwyhL&TNHXVPOR~=iB#myRq&1~TH-ZLP!x)jap$4UG6+xPA6p9}ZvBHL_*O1ip zPY?!{U16EI3}KA|1kaIG$ReS6PdA~P-k`R%z}|y!asVyusUL zOB=~Q4QEijlCp_Pbwc*(ZPEMER6Z&eCZd`AbZIuq&rZMSi*n_{La@AshIZp z4A{;Y{~6VJ%^2FJ;<}gQ3%{8r`5(L^ct0B6K+sI9JQ#$uz-8b# SZw6tiKPkjl{Px|sEB^zNS7(<1 diff --git a/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj b/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_msync.c.obj index ae2d4c1e6f16714c5998d728b0c14ac79f85c412..0a2f8a8c60e3cdf78f0cf4d155b5bb0b1f0b2c14 100644 GIT binary patch delta 1201 zcmXX_ZA@Eb6n@XWU3c4aOIyC$GCqnB3LUN!#IfPFBADQY)*nE&s6d!C5OBa?B5Jm& zGe%=z^Xv!u%Vd%uIvu+cD8?9;IA#72Ga;M)5Mwf9vTV3SwrMmzm+U5ea^CatJm)>{ z>EfF9 zUXo_BH1G>}`MACUO4Bf-uCS(*|GG;~nU$f-P*yyy+xiy#8s9~~I{zjsW}auxK)*Z! zNjHbZ?TMA7Ae6yD^p(kmL#ZsD2YWVu3Z4MxfGo(jT+-&r&3GMwe7=CB0v_0)RG6z| z#FJN73c3=$4T=aqfoLfU$~N;Uc*^+=NZ!xOklDhGAdT@k^u3ka(bfaJgq#ZQmm8iy z>oM5d_+3P+`2cvf^L1Qf2alq*hWA3{Vg4FbJNa>3Y!|PgpWQr-PU1X++FG7~?jw8^ zigi2;o_c-;_M>=3?J+r!77ZT-mEs;05?3LlDLsO`v<&?gq;yNpq?HwXhc44goX^?Q zSVc5z2}SFWtpclt{FSyVG!6=V)j4bD*ns7@28KYrG=vSWptJ`R<8W8cv)0>< zcMR)zv*T$hmba!7G$B`keNuKVL9fU#a8VY3O%k#abVa(Xn-rG)=ZEMM`Qdzma;5O| z1U)GIz@W?nJHLChq~uWghsV`~kco{x2fI;xqW?+v{@g!#vi%{{i)& B5(5AL delta 1169 zcmXX_Yiv|y5dG%f?Q-|d-EFtq?QS32E>w4yr9goiN?ZB>nh;Z1qHP5cniN_J)X+$q z@(_)YL`|?zMiWd#V=M`QG+HjywxlsWK-*|&B9MU5)IVZSq?)w8z<6%sk3E_1%*;9S z&3^a#tTs8TorqFmaDI=;ZdS^Ad7e_EhP-daXtPY1>y3n|RGQ0uT5`E)U5i&Kx9U_% z8A|`&qtv{TtR|c^GM+%4F^<^dngr^35Hb>Z$DH_Mhh7r?)`?#o_u;JgjPCf`;5F6_$N!#8SrP9|#2$VX zmL?~~^e&Bk2BQF%Vy-MUTuKG`GSstq0y-hig;L)bJpBYxyjE*YFG+ z*YZK=tm9pX>+mmXPs$EoGWr^%6t|&~xEd)<>2cKg0{ZW;(#K@Lx3KUIrp%1F+njAo zBOAPdra8z~AiLa0jW(_^$n_NQ0SdHEncm;RE8^jazu zD`S?bMfY!|pQYKqoA%n{{uM;$?T49v6SzOKR{Hnij&#*~2YPznhc71YN=@(;dS1Q^ z{y?Snx$GvQjY8r11$UhrG?qCJi5eoOFu?Ilyev$hRPraO3CCAYIwjl9Z@|T|v?BbH zn{j<=p5q#Du6H;mpcbF={>~vh<#3-%e|SO0o7e-j&SkW|hGeSe+pt{qTx*xoYqbpLpvrTdU3V0gVVinIzdaZkPI_AQ zb+tEl9qeqi+t+W=WM6&A)xEo8r#>-=}=pcCm-f%8iRD3d^IHQdA<{z%01}+$q7Kl=fhc-8R%q zbWCPGN>QcM4foL7GB%t-pLZlh&&W1lsSJ!PqH(!3Qbf1q;Yd8q+=Q1YpV$GZ9L=CL ivSBn1*KXh;ISow66=0X#o8yC*<7v?WeCYDtXy88%I1Wbu diff --git a/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj b/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache_utils.c.obj index a0b7d227584f90363bd798ff9d55d3b153b6bcd9..663a9ff4df27d8aabf8c0d2f8bd426522caf2a21 100644 GIT binary patch delta 437 zcmY+AKS%;`6vyw~-Ot}oDN#>Io0Oo-9Qp@BV+i38Ttf{FahMt&9a5-7L;t3V8nid$ z(Bdcr3N8gLPS)1YA_OfBwFJ`G(mNrdH+;VDec$8#{yfE=W0eTpRHG+{Es&(4bwW@2 zA2PVSWXmA-sUgek%Bf`j?NlneB~ju|ZiH6`79WUUR7kSmn_hTeL2pb z?XF-ICSkmN4++I%nq|7h+^ku`VRq@yq%--PnNQnhv0U8F6|&e@Lmt~IY)x&HEj!z8 zuus4S|GD5?_KXpN}fKWf`X(%Op5+M)EtsS;L_3%4^ctEB+!RTB|%UPMRpn- z8f+_&Ae;(^f+89MiH3rLsI4K0sHvfI-Mqv1o%_3ob1(NHP!H_(!coz;Q78dptsz2? zH7^AmzmzDT??@@UKuwAw-sMi?w3a^P_Z1?2h6}LSR=*Ab~EDo7Lc*A+K4~}ug z^z$dd*d(4BCe};?+<0gDX~qxHhdo|DO$rg$anbANnv*fR(OdBvyq`X84ZqyxKS<+T A=l}o! diff --git a/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj b/blink/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj index d2b1e49e9632e9872f3abbb21f2d8a6e691cb5b7..0e21c377368774d6f9070422d6afb700f442338d 100644 GIT binary patch delta 6400 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 NjU(c;md49b{{_ysJXrt$ delta 6419 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 S#6{9)ERssRCLLnOwf_M*ZAoYV delta 420 zcmXw#J4*vm5QXpTBe}`OG;y=LB!W@n`T~O?g;=O)r9u!4Xe&VyND)DiK)^=vQDvQ! zA_#VZ2x)B=3)e1S?8UhX}9A%sW-AVkgk$)7(c zLTE~~!X|YZk!dYX5UGVGvkVpemXoF@$<#SQYT0S?M2oJ5UqyG>Knh;adATs!43V

    y2u!E0Y3JPg_6xs;diQo%6vCY5rx^=Ss`nP$lN7cN6}yq(&2R5MD@Irv|uCcPqkLDk6uRYip9 znKwG?oLjPKb7?R6oPE(X!&KEHgSHWvW9t;Wn2=@s1Am|ji^&+T32{(wHj*_p=Omp> zPrwCkdTr?7tG5m@R{T+LamkNh9uNIUwlcID&oV>!;0JJpPvo59C(R=q2qJmwGWKZw EKl6k;kN^Mx delta 380 zcmXv|ze~eF6ux)4yqpk{R7!t9B@qo#aHxZEaaLSZ(4{(y7Nk%pI4C%{*hN~NATA=f zxW~!OO^Smq4*Cx$_z$=Q-vxTZ_uakk$Gf-aH5x>)Gn_tvyEuEPrR;X6 zCoFA$N*-#}vX}t(3(}>+Y2UKbQuY=P<)RsF)_cXs`8A}SdlLrz$0XO-rJChKR%}Pj z8)|qjOjuqC#ho&4eQh4qirMIDpKF}jq)7z*&I&r}xji*krzC7YE^mF;3`WtS5p1p{h% v$8bUK-Zq?5?9Twwx}QKwUB(XGFkaC!<0<_x9#JVsYIm*>kK8*xystR_#>P0$ diff --git a/blink/build/esp-idf/esp_mm/cmake_install.cmake b/blink/build/esp-idf/esp_mm/cmake_install.cmake index da1d164..76166e0 100644 --- a/blink/build/esp-idf/esp_mm/cmake_install.cmake +++ b/blink/build/esp-idf/esp_mm/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_mm/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_mm/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_mm/libesp_mm.a b/blink/build/esp-idf/esp_mm/libesp_mm.a index a7713703fecd33446a1e7079bf9e1c67c8e8ecb2..670737b8599891a008c38c966543eef91d504b48 100644 GIT binary patch delta 9781 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 F{{b6})cpVe delta 9813 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 X%3%aFxeOrrG~P?S2*IV_rSAU$F@wW+ diff --git a/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj b/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj index 73872f62e1bca126fe60cd24c434e174f8cf7963..88d7d1ee7f51c9b4ea98e7c270d2d2b5203d7999 100644 GIT binary patch delta 291 zcmexi@W)_+0%OiZ#XC&pEEE3+FkYSPK0$2Iu zAUEiN!N(oZVQ%t_fS&ST3s`IZRR<``Z94n~8?xuX7z9+UTqmNVu| zHWl+{Y?<6DR?c{1@?WuF#+{P`#g!SCO)eEzXS_CfuDCiYA1?!g!Q_h~!jtca3ot&J f{1zzVFj-VWopHfrTM2au5n%>~AfRtx0LBCWCgVwZ diff --git a/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj b/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj index 349d7b89f3e6272e7e1d8938e6f5130b91cdc4c2..5e19646025d9f87e4ba14cf50033a973ab4b8843 100644 GIT binary patch delta 1063 zcmYjQe{54_6#Z`dUi;eDb$4sGQrFSV3MFY>yD1*w;&_Y%f+kMVY)IE`?ba+s z0V9#@4}S%7A#tHVNL=EOC7MPNqQ+?mXiSs@jhajr;y@FX`3E6UQBU`m|D1g9+;h*l z_xtj$-k|Sp(2*80-fjI%GxZv!JiF~m#XWLM>!J50sRx6*yh_<@deE(uwt%Ajf#4>E z^EpZDZS<+Ut~b$5nb9LOCRg+obU^Ot&7m!|kmz}1Cn;r~0_X+r9khWhNzxIj-ve8R zzi}3fvxvI(vGhA$YTD;f$|%|A!8mJeO4a*~!>&FY%sH_;pWBi$QPAS(GR}H`2hVGe zMEnE#Y`lp1G~NJfgKz36@*YE}7XH_vR1g1%6<%mK07jA0VshE}7`-SyBNF@^6$jU& z+sUsvtKI*&lydQ#Vi^yGFCo*LF^CU9Ed=hCb z+=rZ2{zR@B%{vw`U6gI8uHp%F#W)Qn&c7h#es)3G#(!dl1b>0WlUxDQ&a=>T@Hfz` z<}5rr*#NHLE@--VtMs{=V^3rIZZ@Gw@er=#VGe?Mgs(%{!;^4W&&QGYC`V+{6%W4x zM)3(`5g*6QHa>)X?R>5J1niQZT7@dD${j;5z14(sz~#1rUxs%e)As5 zMctL>+wQZqCidos2NNTiY+`J%kS`_%i-px4iF7VAl1-$?Gr57v>EsiR%HLgkJLs?s zW-K})?*YrA4_S0ob^zyP3K){xz*Vv_Yf+~h1NO*5_7XiVGdYU}_=+Z6vu!6Mw^6xe4p|IaqUnAvx3dLyMG7cEpjPU95N1=?I^5yaeH^a+GU}kB`{@t5x4`MlW-!w zggF=gjr%lSht&rEsiVp78%kC1LyuA|{4XMmmhJ_kNNF$258hYkxRe-`(VOUaxERx3 z9``!aOTm~tEw=G|{114B_*+e>QvMFR!@L_zgi)#`d`f1F^5`f&mhmJ!<2((w3T}tb za-Nl|M){_{a9uUK&|S%6n5yA-z$AFVRO(qap{(UFb|(2p1W$1ROdWp%O+Eh%%_{E0 z&ed!H8@LggMsAaKv%IDY>6_VtW-a&PcdX+QFzfj`lr1dS(8?df@daKllV&1521fB| zq$56xn_avgdEI=~c>=DI8)jW_92@+5!p?JP6jR{_S>a34yVB|FptQ{RHq!^9SxvM@ znymzVDrsv2_^+%oYLatSoCB1dy~~avRd9u87ACQukUutut&0#>6`#ow|5$`@ z5{=+qrC_XRY8L6AoR_*McG0|izKE59p2z~urLB+Ys*nP@seq#^ExH~#6{z}-jHkCZP))VN`2-H z3d#P=FeT)E#*uE!4%62%m$m6N2@X1|-vb(wAFP4>mBC8X2z&GIzxBWVXFWCZxD Xd;*-1v%uT(53paNxoSEot+~h}g5md2 diff --git a/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj b/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj index 1af48e89dce8730aa65a722c4e6148afafba8b4c..c16dd51a8a3c94130e4cf97ac4b9620e37a598a7 100644 GIT binary patch delta 1369 zcmYLITWnNS6g~UibLZaabV}{?F*BVR+D>thLZ&ie#E3X;r>`hiiqxou(b_g``V>m4 z)>=?L#n%?>M^R%$G@((`U`V6}3`tEC326AxFSSu))WqP2AvSUC+lnXIueH|M`<#1b z{y9pAkI~Cj^uR~ei^lXRQmSytQ0khgR9OAL499*FoT2R*3FI5{g0okGVTsT%?CscP zXloCGxlWE2cM!+R@FRENxyvWtEn{ zkKmhuv-QWqlhc82z7LR_UutBb;F#onKG(Kfs2IRy{sS36KDgTEM29E&r zKOL85+Kj7UC0PGt`2>Qdm6&;ip#XC~D!KMU5}6DWZZM0!*(8!YX*0 zr*ve)+j6Hvf!jf@`CdjoS0W?iAQS!{fELSXaPV_{PFGCJwH+#RYVe$)ED9e7ZXA;eYJKuN??M-rr}UhPya*~#qJsi02XgYK%+&T6luMbvoBzJ{DholG%MZE*jtH7Wb{N#&RYwl2DVn1L<`sZwldGzGqe81xs%`cW;Gpp16qr<)Fk%7VVzTUCX{psHQW0}qA?xBH^!F2b5fuSCz z?Dqf22v(zr->@$RMxI?NZFTD}NN8jx?e;Y5fr^08qDK&$q`)}cK Gy!9`k^yn1; delta 1337 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 delta 5936 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 K?@o!E4Za5%5XHp+ delta 1026 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 delta 769 zcmY*TOK1~O6uoceP2OZWO~xeJ)HG>AEfHId7!}1;KLnzosXyE_R7xWT+ca$zH`Nvw z;Jf^0>xnz+midqtE5i4u9p+$NB2?bH-s7}LtAquue*6=a zs%PdMl57h(@WNecYetHDK)njG|(Y*FMfJ+NFzjYeB^=}HQh@FFHWvH~^$3oU diff --git a/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj b/blink/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj index 5d7e31ac03eff9ee1334cbf05a30cac0c51e2fa6..e7f686f31caac20294d4fa06eb0f25dead14de9a 100644 GIT binary patch delta 626 zcmW-cT}YE*7>3_x-`~FNUGrz6pw^aC8$$CpghX<4pBSE!&?H zd(d~}e}-q&YTu~suQ8)+_nfj@D)N@?mo(lhRpll8@1%Ul4QFIK&rZlG_HntQ2r(u< zGDqbPRHqZHApgS9=98Jy#bQoFZ4SIv58KAwmYp&8? zTy#z5H1KYpokD1QpAcoMC~{9w8?L$o)Px0hlveS_{hPTV=O~z&@zmuayLmYfK0a`w zC*0qg2oLoP4h)BTh6n3v!`*$o{fTh*$=<$Wne>*ViVqQ2rZxDi)S+&JE7C!G&>4x- z1jkB-m_9Bmz;alC7d(`kfaBh-i4Sey>vJ97ywR-F8}Y*kS|o>*m6 uflpSYc5tf@ji?Fc!{3%emr&DINfMpRTR6+C#yqngE6lg}#au*Sci}%_t*E5{ delta 631 zcmXw$OGs2<6vw|a_s+d@ojZ-%m;;kGqB#x|jyYs6OPt5GLY*G8sZExGGL?fGf@QYM zav}XGF_80lC;Q$FrUKGiHZ=1E=LZ>Obxj_95Jry>trCcJ5Q?o5+$S!aQgkcE-WY> zs=+VCPvyv0PjGrd^;14>t1)LE_vizZ{g`uC^A2E1-AXDH+b*g_we1P@VA*z$mNB3e z(GiSmA7~BzS$)~Z_-x;7LRk5JLKH8;ZSSRXxMMG(DrD>tTEx2jFLOm7qr!B`5z6rd zTiY+R1TVHFf*mc%_Re5SXEIb7JbS6_d^6q_&Zeif-IS3Xv8C%vUKUu^eaH!1-#X|?nbb6Ovz(5P3^ z7WC>X=ni6fBTZmZZ=fOk(nEaOYWPYb22brFTbw(Mm-}(fsG{w-ZTP4juZ=G5RAu_8 z0xf1s$!_+@IF&x&B^AmmF={R+6Hm+yqrfKzs2Rea+^J!%pmRXVBzcY9EXq8mQlYJUZB)b$G66 zC=Hp}`@Un=V6M&pIdO#9jA>>Li-Q4rgMG{o$OM1V98#eGKWQNpV}GL`lG5jW>QMZEMJ)Z?WBe9SQfnJaOE c`5h@{5^tGLvC!kK*wrD#ATQ{D@Q?nBzX+kNZU6uP delta 609 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 Jd~m83{9hbn;I9Ax diff --git a/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake b/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake index 136ec80..50958c1 100644 --- a/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake +++ b/blink/build/esp-idf/esp_netif_stack/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_netif_stack/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_netif_stack/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj b/blink/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj index 85469efbed85b28275560a0fb4ca4174c38ca725..7993b49aba68b02ffeaf6c68162ef6fd0771c9ec 100644 GIT binary patch delta 4525 zcmYjU32+ou8h&qjt~b+}^!#&VX3~>PLM}osL_#>^K17J938;uB27w?1L`6i7;m~zg zl&gV8rCdtaQc)=+x(etD)>49k7hbDah>E%%;0kO}SmJ(vCzd-^?|<(<-hX`Wf89O* z+~Yp5$GtWqKYp%gRw( zpA^FF_RO4fyKwnE?I8&L?%%?gq}TMqvR;Ehuf!ZSm;R?Aa=AP`@}QZHSnmGGA*^wG zvOmL68w&^S3CV{YnQyZW(FNGLXCxXS(!R>U`s?IqtUYe;ZWh%eTTgNFFxEcz5m5i4 zpb*X8g#RQMRfGJz8O3WM0=)48Mv$|Q3au64yp`d7;H>*{L+!_Wz#t~sl?m!C0?{gv zvo8^8gOOgvf?+_zR}x(efwmvveRa__ylzZk-4J<{*XID0uQ9rvH{IwsT*3}-1d;t7gd(_9*Eoz@XwO=8FnAoPtCr9uj=@qFnAQ--cd76FR;!W7RwJI8 z8X~B4<;C%-n;Z|O2(Vo-CHR=cn-*j8$R@vBB0RB&o=cb02Y3veXCY01d|$#BXDPIr=sstfQF zoZⅅ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 EKg0tnUjP6A diff --git a/blink/build/esp-idf/esp_partition/cmake_install.cmake b/blink/build/esp-idf/esp_partition/cmake_install.cmake index c7fd776..720f549 100644 --- a/blink/build/esp-idf/esp_partition/cmake_install.cmake +++ b/blink/build/esp-idf/esp_partition/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_partition/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_partition/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_partition/libesp_partition.a b/blink/build/esp-idf/esp_partition/libesp_partition.a index 8cce79acc77479140c3f7b3ddc36026c113db9dd..d8c5f896b15dfad86609cebfebc4db94d2fa3968 100644 GIT binary patch delta 5799 zcma)Adw3L8mao%Q>F(;P>U7`k^dsq{JDo>2c{W5sfXG9U0mDlY1Q8*C3dl=_VPF7B z5NB~^W_c8FQ8I{*Gdj4ACf`u`nrm_dd1rj7lcI`c!9t1)NKP&4#)_j+}{zhkei zDCQEcqMV2+$}r{cKbO~&4k?OD^E{icDC$(KsBcDVfLt!mmbjv5THd@xKT=%Yyt#fb zz1sIdAaW<%kZe>TP#s&u;^ciCESD>vAP_zP_;b>Opqb&(63i|IP_uB-6AR6Pv{}Q9;RxST9$pQG`U32Ea^a0U zA6tldQ|Muyf1Ph%A1WI8@37q7W?&E0|1l#qcK->0cH9WhtL%D2}G^m zq~3=me@dUO3m52L*^h_f*)zzGKGW}bkbmdmrHVc)&gwM17IyX7ewH0)>zA>`nBx$!z%H0K=JrNF$wc5d)AO#-C5gZYdr!EeRiF%t_y#IT zQ3nC}(kgqQ<`rR{5uA;nN8>*7_47Bt57CLaA`azYi#QQMfy6#QRm_Hg?-g~tT~v_l z_#cgz7b0GlIPTbxn3K34eWHk?XqkX$N1y@G2^bW+0fjgW7!s!d!$N`50+9lYh+%+H z(GD0Boq%z17m8IVb^#WNLx2f!3b0rZnz}@!JAjg61)NBU)9@=LF2UcNs6{8`#8|+- z;&VI{eZ?y96~Q5qn2TUt;sNYZg%?g}ViZ>L#CLGlEmlHLr|6GTtrZ^u-YpKGN!AG+ zN!cVa(17SKVuNp$8XF3x`Y;md`)O_#6neC|fZlcXgh+4C(6Hj`!Rc)i8Xn}H_UfOZ zG3lB_3vy-Z`|Zt<$h;AV%ePT9vY+}I*0`yV>!9h}dcMt$8n1pBKKiyefHvrBB? zLrcWK*TfU(=RC0vAqB*1SPhDOfI?BL*yWLG0jQ8>w&eW|lfXE%sX4~!c+DGA0&m!J zV#y*W3FEJDVa)F}N9%uryneU+P%PAOkayjnvIdjc-gZ=Vin-qFOGtv&-BIBA~aSMCNXX2+8_U8UcM zESYZw?!iivzLzWeZtw{Z&3cB3(~eui^e^F8eHYi6fj37_>D0Os0io^w?>U+Ti{aN%W|HU!&@hTst& zC#MGaFdBm=K$vHlrZI`i)R-TpMfz5z`l=i;Pjh2_O>saOgK$ z@^1r?(%-QcB`%iqXPpyOFY8aTtCk z#4O~ZSbU1^FA)-)q_`f2Q(`I%mx?_|Xj;s|YMIyxC(6Zj&|e|eVppXogPx2SfF{g} zFX42x=%NlZjd%&7wIU2yCko+2y{LtXoY;*sxUbj(=lY2zY;F*9VDc*QI+XSoPeHy> z+>Lw;5U(JDbt!e|yRB9~VSH-Z@=-h`t=MF2q#6SL#W2xYkV z3fry`JCTrU1-~aphzDWpy1%}V{N?_+@Lz016%=s~G~ykW2FIUK#{#JX>}kn(O&9W@ zh(0h*A|EG(OI!p;74ISxO>BVnJTV`9x1xSvKa>o2Y{%0PSXsOeDm1lN2^@f6U{!=) zg&HN4z*u-4Sbc>qQUW+El)znA=t3osLtX-FuF!EMu!r?^T%mEW@R1Ve?4_|)DbxZh z@@7J)=sYqJ@UAspfa#(K?B-O0HrO|%D#&Mdq((Rk}^Ycx1dgSh^gX`f8R zJN6^dG_ar*2~zYqC^rpq4)z-TkBE>4Xa0g+IkY%$QkOv!HLE=LXhR*yJJo9tDveN` zchxblH5%z%1FYY|8b^8uVvcTGiwJ1s(Al8!P&ROIVO>#L91fxZd^^a^chJZsluSt~ z_HRn7X_@_>rGx2T?O?jVbtz(J(@8pMk4h&K<53q;?j8xzohU+tA0P)PseA2p>C(_@ z81OG}zsie0LSB^An|4n+Ib;Y@7revmMsyK=sYG~&Xig)}lnX5(YP@`ZtYLuwYt1ld zfRK{jUI9Qt9L3myfsKEK7Cx z_@TebUCIj#VDmCydO1=Qn(iLR{QYbt9YdPjId{w7BrA?VJ)I+C4b<`P8DQ$V1*cKv z7{q|3{vRWC+1^#9vKvJKb2OVT!HAI3tYmz>+=VPkZIw|j<~izQp#>PXVpQ@47EGJt zeHx74V`TT)PnCzO`y-X)bvbXXQlb%@OsyDGSST$@K!{h@nz#UqrMz`Ec0d+KJv26d%z5>?jN?U^uIY*}V2{n++p z3kUI~iMCS{-u!o}TR!;hPmn8qYVhMX1Xi z7@7I@FS6xi*+;Tjmr`V(&7Mtc<3pu`Vq6IR-HkzAd_=>i3w_F{){a%ZPuuNpstQTB zBh_=L&R$a;!F*eFl3up|t-3zo7@JF_Y>Zknwf2ST)wH^MNsX6ig}t)&ibU=oB=*%# zqL7_mcV#K{4@=|f{)_h8+4`f<{$+i<;&pyh7dm$^b@QLsG%n{hTjbEM!TVP+5)175 zT-hB8Zv3>&xqIg0edNJttYDv3IMU-lk6_*x$P@j<;n|=!V+iMaD zPW7q~Ka1+-Pu2{$mixZb={Tk7n0+u;O4r!$V=?vcfRGHu-l026YWhLv9jYJFcSeLOdk1AwL6S$ZqIz6;(5jT8B(yiG(9TZ9{(L zSGu2U(E8#lJ=%ThR>~{5uB~;(q~R0W`ppIQ0Q$4sz^GZi%cxCOhky>t zRg7MdFEbh;i^4#2<$OjvLXfJ#w62ux&rw7UN>Kp0X-QFrUY1K4-6MB08YQ1&)FjUUxfG8Km(pk& zXirzObhKxEDb05q6H!!i51!O|Lw=Wm@lmo*mQooNJ%|56&T{X5jAmA=V=G}7|2r(h zF@XO;*a`JMd1sae1^GVcc@_+>c9hu<%L7?TR18P2Xt^-|Bck4qUelUFzjcH{h{Np# z(A9bJ+bk`nvvNTns-#`g?n5p8&*1sftgqlzo;4pz0v6wcgVxvZ1|KSWq02o|eGLly zn!6=$0oeH^GE_wyvpe9cds8rn{@0AJ;H7(OZ~_RgaSBelcbGFlm_}N@R7GR`U$XQw zh97cSqfS;-(^R@yc2-loY8o54=!j1+mcSwRrQnm0Yg0TA!JbcZcj}+wWHu)CJXeiQ z@+;Wji6r<|98?1Ga4p4(jxn#j_#*Cpn(-DBvnsv;;WhH*`C0^gQWn-xqB_9|oaaA> z>}XVy$Tv_G&mFyViIPx!Sx;8~77bt=l{4$GZ(Gm3b<|Gul>D@wYRN65IqDlGWXxsV z#QC;9L!9{ZzCljQQL@81<*f@`I%_Xh6zc@P+N=inq*!rq0@gaL2COr1C1~+?mayIc z3|al)OxP+%&;?c(c15fkkdCNz5c8O|3iG&iJ*re_B_Lm9@l7mY?E);e4gr=}r}$5- zq_q+0N?B>lQx+1h1*8y8O8D-M`T@sYL~SXL8;b<;A_@?IFV=V zy`XqbGEQM>$t(F!^AFi=WvWb}qS$>`Re`e$h<(VcSf5s+i# zp(8j(r^x}&fjS}AGxEx}7)_Cx=W%3tW$W`eFK?I2pGTIr%Lf@9lP@v~%P$z!$><9} ekI12na&iu%cDWHK_Q)1|0HTfl`opo}{QeJ;Xz!;0 delta 5811 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 JFgypz0{{(1Jh=b> delta 303 zcmca2dq#GG0%OZW#r5?$3=9lB-b@S(PCy0-FfpUJ_Ss6_x-{mQ1%$Xd@8_d`>c_pth zqrv2}yy~n8>u%JY%aeuY zgVRYz7b0!Q6yh^K|38}a&Uu9JLQ07%`*Dk z$}%N`b=_#|>UDcIE6)Q-umfv2?3pF#p{%U4JPrL4(c70IM1x^l_gI*nYFOqZ3oUk6 z`%hBQEd9B=Tv{KvAl1~n-I>K10fu6imj${RAn}4+LzBA;Z^?BCHwBZfe__z{XFOyK zKC&g?BT77R-v$of!h<8^I+CZEVxXBRUaX|k#3-jMjB+3aKJH7!eRhFt-YpHKA2hz%{lv;w!NPm5eAw4Of=oCL=bXoe||Y#qMV8 zO>j zC?PHNBXnK%sx$cs`AbdZAD1Jlu^=J8s9Qvznky)hS5(l+m# delta 928 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 delta 2668 zcmY*b4RBP|6~6bqx4Um&b~n3uyPJLc1A+XKe-aao5^F`kTH->~p~Ye#Lq?*Kq=7U{ zAS|iUDw3A=h%%jYlBr;lYJ_A1PVKbd2zI2{Vh8QiF-6;y3TO$6ozD0}zw=0Ox|93u zJ?DJqJLlZ@vw7;gvIl=TGG~0=^G517P9Z$CfJepue-zzyP70xDuJ0kBNas;Q2=%0n zeMw}g?b2U!!%`fdx)3Q>u&=Y$azt_c9%MyxL_t^2Fe_>Ga71(60!uyX!2ZEVzewR* zcXVp-Rjb&yTKS-9nxnOCvrr}bBj(L;sb%O<%?sX(y(7(zXV9Hm8EoUdhFtX~vyX$P z+3_?NUKD(a_fzOhdpo-ndqvl-qO?n87SR2Dw0EyFqTc|+u;_z~ zlG{cg?pGQC4wr-g$HV?VGtyMdWeKC*VY$5Wj9TQniet5BCh z-33FxU40RpU{GJ?&Vg;z(~!ri+<}qxyP~hNh;a^6=naAI!0;G9MH~9v26O$m9!i2| z{u-V4%*k)WR+vA^fVf$QxMKP-rD`^!zGgO~sKb1RO1-hvF))pu#CJi`)Px8>i*m-+ z@Nwj8GA_b{sAz1PwPPZj$DQ@g+EEey2t;H1tZj+#S!f%nSvw-a7J4vtT(cwKW^2Y4 zhlQe%30BtoGJ2sHIZ1!;#-)cYdacrz(Sk6$5SC^wP%+N{Rr4^W*331CI?VZybqaMm zRr;)gFAxysYUoHaj=f^uiULlv1~a?NDI};uou+o5m0AjtF!$mZaO!LEm9bI%706jG zjc#GM0)@B{|-m3oIkkYyTMI#!Lw_z~ft=V=FP4k4e(mH?9{Z~Ph zvFK6cI#5-J*rU*tb7MU?;#tom+;X1v?pK^42+QL6_kcRfX<<%Df*YFk+)mT}veatG zWWM5TMnZr~i}+IXk@;)qX7=!-Bof~Sc$Q_ffx3&m40sznfYuV1!S>H}^ULB8#}sS= z8yNUO5b=kg5LoVflViu>xCX3ii(4Ww1aelLlU@I0*86tepJ+4?uQLz}78snE=)?H> zU+gXlaOeR(0FihCDf%hfyXd+%ewMxrEGXInM&?2H9r#LA0rWAO*Z)7>wNg3%p=4IR zJVaet1$h_wj+o=U%#`a*in)6*s(#kZFV1;QbTlg}kI*|=55-^MYmp~yS#EnVmK@-R zW&RObYpzLs#*TlXMUY5%u}rw->FYDqpt>B;&`R+UY7Vu^209f2H+?RYi93o-Gtnyo41yPdVB3W-j-&-#!pdk^_}9)R7%3`z!7vxi7#EI)4IKa-i@| zo@|fJZnQm(NGje+6WQw?&gIyXb}V7Xx)EEr6{X~p3s^@siUm6{w(JY??*o4pV99~! zY!N2*)iUuutR-By@I!X?*qV!N>Smu1RestYiOG%hv&c%|hmi*gHZYH0WkNLBynUIN z@EM-EGq)P&r~KqLq;*)Fw%ck2{@dCjo2WgSD_J=WtT_d=Io>Tt=nL#Ss9_?BhJFt8&_@#` zh+64fd4cNFg^nohlbdMeh)LVhe%VO<=|XT11251Nu!tO!g>pZYO%^(?tiXRxG(K+9 NBa?pl9`#OU{}+Zh>?r^M diff --git a/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj b/blink/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj index c1e24982a7b7f38283430fe7443978c737003d0d..76244471ab004b02b23d4b600b5d36f32a5c607a 100644 GIT binary patch delta 3508 zcmY*b4RBP|6~6bqw{LgZ?B*od-Ry35ledH=Zn7caKl~dBG!$W@KyfG*3PcGIf*^!n z7fbQ4AcR{H$DpGa2Mgjj_*+G*sL<)qq7GJ33TG;@!@4S9>mL70hN&s zPu#*5hI2My`!oQIJ42J8GUhoUn!*XJ9frA&RY!5`=pB9sYo~Dt(sdbLQ_Ya;Z`imy z)KBtj2Ishh@OmVhZD?zx#%)%-1LD*h+Z@v03K=q^Bj5`Rq#>=PJL8^ zV&u|Cy#P;z(B#p(komM22nF;I82jmT21Wr|4d@`9gDj-uD1V6Ja0}B1AQ7QKAXh{d z^idiKw-`-^rkMT&>Lv6W z2lWb??#~F3qSe?`QYS$B(J^FDMNtHpB{Wz~e-&(?|i`y~1}pvY-^OB)yN=8Xbmn z(NIV?Nkr;JFG6}~E9`UVepq^ik0IO8Gua-8%e<@NiLXa{XXbuxku0bSBMXfzrRYC1gv zM1$@_o(_5%ex`r`d{jS&MV{eX<$eL?fx$@1w>rjPh8`1vcQFpWHNhlmV#ufnYyo56 z+Ma!p2wa4>Z(YwmA_6H*6bs)yJ&Ldh>_7p0nVx+}1Ui&e7#?yQ8Tjt?3`Us3-ALT` zi+m2jL|WZ{g*L=&5c4Eox?k!aGM|5{mcnr63aTP#7xIz9*oN@AGxYCptV!)0jEySb zP>8NEnk%o|JsnE-voOf3ut@r2}y|2{|_3o_gjj>%7cPxI57(InK*= zhA8%+$#T420EStw;tQy|yqN|Avq!TB&6f=&Er{sQ@r6LJIczk=YuPH+l$0{iOPbB4 z+}V7}-ws=d(*7v4 zCnC*dtmh7iKHCt@d{D|uo;&r(qg0Bf*M5Ea59O<)yI*9_Zbv0IG`8LRpM*qDC+Bv;)3K( z)=d8TWCL1L)tI8F_e&%a?Q5IH{c3(uV(bNwjn&$k-Wa^7J)PEDs9or%=AiF2$s=61 z38v-1r3vmbC-Vt^!i1HpjusVWw!tI#gt_v2eX^cCJ~orX5i|IiS$03j1do{9=VUjZ zjWLr`(CJ{ES+)vp#V6f7C}q>p*5Gq_3~qgj0A{uMM@F3uA(G=EOE#Iww_#ec!L;T; zi94t6h^D-cqe$B3oVkclzDGS74Mv~lN!o7Mb%UWmvO=~uLYt~rA4UV2ZoUDx>0C`Q z6Ogj~6C~1aE05L;J%?M!f0!!p^jm=wd8ZziXyZ*#+{nsrIKq0}>H_q1D5kNp4nrX~ z=~ffQX$cey@Kn9UmYa2N5K67Bp}KMDQlT1Sd9q!##;Rqt+8vuCtM_|~f3C@QRI?Qc zE?^c(eI$=e5t#7ZtXZLUTBTMyj@r=o?6t~b5BeUv-}CB}6$h9W4`}^8peCWdkYU7C*vLTkIRKS#`mPc|YVw3Yft??B6+|oaN=ee%>&Es}sZXDhkxEdjH=`UzX7prgJiT6>ub;z$4pN z1yHgD>ZL><*}ng?L|n>is;h4#XgA@gHgOG-{|b}Ui3fHSWw28XW%d1ELzeRG|G_ob za9u%846}=)@!Y@?m=)oH@9%Bjvt_$79*m{jtJ%}Q*HpF-EkwQS9`DsgaF6A!qI>|G zJ*!1|&p*JybojG;{Du61_wZW&w*BFUs>)3mV0j>`s<#~vBE~Q-ucG9j&~XNTMnVd4 zzkNO{#OG>e^06DvBa~c|b^ft^mOq(J0ke6>XJHKVbx3S<<$W9Kil)sY{$=-5Et^A{r8mr zv$+!wuEQhT$n*9k<~`;IRjFO3s#5{EP>oO3${p%~)GqWhRXH{hubSV|+*q}^X<^mU z#w9Jwsv4Iq891P7&Z4Hp3#;ZVZ(1}@Exz?()$(Ovf8~@t5mkPn*Zxz@?f1xfweECU z&Q?bt8&vE}T0WqfAzxDmAiq-HvuSxz-F`N$iS=sV*~v0TbwjmMP5M__cB-9_esu=Y zQlrkLU7pO!Uh9pqJYK&SbOj>7pY^A&8i!+P9?6D$)jo#WP@4``Hb3mt?<9om}cbw delta 3494 zcmY*b33OED75@MC-n^M%GLxHR_RJ(N#7UfF5&{y4AWPU9L70G`mI9@g2q_||fGJWO zDbN-UTlg#1(@3Z+!f`2Wz^x!y>%p~%0*V!vf}9@32yWns!G8B8pnd1O``&;5d%yeL z<$p8#y7WC=`UXqJ{#rCQCsX4UBI}e}hy_yo-=(>nI}IT;!+9cG2;Fcr-my>^x0!f9 z9!kMf)0{)|@NhXEg1hE2p3TBTn*E?O_QS_058uId(lsFm56!XIhlk-m0l$n_<^~uyD7j zn{sQaO_vZ}4{~uDxsXN(+??UOTN&Vpj`u46a(-WpM4UBwoA~{g>iOJ6rVX?N1sy_2 z+QF&N08W+`=fZ?u))1U-2bxJUuJ6y*<7KHMU75G0~h33B-q zg+4|D;1;JkXbR{hP%ory$k(E`P}m|8KBxvmfFFML<@b0;4W*{QpQFjN1%8%94fdc<4z!&rx zDl6$2*lNPKR(%qPWIT3CZabL*NC%BXu}$)TqLYdtUGy-do8CZ0Jk)_m9(o2|S+o$C zS(HW=UfK;WFWrRbJ_;dBHa)@-aSk}+0s12B^d#l=`;uq}Wl)`rpyz-tsTmrLhJ%_; z>w##{y~xu+t?)Ai1mI)(IlSZ;zQyjpz&y|gN%`)MGnk>rMPMJs!M7xsL`@7C6Mkzy3rKf>zWik+Ui=jQmHfdL(7@)QC!NsXYU(Nw(abcT`eO*Hx-rqdXNWpszS zK3tTU4n}fN??dp8PpV`Z1zLW|%MF5#x`$D0&ayu)sPGAMk&(wiE$G(d~c> zrX0+_Q_YE3a;{nxDaAq(4@&7ov^BUZhrzA45x}f6|HY^?Aw+UGWZ@b!`7}%mmz&nD zP-^E)bz3auy$?mw)@J=25z4l!wpcLM%9FIouOrg6+JvnZ^u7C7bz}Fxf?fHr`oJmzm{t_f`Z_>OUeI#+ zB=A*Z=c%DsDLcXiZ3su$3iSiHQ-@StaniCdL$Xuz@jz%T!~1f?T=;ZHM1+=N|Im#n zoOEA~JF3raKA*kxEdIu5EjM)Y@?YMs@5j}N<9-qasw`_iRlHZm#xtGwyN?34#Ae*G zb#VYCo2B+7u9BPDPb7+@yr?=$qCvX}uWRG@m;Jw(tkbw*S6&J`RbN`y_ixBj9{3)v z-iGT8a$@{zdq5k*4J?FNK5qEFWczlMZp}C_mhw@}o(4XqvUOkx^|E{Xs5Y2;EGLPw z6r1hPV!Y-Ha4;RTg}2|8Kkyzjn7?hW{7_Z#TMV$=->s^%9iK;xYq`9NlKsO+8GM_B z6ykUG{!hcaucjp*xcU=>l1sXs$J(2T2ng=w$V+4ipBXu+^1D10FIyEJ%i8|k#>;Kv z4%=8gTlR)LtXj&g(0K0O*XSxvjBWA9DE?J_rd}+!>N+{r#Q^ueyXQmMj_+Z)T*yoI z?oNg-oV zCFD7E?EE3^+ZAf_ z=Xc3zD)2=!jMjdUmNV5!$hTF+muXqAmO@TbuR$(U@vqWyjhYA9r1nFuP~NZGq+dM- zX{qrSz-XP?eBmyT4_s{4zTKeKU7P^kCoeY3$?a3VacTgc-kFwvP>*#s%WW$0ErTqA z+@fB9+^qs#-~-~XKN9M0C+E9b6d*k5$- zvD6|&9MSiDjIZl}k>R?I86%0NLqswf#ix81B17i&mXRIx!K1PWb!4-Js8t@BL~YW5 zkI8TFcDaw%ZPEmf%LWp*%PdHT9A~10sIr+IPl5MH4rGVSA%CZw2T4mDWS4w~@0AoX zGtz+^SB6@N`ee!=%F0`ds9%mkbFzu`cgr~PJ+Y$NH2ZpcP@0!2J_@pqg^IFzeaJ-qMDDfjjjZd{u|b zfBn;P$iLLCg#1BkmA!mWFITeAI~9)`x>E7%he@IVb&CmY3*x9v2cG>2Y(ZZI37rJ< c^>pCzMZF2F>vG_AuMHAS;Mo5kPVw*k0Vy2D6_G}g%uaIAc#?D5DG4e ziU=);7eSD^txu$6BZ}Zc@qy5S2rh~XAuHo!p>(6*b#pj;|GDS>b&&Z)zEj61UBJ7P5F}{N+hIzRiD~*pRkK=)A0__f>PCPb z-Auff`{o2cyHejM+GSX1ck*@1WUS$l4ih%gxb<9ciiN z#jiv>Bv({D`B?eE`{dPF#1Eyf8u3dxRejCtveS$Bmt6ENaF_g6@5urGzklvW{8N%a z#BXFO*ugcq7L-&U1+G=k5bcurY)aaJ!^`qFa5Y;FU0#(Vs>9Myot34~wWjk#SLM8) NlJ(HxHTf21{sEN|cV++p diff --git a/blink/build/esp-idf/esp_phy/cmake_install.cmake b/blink/build/esp-idf/esp_phy/cmake_install.cmake index 25d518e..711af18 100644 --- a/blink/build/esp-idf/esp_phy/cmake_install.cmake +++ b/blink/build/esp-idf/esp_phy/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_phy/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_phy/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_phy/libesp_phy.a b/blink/build/esp-idf/esp_phy/libesp_phy.a index 4bdcdb9e4d62e09af62dd77f01c29cd98d0fdb30..a80ffd1fa82501518ae8ee01349c30ee8d823085 100644 GIT binary patch delta 8995 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 Pz4%DlhO}J#UF`l3-#p&| diff --git a/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj b/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj index 409ceb733ae9dbd643c60f7ece8ed1f29c5438ec..0026b3fefded7f7917df558fc8cdf7c3c5cb90ff 100644 GIT binary patch delta 2658 zcmZ8i3viTI6~1TxUH;w8p8b>Ef0KP=Ur9C(AYI5pNXUaSU`l5Y7|Np*@Ii@?LLfE} z7#_o@yle?nF5_PWjAEfOiWO2@3Z$rj;0)EKn088mf`fHv!2wF^qg4HFvQCkm*?a!; z`p!M)+rOjuAT5ev>-SYqCs|eJ%X5y zJ>Ycv3s|)Sej%L0%r)x!l_0)r{M-7qZ(wz5Z9sR)^`5BrE)3m4R};i`_YC=xXS}yq zh357=xC-r#B(A5pY~%|1x?IT7hesp6!B0S)E3{=`a;mkbk*!C!r-0%yy`?rG_)-iE z|2-lEaVDVP#EJRd(+e_8@wawGuiGf zrv-AiH#D)SK%u5lBjRu2)5arF35`ETDeXdAk8He6+NXfcZpYi<-J-$8fh`a}g4M=H z;I464k`YZj0Y?`fai9vk4}dxBhs48&l#|f9WTO${!H8<-;V{bKlXAXMs%KzCd|rOf zC~fHK&vYi5L_7}p+ISXLjgLZZ=Ny1K_?JK!#OEQ`c{A$Zlgr0ona8)$4j&V`;pY*^-sCpf zm0PfG8jwRA0YaF6gEhiG$6CnWg?*Gib_)^XN}RDcZv%3IeK#m?LOy z32#HbDc%9!QvMQr%h(YXqMR>b9l~p1Ka~H7R4e%f;5@{0Q0O#YoPY#|@kD?QXO~xq zD(=CiGyEFhM({F}U?g{76V+@-uu-g|nKir!C8*_g*o@`?zU%m3a&2CP-hgDr@nU%} zuaw@Bf6ALmjk3&F9N!1Ii*Lf-&6^P`hc}@R9_~Rz<{h%dR~m0Z$%qfY#>TZcY<8Xm zWG6rAR7Jckf8h(-L`0tTCH0BOlK8B=<=aR@(>K*{8zaM0AK!I!tD3IfUevq31 z1u`~YfqXMR3o`8ikm>h>^yVv&+wiE7$%1~6sRasTe}MvdyC4hF`T)q1`$4LM3S>r5 zfou%+gS;Bd&=L6&6bEHa=t;UPmxiX%S$Qh7jymM{@GR<*KMcodjC>tyi@c2Wb@}gb zJnuHDYW_3}Zwh0gd?@l&+9bC|#w0_klHFOIOBlsysQGf1cM79T{wk~N6=vTPE=J!k1eCaa!qVLt(I3~J+xMK#mD)Ia1Bfk z4LI5JMdYx&8-Em4YfRMm{;Bc{XO%&xh#Zug6H573q6XtGCz(WHE0Z-;Ex(bhqUYsK zNP6V4WL5E2weOm&tIZ`Ml`2r}{{*^-{7U8)Edth>B8B+7qQCn3bNx!z1j$DB$`i#k z1LEfY6T3>*%yFq^d|Q7CciMCZRJdpLKY$6kKgA1W?$*0;tqR=*Du?5GCu9kCR58ET zt1uZ#+(&V}%s2HFV9MPiRomaukAoTN&XZS5#?pJTI8|ZXQf*3+UWE%gB~c}3ry@hH ztI$oPU&O;XCviw|kCDC{L*#3T4^*3Hlimkze&R>+$Eir{jIwx&yz1F#OT4e*E*jvL zB}7gSo~BF=OyN?8Ih+MVbR{TC==WT1A#DF3b2I#i6is-(d?k&Sc@>+eS?;WOoMPQ~DsI@QzWe>5M;-Kx{6W=X znl1IrWGa(0Gh^u^xif>Ov-@P`u#J8uJE~K-9J{N>P^Y|DeUTpTer;4Q(RTT4Z8+b; zgrPe$co(*yVK9A$p*V7bJXZTmNxy0fm7jrXJ5*coZ`^>g({?KKror6x%a+l5jSVQc zz10>w4J>WO85yn{MFBarZo2UydTFn;Wi;O~A!conuhhkl-})rx4yNZd)}&5S~9(GX=`(ONz0=2)6H#5+tbbM zZJDa{yu~d`7NzGcZ&^IQ`@OZ-4Qq6O+}-Cor+kO5SkXM1OgF4nMRKhkMRr*11G#0* zRm8LoDw421S7eIyWk1LjYmXv@)=fp$TMZ`2%T}i%*Q`q>oq_wl0Jx#nCjnYP%dFOX za67CXMJ8BW0P>tQw*b0pR-fXgSg9aQwu${#N02&brF9c5Ijx2e$U>`Akt?rW3ek%; z`iHfl5bQ*&uaH*Q?3b-cQJRF1d!qf)n~L1C8e%krwpuMQDyCMeGe%{OJ)7{HS;GV5 yx6Z{Vm-?(r5YrLM5eI3oDixV#O;_Z&wHCy2ZU+vr)fV-o19vdHJC8wK(nDk$63$s579HXBsIrD_g04>gzv;(_9==%8_P<ZbQ%%xX?c0hHoXnXSH5~-Zv}lU_1*z=TNZgs=_T3d z4Lvq2SF={2N5n5;>EHqAgu(xeAW#`^qHJ%2aR;=i?Rb}X+YE%wkTTk3h%dxN$m--r;FQ7pWrnZVEQb^EFyT9R3-1n zrmMIEbp81`6f=OAU=!8sM6!WwVwg2N7cCgX^Wig?16bGcEm@IOW)4I#Blua_npI3k z<&&)O^rV#d3uBw0Pv_6z@8-9WD}y(q5gy);jLh4m(O(=JhL#a;hL3}*a2A|A2Fz(Z zJxw?9s{GO)bllC8kNgR<0hJNIFW3DmDJe^{^*MYuduXB^wOR$KGn%7(?_v8^VM-1t z-wR?|G0K(_tAZ+JidEroS<-4v07(~AAB!iDBB_0dr0zkIc>zt*7SJU70^KBk4``C% zIhtf)PKspWLnMU~gPLSz zu$yFeu!=sBt1ujqjL>wtE8h-Hq|0(R)ItknWZo0BSKi2r(I7d1?{xVizI)_9d9kdk z=&JS86uqT<4bnIKG`%Qm!$T9k(N={S0Ir2rg!VwNgEPv7Pf8dT= z@28BJ%6A(F)cT-DHW5rX0oLKKgB$gA=uFv3`MTs(e*diR;yhSKd$g8E`3^`hlG2`f zP&*CUojT)%9<3XLKQ3=Y`csjdjp)vp(ZzIJnxiwQNj{D4r*_#C8{yB#HLyI?6XeWM z;p1{E_9(hGBwpjcsq4#28G~smd_-E~+W3cf4W7G#W`8;||Nir*e({Ma%t_(7W*N<9T~i8cSx;I5}C8 zpfBWR$x3=&mX$_mxBRg5J2XVH%2wg*wwFClgFC(~yXK(kjz9JJjf-BEA63qyNn%!w zr4cfvYB*hy_Np>k(eXjmP6us~CDln>j*ZnrX_a(UchUHc_XeIMYLiz7<>joy3qxPh zH(tjU3_MK##-li(MfMJQrKsD~Mx`IZv>v9l_#e`Ow$pmb_f|m2w4`zHTfP=F+&SM7 z?F5%G`Hlzg>~*Y-*f0qhr*v2L1W_N06vjcv>=k`nu9{X1sg0?FgFxsA^;heoigJs{=&}@&g0Kc#|Xy~%9 zSo9&nw+0{;*3?w%l^KG!}eBy>!S=( KH|!mFVE+qfMJSg5 diff --git a/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj b/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj index 72fb1e2d35f030595a5f27ce8a79d56242533291..55627ff367d9888e1fce0690a8f61ec7e4606c97 100644 GIT binary patch delta 900 zcmXw2Ye-a45I(c_p5429cURZFzINBQrlq3my1L8Pa%{3R6=tU58RpgX6AhJoq;nf2x@Z`~5nY8b%`1 zVy3<#tvsk-VI~zvDQBI-5_tfca8};wTo9bkY>)JeZ3}4(G%-GD%cPs->J8k?Ju$C^ zjOi5_&CH%bY(IGiD9aRR7qO35Z`>`kUxt<4L}~Q`U0FpgElfuT!USO2aY5u+MS86Wlazhn!_!J4?Kv_DOo5sL|ca*(nvtq~WMF-w4QO15^1IHg3qZ;XVyIAx4qS4cg~6-x$O zc9N!Z1*ubFQYBHT1=267OOvRYe9(`jrb;-B-6n_SH?^8Gr6D6#2k@z>!SIb_GuIn* zs(au&wyB4#^OS)HCXdQk;=GJs)l;y9HRe3ng5Bn5ibu`<iQ)`Q$*qEi7$lp9Q@QETf{VFHP=w*$RQf#%y{UYJ-adgJ+;%+c4TT=OPL(=* VLiQidc~hfGvl+{#U96q8@IMfHwZ;Gd delta 879 zcmX9)TS!z<6g_+HJu`Ra&Ww(8ea_Vx9m~S3bab3Z$->OEkg~GO)Ka79nn{XL*aM72 zBp(~oj~;$lsE`p#PwG#wAp0mNBJnRj!l>{^N@}0+!r5o9wfA0o-7{j`HhO(v^d-Mn zzjMayvl3%ta^If<=*K)rhPPM^LFmE(C@MZi4f2Skh|#AS0*vvOl*>%|A=5Q3EfTWJ z(mo4gJSM)EkW@v2=9KtcV9X)sQ*<_<-xP#ttTbgp0d||>VGJLbb~~L4O>MIZd0B12 z6;pw8mSp+PFr}+YSSsa2_=R@4%}YuQTpzJV3c-4ukxDjwre=koR}Rufbsg1ti%aB8 zeMVk+t2wMpE}DpQF5`B22rlCnd9PqQ*GE_zPDCO%|);xPu20=Y@@# zu#I}=E+(~~ybY8UO0>J!&&#)z3hy@{{5Ek~g+QIFNY^%s?OhPlN~|xsrtuu(-4Jz& zP^uQhBy(N3cN7ok_+0TM zrV1-(!0Dp*)3i6jiUCS3vAT8ye<_a~Cy7%wYaOI1>G;qZ3-@r^>RX#jJxouc0J@v3 zne-;=l$caPQtDReH`S#nRBa)c#6nvMbYPDy!Qmp4_6%v*O4WXRVym`%C5Gv*(WCB% zIXtV@IlmDD6SjcLSc<}NUcCT|c-S64lQd~~N8M11(Sb4;!iGQ_WaAv=shE*n2BX+c z(TDG{)1eNRv;7dl#GEvKivBf($GvW>%87(wY|Kf6P8^_k0AEpk$;X%xuK%Ta9y)@t F{{aPHvsC~9 diff --git a/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj b/blink/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj index 5778e03beb239ee20105800cb1b0c5ac671c0cc6..870cf84804b156ac14dc653a8f27a94f54ca245c 100644 GIT binary patch delta 1454 zcmY+EYiQe57{<@Z|Mn!!JzcY;O`5h_GwC%=)0;Y*wyT?9GacyWR9I=9#n=tmteuxI zKj;)h*8}r|Q<#^5eweETmCcEl%BY~j4~{V>w4#FGgbvY82lF|Rc?snAKRNI7KJW8C zr}SKLvG_ttre^E1vUCDMcn{e^d@BC`alx4}gm9UTPx2w{V_yA0cLg6V>ylePoGg*4DZniwQ4jF2|Akq*X4U>E7eKE8nmPmvXv zA-#Bo^x-Yik9WxcJ|Tnnk__QI8OD!f1V>8@T#0wcRrrvs!slcZXUQ18Bjfmmti~T? z4Q!rT0$-C!ERnUiNTzU^tb=6=QI8PWfCRY)*O6$Si!n{{Kie-pD|gqI<3fj1-Z zAj>YC;Q1J+;HWCTi9-R8rgl#Yt;X+_8R9*fkpO9v{3C5#&hZ; zBUVb63unqv!yM>BoPiDOBu%8tLw=&h7RDRAaCg*r@?UpP$Un(WSj;H!5Fv4={g~`=3b4R92vv2bdF<%%4&qUUxP=ePvBQplO-hi zqZU~*g~vIv4znCqk1?ih!1J_QgA|9Y#a%RNM1lKh>}T^jY^Jh_3L%5JKv+b+o*2h_wVlf;I(eX+)Jr&ze?zpM;}U9SlS@6FgI_{Lwyy9dWsX1 z544T$ohXi}rvtalT?~{sIpdkzlQ1Ll12x@Vkc(=8{8_~^r{#)T$`s^QmFXzR-D-cw zlsup=bG=b*%1+6m`Z!yVcdJlmK^|8-$Q3o)*(4{_x19~LRmoi1y0?aRpmro8sy`Q$ lhtzGkv^=M#$z$pWc||RdV``b&p<0G7Yumembj)`}{{ln<&`AIQ delta 1470 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 delta 5038 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 NN!h$-e6fbb{tsbD5pDng diff --git a/blink/build/esp-idf/esp_psram/cmake_install.cmake b/blink/build/esp-idf/esp_psram/cmake_install.cmake index 1c67240..c643c91 100644 --- a/blink/build/esp-idf/esp_psram/cmake_install.cmake +++ b/blink/build/esp-idf/esp_psram/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_psram/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_psram/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj b/blink/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj index d5849b332bd0ad82a70dd38df520a1a1552c278d..9b8dd6b0da8a169cfd159b8f5dc2660e108c8a11 100644 GIT binary patch delta 2359 zcmZ9Mdr*|u6~OQLSa26svJ{jBH1ZaT^64(1i%6vMT6g6kON7NJ4|%LY1Y<;+$xNIi zGcsdh?KM3T6Qk*xff;SJYbtcKXiXn9wnderH^y&YUuQj`~CKu zd*0vqcJP|%`XWyWAs93lQnv}{`g$FJijy!gfJS|Yi=)j znN8yc^KsHeUNZ|}`lBJHf&>vcAqVv`n2`5$$AaugA!5Q08Cx_VB3u+E98(>- zELm2VAi~+;wB`G3Fkv8rK)h2Kq|2kr3LjBE{*14E?ksyR=0%DF^P=df&HEddCPEg; z-!8XNPO#ZwOy=4u;bZxtElry-%ab;1MiP|)dFEkCY>1eml&~UdHDxhI)Y6>5vG7%b zIpUJMOa4_d(H;kXmihKIutGj#&w*Nb+McD|G6inhBLRlw-JDXmEbX~DkSIHHi=&Ux zG%TrMLvw_%?xP%HVVE4vErJjUdHL|VEXZquweo0Qj`o#Few23{{BrjS9lU|JRx|?Z zjE=*MHyyu#XQeN{jD*0C^1lILUs2?iNO`v)A@G+~plm-an6a?Bflg=$XG?xXe!2Pt zw8&Qri#g0Eg}sdW#}2_^`T1iuj+VT}0wmdsQdp`hdI>CNd5k9v>r%pqHA&<0AKyw* zk8h*Trg9Zg5y39#>WAgOwjAbH^{7F=MU7Eaqq5(*6x!uEXC@c^CnvRG zlz(5R2Mxmw8DAUPT->Q_bNv7ua-LhKc1zr;vF$V`xEo?wLht(+ZU1X@QYqAP?u!7U zvZz9NJzeon@XDUbC90~dxQA6G`{k+1&tSJaQWa0uKd$Oo?U ztbL%g`URk2y}LnGJhh<%;AOeR^DOCZdiqrSS^J!>KwIrMHLCUC#uQ5M_Qq!F)>@Ye zU4hkg?*Y6b=Xy)%S)-l<-W^d_`MrHlE9<6)RDK!Pa421An}gb(7$LgosM^Bm<9x6u zx5EP;He7|oagMM`Tg=}Bc#_m26lfW05o*av{``rzY3ZNYygpssML)btuIAq7Ytb%U zh~=~ev2=KtpKrbeR&^PwCGh2iSRqE}2$8p1-fm2TtJ2aGlQznkZ$N{}Y!%{PWTL8^ z-Gk&@>1^r+DK9mp%~xHWfQrxP`&>!(Idn2d?e05>K*A_P4acUisISwBRVWgOdkbNt@uJqax4l zeKL(Qf9nNap!=;U!CK0LwVaO^;!QgLUrV)I)0PLTWN+IbER%`tdXy@`4%NeI)yZBq zws!_c6blusomwEoJvu7Z|19Ol@{9JL@Uoxkh^O87Rmby>sI7e85nReue(Cl3wMp}L zw=Ir*gZ}R{drfwMiWA7)mfjiYy|y(pN$=Rv)v7<~+ph0y?cVW}-uhIx-KIBp`kvgb zH$Uy`+!`4F{r-44&~1Kx*VMUPQ}B)(K0(J?tr9Y@pRo_GGlnsuK5aT>fGc4$I6ZYW%<4c@m6rf{0p%eQVl#gM= z%nHIL>|^+GjBy|1DhV0rV{FBdO6`~M4(_cY$%7v-1~I9ckcd6iS}zpiB;!6dZ6NHy z>x?B>T|>BnV~pQnk%wTw5fAz8LQ^eCCvh($6{l-SxgVX66Wln!xQLSsBRV#c$uOST zNRl6+j->aouTI^Kv6P5K^@MI5VeG->UP2BIdCA0z(=2_2Jq;us!b=S#dC;+mq!{eq zr0(Del1^eZ;{`m<*pFW@_F>Uxf*B7oJUFqL9Ijyf7G*NTaO3nAtydG}xU*5)P5zUO zq`ilZCNkZB?o5*w8%EWPwUhP=#&wXk3J-RWWW))E8<+bCXK}Aj%Yt|Dlut{6JNSW5 lTMP*}&8WeoZGtAJb)D)LYq!nIsLd0Z-$$K?$I1)(VT;=&-Si$J=LteKi< z7S^such*)6cG}=3t@L8GE2Ojyn`y^t`Y>IQxHghB9a!xwX*TcLbH1x(*-gIxkMlm? z`JX@Mt_BQW4R|INJ{eu}T}n`2kW#@Gvr;($n4FsB-yWcpVfbCguGGyBrnAw{8kVh; zGC$1^pH*!2+Yr_)f0yFhsq5fV{4#Yt{1L-#dGJfDwXL=NG=z=gDJwxKf0IOoAV&oU zd}<0l#k$b1gOv)nZVIntL4|s7*j5Z4yk*OZE)7*GJn)$RZbPY{c1{yW2~FY^7r}M3XQV?ex-tsF#(5f+ z1mClMN?DI^4HXlIZ)W7fYJ|*ecpY;y+h8Z2%uF}J0`a5FQ!t6Wn{3eQerZ!Hh|WLj zcY+tQ{tVAyM|Lp_?pL#ygKrp*XLl&h=dN?76UM)8j04EzG0 z&nu8L|H$hTY=8I|jN#3P(i0n;k^Z$UU9x_8IxD_pviWFFUDQX;L(y4IEWWZ)=T4`m+&Z$w>^y2=i4Z5r3mG`@fo5Yc-1$Y);sE%Uq*Q)og?v)N-@^N0`;X^H_Qfg$`lE1sC z<`D3(-rJ@-Ufkva_yg{&>u23;-4ixTWezi9CbSy z-v=1QkfuU@*6QbTO+Q(7Q{LNejpE1oLb^V#Y(BPDYj=6I`@@y$=A(NHuB9(fbk5ZZ2@ypgkxQUjw@WdIZd<~j)WvfyicF|of?Lk}( zmbCT3EBIDh;tGAMGf=s}-{)rbPv^6K2Jg15Pppy8_$=s;dXUuvd~~W8_~!R6{A(=T zwFYe1wd=pDb*ht4CaGkxq?42PI;o3m$D_OV!XSRNJJCDJA47=@xQaKSjE~N|wD)m5 z%IrN8vOwSNjraEA^!73yrPPaj{=b)Q+_End8nAEQFqC6#yKR|n!45T-^s2KzwzhY9 zM-&N_qFszu>J}fJ>wlK=Hr{UklPvp)D~fmHvg_ajdMmGFd6zP05}P_s8|IK_JJ*H2 z!3%2GYg2P|9(P9P+Ae%^CeqZ?(Y43jbak)U{n^Z~q7HU0UhG_i56a;hIkp;AkU#^1 zLo_QGqm%;10qPf&)3o3m#S}8Ss9P{b6M`EQQp6ai7J-RI1V1N_V2CP;8CDt;jM0K1 zmK;vTX&Mlmr&&QdrIav+s9)fuX~7AKDP@FHx4=acf^iBdV_2v~u!lwjm&hXsriyaL zAsQ6iq6NWba#S!}G$7!50u!ZFG8(C0FhtXWI}}sJNT6;(D@{}xe}PFlT+LE7eJnUl zi8YL9>ZvjMU<)k>?$F+Ci~}?)NTT{$#$}ood_;wH3`G-l9QQbd)Uz~9hXt|Zsb}R8 zs(6&)q(Q+rEeK5HXkeEyy3oMV5SbfU`YZJ}YTL9((Nwsd(M1!21C-Ik*hnKy>=I5M zk*-irGfU6VR5MG}G6-sBj0vpNJDxT&9+t z+GRxGB+pKx&$wGmy{$$s$1k+9cAgwyDTQib$8l|-<{$Xn}b)=)Q+NS4RFl1-${^q>y zJ?GqWzgr{Gw@0Fn`Av|A#in!^iL{%(T3~6kC}p)xQR=l=d?qJ9DiE!dVN4ss_j2;U zf&a=$f`w>xXTTZEb!R~@Zg4M#C-I;=-L-nUQl?W2W`j~u=3b@L^llEeMqf5tUuRwH zpR7tnUp2>9v7llM=~CZ1vrYnyb>6~oq4&CjPK+X+YfO!Y^hU^a=c@= zoH%DHM&~aB69)1N;2?fKzX|+!JwMmD6OE4)ybfU;EO0?X~4UZmswO9LK@(asSB@_@J@! zAvT=|xOEQ8IJxoa*mO7Wp>3bs-6Lk#H7=O59l+s=1+WRBGD`}YU&-Y~;i4+nxMPet z^J~ZNR!Il&SkvsWM##yU%6-!rd26zdNuGz`DjJ4mVOaV7%_;elB&Q!tK}> zoCkJ%FZjQ?`oveqPn7ABvtFGzt3D-w!%qg`1EE1rOBfa%FPx z=UYN)TAKh>qP@+-c9WOh>l>5#2^O~hdX9|Rw896)dU#INOkTe$(BF%hp`ICfHb2TA zAI-urhC^ZFA66{y$cTN7-3?FO!XmwUa?kVK<`e)0qusnjDlLc@aN z|7}+8B@|T9s9=yh z4U8!2X<(Orx+hYY0*x$vL_>|*W?#orGVKv`l4(6-2R$dqrLpzw;voM9mOiGF8(8Wi z%SM*!sb?cg@iZ*b#}s&irMGCmU>DsG?4`mc#%|gpu+kMlJ!Lm@zy&(otX;+g736O* zx(!uEr&^3>Io{LC+MCqV%C37)+-o%wrgAp+cGg~?mUhh`Pt_viww0iA8>`2ns=pAbTsa2%5>JuibNXTG-KPT_v_$*hxZD2IF)GbKZ<4+%R*eV}Dqg*T7kN-1EF>^vAoOd7k(A z{XXBFnh3r<5!|~`2Tqx%OM))~O}d#?#x|o6p{5`qvV-N5shRVA!9r-7VN!mOnn9M| zrp7>_47FR~s&v|u;ZJgheJ%V(p0Fp`_Ad}ZH?V362r*yZC4^WY$vHImsy_52>B4S@ z3K2Z1k1QoYgx!<3?QXayvmBW*g<(QOh8&x}OB2HAqc9<8sb(vqAxw5T)rxp<+AI>@nLvkp~1_uMTvUURNw&eVdaWm&Lctr-* zxJd}yU9*Vq0;Y9w%Eq31*Ax*VL=7bi(s7pfvvTeFH=$i#Tc5}7D>k$-{;=T~^vR5k zcJ}sfGyzG6@)B5jBku(;jqym|)E6eqBbGlhCD-LAsK{rd9z;&~LGI7L9IGt5^hx(E zSJNZHQGGH$GgOdcgL~HTpNr=l1L#gs^?q7#9KMuwo4UBB+nfFhV{)i))_$%9O7x$? zPw1+@$gXNwPsPo4M^|@>E}8oH?H<HftE7 zU;dNfQ>8os*<1P^Y?ZYh8;zmMV=*75`N2({X(e^hP0xRvj)g*9@(clt%je6K*I?O? za8RD#vQkx*vgAQk@k4TY%hxe4(L=zXZsF7FA%uwG>W=>_UWnxJmn!zf9^|V3s4F-} z_fSsZg?M-2T#UfciVlD&8MRGyk-Kd-z}xbz%0r~HR{culoU?a68|bZCp;7(g)d^JM zOm#g?puWZe&jvbcMgh*s%I%NR?+Nw$@9ixMzu`Cjt>)&%R{7#)Dr_Yu8D95i`YpA&EHe2_d9%1 z9`il|Hu-_~f3Yg#YqJ@7yExZt_j6Um`{desvL!jqNZ%`m*^7)4_r(6p;eBn<2g*z}(3=`OyuX(_NR~Q{=brbrqjd1{n8O3NW zAiRS+YzK`y3mC47%( z7zfb0jj$YFXN;h^lJF1gVhA);kzXrTR*`fXM;USGevFhy5E%t{gE4^V)dW3uR+C8| z&al*to*I%q$Ke`vXMUWd80=#B(XgFx0NWYA!0GK|5{d2|B#q(V4w8;ycr8hrv9p#W z6JB9y3_UwZI*qS0evRKUj^MgFLI-v+=Hnz|GurCOVFXXrE0bwP0lIf-ZQ5No4(-wo zl7D&wX>Vd@1DPJ_pJ~v{^Qang6KO}#*F@T4oMcIlHopqc&gjKazm@_Q@khUw0M{|L mS+hbEx)~+d!YD>$yo`g447|ap!tlL>FEE|)U##7$ng0*U32XlV diff --git a/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj index 44694ed54f35a586b85aecad856d5ca6401340c9..7c006dcb3412cc0c24b315df55496b85d753a8e1 100644 GIT binary patch delta 194 zcmX>ha7JK)0^^y9it=tN85kINfS4f*L;wL3BU>Dp;`qS`^^;07b5bT> zXOi2zfYE|+@>eFk$@a|clLgo~HeX=Az{J=yc_CXlqse4R_FzWY$+_&xjKPy9va2&T ZPu>Y6_e_2WBx@#fa;P&pOg7{Y2LPj5En)xw delta 169 zcmX>ja6({$0^^B^it=t*3=9lBK+N!#5kxXDFfp>lfhmq_KoKS;)~#TQeG!OaVSNIo z*nL1sI9NHEKotA_jcrnlo9{DPFit+iC_7o4S#R>=B%xz{oREQNBKlfq{YN4kH7DHjn`VOpI*uV2WcWP?U*@H37t9V)q46EUd>t zf-LO3ARY&+5)+7GUj!6nW?{|DD*?#?rGSDg7eFc*Ib?xK7#IZ^Rr!Runfavo1jK>D zDh%A*c0ew}#QmElJ2H!NnD|F=A=ws!6di2kkNv1@-e3B$+67clfBruHh*A# z!^F5{@?Exa#*)dQ?7@r%lUK4UGnP$0%dXD4jG2MKVzMKf@MIni0mcWDWjWMY7qBoe S2!h38I0RT5SQ!|4Ks*4mrY&s% delta 250 zcmeAXY!RHGz{oODQNCWAfq{W%7b641Zy*K%CPp@SFvT$)D8j_VS_Y=rlR*><>rybq z&I?k)!79T9qSzaNg3K(enRz8ZCG22RI9S$!R5Egi1C=l^3Notl33D^^N%IMa1BF!> zxVi0sT!xAJH*Ma)Xu&8`oRMEtqEMPwoSB}NnxX(Q3L*q#O@7W)Gr5paoTW4~CuMRH zbI;}v%wL!o*GzuOR?e6+IhH+`QET!>c4fwb$yeFc85d0c3nXt$R^?DKCNdN!< diff --git a/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj index e45d19f328f1a02eb59ca8c3c48a8fa9c4a96675..a5f33fca2dd3832dd1a4b054cd9ea68f44ddfece 100644 GIT binary patch delta 371 zcmbPZvczP90^^^JiuV~EQW+Q+c(ySzFsLvASxA71gWUnhWn$!50hDE8WQznUU}9pO z4yM@MKokor%VY;89r52l70d=A{vh=nEU6$VMviZclbf0JjSGQ1Mt(z($!S2$I42#b zm`fTg8dVMw3F4Xy6k_Dh1@nTrc_%+*QWu>FQX$9(5{m=kFd*h#I9ZX|mQi$bJhLO~ z<~?&5y7%_RTm_Or! z$-Ls_j6IWE#r+w5CSL`T1(Q`J{24nYmr7_euA011LYeXDT*CkPjpl2gG4O%sYFsBC{={;pTW|N7l*l zT;eRHnK>z&=W`rj+}z0J$~bwCD97dt+&!F(6DG%szGplz*;lNbF<|mhF@MGxlSReL z8Cxdziu*IVOuh>wGbZaw_%k+4u9eVcTrzp3gfip($!8_hS^2pc7%V1l6cwJ#BPqb> zK3P^$oiSmuE0FY`oC_p#CQk*D8z%3SRA+VIWnl0FtNkM>ze&W$z(@1f5r`y zC$b%9+%q|n-Jh{w@=Eq{#tV}bIkXv@Ci`+IGe%7=X6O%PLv>9tAhjJ)0hD@&HP-lEIc_EODnS7E%o#_Y54t(M5}j(5>LYMU|o;r7ms8qm&I$|{Xi9p6R<{{aO-2VuGu#V&7oP5Jm}Q?=*%5jwkD=fGCdUvR8nO1{ zT`E}~j?)dx>swcAdhAy`e)GyLhU?QiE7SKxHNz?O=7J3{&2Z1%w!PFUCkoj`zHYI7 z*xuenCvpQ>f3{XF`cYW+8^yRb=NISV;e-B6C5+1c%%!kWXqR%=P5O{ZJs;{E$3wJI z3GfV=)c}`ivbu^L%0^AB&{7m&FKsd(rIA{Izi6S>#FvC|pos}O8;@h29>nU{R=f{K rX?J}OhBR9DaEU_Zb-Km;m{yoK=`-^hnGFxW(*fr9G|9Y1R~znMnk9!i delta 639 zcmXw1O=uHA6n<|ryF1y0&>BOc_K>1xyQm}>Jd}D+P-qWv)l>AM)eULP-zKdDPZqpN zwLZ`sT2L?Q$=V2dP-svP%*BJ?Rj@^hAO=qr5#OYA;Jx?#%zHBo^Kb*(8+bQ~`4^+E zVZ;z1{CV+Q^rj}woCcr?GYeeM_@fxg3yNv_s$!aXOEIB;-QHPLOzQK@0zxm<=0L2n z6d2pr;-c>g@Nf;DGB%Qow;>p1)jg1f@nwKLI1M1d6yk*HFDA-dG%0?vE5$oSP_~%_ z6_(;7XX_1fQ8B(V4k;PJk11!mI7iFo9$cnZW*#?bNT!?{Y~p0lQ+ou!KfX(RX`t;^ z+B|C>M|^}XN!v*coQ!gk20(%%?(tbTHJC8NJg>A2J(m;cbbiPjqCw-<5xh@D%f?B% zW7)Bu8WRn@<+5b~^f}@V^{iy zKi~>EwHA8xsODmr`kXU#vhLz9TCBJ5B?Wy~`+J@)`e*PgJ@ZxDmVXE*=wM?%UZtsq zjYN%xt@j*$4C<$&w9**DCF-*CjW#*2(QwnobsFdVo~E02V(l8h1O8h(YX|-ZCBcZ1 diff --git a/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/blink/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj index 956f82aebc0d56219e89d2cc1eaf424b08d98e41..d3178863dbe86b4a7d4f29f0e9d1d4fa7ea997e4 100644 GIT binary patch delta 1203 zcmYk4ZA_b06vyv*+NZR63<0HaFgf${`Z`7 z@Bcn0_lITUPs_%aG`KMx$aho}szT)cA%t*e@w8?r#;hwwAry1g>k?o(h8+&g^pQyj z!*v{SXqBD3Lout0K?tK!jrXU7p-kbd%T~|l7^Y=qrL9BiuQB6@*v2^`%xKJ7jWht0=1VlnSyoo)V}b&gr*lXHc^j}JSml$}{P=6nLa!JnO5paFxfK=v|U zKLAs3b$}*{cUK&q{j~3nD&%%eA06n4&jK` z&iWN^HLT!g-Z1N1taoCWPlqq@5nl^O-taXSq@~{&tokW0w-+YySKmI)?ea$pM!3sx z|JvLse-vK8dH*grjFF-zx$b1qt1yibEo{BWzYZ#N%A3OuK4?hmfHYp#w!&$&2Xz0c z)zwb7Z1#@w)$(7~_{IW$xQfpPbR}2CbAb(P@ok`sEjAb5=6O@F8TMc*xRv#XK^?xr zMV^zmF4XL4kk(rwbKEOA7WsoWqxnLVr*VI%n5&M57633+qFYyQv0;txbje2RL3uz? z(-*vj-<9(F%(ar|?!^a23-HHL6&n+lnP=jvf+u#p;6;TMjeeyw9~xA)1+50rf68=bIM4Rk*|``N_`T0X;xy6@^r>c z+RaeJQJU0YJA~+tjBca0Dn^1PB+k;3#1(1`GgfFk48K7O4OjE(eac8YPQFcyDe9B3 z(yYW0%Bz7xia18;8a}&;zT+jFr?$H}>7@yY$7o4njv8wjZ_~KM0h*UMOZq(wjfN$z zQ%2%E`8G3Js87O3vl6Y87hx>Y?g+fa4Z0&&{1bKTcY!X|@v4>zql|Xyk?5okqEG=x zX(0+hI6-PXl=3BXhPu)(#1t)r!A6OCuyXf@W%gYXn* z|9wvG^=0!<%jVZ~SUhiJIV!-SROTN_sS9a5ts9y-ZO*KeW=lIR0P7L#aOl<dYwkbDqp}7 z0qdq^Y;o$EI}Hb&b$TbeyvZJF!#6yMa+I*}D9ekibH{Mb*#uu>x~trAnoD6++xQXZ zcd=!FKW8O2yN0!4D}L#!f+@V^s)bJUY}iKy3>5Wp-Md96;T;U<{_G-d6Ih^IZVvnSpfSAzCU9O4!N-_u_&jS? zH@jWZ?0w~H<-e};?J_)&!siU1wqnM!Mk!ldGs0}KW6NEhYrKsdiF-q=Kl92@+~Bzr zHx)O!>$&T&Cospol5vAScsrP-RQUuB6mQ|Gsp17NW4y$dy>^Szb-w3Iwq^Iq0Ywd0 zcniNP?a$<`l4B2L^uz`Z^mUCyk3^C$N39ypAI-zbzSr^UxE-I5Zp4$v?6w23NO-ub zXAt{hU3vaP1BWC2{%D_nI5Ide;*X3BZm-3Ln2WBILRNAmRt=dW@o;=}q-!i38;v9% z=)ZhlQhT=LEG$xMIXnU@G%d)cB|!m&wlV5xQm~g61P7_6f^mitf;mbFipi*CG}Dlv zn`Q-<$nIm@p)fvRUB=iR>2{f7M!9b!8Ho`87nmDhuhFViE3VbN-4n; zWYjRu(2yXLW(CiXy%wIvy`!p$t(SqO< z)!ff0poHKzN(nBKv4hb-Ljpy!f@ZP@7}qHrfcLmTu#;E(6Fb@ObNW_R)#M5?_EJ=^ zpS}n}1stWDLGZ#WlwJ>I@D!y&q~C>eWRb3v0`LXw{d&aNdX|`?#>xZI@ z`9wVUcDToA^c}=fE*dN+9x-aJ9Zd93#yE!V$qMJOrL1De-Q*5--HQI}Y`($+=;arA z7~w*N%eboiiGT6vyBD?d+SG)o3@DU2*fzI$N{5Gf0+-bchu_cnC(J!*)rE3WAOPP)L_< z9lVJ3jZPi9B&c}U20R26D&oOIH(_rEQeG7H7D&{i%ZD%D_kG{@j_QZ?r2#HAix$hF zP4vYNWzYVszAJ(@=XnIK@ywBnAv1Ul8tst;6BT4m z7tYI&MtkK%d-`Nfb-%2s9*|dts3>n!M1%4}^PaRFESem@#7E=x&+6ck?CC?pQc!(a znikO&`J~Q>+`})^Yfoz3Re6Sv#GMQ4df1YE%_L<>eUWWFV9T;+(E@a4QjyFadny`fB7x=c$gDmb*XbXumO6bWLX?3yS9NJpq3MQXvl zxM7r3C>PX3h#ORK1&e|~;}%1RXpFc-+~P*mxbNb6&dj+{=8yN@?>qONd%k<_dzr&m zzH#NIO7Z7F;{MP%62P5e13W$OddmLT#7<`E$8q<9%~DaZwstDLz6-4*<7F1J@iLp)c$vd&yv$`rFJ%sUna^6* z%S4B~bUWhPfP1CUyQoX5(@xvvIkM*|_Xt zHZCt>HZGSl$6-?L_^n{U*u0pz2;?>@XeIM7klCZy&78HoLnhB`!57x)VKo9s$d@t~ zg3KP$US_iyYnZc}5mOC`dGzXBol|2j$fmf1m{(VaEP0Abyk?`+GC-W6ap!J=C+^%-Gp(%D0C(ALQjU z{&D6|C&+vfhFHi0xt}KNWybBkha5b?tUx;C@JVI~awN^)$LxS?rt$lkZNTp6{!m-p z=QQj&mT_Y@lkewqtkCytiod{d^qtWnzaqMrig}4g36Se_U4BEfj+Qu_Q|a`+rPmns z$p6&?`3>H4l;LPj4PnE6325Pt6IHs=O^TCr#;u47TKZUSh`={Ft+%?9Egbl++ZJu3 z`9J4^bml+M$%4uC{iOc&U)FteO#WuZijGste|VM+E^flkf+^K^&@d%(x+n+tDsmDu zLK(QjbvRt_zewX;mhB>Nv6wmGChvV3?z0{bg8QxB7EXC@(rP6q$j4AFrn8nfK^|L} z5ogW{4uox|UF02%;6I%`lw&%_EVTCxtuTXyd>`D?X?BMZaEse@Pqejq zfaLis2e46NDbu+|C;>OEk3>^m_Gm6-8PBHsmM-&H&YU1G^-k;R#g|~6Q&_y!2k@p- z#v(<3lfX;RXFaJ>xXregrXr`R?RX1%l~l=MMISxaJ5F$gT8f>Hcv0&2b?Rxn#k_L* zux(J4*p|5G>%YB|N?)TEy`~O@07iLt(ag71I3HlNcdef27x%qH@$c0b7a-+*MepZv zwHYDpZ==!zLj8txhW|FDjtDha05I9_r&+^=`VMKTKbuM|7pf%;(C%MDR3p?4NHhJP zY2+B8K17=9*HN_-h5ED*;5`3e5XOTuMX1xTO&9nJY4tfmQPURr&(ebD3soBh==66{ zq@EAd`k z)q^>$ErBro6Rj%7IteI*Pr}+cv})LXH8ifQArM-f>B+2Klj*Ea>FX+YCz8v$FU}-a zb}dh?&aCS0NoIOhjjK;CS<$s}d2&f_*NV=ey2M&r-_jf!+Fi557c=#|=7Zu=UDncJ z*`xHzmKma5Khv^SEYgh=I>ZC|M!X)@Z{qb+U6VdlH0fFCYB8XD)3xGxy**v){5}#J yudi+P^?T_E&i)!TQ3J3otBr1ri1T!7Ypu9jXYd-){jIg}pPF!&(4+a8$A1C(*2pOU delta 3041 zcmY+GYiv|S6vxlpy?18Y-fp}1E@j)&$F{%_@~@ta7SYyp^I_ht^=YzaO z|7wtz5+8esbIkKn&+K_=VD`L>V)ncwm_09}nLRI!%$}Dq%;@E)kG-T=%Xm5MBQLoo zduigB=cSoB<7J9TUb;;7GL2)Nm+8!&mlkHv%M51E%S>j^%k9jbms!l7m)XqdrOaY4 zcd(Z6GS(t5D=hYM563(&^O!SU_FM6;!*rTjS*-wh1dpJVW-bSrIeqsrdoC9-doC9< zdoJ6UJ(u@0doGtShvByD@mtD*XLA{I5y-7n&~oN}ATvjC1#`yo4jH>Oju+PIV6_mC zkRN0&0GTpk~yeuViiYGP1e(#3+wKW9~JAFEDIN8Ej6N>*#Y?j@n+^AMF z=Imj1pi9oAgnL;Cg4{(Pr5@+F{|0kzD@cokUKVmdzE2YlG2?dkkb}d_3gk5!|0XjwyPWt4vjwu5#vf%i0lTB0 z%5AFsnTEZ~GH&cX@_jtZ3Vlzd_t(8S3JW*~0;V-p!_9$25)^XzyQIVLA(WF4&W4c8e$A7SGWg z!Bq8DlJ8*Ihm9IandW#x3D^y~FPLyLNAq5m@od^Z=`x4q^bPVNXLwsTUV`;jLGczB zz?n!HixmA$0w+SB^_WWFHk-~wDsqx~315C^7*(=B893E;EV@Oj)gtV4p_51benh>E zuaHwtAGVFE65A4X^7U0`aOua?qA%1(xd1mgdnnDQT#7eV*@0d zGnDzF+KiBNpQF-zLj8j@&i$EE7Yem2AE4RYK(qP_bq;BgJC8~&7pgG;Fx7pMXpm5k zA(j3{fIQ%9Y)oT73!A)fVu8*KQw?fL8#%_rhDAgwE8TesA==vW3=GiLPdiB zt?nVJe4$VeAT4&+>HN?T(NB*GEp!jzZbA4MK1H}2M;YN_-4hxh>h(vV)ircbjLp7q zCBCbxIxwg4tS>9R|W$D=R zwk5Il^vV?-v2@4Ek#(_!tJ;>f>ia4W^d=&mX77PPJ+7Ff=Z!ugmg+%`Eym@j?rfYc zn)Qc`4~e-tHKs*u(@){^1N{R&zt=U%VfZP!Gg&P*>b1$J_0~Y_fIc|d)o&*Y#ozj~ rWE5v#NJfoI19f?7u$ZC8r=sEoy(|^A{84~gGJ|_kh2pG!C)NKyZIs8y diff --git a/blink/build/esp-idf/esp_rom/cmake_install.cmake b/blink/build/esp-idf/esp_rom/cmake_install.cmake index 095dcb2..2f8752c 100644 --- a/blink/build/esp-idf/esp_rom/cmake_install.cmake +++ b/blink/build/esp-idf/esp_rom/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_rom/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_rom/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_rom/libesp_rom.a b/blink/build/esp-idf/esp_rom/libesp_rom.a index 391d4414e212836d6bc8353cba042f2abbe73e88..1d1302af7e7c3370611d40adf7ded9ca135d1fe4 100644 GIT binary patch delta 6582 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 PzTS6Zb@+$#82tS&|FS01 diff --git a/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj b/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj index 1160ece44273ce223c266a1f74581e35c63b652d..2d390bbfbb281cfc09ff1874cc3a286a807adb6d 100644 GIT binary patch delta 363 zcmexj_QPy~0^@;+itnXU7#J9MelRjHH~|^RfXQaEHlrM)%VaM`ZFyfN1_ov=K~2*nEe*jd6007{}%u&JEm*I+JBZ{ef=H1(Gq7 z_X5e1$-H968G9yQ74v7@Fj-aHpYh7%QXu(b@=@{mj53o`CHxsBCU2D}2a4-T`ZGFA zt_6|{CZCnmW^AAQQ&JhIQdUZxRfB_p!D4cvnDFEnDFMcW$+=SMKyoUOY?!9*0*bG+dBQ3y~F*#OR8~|V#V(0(> delta 323 zcmexi_Qh<10^^>EitnZ47#J9Mt}!w&Xfpv>NPtOdvNod}qtawAMs0a_pd_=Fpej(F zYZ_27qmn=Ykj=^r(!iBHc?zSZ@Cu+fvjN*Fpa{<{b)Y{z pfn?O=LLeD4c_xsontTvQ_Dp^WBts?(N~<%LOtu7)DU%bW#R0s8RjU91 diff --git a/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj b/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_periph_clk.c.obj index afe286b466a9d2bc787e4c6620eca2601c6b6c58..e23d6003c37af2f5bf547f841b86826c47f88e10 100644 GIT binary patch delta 769 zcmY+BUr3Wt7{|%*Z3ccRT^KnegS zw1=QzM8b#y5rz>2>n4me66&&>u)BgT76jU#i=Ok1zz&?>bI$vo_c@36tV6y)X2bHn z+8Hrs#zoUwUh0~5S^IzJj{TTnU7Y7k=wjXRQFQZ+Cw9LI8fK9@-v-yF+kVaq*`Jg+ zrp=6Dn7P6gp0iK!8ef4StFP7d4j3h6G$T&GQqdPF<}y=G!e68;a$0Jk+0U4=2QB-& z(zxZ^V^Bscl}oB+d6@1^buZd8r)12pvPU?Z_pAMBGePbLo0;!@`ZEe`&g7VV8u_eaw{@rpSv}B}-^O z?n(tYvW6Gr3YrqGe8X9C6Hm##_(_fea{B!*nsi8*ospUD9nNW0?TCiw&((naY*_M|K8ctHNZSMm=IXZFc!T*!3EUEIz@ pwz!72!LS9c07G`MKNg^CN$ylmpYd}rpKxo3v?2KfxR*C{KD zT~TAQD4N#tOxLvC+W$j$>=~AIaTaLkV%_jjbhF@zT~tNGtZ?Vs;M#QCPk1GJO^IU) z9m6oo7cTOgJ;-Z(XIQf0Vb?ogTvkDo;>4AT{)A$_q~)XndQL9JgN0_N_B-72J84>C*(dXXDp)zsYsv2VDu{ zAvufhWIy(2UD0rhoWZB;xa`EpQCHURnEZha@+VTcUGfU&bKPOmt2&$`SVdZhCZ^2QL=<7atU)DSM!m7Rb89| diff --git a/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj b/blink/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj index 324dd0c70f180489c5609ebb52de3a7b5459dc95..e0b9f4d527b9b90f35ec84adeaab6247a7f5b5e3 100644 GIT binary patch delta 380 zcmeBB?@^ziz!)-7vAljiBLf3Z7LcfBKm|;UY;izgCPofU5XHp06-Y7v04id#lyn18 zOzhqu85UMUFvY$cB*?)EGKPtR{RWU?VPVb8D*-BD=L7PX--8Gh5i76)mc<}l!i*f^ zK$^7+D8|Mz5u{-5WGzMo_4Oc8eZF#_2n#1Oh+_ceurYAW0jmX>&nz>!kWrIy=j7Rp z>YP?UMU2wC0_mGiGb*r{rWO~(Cl^%~l;p=J=VZrc=4F;J=x5~Trt0TqX6qNF7UUP} z1JxKC=_lo6=4I>nOqgsaq|Nw!a;%UtWA)@lA$7*plUD-C$CEDt$upCG0!fR>io)uQ9g{tQ Kq{8GvVQ~PGolao@ delta 382 zcmeBC?@*thz!)%5vAljKBLf3Z3Xn)=Km|;UY!N_VCPofs5XHp09!N2N0xDv%lyn18 zOzf^885UM;FvY$QB*?)EGKPtR{SuI3VPVb8D*-BD=L7PXUxEk~5i76)mboBZ!i*e( zK$^7+D8|Mz5u{-HWGzMo^_3t|eZF#_2n*+5AjxU~=CCnv%>k>u0a7bAxsXwlar5Na zjOv^wKpl+IyaLUePctg8O#aU*E>W79lfsZ%To9jJR9R4xAD^6)9iN$(S+ZGyO@n#z zEPk%d0h~JQj8`Vt3ivZVn0yvUrc9OMd8(j4qt4`~Kr&{ssgO3~$H|F8%8aFx zTZPmamrhXR_=q!vV zB#U90OJJV(jbU+%Q(18M)WwMLYs(1umCQtpi5OjCq9zbEK%8^_??Yp~$^D&s|M%R} zd(S(!-!Iayi!`j~JTFP!v|ipQNh_T{bQMetK1Q^Wr@h6rn>0wy*0*4kWjM*zId=*ps|{ksVl6j~dQOOTs|X|8)ma#e#hU0$!bM$;nKCc1 z*0afUu$&RQ++_E|T2DZ;SxyOu7dfs3wAY0iS)GDn$xy^3YEEpDW5o0o@s&L8S4!v| zepS&jHo=KL`%IO**eq&K;iZ}@Jddd~BQ z3+|S2w@~IfI5z z(LbbcXTCrE#;0=|h#$|*U4pZz%Ti(4LU9JGaE)Jk7H#zW%FQJ3i?fqx3C`3=`@cI+slwqtZzd_>7GQYP_w&DqgDygVohPDEMaWbbDB*_{Z<&eRmIAG#VX2L z>4ap9dUVslG9Uu=lf6nJTM5j&2hJNqrMb>TNc4pRjc{`%@69(I(c! zH>Z*9h@P=vs->dfX_rH+idW$*6Z4(c1dIh;G*=A*t!O+|wbdWOcB(bwRbZJ$E}8K- z5c7G>?RDmM4QoMjJ2%AQWnK{^l(wr5=~_8ODE$;6Y;l(HM9fV!d^r}UZTweky(|;2 zkFUd*+7WM~1)hix`m;omZt=ih+K5ggQ}~Ij1=g$M^ei8*-tRV398B}bS}<-@4>4-QWG_)r z=K@5*wJ~Xk!*&%zc+!5j8V^4$JPJ^6%q4jxTw0P+r-cwDL_L z&sr*i&lB`E@S+mPTE|PNlj31Tnf*MrD#ACl2M>8lohMjVBI+ep9B&FeUB}CwQn^mT zXPy#z%lOSRq2QN-0^^>PC}FN38(D>8B17qBhT41kI(yn<5`HWxFy1LVKt_%C-83q} zazLj$&=AzA6;sT9Tno<76F6O_)2sN4`6=}EIxXSo`lFPK+e13JFcFHgZVT&FgB{ES zUI_>3aa<1jX%Wj|jbF_h(P$?cn7h!&9KjUxNt|bH$2DdQ8RZ&ZMOAsDTwZ}sIEfdH zQ{|dvw1r>S@iylrB;IvZn;uKWr7a$d zC_0R9sppc+Kr>|<>06go)Oyz%#oH!}xsJ~E>->{S+pALt+L%K)#Z2IL<}~i!r_=j* zj`=OVXD;B@0iAp}%xuQ&zzjW$<1tEiY`7~xIy diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj index 019ddf2a9a628841c67ae13edc75695fe85c3f92..086f33d50b0ac8b0551184def9dc6536f4b78fbd 100644 GIT binary patch delta 797 zcmY+9ZAg<*6vyw`o|kQUY->6vYR#0rICbhWwS4Vkq|>RnWl>2hhwcSsDuEF}M3Imj z!YB$Nqc17Q6hCAjB!pxbL*c)2h2URj7T ze9e0gHt}o9ahNL=_>eV~=;XQ=&3vJ~_?8o@@HQvxLo=C_e7BAB>+nA7>v4*`4YT=@I_R-thcwzyDxrw7RGVRzz4AJs zWr-TqvCNOD<5y*yXB%1>BKxyKFV#nIn8tLqaElgn{jf@f`Zd@|-}J7mO-_fC`Y=n+ z^E$^XZ#7wA*aTQgTGMw!bu2Z%O5@cI>VEK;OH*K%71tNkvz6k3b(ycl%&~{xEB(C6Myo3Ao_~tpo}o zO4|X4eAg~S4MB&QN`gjsL-j!iXNQ;;8fV67p6R4_%uggAb;uW5gt$kiy3Kz966v@O delta 806 zcmY*WTS${(82-NPKh1niar1y$v(@HYIuBV{n%dze$m!JFtVqIv!#0QFfxs>TZ_226 z3xpsD^G<`9)%5>ivKLU$Xd4Kf<`lRn0>(l?-mLC-E+NcHF0&9edV#w# zs0~aeB^t`2IL_H*GdQMZ=(kYbLPz+r>OQf3lMqf?L+dVzz+6B_Ven8Bn4MGwcM+AV zLKM>voV`?wuPLE^Fs1YunldT?Ury<0XcxUlLIvGK!fx_%nwICOLVgvEL0?UG;5|SF zm>L>DL$x%HggQD6{XrVxpq3*ixlgO4I672kitgfDQxEY&%_&{{Nh_1JY}4&Yui;hS zNy=E{8hyxWMu@tqt>EsYdVt7Ob)MHJWG4?9mGVA6FuLS2J1ldunAa?Bn+YArc1sx2 z^VsLGbC=_#NnfR0jAtcpm3uBF?yoSFn|m-=ccgDH@z%T%Uibku#hzszLCMn(uVSxB zM2W&^JW4a^Io{6hNXQ!vcX@k4vF=`Ps5e$#<~`FFKHCv@=R4GR)cM@R-~2|r)_vF| zCwREQCx7x=U^DM%^vTcM2VCW+jXu*aFK77crNJS;Pg;4}|4iC>sA)hdybfICNOM9u z3pAKoe5jrR?&V2f1OIOMj^D6yJP}>pIw0G5y45E;SPl4O3AX@Oc|72eSNKi90p)tY zB}X|g=u+pM7!ZH-r}N2RDzYO%mrUgwz)qe8+W8A`iK)$%HF!*j+nCkAg*k7mzn|K) Av;Y7A diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj index 0daad26da17cb9b545c1e62775e3642cd6b31e95..a8402af2857427f97304032156ee536af62bb038 100644 GIT binary patch delta 638 zcmYjNO=uHA6rMLbv%8wOwL~GVCQWyhB^0t^JlG-%;vcqk3r!S66ao=rn>4nm^`sRP z!Gi>ziWk9yf{3CLyxBvqVnM-z2Y*g#5&Ss_f)w%1v`Pl%``-KB_sv^&ao_a*W(Mj{ zx_`m>FO0ExgEQ7oMf>5xdPhCyRwt1mWTn<%+?FTE%Wd&Z5tzR<+2h(N=T#@<2Tj%u zCEAupouHB#pVsA-1onNBaiyjC!{Mm-~*6Uf9WWwjQ_XznrXgT&Sm^BHLz zc#LSp4t&MeCS8LuJ13R-2i=ud2x2Ur$3NWbsZs;EZAyb-rg40Ps$QAUg z=$P1V48SA2X)LF*d)rglq4rd^^gs2{*a;7Dli1v=cezD9DJ<=BkLy%%X_tFi&ki}J z+U#D|-C^e*UKMXTrs<>j0luM0Y$P|fCgo>|XJdVt@Z?yv9M&o$;dr?|HW8L5>iI2U zX|z%s2}_fe(bnVGd!yCt*zUkqoJ&RU08{A*USc)pBB3aK38_7I82W!EU@o zDDZ1$iUQ^C2nO&e;cb*&1PfU7dLWAzJRcf(*9+hd&Ut}+>oAtY*>nQq{%RP)lpn~S iq&2m6l(Ys`{QxfFb;4^n;|EExp0QK(%l{o%F8%_Tta;=B delta 621 zcmZqh_~Sl7fiY*J;&;aSCkzY>Jb6qE41z!gGGJn1zYgRxF|q3cDP|Vd%)Al?CJxpF zpjsvlmKPw3k?jkZ;>ZE3WIYe!v9R6*Q|uE!f*kBJKpqQ_$-w+f(ikMf$gu<{#99Yr zvstmU0x6brAi`Iq2t*wL60E|!Af@b&fC|}M**H9aGrI`fR^_1D3artCb76VJLT~eW7nGlFwQt@D2 zp%A;I3c+$=d<-C)rP{%~aK1&8`&e%9R{~Mu*7@fh5D^j|$~L4VjAmj2@GB0?9d(IhFhw zpG=Na(q>ei+^VF^m^XQ)k~-tO$rpj-waGt$q|anUWp&1PlRbfC!Q?_9*)Vw~keo32 Upt8CIgERv}7BGZifDy_70Kay2-v9sr diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj index 38a8f7beed76a28af7006d7c89ca47a2add27248..eb95cd641787fb3c8a7e703c0890689cae8e7621 100644 GIT binary patch delta 2066 zcmYLKYiv|S6rQq7XIUH(Sx0%-J*FIp;f%nQ7NQ z$%%p1dO{JQL1xwR0d}es3b!V}LER1As&-3wKZG`9 zz%Rx#Ujj!Y&?P>$1nrx^Xz|!(1zLkRYsvRtMP6H0pdSdcOJU27Y*eOg6A9MXj?-{p zw86v}rzTk|eUG+GbPQ6ZPc<-627Ju)0EmT#fLQ4cIv7Fsz-Xf{%#7*uC&xr68df{W zIvunNoJ51ropc(wiyndBP2=G2p|fD{66-+2K01zeqG%)1M3WZ*F?0)hEL9*Zj@m#S zPhoiasSMTxItC<>P60`x#qbHxDUb%~Lll%uR#2zV8sMo^i6YV{A9y<5#UwMR0#PGr zEqJnMj;({SY&wd79I6GyXevkI5G_T5T)Gb=OcxL~hPvUCM>!yUjx zXe|5-X+Efn=q6GYQ!`q6o?b-a5-P&vO6gbljH5UpzCVys_9*9eX2f1(|(5*l`CVWX-*jv6``B1 z`66`An;1{EUT)Q#Ef}CHLtL@NRvMC~N^@@nGQZbk)?hmL|mVVYGW*wZ{WWbo*~G8FwUb)uMU zPv<@2O?wKzEV}G|$B#1LJwuk}e{6^|_B6gw4B2yerwBUYd73D7L>C_ik#W&vmxs3l zUF$!i36`)G#KsKWA*Yxy7nj+Xt4Ej;yV16@-0bfX?>o}?Me(I0FydtddXmh6<>HDX zz@6fWV;pZ0rIgEei6)8?*BM_u<$)SC~lauJ1ArR!g@3uQ|>AaHK0k}?tWIs zl}OBW{aH+VSjLRO%#*QD$6;4|!91wEy>21~!e@uxmOq=^ax8r?9K{Na#%7PU8%jH#L+atN6pvUe+SU4Rv;k^M~b$XD2k{VIvwgW%KsvffUp@}Ed3sdt}u z5~r=WYRU>FQQinsk*)W!ug25cmU+NpDX)HMQT61o$jyxI9Ul&A!BE}G6}6$J`i4+T zZS%_3P;F~--k4BLV|`OYsAf%ls!CxM!rii#e=D}MRPnFHCCKw4v$cxf7VWJtPw73=I!EDkBDl7S z{~}hcUB|n`9q5&!Xq}|p0=ZgTT9?JMh1QnBUlW;a8GNUh1^I($hb$DIKt2)QL9Q3~ f+cFeZEaKYJc|c5P&xl#yz}V|(|JjEFihTb7v#4n` delta 2037 zcmYLK3v5$W7(VCr-nR7K_HWmA?^pNe7~AL`Ft))aFa``piZT!s2#<|0956N*YoZP` zfuX33lMszl$s&O%L1CyfSpYMQ2&iCS5#u5ZNd^Q54s`~jey8)%c34rFc1$E#V_FB{ z!00U#W1RNNTImkjGSL-Cl|IqHMCI@?lhX=va+pyGX+Xx2%>h383W!e8h&5<3{Ou&` zbkIlOBpSxvNk0O2krzk=Er-9G;yGg;N^C{LUg|d(i=;O}8buxiL=#8XF;s)FSULdL zI10iuo@T|xBbP_G5kROGnk^r7Y>yR>?9s}+tGY&0-Y7jM^ zn!%GrjkZ?CvgtAca_D(bOr+H)B0xKlAeRU;$fLU`C7;f~r-0^zbP^o`GMP?;qL5Z% zKZO>-zlcJhE+z%Cg!ZDPsk8x!r_tl!DWyN)Q$~eA9-+^WWjcLoW36lky$GV2lm@7r zO5ik$4j@?t4qtf=8_Ta4t#%7SS)MMBR#niHb`C_!iu7y=xFyhs`jxd2eE_s0$gcF} zl!MJ0z97yaxEuO+s<9Eit`zv{Kd7EGGc@K}EQ)N2t#c$esAkOs=B!0#k3OV2`=oz0 zgnn0b$wY8R&-zcQ5x%Cbd>J;Z#y$g^m3c~}I-;6hfa+ECN=^F(yT~dTGhcJcn8+|) zmF5l8ITfU;)+?-5ppmPH3}S zBT}o@T=G4b?drh^=}X7*%ymU-qD)`V+AqOXnn_mTIeTh}K#$R%3;K0DJWU zgjJQdDmn<*VNvC9jYjT8IAtS@Q5_7NOejvFQAiWr!Km>zRpN||7SoU<-GGW5Q_^w} zW>pI`HjPC$qDL(QGoT4kzA!EiG2%4bpMdI?nK+AC2Qr?VHV=>nJKlkOG28I*y<)xL zb00woJT3O%|JIP`F#J48^g-Sfw~ZuEFLEg&mIpTP^D0M`Y^n=LgH`(Rk z?MK)8w`hVTbb;7dpgZIg6Sm%y4*s%br$LWQIcXXk+G0sk(jCqLl+gMD6t2D3&P4ZC0 zzjX|RV+Qdd8H)+!$(Vf1JOvAN9CyV{X~C9<)|X=-d~u*dK6XXOvGl<3Ay%LYw}I~t zzfE65KQFO1VT$PSpT(BTuLfi7;ari}$DBapyxu1FO8dgRrQO#f3ON5#cs;4!wem(5 zQVF~(v7LjJw^S_f#FdtzH9jx?J}fJNF2@S&kp0Ye%eSxz`WA^9603@r^~!&MT@stx zeaJJ5Qx~q9vQbHtH^NjrzI)WW#%-#elP7XBqq>)5zGsOGtlzw`Hn6GgsX$|G!{(+y zZBs)*eqhbEy84>#l)MzJdtKoXQ@69EXfi)3DmMrDR`D9-BykJ!dr{mF447c;g?+IGl#aeaFh_X~SVDm?RAGH}6`L7o*mA#+6+#$xud%MM}ue NqeW#%LR&&ne*2*^8tU5$C`W>cLTx>3DWw$z0e^@=7du^I!dU*oLiityba2qgK@-X6 z0K@@fLIPoclnEFx3<3jD!qCA1(1Cy%8M7<}S^dT&eVeAJ*E+QEaDMv5w3LMf`;w7h- z@Xrysj0jB?`eK0nLN?_Wy954Ha+a^Tlo3X+B4%XReK^aXe`pCN&W3vrCthHl; zoeq5FJNNLLPw(R$|K|aoSz};SgN3=k+e-UU9=0>LB0MrQHhg>F`OwIq#of)qf43!2 z$kgn)`oT)|zRp`V>Fcu1Cco-8>u>P2$yUiJ)6@$sT0Z6LjP3I7u&zd5Pi>lfXvgH5 tHK$YBX1TPdd3%*k=%Ou>$M&6^vJzRcSSFz#ElbwhBng`(ckD~%$~nM`YC!-1 delta 479 zcmXw!O-NK>7=_>W-pn&uqs>r?e~sRp+x&??Q)WU+ZAJ(N7vV~asKr1(0}BT()jNxfwx;J8ftT zh_qu*MLZny#+&#`c3_mPDAH{Ccw-gE8~(#?7tYx2#y933tTXrGh)m-?-@lF5+`NNv zuJs|$ox51#X+M7R^d4sTJp*`TN%xgXdBL3yS|+q%(NO(`ce$6(%T74$&c;z5x?TzC zv}r7>MH?ZPtrYvNTb7Gw^_H!Xc?%>abjLmu_h;!v+=4Ia?~%8Y@N1^Lxk8`&5bEGB1A{MEt%HC7PETx$_DVr5pE;3GLW07Gm&P>ls zO;MPf$e}RVn(g@H1|E*hJnS~Cj5U)zd5$x7OcvzzXIwBj5lFt6ypgvYXpJVHKcmj% zN+9Vn`6QnGvS;!`Ao*r8r+_+8 Vuc3gt#2zjN1|>$2>mUHe1ONd#IU4`~ diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj index 4fd704c3bb947589c9cb31d98cd48935cc57d018..61b77fef72d962bf444245b6f024e7f3190628e5 100644 GIT binary patch delta 750 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 V4Z-~+7vn{e6*x%JgZk0@{{o&RLP!7r diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj index 0dc485f5010ed026538aca1fe5528582adf2d328..2d1ffc3682ecc5767746a7f9697eb2b14a81064b 100644 GIT binary patch delta 4100 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 delta 4069 zcmY*cdw5e-5S)zttc#@m4|{A1rg9s z9-_s8y;fm)d?KKt%NJNdK}AtO;Zs&!9-k`$MZ3T%Aj;!oA9I?U&$WNd*-;?`;*M3uk#s`j3zfeYWA9M_aU1qO+19|3s>`RG@Gae^tGIn7q zFDUsjMCM%ULp(p>W~>MA>7r52Xk9aJH;@^x=d?AxmPX_GxdhrP?}bnCVObT~j2U=w zPvK#*S$O!tBs?6?5FYF~!o%lygS-8n0Aq>#Sz61&l_bWJ_+grFPd1My+Z=v?{N(aXiq6jiG(W(nQsR5_S>z|kCxsac@$^Ai zjP>DODoX)RQW*>LK^Dde`FrH9h^P4(E9O3hvA%pEEmp#hk&9A(lTuK|AE!C}_;UJP z&WE5oKF{ zbKyr^CU?MjOix@R#rtqiBEmu(V)1|(TP@p_6I4I>p{N6HVzLFZlRA_`lvjC4lr^hN zF2gU94niMXt2BcFFDf423bE03`ocCQPZAdEb!=twG0eBt`ikjr%3Gprd`~8SO4XNN z)n{=g|ANn3o1s5;S`U)kZWD5*on)l2mlI$F4oz-`?8xTiYJlgk(-DSvbf`6TSt4yd z&>dNr5+}k)*9o(UDU&ma$cWA8!IWnNkr^Z6n6e5ts6MF21L~@bSz=#deNdvo10wH* zF~Y!0HP#y<%oVXgBU5JMQ)yushi|7f z!e0g~iJT=y9bn)d4v5ARHDZzc7N32hX`fiQUl;u-c>-AYn=pM?SJ>uV z04}`lZI&CDon=B8DUt2UuXC-F4Aq6Z^ow3$(SXM%B>hdJHLg_%+ky;)K_FCMNg2G=y!n# z&&0C?4q1H_Tcrbq0j>dW{-zsxITL^OhZqO z6Ru%dP8}@AMLBtNSGMPDEt^X{Nj?jSqBrbP9~bCc6zx%$2y{M*_NnzEz|JW8Kple1 zb4wQS?nWY+`chZ?N;QaZQlxHQC)F_mxuWPBb*(_DQS_a zzLJYqz3X5N#s&RQiv_`z za2)psomBV}!Ka}eCxtxJvKEFszS|iKS+B` zSwX^Pq+T7jhkhvw@JgQ`yoa6w7tF@;g0)bF#|wg>z7TG)9u?c14pD~|>O0$TPB;j! z;l^+PKE-47dkNkNx4_S76m9@mLZa!47#W#f*27a(wMSa5X~{d&6E#uX~_g~b*AJYcoRpJ zR=^Z&FI`CYKd~$br?H}J0yJPpnG2@l?y?7ylBqnFeUkTM%8!@1nlRk2#`Q7v8Oyhl z%|jr zLXs|AUnvZZRdyTvr&1VJ<|E~d1oK3 zWBLNwOBc=FtYi8DxzvO3T{@}{f!;SU2uD5h!=N)E|RY#`~vY1P6&tL`>9TwN$7`|#h@X%h3Hd*Hov#-1G54DaCA z13h%=ei_&T1M#k!alW-wU;9RV=`2sUG=Zpz3>)LrcdqGKk7 z$tT55KGf&Z2iXz>;g9rj@^wJWKlq!kX-2{y>*I8dFJWh0k+PkhW&6=6Yp2h$GniMe zvtRx{JF~tPwqc~c2)@Uz`Vd@3wP7wXs~V<2L*yDY7;Aqz?e+xy{W2ztdmY!JGSECG&~UMG<0Xr+5=|H5>IK(1rHI0h$7#g+6m z?`XkmL#yF2EE-lq!L<%^-M5pPyS*MvchxX9QC%d^XfXXq=pOZ9QMU_ebB{+3Fi&{Rg6GuDTB|4*RBXC&gj71@V8QR?yKv z|96OPk@Xn~7WgTX`bHk75ZPN|NVE&qyB%*0_vF1!7udR^$8Ksk7sS{R5-d1@*0Z+t zxbYh!WA%u8U`1r}h-83oBYQ_04A2qT-~6mZjjd_yHfWCgJhl;Ff23mE0H7*AF+P`G zn62acL2l&S`155ryTf6eH=}h*hvZfbKpFdUM!145;0ikDQb zHd&|v+D@VF*1$(t9NlLo&j@B;=hLOecEMgC9r-b@W%gZLUOq(y%b?t~y>ojK$v_X-!I;VT= zY!3N;L))G!+M>XD?RIXM)N?qdw N))prU8vO%Z{|_udc9j4C diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj index cbba62beb9331153a537f6967c42239f473d173e..3ba1d7f2e9384407f72ecdfb55e34a13439b8931 100644 GIT binary patch delta 1947 zcmX|BYiyHM7(S={zP4N6?`yYqYX{r9vbAGjql0l7u&!f3AQ2ds8Vym#$RoiM#Dw+LnKjtEXbXpWPd~xg~aEKVUzQG=e(Eaectzc zU%&6Moa?c47D)Gr;8B}1o-PFaY6$VU!N1tXCNFA2SR8tmyuQAE;qC6C6VxRnAxjpArQr%MoO zqeJl8$zek=x(ja_ZG|_T+F@~0GYS#S(uFYSEl`?t37js1ZC3?km93EB>Tw1T9PMvFi(n$|-^ zgd!+kPG?~mLk7~u(rLt0&|;8|qX=+3eG7^SbQqBn=~D=*q*hQ*qW2+UGCd0sQ%J+U ziX?KQbO&uz(>X|q(Rnb`&_J5V6H{p!h-%4>!qcb-LDT6d5@rakmglDBlwL;#LDS%t zRE}&5^&;C!Zz5Eq-%(Si!?4?g_62iVQF1wo8n0#dAx)FH!dwdiW8=_yxG-}u6JyiR zd6+OGXwzsNI_C&8gi=Ow=q``_ZdA2Xc%zGW!Hi zNcS4Y6~~)a6{Q9Fne>p1rZ%N(()7UM>XaM76Zf9s4(D8psqt0kn6h%nb{CmSw!_>)a+G{>13yh=Bg@sdmKkvW1&8+m5;B9Nz7OHu50cCg zo>MBryPJ>DxY%h7O1_eP5GLWhhFg;fNLK!o^0W*d9A2eGt{ps(FpA{Lv@K}W`wizA zIkJr>8YQL%O&P5^y$!0|WxU#$olGDmV~*2Q?D-b(Wjv+Z0&6fB&th8;cj_6`mG>v& z%<;}PjBTp2DgmBu@ICeiu48!Kux+vOZBypsDnLPj2#$d>E1a%!@)}UXv&gPkx7r0y zG7a+rddfJU8w?GBB^)<{RR!2)kJc*?^`oMEOcdCNy)S0#S0?2Xf!WFuwGBK85_w&G z!VJg<{F7NO-E46c&!3O-@`J1!XkiO-He-d`)ExH)7&dEHXEO91UO0Kcw;y$P!>{BO z_uwvCAXi5}_yE7eP~<hp25>;cQUJa{+bt z)~?Tzp|8LuZ@Kn?>Ld6+#0s6_+wN-FoeE`SS>!uB#Z!ozs`p%qL{L&T7N~KnUn!Q{ zYd7&H;a0Sbm8$zDcpI?7mAu5;JiHAvkX8TZWT1fD8*!@~zTu6y2L(+Zt^`@S=7pY1 zjmWwz(ZJu?b+VOb`mV_wF7bD}ZmWP*mVEV=SSRn|K7X$KjqmwOVlSYA-X^_QP~7@5 z{`F#sHOf$-ZdO!phiE-92_P_5_^k;|+-w3z`yZS2d;XR9?}zy)vC| zN9)ZN*y|Ik8`dP6UusFD7FMUM_8IYo_3@eI9EmCIMJh%8;Zd}Sjy zgu`4@iisWC4E-tYl+*oowdkfh~Lt=;lYjaXhDEK(6Fy zr;2O`HgiAlGM9DL$wuA;yv%*TT+Z9EPLAa69V+V<@FtJvb(qO9R{W2EfAE~0b+U-} z?HnaTe12!4B)-41Sg)FnKUw~`!^5TBZq$!<7t4p-1nl8<;5ZB^ delta 1913 zcmX|Bdu)?c6u-Cq+OF&QzP9VPwPTOAuy)L`7aNbk9*jpMG8iKmgg*u|GY*6?+z=m( z%F_^$ZJZ4qZYU3lK@exrpkg9{M2wlhq9H_x5FS2aTr@!tP4suSVUzFNd(Ziu-}#;U z==o!obH^+lAxZt=_w26vL?LKU7vhS8FWV=^KG%e>B-l<{)SwkQF-ZF{DTFpx2$7H* zXu@ET317J|SZs+27&Kc1aIM4&Kuv190%(q65ZN^QUaTD2p^>Dupi5A5hjw(>egSL$ z2*#-$A=p5&?@6q*JD_zInp-iqNXsMK=kUkw!6&F2MI`N3@+j&M!b%=kjhfMdjRqmq zPDc=R&|fwbqq~SY=>VdMw8<`ni?*Qv{9w_o@J46&v z8Oj&ZDR_!#4ALgj2f!3l4MR{HqRPo=Lk-_Dhhp9C5L{~L z#%1*6J!sPz8iH$hu@NrwVw#d~D+cOoML9wgT!Xp4(tb_3R7?cRm8aZ3^bjO6_H(}x zly~@&Q79!_+}X83wM}m(-$V;rk+T_Jv`6h@Z&1BKYiCC+asd}k9`wJ3x^Ez^iM;29P)J533)bS{j{kB?3M zR?1?&mr^75@uU75GLdrv-R{c@u*Q<9Zi#i;Asz^%%S-%AAg6K(D%f^O^9qVv*Wq8U zvZYx$iq*-AiWo%OT1LYi55p~^;TgH{MX5c(_=Bn6Y1}u-1FrK!HTrEzU*OZ_sl>tdT2tGwema1RLP+o((dK zd-kZTpJA_aDQ}Qhxt|rk?5dGJaV>0!4|L_qAP;nnlXm{SD_c(Hs%}3Qc6($KX4&#S cuY^6qov_vX39QLCU~jQ=Z?-(eMSK1K0cT-lEC2ui diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj index 117b1eb2f8a12ee66dc9d1dc7aa351c7494ec333..cc1f7ad9ce805e3aea9c2ed788133c1b3864606d 100644 GIT binary patch delta 122 zcmca2bVq1{0^^*GijIto#gmg6m$Kw!=4DT2W6Ii`$JEBm*fIGl>v6^@llQWfGp?Cz z%I?o-Fu9ezoUvl^Uv_QA#>tu-%8ZJWeL2(_=S(gIlA4p}0?8GVj{?b<$!|H-S!0+P X7<48pvI$St;S^xK!NS0B7{mhrnUN%p delta 125 zcmca3bVX=_0^^j8ijItoxs#I_mrmwm%Gg}N)WXczF!?X*amJp>N7>35mrS;0_h;0Y z+{<3hSTLEDLz}UBvLS~ut27e>1IOe*HsQ%R90H6}Cf9PPvnm6{48UT0fMN?KpXE?z V44M2DOv-YqvtD3fU^ont2LM+8BS`=N diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj index c8886f3459bb5ed4625cf8283e3999de5a044dba..2a721aa69599f3c9835f63ac1d67a7799ebb7db1 100644 GIT binary patch delta 602 zcmYk1yK59t6vofFbMMUFOybV$9Ri7yU=$q|l?j?c3qcFfNMMa@G>uV0RvZ&Ii&=@U zbrH1?A}FUx;p-2u(FH3XSZN`Mpjf3cgcMo`7B-6KE?YP-zwdnCIrpBK)#CT!y-hfC zf9O>64gz%l1%L*>|33oVgARbe+%t}aP=R&A`(&L|!|a?1J}gRo<#yz~v654Ngca{2 zi)_L4J!aXOkXNIH0Tq`MZa<2nTyTIq%UEdX)Pqc+ zA2S{O)-KS;xvTUje~1fq5M=B;V(F6VvOdYN-(;vO1NJWI41mANg}U0iXg!X^;GeL; zwN9`R{9o2LI=&zL)AoYv9p4B3PkN5Uo^iYQhX0L+d!Eud#^tJ=yXDw@`SO87fca>d zyTLhz8@sPL4>PVqyBZ233^cB-+dua}@ei3b2Aa(`ZSz=EZ%v9FlAgGuL+RQ1^Odxk z&88PBwfTj#vQXQ-E1jOpsw6(B^ zN9kdqgmwDCT%vtuJD#D;Y{3_F*Cc991MHzNH1xp)I7lld!GKhh;5ORHjA?>7NsTB` U%RWHbo_!ewYAg@XOXCIe56A3fQ~&?~ delta 595 zcmYjNO=wd=5T4n;_grO@rr01D#=Y%668qEz%ol(Cyw={g@)^^s=Zik=9?_O}v>UNaeETPIF) zd320(dR)#-gei`#QL)*kp(70}`|cXMks-!7GAEf#SpAME37mx_W58rRqe^Zw>g1_3 zNE)2A$u53~11SVk)pwZ+#?B`*Y^U=K_Ux$KW%MYdA2_h*hT5WWvI^-bG0qQ+b&!4& zePN*2LV8FpxH!-wkba@ZSSwCT<4fsBE-v1u&sc39m%2sWVJbCu?gcD`Tb#|VGPtUH z&VISYaameJrNMySN!%aqj^%;;G6VVz3zFO)y1j#Hi=nq}jXu+wrOR%*_uaKME%~H3 zS2*DC1-;B(;Syah*YO9vXWUL(D{Y*jdzCuQ(l5qE+T%ClQJV7`@e$qhIWE&PpWERA u|26&0JpJ_<##9Ws9b<2z@9hg22AT;uHs}gtmmY?Ecy|e4hzD6&E8#yE>Rq1z diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj index 97cc9b89072a2969a47f20a10de8d5eebc6eaec4..3e8cf92854a512187ca57116b0cc87602c6ea62f 100644 GIT binary patch delta 110 zcmbQCF-K#90%OcZ#b_qR(#f?nNnCvN3&Zsc?ppZ6W^W?We%8b^N1%=gtDlLJe^W;Pz88EpMNcK$L2qgbZz6m5} JOlA}j2LQT-B8~t6 delta 125 zcmbQEF+*d50%OER#b_qR{K>UUODAhEH*8+UEXK>|FnO=QamJ3xt%Bu@Jd^(l`ZHdc z>?>5xC^Pw}kTzrO=dM1%)T;2nzsp*b1w&+5*Kqz+yE(F`vo3!sf{90th)07}>+p8x;= diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_port.c.obj index ee57b5dfb1f66a737522f25e3ec9408961c15fda..d1f83ff0fe055889c26d5646b009f555dbb2fc0f 100644 GIT binary patch delta 515 zcmY+9Ur1AN9L0a%-`%}un@*`#W0G#yK^rVcX9a?PTCnt~Q4ggA3eiI&^QoaABJ~jH zOX|0W0wDz<3L#}gDdcMdW6)y{K|!EFp!H-B*s-_n!{>fE-*e9W-kri;VKym?bN-ub z6O5^U<{0z9GygqSyiPI3O7Moumvx`3BbTN;+MKp%KfN{>cog{On55_-P^Rb|Y3R1b z;Phb~Iyeem9rj={$Ruh^1mKb`%G5nvr4GF39K<|76+$j#Oc^*n~LA2(t=}5BrroJQRUXhN$s(*_%^qv;PS82*kD5j zIUbtDTOGBj#1A&-P@=yB*O@(w40#R{^qj}CuG;480UNrIp{E;zyt)TlRC>|K>;=@w zJo@Orh&A1}PvvoC-f0Z$yU3m{MPlKR(&(KtH_N4wTa}fDWv6oa=*v18*Wb;%vY_8v zitJ}209Iy*R65Yb5s4rbD$(7|u`aXIJQ^W7hfuZ@+G-d>HK#yNB+0*K*T$gn`G97{!Ra1qD?V?-=Y}wXUCifCMgL< zI4U;(_Fy68Cf;+yM}kbCMLob7>cCshAvX9`9}f13B+=uX!Y17`>O3%m^CH&OD8I<= z9Ol`*2Y2WXB1>fmv*uhSe}PH?ySY)sb+UxdY>F^w<8COwMfU)HGhfAXHq%#YwKcMqdR9>F3rM{&;{x&3jE4aZPpW(?E3dK_=497oLE33SOiPBDK1 z@9dXr>y6Huw<~EIsifV_X8hLNrHi(n+3s|*4?LSGgq@jz^^{&QEqvEowq0oIN2?c` znzmJP#kPtIbf-&AUABkhYwM9e?Q|4t-C9var>q@Sb;(|m&+Hrd!urcq?b;~$!Dh(` VyGDMp$K~qYseK|1UcU2o#y^^PWO@Jq diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj index e67515533fb9929d65ee370a091cfd70401ee229..73c0222f2f8da8f246a0ba59cb40f5ffd5fe422d 100644 GIT binary patch delta 111 zcmX@We}sR60^^d6ikys$Ws|iTSFq${=4DU5$QZg=gDHTSQDbr?YdNFIWp_L8v;pz$&o>ikys$1(UTIS4_Ui7`$1FDTtX-WpXWRIitbkudM!zIg?%4${Dvz z-pi)VSU344n=<3G$-M09j5j8m0!g09vFz%sZAi0{L+L55Jeyb+7i*x zy0JQij_6=7Kcz%)qP9o}tVBAUB6MhD=}2jz)XJbmW-64Es)A~kO zA2UjLk-lt9Nk0aj;6cMeJYpJiz+-27br_dXpHr0Ej!4w(#u&R9WUMQcbT+~eKLRvV z5TZ43r5HxA451z-nb8JXyEtzirA4v1q&>^IN@-&hxHCa(mNB@ljM)t~C7U7(FuOsJ z;fNESA<2k{PlI~DxgcHP0x&n^qdD4dH+zO7p2q>$EuIk(N6}Eb)iYeti%r<`JVS~N z=!`wzGm_#}GTJ;NB_@gOUe73C?!Qr-!|irw0#rg%tRp;82!n}TI28NA5Jg7fjl|v= zZlKNZ_yxVi%CDaS-fi|*oopPOzuW#yS~IbY&;vog{vi{_vQP>UN37Bpt(xj{)NuP- z&I-!>FX?QG)0&AP+S0I}iNm0K6#Ip43f8p#i*`O5S`SY|Orj3^WzUFZ46b~H+56&6 zAaKRgB)#8jbW$9kBN)pJ;WSg?nEpwyEOwfjaVYu%T$SP*`s3god`u_ovh;N-vm4vT}TW2e*V&qvjcmi7|9GY1eY+5h8h4-wx$v{GAGz#WUxEDI))%E5i9rw@|Qa z_jBhs;T|W%*SP;yz?nyetM4Zc+)Yw1C5^sPqulr9u| z(w{>zTv;%N&6vzs1paW9aURZ;ZPHItMm%;9cU*mlb};p8j9f)fZ$M>2*HGVto~fo_ zwA6Q@7F5&eNvM46(@{H+6jC!RuquW-F4V{9XhfO7N7dsdOS70d1iB2BgQmIa9FpT| zA7nDsRb29fdIBD)UIZpfF_f3BdO(z;p1@|3Y6Mxi>N4t`qW%cdJhdE>DfL&#E43fZ z%U2c{rmBMwE>IsLw@|%?Xpw3`G+nI1kSS3+F_x-BfR?Fi2$ZWgK|M{iAYq2e!dR(V zfvHlLP|8fT7M^NV3}lTehkUJ~TUVz}polwE35uAd&H!JpDlp!u7$h51H;QOfFC(`} zHKQxD(<%%5xJ$haqPx{@B+pS3pu0y^V?9?bM6_9*Mky`oZKSoT4wN`gJ&pBz^$%d$ z@Xr`9p<(|fVwcPNIi;TvJGVj z$I7OVDKBE*B4ovX50Xl0LPdmqWR0u?UI;5%2jnanro5;nsoeRpmpEO^CC&xXK(9ou zmDLL5BAFr36*1LvXHy;WJ^e;3<<{XkiV7>f5|9o)b%%aGwm$tH&P3E(##aC|K7$ci zR`xsqQS&8?xwjz|HQ&N$lpq*wD50PDsCk%zdC)Z8L>aN^IiqlV@gQ6oy8%m?7?_Fz z#MMsR%YY(fL%oEPG*vS=EhTRv5M;);vF&)mt%QbkSpPX=W`8vTJeEUD7QDEc7s-HvwdkR+|$m3a8|L<8tS(!2Fl8-66Uk|zk{9!%fPUTDWD{g7*XAp@j z7O^zu(tGuJw>Z&@w7_Jr0WHrt08&=`fDXm;_(EM8FPO0oXU6Ftg0V~Z^3k*CZN*8n zf>+HR2Mbo-XS&uKk=3fV#Z&y$_#5#=Am=|g8=g&^tOj2``eYo*TAxppXPu&IQ;92} zJBrvizLiBfL(bvPjxUy((edHJHG!kmL*+vgZDqswPdify?e>Lw(*R*hHBTx#gGo#FBAwOxgLn!d86o%iYb&Qtt3eXDab|K0d-*J{qY z^k2H$`2}6ovzc$wulKa`kMwnnN!`}l&KKyNy)*bj`ebi0FVt6h%lU&k+E;FU59Pah xMQ1`U>T`KSFN1Fne4lu}QTR&qp}ulHqTlz%TYcq8r-QL)@hHFi(1W1Q{{WXpqdWir delta 2802 zcmYLK3v3j}8J@Y_z1_RH$DVKezQN}=#x}MAW1H}_aY7r24VYJKi15Cse5fw^f~{2_-^>CKVM4DGksEN-E`1HL2+L@22WWH#7hL zfB*NtW_QO=@i$KKy=ngR${|yGltEvwm7tz*)TR9 zTwpL}+~7FZ77Q^`Is2h916Fesn`vzh0MJK1U4^>{VA>~aY>vH4z|sS-Rgmn3#aNF3 zR-=3jXX|GXD28}`D`QQ}7=tA^IkuHh5x4~(@ylmc^F?KKc}p)3zn$43~MYGdG&+}oM8y!2%w>Kh|a)O zVj0CTgnXD}#vo|z^5PD1t3h!E_B7`@xs8!wdXmm8KJZW#vs-L(HboO)c8egv5tltd zk`NKDtq+?EGUYA+b3#7)E6Q}PCph9248We}2@!D)4Yk`n!4)GY!tU?{DW1Vd?D?Kh zAbvqYrzfPu-!M%3PESZPHv$HS+g;8$4q^}4y2In85STcH?%In(WEoBL5c|?_3l+l? zpXr^}gy!ks-EH6N{-vTTik>B+hgG~ z2-YL+K+*P_5gPhRahV42R;&g>pZI`azxA5=088FN0-xI3xI^*eCuDn+dxT8>nVK-l zMIp4N{1dfyluMEvIZl-AqkIC15&05T@Fe#xnk$FsdOXcT^~5RvK}qiPNekq^NZRE~ zDY;nx+b+JVjqu;+;TNz^l&4AB>m%yqZj@tdUuu-gDZza{^E7#oxc2kpA$YXPL%Po? zUfxKEAMpsW%$FwRb%-Zv#0#YB^_k~f!Xy^T6iG+8dl^~&QO=?`FZsp(MW*TgzRdG~ z1(usqI{LiR#vjvm=m&$(P|zqZ8UkhV66_H>$(eVv1Ez@lyRHdOXe)%ywR^d9mT+4L zv6}nOs@zVOYv6yujsalb=i4wVJsOs6)Pin%Eq68|6WK~ttn(Ym)(arGtI!PJLXxhg}x0Tn@9L+wI5Q#E3>)KNqWsypeC zP%}`cqxQimr0%l7su=FLP+y^=5mf|yRP8fahQ-vcK^Iq3sfFqmoD=Hj2$Q1%a7(J^ zp^@rkU~*Lo>E)^AAj(%GD5gMt7hZ+xYvfy`Zi2K}-G`7VbsOQ8I)mm-P^DlfQNKap zwE8D}OVux7EmQrlX3Et;s4CP+JW-YEZ9uD(3DRnH4C_QS57t_hi?vRz2BuzphEyi2 z4bU{GIiP4%9SGl~c0fNx(FLBWDv-o9^;h7VRVUWzDus|O>N`lHRb}DZrutCcjEst- zjyu!^5Y1G_;XF%S1>J1biSr!Q3F}<-CQ_NF-ho@Y+K3c8)Z;kMR{@0V#FsHpgc!y? zpaQ*>`w`oCA4{OGl3tkwXW?Odg2;jXN*bwAk2wYI&pC?oB%_CfH|oDc(Bxu(q&R0f ziVjb~Ph2qF%h;Kmsjo&S@HP5&G?lpqa}O5*%PoVqoQdedv?9$&ipfEwAsj1@Os4z- zb&HUdco!sfGL0xA>?0fH6ySxhqEmpJCacIVYDr3Wz8oP=*K&z-fh<92H;Tt`u3CDs7a%}ai&{}9`hxrzpfX3O|CfJPLQk^U-rOGM3Q zu@)9X9W_rPpfLl;XiLSbp78`3TM*MY2cOua`~y&Y^FX*VMlVX0#==w$KwO=~y$qZ!`_a zj=Mp6{CrL64j6eN_xk@e-y^S_74ML3SK`W3l^Nb z-=x>|FuYdl-H8;xmOYk82J%10Y-jbdv1K+x*XUV|Qu4PL)IPwQJtx_Gyqwe&4~6|A0Zd_23OXNdEK z`r~C?{DN*?zKw6x$Cr2UOZq=pUA<^U7oV#SuBhex`t23vyjb5_QElCg>|6D-OOv{8 krOThvvsPAfQ?JFU^&YG#eH!a_eZ^a?Rn?s7`c?V=1s7VQKmY&$ diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj index 6cbe277b34e12ee043f35b15657889d824cbcae3..ccce44f0de165391d45ed7b010d783529897fcd9 100644 GIT binary patch delta 130 zcmeBCo}xTKf$`5q#R^8o>dCVh*RkYe=4DTIW6IjRj%gV;W5MK5K7YnFlb7-xXM8a^ zm*1ap&g8xP<%~}zn+j+%c1}(dP-abJVqoBye34Ih@*DvHMvlpA1=LwHfno+=u{S_5 dk;#7r)PXux1=Sh=#PSK2#CdMY+_WJ1}8oeTLJ-MKZFEANE&K_0gdp1F;U6~57#;M!<#v4&)R#P zz1Kcxm+0puI#5mBCsNz}yN3-;^Z%`B+A{?B->2K&Iiz&cdsIgt&yWiC^D^kxMo4wt zdqXnQx(20DmMOQYO9s<>$3(EL8B|Qu>Kh!@jB$vK=GdzcSS6{l&2$rT9@A@nB01Sr zuwx&_e_z2YQvgMg<(k0K?n`KA?k5+ec3~iI9#G_Eaam6IP?0U-yp*vbTg4#@cV3q-<@_j}X~rzdcD*r!;LF&J zzSq!Gd}P)AQO~;hnPZ$ zz6kI&S<+dw9o;>j`JY6HXdVoF)|147L1jDgJHPLwS6`QVze1?u;c#eT2PAQ67U}x^ zGPOyI?d1h0T_@M3mnbJ2(B_0K@3vF88e;s^m-Opg6KAR@TH=S1E7ZnU zqA6O(ccb%^;nT6K4hy$pb+m`W@kzSCC*rA$a$fzP@#U5^s$~%?6>!oKy>chMNvA!P z4as~YmFpcE=*bQC<#WZJ!q7;rXQa^DlI!a48_egr#`^lZE0u=tjmo~qp0X+@TOT}4 z_js=0(kustU3!i?fQvj0?B)BwBivSW=`tTH{z=#Py^#`ivNc*lbr0$r? delta 1170 zcmYjPTWDNW6g~SsX6_v3ap%>Upv6gMCX=LTr%e5 z(&O)C>Q}+?UqwH|v5%o*S@z(*QDHs@vAHqvEChB{sT?aSk@H!8>y+Z; ztbjUi<2_KeY7_#KHn)UU4$q;THAx;yz4C@?I;F`o@)Jeg&}64PqhzefE;(s~9M_~z zeyA!ZG}$Ak6?sRK0eM=HlbY-m=4Xn{()$?Xx9)?1px+7^DL9`3vE!k#c4}jE#Lr#uRU(-}}>gnUGi^{ECFmb}DAB2C6`#M6;<`@E`jMVnAb%Oyp+HMv(FROEiy zg-S-4TljjUx$Q4CBB?D}@;00V)~xy!<^tq_lsSUg(YLtO%|F%wcY$u-O=Q9fa1pZz z@f;w~X)9;(4QS{)9efZW_9yhtqrNoShPCb3Wq!@gwp~}}-a$Tf61)nU-VI4onMJyN zQl++u#BToC&9JV%o=^bwy+Hs`eS%)iE0Tej$y6&$IICwqtLzbCgD zRI6`I55?+>9T&}eiUa$HOT~SIL&Zv|ynm!v8Yy>o75m2q_wK2`y5S+48x^PiL-+C) zTIMTdkIr-QfJd9T1iZ=@fPHLNJeuMizy7{un*H>rg4u4nmsF&A{d&mz1gZ%k;mD>1$gB}g=1n@Xt1D@x6Z5>H| zx|XGvd8}5TIexEJux}QH*vvmx;@qgY^d;XyCBw->1xoP4z&S1f1s^+9NYCP9T*PPn JZ{cS2`Uh1R@Qwfg diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj index ea4377fa21ddeaadfc428112a26e193502cacffd..e615026349b1cf51643188130b2fd91a4c05070f 100644 GIT binary patch delta 132 zcmdm^d_;MI0uu}0Mx}#{jK!0mFfL)q$;`{1+{To(`5jXpH>1krSia+oHj`EP%NZ*s z&*k@LoH6+=ko{nCs(?0QJqRs?XsMJ6`AE!9A5gR(LR3fvi~SKAKdSf^3)UZToiu*f3$xGOYpuQZ zKHNK3hOZ7!u927KTB1h9wS}lY=?L+cEB^Nwa8Fo57?%5!KBV*B@_|kIFzizl8-}|L zT4ICEW?P7%=nrbfazD@v>;Xdv%d$(Ods$iGn;z2y?U$)@To;dJ}JN*xp4ED8JIO5G$jdncFoS^<3F)o6ptO5G?tsaJUAX5GlGw2oq`(zkLkjZ%@8L9<$JyYzRtFg;68?o1z9S=WT+8r1 zUxtA+S22+yV)3>rX8Dz7ZX+7QhYaL)gk* z50}YSVT7jDNHMR$Vd7!zrM?z()UQG>H?G4|L~cWpp7qGkuK|k{(yQ?gp$GzsqIiKz zG~xp7e55(13D?*b!$#t993qmyIU={?BJ*Y(WxfWVaBvGQaqwFFK(|(mkzI%D^tl74 z7~2q`GKme;+=*W~w;i*xB18ucvA7Fw(jtZH91|c%X(yiLj%n;+Lk49omxWKH3k!^Q zBgd|LFvVf_;x!J~fUl{!4;}~Kk8cDn8XTC!Isr)eH)^Yk}Z{~5LNX}io^Kdt=9 zsmIk>}Kr$o`tb_H8>JEB5Tj z7jjSZC`4y!|3jWEJf16VFU&7SzcS{ho8GRMjcR?WDErg| z@*VY2XHovF{$`v}kEX{Z)Tim9Jf`Y08sEv-rRFm2@|yZK(<*l=nN7;0YCYqE>SesD fCK#90iEPra+STXTHa7o3=$P`mlJbn|?uz~k^}5Fj delta 1231 zcmZ8gZD?Cn7(VCTbMAd|8`I3B`Dog;wX=~mrb#-T^`o<0OD0w_ZHCi{VPij9R%OVf zn{G>k76d_}M|8s>D%+3g(3QYMHl#y;%>5XvFc}Qo1{?Ti4E&+<1M#_8{oxMeJ@0v* z=Y8Jy+f%(rTb^0yiCfjU79!Yigcu5l|1Asdf)c_~?qB{Uog>W+lm2Gu6BJvP zI{{y!6Rr?;ln!<&xy@&k`;N~*@34eWN>9JMizl`6w#SzQ^?vFcSIu*?FPU$xWVK8e zfm5Ck5`Qwc5V1+ZrIo_FBsKQ1)DiZgPj}ddhy|416WAh!@U{}vuXSD^sO(PRy+9}Z zdaUlBWry(2u)E&7d`<~(k%Zp2d~O#Tyhd}bWgsa$*EgsxpA*8n$wBno?Q?>~ElTg! z``9{ogLl`pma7DV8S}B-A-^&w?PPH^TMGQbYe-@5X1No!53;~@Rfdcc3*F!e=g9~h z^=0^-FT=tJN3k(XL<#$IlTyiQlG6xmVke1@nxaowW@C=mR``%U8atRfzL{__PYd8z z>H{dU*28tOE!a!bAcmRWg?Zv3?4rIEr>PHPD<@uoXNla6we*Z2OTQ>CS4p=a#2CXm zisGnohy>2jE{QI-X~%CYOQA%(18)%N#91OMaf*2tK4spG^K9IMvuu11Zm~fxULv~+ zik|o41l{@&qcV*GHTU5kcI?NZtO}9AK_2eM2eimSF%Dpq(i|$BF^?G*6fj4lL9`KB zgRdDMz%#6R5XabTE#6~;hj5LWA>1PSFqYW<5p3tskD`~#$55tb7-8zyp@&@_N4G6< zVg#4jY!v;B>#?8o7|M*}B2*qJ3Yp9tW1-Xhq+6lQRo#|8K=VMK=YNBdpQx2D>YdE} z)ytnew1JaE^QP0;oO++BeDV(dq|g6s>g0FQU8e5fv-|@`BgS?&hd$%=t(h+W`?ph5 zjcNC=YpN?;b1oiigj=_{?cT0-W+{79es4|>%*s_}C^swLGz+j2ZJypx<@uI0QUNT1q h)7Ias&5wh9EdGN~-Sn(UCyw*6$M|~wTYQ+!^)Ilo!JYsB diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj index 1578cb16a237b5b9506e845d63042d1de260626d..a2d2f38f3ec0e58337521f71a1241f1a646b0fca 100644 GIT binary patch delta 3922 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 delta 3903 zcmY*c3tW^{7Qc7q8)kT124)6^kC_4H13o~8hdd0Fhlrq&h?Yua_G7YHeF4TyigiEz8k)pw$rqLodm@9eusU@H^sv*e zf!QoEG%&1y=h6#dUGhR8vMROi=&QW_DSpl<34bD~!kV_dZ7 z!x^#I!I)Vrqov_#{&wuzXZTLx9>wfq_KzigI(8e*DBR2JO>`zahcBjxh(dmmdPVdd zlaL2TMKoxHC;}B?g9+D()!~de#Kt(rTp|;4w-|{#Rk0PjUguGjvG2{yd^HEUDdyK9 zjEsot8d_zB{;F&U^I~s8$Xv(h$B5dhP{h?D3PTVgaV=Bc)fW;WY7ze^@gPn)L;)mj z@f-r;5|h&8T@$eDbw(vHcIOT==g};Y&DT?_m|?opmC_@p^XF(~q+T{Zg0UW=FAkK5M^H_r;taxH zCR*{Pa#4qr_7o@KP=zRjq?h1$S*1v&_^27Yg<7I=_-@)8RnGg9B|4F(P%3C6RYm9U z4Kxk3nbt%Pg60jZcT*RK)O^$-H5Y<5(gugrJPq1RVNR(z$|*G$JEi7dol^4(Xd~HO zQnMVinI^lW=Eqp?rmL>-cJ!rdf&>SxIp}~C7e{kB zKebK;NOv8UPyXDx9U$P^PB;7&{1BCB8O34pajD#zgC-xKjgu&gTNeTi(&nNWQP|eS z=%oj>0{NP1ZaoDwT)RpuG!H*V?V87zE_WW~k#Zt8YmM^W33t&{?F#**^>r?XjEke7 zCh;zOFbfCOCi|Rq=;}~WDdc1ug83dUl4(|QEuTV%lamu$(Y>J}Ay@7mglFMmfF|eO z2-LC=^GKxVMSsCA7rS7`B&yK=il{+!Y+?;2Ta-`{kR)*w`RXZdV+PK34#wPL+_{b> zq-fSi6gU^hXlY7O_1KQ})f8zc71PNq-h^8Ui?Aw~;mn;MS&xAu9PogNRk(?Z;kd&j z`l36{q5vK!VhTA@^Mna$vIz%hl+b8ks>gIYohGF|%1h`}>L@;#iuK0m1qg=P&mm)` z@I+=e(Yt!im?JQ+4!GbErJ6ia$d0(sI!JThbc%ixizcl)p_A(x3K(N$vgS+xT*XsCbrJQ4d?r zV_|=Sct)ashP>@W&>FtH7n6Wb1+j{f-~x z$$L7*Ugmv`>M{p8zL9cN?~pHbT<4~PdFN4nAdg4U!+{3J z;@!A%RMhepQ&e#bwh!6lt%!lgJQE05PxaaIHGNiA7^ewDUDa*{4)`5hn1=p5)& zcQfxY@@4z^@V4@7JLjKKT}};ur)^nICg*2pUv3M}rr}*{cp9zk`YR96>bz{YH7QTO~NzJu20*Kim8l;6O!sDFW=GR+`ic*0+gJ>6gg)=SnLkYn zdbIM1)UBk3KS9rwwD6VWF73~!)5E0=j%Q^?QI+NkL3@%KuERv}TVqSv7XqO@9xHYs{4TEL|ZrJpM%&zX&n zv-)R6{}=X(w1pCFRrE^m673a~~ z)KA+d(N0Bg2O6M#CebcMw_yAY(*7nR^ns!e0D4gSn$Gp|@N0CdmuF5KB6|`)F713rNJ< zRRR7H9jh9Gw&+rwEVjy7y;R8mATnBMSakrsIKO%*CpuT{4*e1{)sq$yI7hsXo9`sG z&pbYm-sm%oSJRC?r#%<(1xRiPQOg<2l2emqhoCw$wUEFzy3$wm{D|QchzJQRcR*oP z$l(9#6^v|4zBk0AS0a+UhdFnZg0cN_&t7K{XI^IR_-svvy@~iO{IIR=zHAfEq1m<9 z_09JVwi%72K==V2gYxebCTUMXN>s@vYLudSk9E8WVp z@l6l4-Co|?-1gAQBd)gWEwg9ymByxgUdLOFTat}7Y74-cjMpVwZCsWt#V9QV%Qaq- z?4$qI~bC41f|EaKDoa$}QZO-5=lgv*U-lC3lL zN_N4B=?=z>#_muVZG6!k#$Gkn^nkF)xYh&0SB;4!K#v%^B%5i7Qn2&Jh*F-(GmQnM zJee;tHkI-;%LnhF1&yQKxYM{)%A@#o;}*m`$w(~&>u=Obw%V8`nb&w-vP;HZFiUd| LXYUvT%eeDD;cZ*+ diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_ipc_isr.c.obj index b0ea1451493403072de4bf8938283c4c6a8aaf76..e5651fd83d9fa7739a0e0d1b09d276a6ca15cfb8 100644 GIT binary patch delta 831 zcmX|L=z(6R;9^xdunDk&$lZq5RiAE1n2#E+m&`WC)df4Co`Pbh6+Usx@MuepiVeAkT zyh^DOO-cx3pif_(3{R7@))`zIuSMX#R%sVt5WY2l*4yv3!bj9M7R! z@q8N?OW?5v#uB-eF=pW{=#rgz>qf?G+(Evb*O8yj&yaJ3-=i)LZkHI#;D1PKe2o$^ z`7Ls?_zRqoEs%==*^=%LWvqa|B)^bv6N|W$oRj}kX{8X-@Vk)1~jIVTpJ?Q`VC*Dz9lZUXy<9nAHWBalG3N_i>9jgU%i|gyImf3D=0bnA+=x zhuA^~s*mx<@l(%%J_aJ=6QQ@BN(MCSlS>q7%y z0iL60&<(3NJJ|Przoi#)nPgJQtfaw3awrS9LL_5?Nr)886hfq89eK>I(lu2G2j;Tx#9H>V(aTN_Ugs&f=v0Kr!+7RsxW}RI{@6xO}74m4soSN+q7or>=vhT(X)`O_Aa|j#xmIvFJb{IRE?8VQt+hUKn%~k2F zy?`zGDpgpjY`y$iNJ!n{f020=A);>31B)Bd>6<0XzQF{@NSxxzPBpTG$*|Wp|Gz(S zo(k1{aGn~}l9+JjLzQxbSF&CU(PB}hC#n-Xw5}ePRF(3qPFOOktz7{3jW=OQpw)zC z_>)83V;nI3ibpt*Wu0SZtP{E7=SW&Ik|XMX5kZ^<1{#G?-hXF%^mBltgv^@n1)!(X^pjl?EVfoMl*gLrfHLPlH7faHb(nC0o{859d57E5%bv29XpL;X~u z=(ZTRE(8%o@B^ZtQ3|!93&oADM5u_M;HpFfq0mJ|?;CO9U7UO0Ip^N{-kbAZ`n43? zeAG1q)w94@(`nAwefEDSp!KSZk;0hB#5YhsO|BF+RU)JDyUDmtX^5Y@s<3`#`} zF{$X{B(*Dg=o68uDvG5Esg07xXB5V?cuccN;wBC#iK<0oXvJev#6zMr^{E^N%0UuB z4H~8ITK$nIeU^Y3%Vabb^y^grknEL!JwQHVK41kc`pbs9sSK~sB1Q7>g4QXOiu8wb zd&155o15k_GD5mVuBO`r z(RLWus0(|a$*1q+>!rlYbZCD^mD0xpbMh7)s>HID@{zLYkoyu$NN;D7fM3YUEArI# z`cd)3!2RhIdac{KoT2il@05ze&MAMaJns18W4*3Z7%7&9okFEJa=cz^y(6$;>-8<> zoC(+P*IEz0;J%Cp4ZK0Pgx?8O++=$Y#cBHuB(Xp1K^$)rZp1~xLEOGj}^iRd`+mLna@B0x8_%Yjeg#OBRHM6#MKyMIs9tJ@NGT{ r>+myiuZSDMi*5{)ZWN|4>sr*)Pq>WdT`T_0Vr=%`f6^DwCkOEdXgrG? delta 685 zcmY+AUx-Xm9LLY^o_p`y`C|uTbjL0`8<`n1vv=<7gZ1En7L7JHlG?Ii+KUN0)Bb6R zn)TpK*nZ@Jk|HUoX>77>8&8`j3PpL~McPD!@WS_uJU9=Z-=FXIoZmU;p+DSm$Axt}F<{-%^4{C{e7mmS*J5Y?fXq)=9I)$_y5CZRT zl(lWmE3~W`Km@NHUO74>cvB|HJ<-k0%h8(#f6RrNeeu~iU1Z97 z^qO~q@A*3Tl|O^<=RAt=RBoPZ9>{yNjBkUz{1e>ErS1uuqHYXmi7v zpgztNJbKP2z#2aW1t;7rc5QK2(^{^$DcZwRZpt_p6QaOwJjPGm#Z=(8Q06#TOwn<6 a!88wmKlpSpWxq)YG4t;W@oM~QYyAOhqJ?w- diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj index d68916f60faca59097f5da2b73499b2d0c207cfb..60804825acdaa738c312c824606ad8219f95798c 100644 GIT binary patch delta 1007 zcmYjPTS!zv7@j%j%$_`~G7>1N+Z+`~UNw<&0L3RrlF^>}ElX zcMFp-Z!u%6!b17)7~D1AV9b2X88haFmcTN&v>_RWI09zgA!%uL9bJa|3^|s#hq(EG zq}uExU6%ViCL2=p&>-nvhMZ-IL~AE`-Fv7_TIsmVN#xB?a2{Q4B+N=*O?V^W1?jti zvBE+@#ehDR9die%1)WvSB`;j;7Jf`rvaatgfTApNQrJGctH^e&^yCNfj~hBM~B zM?JF~hjD+2_FI)jH>kD9Y(l_13g4X(Ex<xRfo{!sTsqI^PMi$uk|06tuODG=0OBYw>I1FaNV($UIo dKOfWU?IJsDM|66j0Hx$2wk3nB*cE---HhAJHOla{lBxts(96{Adf!@Mfl(! zjWJgdV{FAh`R{1lmJd&V&Kc7Rz1v}FT%<$NG;;tO*hi;*)7v!mw%d4or&O&CsG`Y+^luV*t|r%A|9ts%UhaB*r2FjklX zGpB%U#w&8CO$_w7uL9fc8f{~G63X#0@e)ZUuAyjR2U4aO0d|NmuuIgTx~s(uq$JUf ze2Q4YrWqmyI904b_leJ_e#ciRtE)_ZNS_X6eSqlnnhg#CE=SamRxmg~)*<(8Sllpl z*Bbz{=^tmhoFo5m0{v%(oW?w}*)oNclsxLDSq}LQ8<@vDw7yIBQqOTKmLPvqPiw*i z(uwjt#o8>AEGO|0rx|s75%)-++N~Fr%+hl^{d>^l6lR~J8J?V=c^9o6n5-w#zqSz5 z%hZ^jTYn#8ZGrR+unakb5w>8?0*GI}CMV=t0vVO1L~>p9mbeU}+VbQwoW-Q4)RS*H zj3%GkiuR}$Pgu1ij$}p7^ma!hJsq8qbJ4TC=OfYc zXG^z6PW5$kwZ)bbpYqsb^01SSt1ACbKC4Qy?{cr2%dX?2DwNaDAFDe#b^M!JLiMYP zKq3F4qJcdALR}Ap`49C3wLmSP&MF=Z^DSy4YFss-j;c$jmFiwF?5)jYY#3XwpLO^b DvI?aq diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj index 88a554b801a73b6369e5de5bac87f43e98ea17cd..376a0d627e0dbd9410beb253c7898760fcf16c63 100644 GIT binary patch delta 931 zcmW-dUu+a*6vgkIot>SzvwzrFx?M2Rr9y!gXWMS8E#;qYHMP^m8lyx~%5Ld)q1{km z!;@$vVp0k9hKBM~0>-LfXf|jG#9-1y%M(qE^??_j8WV(|kf4FYv%LJi`OZDxx%bZO zGGAWiGqwC|E)_6cGfWiz&LL`a)iX2IKM9e+R<%(%?A{0tBRHYQ&GqeJm&iInL?QDt z&@8|jOji|ND3?InU}GMl6EYidwc^ot5F?ZNo7u`GmEi8=1C*;|!6aHO(I`>1yay#A zk2M>tOOB)6D{?wWv`%^~qFRaDL@D`0XM%~3itulghnS*XQt)h&Ptc`7MxZoGFLu}} zQz4?)#6qSgD@>G@=SXOh-{EPNPIy{mEs`^G9SN-xfu~J+P<>ry@co9gL2s8?OxPjo zk+w~y(6>{L)gWlQ?8insq#x2wIf6F3q)mIQ=C^)EgdsCnARvFiY0BFO3d%*$k_Grf z(ut}qJ!s>|Nkoe%+PHEDnPK4=QH0!o^tQD&(u!z15xt3uIi-JFY41%aED=02WE-9Z zWDOLP%p8`oHwT`;y6RQC!MPG3il?Pl$iOE=M+WCz}}{D=_@iEFKW zm6vtNE^hc1S;ii#1JlMjV5F)tMh@?>x+}_;6(w<7hnx*OrxT7>J&ko^$E=#~QHXwE zeT5@=-_a%K2G{8qGQp>GjoZWzwA&rvQ{^kJ7`V(wE*k$i`eF13-lSEr6sNT<_HOJ% z<=-_LHIlW`8=!lz+r7V;PW~C82nY24wU$1?Hcyk*6HCAKh}8O=Oelg z+@*7Q-=KaqMz-*F-8xdoJGF15p2ze!__baDi@FG|=p*osCJXf#WjA$ Da`((W delta 922 zcmW-fTSydf6vqE&c4l_=>`l>jwXnRDtEug3x}}-bLlB{k5<*mVT{U+rjHs<33Q2mY zkWTd=2!;kiZMP*WlAf#}5;O{Zg zL`p^Y4+zyfgG>!KBD0bgfn3XvK&WFcGEv@y>M9<=^JHoRZRBHl z0IlVH*r8d(eKH3GZNkjhuDj28n3}M2S?%PO7Fr_R=MK` zqFGC=3RlXZRCcqpJ6F;U8F22Qt@6oPnlpjsikons_yI=HxJnAGJ2We^R^PH`U}@XU z22AU3Kv3nTFpg)t*_?4MWt`wg>2@un8*<(i4hYuuA2aiAq2SwQUdNGdvCO(2Q-NII z^VBa3-PQD2n%%ppKb>;3hL?xlQ7ypI>6@Tp$@Ldevqb$J{*#$+SE=P?D2`gc4Eg)$ zcG{hFC|_1o1ofl62V&{ta-DOjo6m%zPwOr}8X-qyqV^Y^+(`6ZePRW~|B;`rVew%a| z-k+pzvY^+dKIwus%Kctj`@KcX_;Ok$)$tOlmyURddgW9+WLyj5kC6779GQ$~(E*u; j_a0tM4kvQNlgOf%QjiE?w2jblIhY6;kzGnX&D8$^DH+A2 diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj index 556842fbe4552fc31751eb563326c6e41e6d3c93..567e294a0b25fc4e56e7fa84cb30db5803c2132f 100644 GIT binary patch delta 464 zcmXw$JxE(|6vglTzh~b~?T2DSBeuzFpwXD{G%6H_;wqs$zXruli2;LOQ7cWCqTuKt zoD2mODRj_5P!iBUDY&)Zpe`+?gOh`U&O!(8;)VO;aL?iJhyTGuWnv@3!9%y7O~yf% zlfk+Gk=4jVwjUZLB4ay$@QueBLTZqtg@`5nNDaBha}y2!)k{DI)qO1Q9HLqowuqj{ zzGj}vXAGGrr?6~#!&yzfkSncuDSN8JvadQKV}{6;6Z|q!(;~PruOgdT*C|I@*CjdC zDaqPI-Lj^a9$`VJ)#?@8nvyyie3AR9ek>Bxm4b)8GYt@Q}eSqZ!SOWE#?aIOI~iN(4F!!Gx@n`FSDGV znZ!-Q&+r0tg1aoFy2KRE95F@}^ye2stPHH12R{*SzJ z5LM+D1QH$m8@-7rPhva~;}TYtr`S_&;avF-cghOfWQ=z)pe$k`8Eam7O;pk^dYA`! E56R_CC|YrcE%$ zg?OZn$ZBFDJ4_A|k+I#6SmPnj(}LuV5V7=~(L#1{-egnX^-?Fj+D4?`B|0njEuwQ$ z(oIxmanEEqK+#-Jjp(vPYO1*;Z#1W*q&Y1^hA1Oj*fUvk>f+d3PA{phLzYz6DWjUN z%9u@bO&;r|OAcLhSQp(Xb#%)o3|M{q4zH~wNAcMT_&I7;Cm*5N?&h}`ux}?Cb;-Vd zi0Gj{UTsoaLm3_Z5z(NX_i;1G@*|7{zO!(F y=mvi0Jgf#W{)$rI^D=%Yf8wul6RicG*U(?^o#`Y|_5XIh5OZE!AzH+K-unl^&Ta(& diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj index 75907dbdc979b2100843077c4a66e82f6966838f..b4cad54abd832bcdbd3cb99a21b8d1c2baa0de98 100644 GIT binary patch delta 3172 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 bj>);A>Wn6nrvk|%llKDU8w42`4uj+YNsTF= delta 109 zcmZqC`J+8Sfzf88;!P&T)XBe@=1!i+ykTHq)$ diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj index 1f1ab115f0b6000693bd3356b72d7fd0bf7a9e93..683a5533c58f2060c5b2b895a628d66fb034c107 100644 GIT binary patch delta 1124 zcmX|a#bqb}ngUrD6GHtO|Ez;7VoeS}r7z?#w2ot6)PK!gL zSbb1XXo9R5;!BMN1Y#3IhGjtYp+@RTmSmk zoO60spPSVu*6Cj^G~6(}hF2-yvQMc&kNj&i2cKkW7_OMI5A%{F9I-X8v*u{2dcv;3 zS?A%Q(J#+A8nex&QW~GwO{jJd!x2(W9JZ8l;U%JO%=?uxae^f9DRT=?GkS1~yccgV z_u(}tT=CYZqHJcwRa9>Uk0(u)fo6;)eNrk972U}+n6QK%1RIILfprZdJXb1-m@ zTVPpQ-8I{CT-}8#YPoS~^@;pVH^2{^VWE~H9$aPa#p3D{KSailQ_KVCWIYIxWA0}E zMv{EKtN>@_Gj~mNBT1z#(>@IABdRLr{~nG8I=B`-q>jQnC(RapN?Og79+4N#E%mqA zqxS?#b|=5~Cpf|Zjr>C@ugik@XmEu;^;7L$?x!EA8Iexx)St@{M2!_oE+VDB6>Z&X z+(tQO-3XN{YP%g3#oT0WYIiaB%;d!Q?tS_3sq)_NcHI!)H!+rrkLUNti@5_6lkwc- zf%dleXdyqoKR$XeU)WQAzus%g@g&M$G+k@ZJu)+p)k#?#DCtA;c=C$ADB&Ghoscoc zUb(!Zq*Kx{nAKm(D~vbgd&bA4Y3Ob4_tj8VFGzK&q>su>DodY>j0M@0&gvC8oQ~>$ z1}PN+@+h&?bK!3%-!a;XC@4k=8&9Chz;lT zBt|2!%*04Pe~1R>527|A$j%Id!hxVeD|I4PR_H&){)mAff|0$S{n5dF?!){0`n!%A5=M-sTm-bOd8gK6?X2>TE| zhEid?E`Rx!>w1}QmRCOtc&80?3*vXb$6O;HLgg%Zjs9WuNROEwea2p)(e#px8(xyU z7Z@!hO-9?H-N<6&nl5J2=2>L3FVXVIBD}{vZ>NgI8Ec2U|))I9+zQ|W6$9yTFgh5Yb?MJt;;b;rUH+s zEW}|li*S@75;#NaO1#G?Rmf9+9*=otHKwW5;7@uc(Zi|5$kQi4oS&IoOb@-8E%W|aDZL#)MWDlg$7Z&`=W9hFk+QDByr(M72l+iA1`-|(_mlx3M|9$9UXF>Zkw zsSCuLd%3zFCG-m5`s|AY=?+Y@+GwDOgJ0MO@!RZ+e?TUT6YL|%Qjg-O90}BfHk)a|%2Zt9;(BK! z=S}kKeWD}0po)6&q};K#L`(TU>1`{5+)uw6ACU%h>05FLDWlYp3uxC5McYe^Oa4OI zo{AL>_3iB&?j7pev3GEww}1D*aN*ywH9l!dIC82YZ0_6r=FUP}`9@v%s=~44!>m)d zQhg(#GjgoO)f?nNOHL2V*6daNr6gKiT`PN7n`ELjr?axE&DEFXFzY?}nYBxnY&xx9 zlgUl4zA0txIek!$wY&O;JYemYx(-)Ak#{;$tY36g>9umJBk3QgSBp?#`LF> l=uGMvX=S}Ddss7al66cbI+OnX#Y+9)vB%w*h7`H+{{SBz%FqA+ diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj index 7fbe6d19c0c7532bbf89baef744435ea328e471f..c9a25593b852c8ffe7bfe8711a9a41883b7e183c 100644 GIT binary patch delta 2327 zcmY*beQZQ61Wi7F4>DI7KK@=2oMHmeL~8!dk}KX>>&slt@iCKv_SuW?845JNrqS z|2X&le&^$!d+xdS`N$RN*cItu1h0-7>nyce5kNj5z%oDl-%paQ9bMgEk(D_S0E?uI zxOlKzKP(Z0yq(TjB6a;jC0i%l0CFq{U~3HYaTIoP`GlErRObQhFEFz1WsUre3ZVGi zjbiSlh}=8-?J$7d@B6i2un3eZ0ta%~2TE&%ad8fNL3x5M%5|=QX-(p4`m41Y>uHVcFxJqd?GV~%KsjWbf+MZJX8`dI#R{5mDAQZ82(gn+7p8EG?iAKHY!ziQFc+x+)LkJaN^^u= z0d-VtKWbXoK>a`vF_W-@8l@hWfwlB2*MaEe04q~DrNqjef~YnL3#gCK677IiAP%w4 z48pXNzR(QZOAdE4-c4=p9?c=n{Q=ViL7hjp+%;OM*!rU;9R{_F=6MYKk{

    @LSsF zY1f8D@HW%L4eIYn@;)U^cxj(^WZim^(RNeo1NC`9{LCc0pq7f2`%J@~GAsAIIMD1~QeplB(6MOTa3@fa=e z*K6BEZC^4CouJMq^7m-}7RR49X+DG96bu;JANexbPna|pF-^+@eK?TbW2+xbmfu~<#7T$3wiLqNY2tS*N?dm904u+ zwDHsBqQ#|2d?C|adJp1hIumWc0g_@>c%BlmeLYudfzOg24@wgr zs*NAQr|6@20{>3m$Jc1jh%_I^taAb1yd-s1Byf_BR?NU&y2$g-X|iGsKb9*iQ+R~- zvs_7MD-(E;?o@8Wv-Fec%W#NBr}yGks;YWUn(}4dtqLI~>H3V$xovz~9QR4NLU1Q; z62uCVC;`>SH_p*y5+P9K0PULDj74;9<`(>p8WZ!SF%JzS`p{2mGQoX$S8`S81oxF= zRI*G}amoBM0DLh=MskeuOnaYxlicWfk#Csej1(E*GDg5F8#HTH828YMS!+W#_$D|m zNXDX=XtgB*y)TvRXVj)8=%ZP|P^a*|B*k`=18mm*Eb8<-$@r8}w^l;7**h>syJt7x zBDy$xp|ecv>MxSJKLJoYLH<M(%sE1y-#Nude~9-1 zdJ9X`H?WlS9+no6Ed^{8vV8JCE@jR+Nj9G3W&z#K&4&7)I88~P!~Jg2TlxCPApb*R z$12^Tu&w+lzbEQk|3Nkg$@wMLE+$K+=;Krme>Rp?*W+~>s19Hg4OicV6?C)uoVS|8 ze!In z(!P1q)@1wE&DE)7YiCE-hGgqcJ38Ak@s1BZ3LjNBv82KUq delta 2320 zcmY*aeQ;FO6+h?g+r0Pk!Y2DR`~CLgWj6^Su$ye8O(+;b%(NgSpaC&56Tqwi1Vjud z$fu%hiDqyPv8AKa@ReZeWCpi>@G;W{nW2KpWQrYYDaGQ9sRE^i24x!rv;?fc`r z`}^JVaqqe3+&efXy)-86iQ|Q%R*$18nztjPgfTvxI z>nSd8s(&j6pay&g1cQE1&IueWU>_(;;*3KD>;>gvIx9E3uW>XrR$$9OIY1$2%zBUG zs1*fv0w_-2oth}%5>O6Nr?U%nI_^y4BKpkPi(S-Jv=2MzR?%Lppnheqbu7R(OY=6W z0m|zx#>?`!SY=GD>MQOrr$JqxXEg+ ztSX&UrpMM%Xz%Qz$=?6zlR&@a&g{tUiB{r=f_l|J-m@t1UGpw)O( zn=4ruhuEQ8;KB=ee2GU)wY%aX-xqZowmTF4%!Y@z4mqM(0DF zeAbh~WZV=bI&Q0T=KeiO=AfvfTQ^#&(8V#Kyi*mh;`P#9dXy;6KWn43-*EDvP(_gS04KgMXqO@!_U#iBpSqu(3XXsOk<@@}#2kn~^c4~^Xdh4bj5@s2=d z9$hv*5GayIpBNtt6wRY?W2%S~%cHACqnN9blm!28K>1Amc?ZZdE#UoptC%_NVg_-;S9RJCW9~1b1XN| z?`l$bny%M8j>qVsNpoZv=pp0&ABArV}OeS(;8 z6H(C1xZ|`An}~pZJ3u?9bfTLsPFas%P58IXPKykpc*PMuALx`*o(!yi);?K;Fu)Q?bV}%+p~-<~2fb!1WCyvz_+=W+zKD zvn(ZZ9ZLtuj#5^NI4=B;Nu}$KG%Mfa8U$0~l0kEfmnoSku6KvIoZCkR`QH*7)|w85 zb>*-4Ink#E_OL=kE{QtVG8z4f{+QXw&&HgFR{V(i8-h5Gjx3#?n{KzD;`;sO|M<~aC&`q-6M~svyZK7 z$fTEVSh>18*R$lXBbQowPjPPBs^g6~lbQ~;bJ_pw;2BhD!67l;&vKCd#S*CHa63N> zFC2cH?=@|xom=C6mL|QzaxUE(s^y!bayWs1rP;&PIDsBz*+%Eu3A ZjjO4N<#bwhq&hHvKfo^JZ4^Fx_#JJOo!w4?-zrBF)WrRQ!_=)j!&opZj| z+?mhQ{XBhCL-Utve=;UcnnDEfBt#v8|33yJaf?Eo{s0H_Vo9_<*uiv|v< zCUKbOwc|ziXh-@|+OgG-V5Se9RVF&F9ozQ}x=E=rxkEbdMMKxF23U2W7j*V-@U6yB zaoSc0R!b;XtdvdN*b3pSHKQf~eA43(+drAm$!kB9~5mcE@9=ddL zdK2ew-9ebYXenks2J=h%sPicj-E$D_@whIMW?Z;?;o8Smoxvd~CfpDK9ZCC|uM$(&wh z%G9no#^1>#WjLT}*1d+$a2iTK)Jv5gL6Xy0B$f!>gQjE~G;@PCn#@uh!C4+ujqVME ztEK?q8U937)2n<<#e4cOH?Z4!0=-gyr>N>f=%lRJ6bAd#R=f;6@SK{2r~hT;0)o|| z`g@5BTjSR?Rp&Wwby5%Su_~yQk663uTmH&Q();`?^p(8Pw}v`+$d{4F{Uqry=11GDf$Y<)G|XzA zqH_;m)rWg$opL`ECC4;}t&YOu8%Lq!9iVxVr_I>V8L+|`Rzi@Iz+A&g!eu%qz)Po2 zw>yTOAk5dAN}B(HE0Xqi&N*3xKao|`!+ur1Vl`gOSzdfnFBR%XlT$leSRy($@{uTe zjNijuSfo9Pi=48uw1{_D3#ge7TOIV2|Fx>)cYVc@) zdw_rOC~$%UncFnO4>EmJ$!(3E@urf`HMUcjpEY{)3pX@*RKmxBD|x!9k1p_+&F5i$ z(d^Ma&Sm>BW;E+j7YABAit<;$G5)=!hW_M-Eos`qZ(FL>NL+|dd1ofX^{pjvw6#`K ko(}Lr5s<64`f5UBv(SeaYHWh4m#$`vH$=8 diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj index fe240c225fa26864a91d7c5562b0dd8843de4361..d77ee8fbe2b958da0c87cc5ad6bbe78443b6d0af 100644 GIT binary patch delta 2795 zcmYjT3vd(X5&riiS-+1v$(ALbWt}X^k}W@FBZD6}47iR7ct~A34#UF)WzBmKV9eCuZf1;0 zW^1j7F5I#?;nB4B>Ji6z5LW}|bL4mM8tk5EF!B0)$?AK{E={4^ovN4;yOkOYWiuAVx z2A#<)AKm5%G~#6QSg_&G%z5C)edfa2459+w`jqf}Sr8UylMnAOQxg0Z<(kCLIT^F^ z<(%U4KhVCC`9dpWGQUFXqxdFtS&CLa_6gtT$i~bUCkfvXi}1bf6}|`j!uMpB@ZCT* zGC!Oqe4h}r!XHvxm48oLv++Y=#_asK%2*0NOAM*JE`u=#Z=%|y@l%wKlb_3B%*88H z8B6DOve9@i9=BLl-=ZAc{9}rh$uCe-Jp33*o$uBd^YWAw#+8{~lF{@hTcI z;4h65`Yzh5iSHq5Gq;5B7uJH*HeyxWj`&=-nEVa?(OLqvDDh3uja&FZc!c%Ib?_KB zCKtjrN=Vw!}H9oOL% z{330Om*}Zz*5^|{l`~S#0HIdB8Jp5Q-hb0GrF`~FO%Titk&3vyOLcdl4^KgdNKYDQgF$2R zy8^otIGxFz6i>}eU>cCM7|ob4?Fr4l>Pu)-m^@4cQT+*QXYw1=7B!H-HYR^dqpD^n zu*&2ndMMOj0xL}ZJ^nUhE}cW!?h=sk$L>z3#?$U?P>S<1w?HL6B-xJL9v@uB4?O*; z?@>Y3SK|K3G-B=8ruS2~?B0{`0$%hsLKO3}e1SiSym}LH(wO`O)kfW(zz!zoV0+fH zfrD<+?u~0l$xLn)R(%PpWF{Bm`K(5XViY*Of04%_s>_+H|-N>#1 z*nz=N6yCt;q1w9DqEZ1!klC4bo1S|$JE7oKrp>0-t3kseiD^rPB4j8mOk0oFLIGH~ zIcGyKBvOke)+AbcM^w7ZP?(t3je|Kmg0G4w6AccDX`4kKYYYWFC?~KZcNPrdx!h%r z^e`<>`@h8n*ch&KbctXy3^mQYjyu8uYRd6&6z<^H;Wo#0LECDWq%qBk3-Z=MHvTK` zz@!e5+iS*RIz2ZoQmil(E~ZTvfma#|C)2uwVwIsFzJFxmm-&7;kG!CbXqOb!22Tmv z^@fd^X}=OP+ifVQ2Gw}6AOOYquwV-G;>5x>sK>s-S_c!A-Dw!wm{x}06)tmpFZ#dF zP*Vpk;o72rW16VpenU;Pb8xt5B|M8|#f=UoV*bWhB&r77R=k}KkBZ1FXvWPEbljzb zRvj@+sC?yEQ4*l7%q$5=cRaYVWHb!mKuHw#;0=pMV|*Nu8Gc~6YXkr z4fNoPWp2pFpO)28@MC59unI@Y_El}86GFWKHt{C-NZ%#U%{V%w?-S@&939b5i3D%Q z(Q*9~JTs>5g*hU}OzEljXL_$do;bRy|5+eCj{c&5DUdggZtGtQlodxK`g9S;7e{~7 z)39Z1F?^02$2!&7bOzdeu8XuM#fd{>JJVFEKTLp3Gksc^C})>xQAw>_07NS?v3NPdQ?hr$_W_S5G8Rnhp-7thn*{{Xf(SC9Yz delta 2797 zcmYjTdvsLg5&!1yZuZN~y}QX~H=EtP`^s*zo98AQ@&KeELKF}TdP1QQ2!!MaLV(Cq z2<3PbX?fJh1SvGUYW95I$Wz5E_GZ@R_ zX0oyKZai)_DPf?-$T%{ax z_zmi6fHwkTLGGp;a(NT^=J8eJ8{!tKNth3$W)|`fDDxt|nxYr;Fjb?3zeLrG@a$m} zzLe+DjFj;vB8~ED+D19ABD#J&O53a8XHAS%^7$03ik~NnYW@Wkt3SU*L<9I*dLPIi z##Jf##+}4Aga@%VjTrDL zX+pn%_NwFEM6Kr!0=UjtkkLe}io+703mcQa!S{_37=#jk1(snKKL9szL~0$}!Oqk| zxPrZ@D_t^eTiK!;LOr)lB$1(4wi|vtqS^}$ZrP^fqmB@c8 z#GTE+?050Mv^We4O+|1C$C*l?440eMz-#C%xB;!Mkoz*?%LGE#~M0WY&}5sJ}Cg@@Tac;E65n1LT> z4w9G?HERbvhU={*@CBZ>KIOL2cq#iNo!des8$iMpRAN%^E zmC?tXbMUCm2Vdc3+hlhRO_Op;@=u{tF-dEtek!M>+&zR^v<@7f<#OMkGo`#M1vk?L zFk8zP3c&!l*&Gl6M9mS8ly=83yB|Ef2kO=t4^R1npdz-A^drM9U41U50*N{2wrNnn-9 z3k41&u)^ej;XBz)bPwe?BA~}79doHWryT2HBu;jAK?B|^=eQc){HOMVRmL`frN7x)X6Snfy1Zjk+;`EljS(X`Z3}zdA^} zEv`+InLJTgZBJOGGI=}pOez*`sy zMqw%bI5?#4IZ-J;B*@Inewog_nv+m)BeRd8)~kV}MGCXG2}LleFfjXzcsb~YusyF4cH^16`Iht$ zEk5yoi!Im?s9uGz7F1Q(LwOkamElHD1W(RyGyc~Xn{|WDX zWV*<0QF1YhHew^i;-tdH?4w2Cj-5(L(J^Tq=ITtffow=5W?F9!{JpNT-XXjaXWq6?$JR}Hzy5E%wCM&7tXgh#gyzw zs;L8i!551Bmd8X5cPG_EI~ETXbx;!J#SNBwBGI>!i$paX*B5VusaRFg2#vU=1TEL; zqE-8nCRDyBu`1%Ht^6e7mn024B4w}>_e7%5jaNw?Lu;u&&?daTOM213>=hGqH>sdV z%{Z>K8rI<}rG99`Sm|)OD({!}(IxiJvKrIpl=Usu>{uS9Pv$pR9vuaM&qo{SM!OV! z9$vzU5C61*Nq z$F-Aqx?kOxu_8yO^n>@`wO0jl#nC101A(+Sx}seb$Q?)5wJ!zo#8IC%TEy|j(Z4kn zn=6XpTkNc`s$=L5G<$6qXitg>_f^czG*Zu@2Aq2Owa`({ELVrsl>s=9<0}Wkc>HB$ zEj)uCRSwRmp}WRfkdl9vJZ!d<@NO)u>V&FTZ`BBZVl?*O>r0~(2mMn74gEea=pJx_ zswmCyivK6w!0WLO`}gI!B2#CzwMJ%6n;v<#b@r?|k=8l0%cGIzdDCXJ#EwqN*2nI& zTs7gJd*s-aIU@%`7>oDTLl-U~xdq=N`CD}N)I&D5_1vH@)P#NY;KMgaR^$DB3t%+P z+h0$&-^u-(VH~!`>giHBKyo%3-mHfX97FPFxQ%2NeoK;L-GK$ri$@O#FZG~^GJ#|% zzHzV+HsHmB0s5ldKNvE6(oR1X`1_treCSX*{pXE36e90=Bp=3&B!}Wjk|*#>k{8f+ KSiBE9Z2uq4;bJlX diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj index 4f35fbabfa2166c0743daf4fd00008eb3907a5ad..7562d475edb20c2d19781f2798a43a317fb855ea 100644 GIT binary patch delta 414 zcmYj~ze_?<6vyAW@4g>BB2eE`-%unD5`k$#I0y{|)%1p%YA{2RM`9UC6j1~XZ6$|> zwxGZUgWxqsK@j285ID3%i~R}F(m74t;q$rodw$&ObUS@I40p}M<-r9gO8=3fC|SDv zKLYesiUgQ%6bqs4^Gg`>EU8%}b$~0LyTFo$M^YnPuEZ-GnHo`1&p7hk-M`4VCrPRK zwJn}0AM+kyWb9e)o?+x8ODx`^7VH{Hm~xZ%fceQU5G9h9C+Lfz7OO{)Nw7}H#s)!) zT3j$)Y(WwRgAPncvsi4<*ST>VGNM67*8o9}SyjKbHn!66tL0$QSQo)<-?9l$7z%sv zj-~K3^l&8NK^%981$-esplff#9yVAtP{Iii_)KF)}dlOl4qT-~(c0z{JRw0F+~58;s~Ec+fT0e_)?$~jg8_2kaxIXwn0yvU?wKqrQqEX0d8&v%O*Admzok3fjXqXD0%MiG1ff;=`* zYOw+ae_(h8(Go3&qI5;jVg-?dsniDLRG_V%ptfkKa(o?AAMJN1LF}G0|2K2z-uvBq z=guVUZ(6s#X>AYk(Fb!Tro}3(j3rKSF!qg?{ohZs+cpZuG{eT70B+AV2&@Nn#`LqC zF>7J!Fj#1s<)WLw_FfXeu*}n-@HRYJ8v_eS!LaSH1MHS}Av6q2>w-nhvI0B$%lZVy zY^lClTJ$0STWRtwWMVgVCc=SXGoGa-xBD%OS!ixEUQpjt_}bsX$MG~iOdn^Kr{~1> zB|s1jZid8QdNBfb6zT6`m1r}ffCR7W5W*7z0WtBVjWI5kBOy&3^1+GtB{mIFjITwU zb|C^0L>xBp3uI^)Z7_0(FA++DIElGaOomRP_#D*`qS(S>%q4C@ncSia$#}$Jvc*4fG(qt$Y;(k6B$F#Lup0}BlW-jt6G0Xce}QVA_zc@b|!#ATGs zE!+`&G~+ifqpbqW%Yx7deTl zU7ddgwaE3Y!-nB3rf5QHVQ2b!_!JR+Ben*LpeMWRq#wf$6Yn5iF5aU{DPDm@7rm+o z6)2@e^u@4YWqJUhXXt;1mjuJL%&`#;JgF#z>%mNNX6TvB^9T%G%l+!Q@C@d82Fbft z46M_c$3Xd9D+ktT%ySanT&o7w0p_V9f3bmeD)Y=l-OP(w{)z&yyH-1sL6r0;@^-CB zA`%Ma0mm^&eH0HOycG$!*6Pn;r3~rrPQ6@qL!XPYGF99N7Eq%y1*#Y zX1MhP^!H(DNk&QZJh<{?6_sI*^5g4rQgvpSyR&m*-@~id@22AGl?cw8?m3QmN*f6H za6vx(@fHb3D`bq2rU<)md$%ZOVnE z4TUth+Pa4%bkSMb5uAMT1ncj9kOUTBnzBgoy?#x4+8mM_jG6G_c|IfaL&TK0-(uef z7k11CDs&e5Nlz-$ERyzBL;-iHQDdm453HCV@xq`!)LP%{5qYcolnroaM^ zP+e!MFz&pnr?Wtfc{(?e(Eci4Dm?D(n>w+~e5f^^&mpGd_ zqBw)yZj9n~^Gqb<-AgnUU3Iv&X=>OKx8xbze*j&=ztBcSfOGK_H(|gcJO4!495~^Z zG*vJ7VUsZUt_s|`T*Y&#pXUu&oanbY6Y-gOgYPZtrkmBHWl#gr?^O)Gi#jD&@%3np z#8-ybA`=6AuMZC8sR++$*CM1!oYzz(=q~j^HCz_=7D%2k3%>Y~YYa~+hEKr@XRi$j z<$XfNM>W+r7hrr2qeL+r`w>H26wc(MH&SW3t|j`Aa+Zm^nX8_pF0F`4J_h%$0weS+ zyJJeU;67@eI;XC42N*g)9&Kx}yHt~CgwsT%(^74pR zwa!JZ?j4}sa`<8F4=SStSqOeV`WNCtx~se?S3QDTc{RP< z7jcs=V1yUOPgU48{+`)0!tYr~9kPVyk_K-oahYF@7{;f?hg6Qz_|4{>RcZbn zl}nMXfm(hIitu=IM^%KsY#yuf`)?-~Q68bDeFzF`Fv2gGm#d=uj2WoT(LUD9>gpK; zo2y?aT0!dG{>bO3$kW3(3+2Vj^T|sXM-aq-mj`Od%ibF0~%ba8d^yDDA(|4b|q%+MH5#k>jd+^Kl3fjACM5TX2}KUd7Q<%hh!GBu`Vq(pZa2X7R67$3Jkt$H9U=R(F?SEBE39`xaD?? zex~Iu157oP=Stet!lD*iU-lK)YMZqSs%a*okDc>$G9|cTk*k_u{3r zYF2*-CMRRhXe(0xa!zPA=htUgj=*?Hd_(qe@6}W4o2Spap|+`c=)4J2nw#cL zZ@i&tY<)c1o+C_e`=EsRtqbldxn*(d{M+J_I=*nnNB(wpFJCXWZ{&@9oBW7iudI9& za8y1_&?Cs42=0-61f_C< z38d4i>~U<=@iTt=`+b`zA#z*c^W-z0mtV)eW%lK{J1 zE%^hyPWBN@mG^FgaH>4M4XbUkaywSPkq;9bk>?4<%Yq%)J13tYST6%R0e_R5c4E&X zdkIoy*)G6Qxq27&&dNSoot6_iuxgXX3D(KV-GJxh!QI#!FZttuIyvoe2xrP}f;$e^ z?%@k{7#{pJHlLS#FQh@aY%f-qWH-Si8R!J;m93q;5Ov+s$wNF>zSzn0d6VoV_?2`# m1!$9H1Wj@l!G5`#V1(R9FjJlZq_+Q@v**x62V)lv_J2Q`-S)g-Ofzg*P5`$Lhl0kfJvw9hC!8^B zQCcM|G|lq0hro6|8DLmeYEbwLjMkRmJ)~gRUb6%2mVZKM7?#EN+|Mj)v7?{UCo*PB z^Viejx)1ZRlsm}8ZX9)iz_1xF(~{dOER0!bZZlp}-yVGJ@8IJ&fDhB}G^;W~@l#0< z#B#SmVlaIY0(TVaA7JIO88JYT&wT{pi2?+~gb!aXI*^biUiO1TbYasFjrdx`6*nRf zb%?_z_98>O*Z?Dk@S$Q!;uPjiu^2io;UG#e$-?5yEgnFbJfa85c!duI^oese#*)Qv zk%3=44Z0LD8#<}tB7zMFKT0`7)WCh37=j80#UaSkMLELC5cA^L! z9HGN;uJ{tRA#o0A9xPWg=WI?A` zBoIo8$cI&_2!omWJ7Q`w}|sRPAB$DklBPCZtcPfR}L`= z^Ca;-@HoX;NL(TnW3k%#F4@Hq?gV+d4lhLScvx*3l2H^|$!qN-mPAPQ|k zGzO8S1$253362$OaH-o}%~Js*J6C33tc$@PawUW8n#U7df2Ymw*Q zj19v%32Gv&7IvmT2Tl>yw_Z~w#<%Htth}0MGQ1SI!5u7i>djj*+P8=2=A&4_j0!Ds| zmF5;C3eB%*cU;CEka@bvA8)i@#=JDs8s(l_7&KF5}ns=e{;K2@WDW(lW z)r3!1HL*L#ukuo4m<24w@&h=b(&Pa3%`lALD!n^Y=)q zLQekxMfO)(uilizm%-e#z{(J%<1B)6&=q3Am$CL2Dfg{4n}G^NhE zha_~-S^B#;`IL#)AAKVU{s7a|`<1`bH>JNY3-fa02f^ZfH8YFjoLnzh><2+%M|^`7 z>W6;vv&v~UNe7(Xg($UtYZ*yCf(A=JiMsont@OAKR&ggv7FcL)Bgp{@EO>zGI!}eM z(-VjA5caEd8JAYi<1LZeNn$TblCFp-_yq=^9icQxm=d$un1ii~snhhi8?C&)^qiZx)7! zCeibAOjC_>0mkoRlqwI$|Hnf@6wTpdpQq9sx|!%BiYyCvGfzE9hqPiUc?0fUHAeVt zdch89ZKT0x!r{JHn1{?Wv0h$j?kpZWhAypuj^RyM9K(RxTg9aIm*Pixj`>hYDc^5C zU-AhrH=infoNqA0WsmcI^Ke5G^i*V?@rHpVr3spUq%hNMpKLS2v4b zTit8LJ4oF(5czx+c}4_hp;&x8pI9O|f?N!+JUEJ2x<@INo>50MyVqPlIxTe>ozBM* z3VSy+>3^w)eDl!g{20}jW!|W7)pu5`VBE&J2Wh0K7Wwo>4>pF(uSe(dsfnC1|K|KY zGqXMzR=h8Th<6k^v;delz?{Yv|-$ntvJ>oUA%|+al_vhrzKPqgh3{ZG~0{`LS{1zIziULF^2xgBG` z)0zc?p5{`X>lAAlb_+2EJgrxucnaX{GiirM8S%<+UIEa3+4^4=3Q(lk2E26sA zm^CYb8t6-N=-(^-9K@*|(AMwEBmtXr9R%9lS~k7@`s5QxMjNhG>erz-p0S}={mVIViMg~X)ABBiA4@#mbiLWp)Hd_mx7N3|RV3Cuwq7^OyM`Dm7cX6u z@V19UVrJJDp2UO~=Un2Oi{uaTI>~ncCdk!0Ae$|WwRyuYA>g3$r5KfnU1h*ZXxQE}X!|?SVV)F&*=!P^+ZtTYDL)k~r zC`0=IopSj;Uc~<(yY}%gRdOHC=TqcWf=$x5AFxW+5KNJ`6LiZh1ZDCt!E||^V6)^0 H_>lhsLp{l` diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj index 8aef769ea714593a6532af59d2858f848c731868..9a227efaf4a4b2eb67742da8507e2a29fddeb515 100644 GIT binary patch delta 2869 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 OeNbANFIPMAfd2vt&}NnZ diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj index 976bfcbf86be960f2062e60dbc2372f0147c58e5..477dc05896e3021e53de3b89aa84383d29bb9e47 100644 GIT binary patch delta 636 zcmXZaPe{{Y7zgn8`H8>%&#f&cW$7wfD=S0;tze9fiEq1k5Zq!A!)4Pow~=m>gcJ;u zZgB|)qwed6Rm>{@Fs7Z&UE`rvK4({Bg=VyBlpO@!-UY_@FDX*;LmB$^_U-r~g zWwsd>!xnwTuE9&+VKZJoW>JNp?&A+g2&>6$;GoAD5<=KbIgA)D{Lf!$lWHc5L6XDpfh(^-G_|(*n#MuP|d)?Y)U#3|r zUF`5Hq7R#Q2Iv|*qmn`xV`s3+K7-?~qz#1GeUw=jC@!fNL3RiQHjg@6L|{x(1&iz- zY_oQBjZ5mmG&_hYI|)x>otCkeNYQ(Q?@2n1G8+OVB`qPyenWwEq0Zh!U_#P77TF56 zS+1Fq)Q@R)7FBi)p0reiALD8L0IO+9X*e>HFEh;UYvoLP6Lq3GDX9j}REoaf>6D}r z_Shx#W%Yf{WzUlbZ?mUp2U}UMe#)Ge*YUA61lb*A*bNleB0jQfsOP+`^ARCF82OPK JjsM6&`v+aC$f^JU delta 650 zcmXZYT}YEr7zgn4yz%PZwduQtB&lh|nw7RnrO}sI7(&q@NRSe&aMbW)Yp>Hu?jusl z3n}_1cu}wmg(8E=>xiHWFC2Q&$4v`@vKtKz^=@}w^sK!39iH=l&fz&{Hld^v%F`-p znc25mpfna>XW@7HjFmz+Wns5mC|gs7pt_2OB!o?K6mn7TyeWjxwLx@QYX9e_wsV8K z=(MwDJ2x$EWlhBoOB2;#ujbDequRmzGNUyWTMD?lvwV@eZNl;kWZgq4v)sC0p&Mwl zJt7AdY;S1{VSA8X;kW%cJ;VK?F?tNGIH@eFcvIX>qbSvn=Zi~v8)Y!5zs?uZaffnv z=lGZWaSZdG8Qk?nQ8rbxsl@8k{GE{w(SNJE1Dhu+F<$+o%yT!;XK_ax0@oL$8VYePdw(lLy%*N|l+a2X5q0vpBv&BE6wsS0Vf z9coz81X|gzm|}J0*vn|{m;6EF>^xRjzH>lQ3r5&sWZ5~mB2w8phyF=F_e05~A!Prr0Dt#og*$gAix%Ant@Mq4TsAiQRtzlRVsw diff --git a/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj b/blink/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj index 786285298fe233ba10437ca79c4e1cfa68c62609..7a2d8d80072caadd7b389d69e18b71905b29938d 100644 GIT binary patch delta 238 zcmZn=Y!RHGz{oODQNI2Y0|NsOACQ<0#2~=L$aVotaa4jRCe{~VihVDLVqxt8Q|tjC zih~tM0x9++AjQnWnweJuRKo5I7G${tq8K^a!4%U}AjQBa$f(LE%+1Uv%_krZlvQDv zxc}1RwT#}ACo+n2nD|F=A>-?&iI^h^8@A|OpFUA-()Li%$Xd>9?YmUc`3Ux nWA@~e?COlOCw~NzS0+nxs54HP?8u=mQ2}%f$aOHl2xR~OF;FUd delta 256 zcmZn>Y!IBFz{oIBQNI2S0|NsOACL$DVh~_rWIF|>IHrOqCe}w_ihVnXVqskYrr2{p z6bCDi1XApEK#G}#H8ZaSsD#}aEXZ;VL@{zK22)HMffNIyAfqauFgG)wG@pPtP*#Ou z;{Hq0`WgATsrq@D+4@DP1^LDLsl^4xM*2ymnK>zwCouYK{>S)?ak3X1*XB3OAD9^D zOuoxj&X_Sdls%YHW%5dPWyaLWXW7+Rr!q4zSWI?g6Q0b&A;5THvMh%>>jV}C1}?Bz O42J+~3DCJcARYj-+A=Tz diff --git a/blink/build/esp-idf/esp_system/cmake_install.cmake b/blink/build/esp-idf/esp_system/cmake_install.cmake index 22d2b2e..ccb27c5 100644 --- a/blink/build/esp-idf/esp_system/cmake_install.cmake +++ b/blink/build/esp-idf/esp_system/cmake_install.cmake @@ -39,12 +39,12 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/esp_system/port/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/cmake_install.cmake") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_system/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_system/ld/sections.ld b/blink/build/esp-idf/esp_system/ld/sections.ld index 768e760..7df23c2 100644 --- a/blink/build/esp-idf/esp_system/ld/sections.ld +++ b/blink/build/esp-idf/esp_system/ld/sections.ld @@ -1,6 +1,6 @@ /* Automatically generated file; DO NOT EDIT */ /* Espressif IoT Development Framework Linker Script */ -/* Generated from: /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld.in */ +/* Generated from: /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld.in */ /* * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD diff --git a/blink/build/esp-idf/esp_system/libesp_system.a b/blink/build/esp-idf/esp_system/libesp_system.a index 5a2c15aab78ee4b2b79a5747728a987a38ec45e0..83ea01cf022fa80a9edfe5b665b462f87bf66e31 100644 GIT binary patch delta 51046 zcmbrn2b>he(?2{tVP|G{XVV>fIdKsVxI1z_;K=Df4nz_dcJQnyT)uuCA``uIaAX`{S*; z=Xcg!)Twx=B-QyJuE1}SRB{RHZAm0P^?!CPnk$KtOKy5!`hUEN|A$P<$k(KQuC*UY z%70$hx=8BktKn;3tfc<`xQa^)Ypq&K|6ecLomJBRcIn5zlK%5DJ$|X=Dh@wPx-Xgk z)3x;v$>i%e3jDvg?41*(&^5lbWS_rIvM>4HuHuIY4$o_nqx}DHO|B?8p8w;&UCy+r zlCz3mauzgvc#S(PIr&-;`(G|=bQS5JYyV=&!sQw~RC3w)Hh5^@+q|e9H|2>w`mD%a zK@8uqu-siyd_$5X=V)1y+Tfw=pRDTVfXlM(1yEFN;Ly>MY-mp*uWYD4Fc7vsLckaq z%Bg+Hn5ta}0eu-04ZS=t6_1i~HKrPqgz*|k+EhH->Z-E<)GzqfE|S@(|He&=usExJ z9T{!SY({%Py_@Y_&}1Py0L+Gg{OEGgv5F)aRW#0g2bX;=ZVt&=EigE`eD)9^qDpP1 ziB7IM;329s;jE&_>^8G3C5M=OaZTHL}T7 zceGExWr^y6desWW>w$T=9}k?Vc3YMr0!OQl6-NUFHO7g*0`Jr)l$%D<_EAoMpnT2R zLJf4UIS$26)GQQj1F5wN#hSn<+^+}r*UA!72QKinTrRdKV2}t@wRK ztWn5X`ghhv(>^i%fr-e|A(nE-I{n_>|B>gHz>eCPVszjP?lS{QolLPLkd3<<=v1e* zoL4ij8c5oXLv@ZQj#~z7vmI`u9D$V$qK$@jXi3(d3cS~#v3Ml#ph2AXq7K7&0RkB6 zi?}Q61KADhM$WdOpso%F#pQL)g$UO8z=VdWF+n8QEVfA9ItHUOtd5|VR)fH# zfLWxKiT){PZAD#vt05>+7P3gu7U4O@`W^RJt23G%XLUu+cq(y4Xss%Cpb5;h6f(x$B7pLagFL&ggn~2 zmA9gip3Fe+Mj65pnA51LNDI8vDB1od%4#Qt<=+>$(r8NLHAe5)zK4|d_P9w=-`N6V z8^6wW(4>xdInblYAlS{vO^yj);H82J<*tIe=w%K>Rvy3;am63qakAj55c_t#-z-Up zVS)3_&9`C!B!*?w13O1)Q}z z?w-IF+_M6I;@&9GW?`Y|8d$#Ywiq6mw}@GvSu{=z2y}X(Pz(;df_v@2&$!pk=pM+lvMNZ@K6F4n z+Epdst`ldwUP+RUh(K(eON&Epi2b1_>*p@aJ8MN%^{+v%3Z1Nat_hDn0(6f+T z`-ttTFlG*?sCwNbaI&fTLZB+&P$+@>d^w&Cbsdv8;-=kkB42bwcP6~Wgf)Tv%Tugp z!BP*;^4g%lkIQQoUw|<7?BxB(BUya2R|+Ajq%A^bdu1gFa=LUCdXX%z>o*YHAEA)s zo({zc_fQaI_a{(^;tt}jx_Rhm?o8ydxqkvhci#cUaDRtpneHD@i`~5)O?9~c5XDfZ zI||8`dmVVX+%JKt+kG3)9`{F}d);?YfzRC#1tQ!>z#`Jk3tKt&+i0TSJp;4gx zJojhFQ`Nl=d8)Z9gJ*U3bD-34?*)gN?k0Gy<*tGJ#kJkt!Mcw7GODcW9*#EEbGJvu z_1$%#x(4p^$kfms3rfCwGpcFi-h{%9-SfbxiQ53Bz#We~P2J;BSu+@f+!qfz_mg%6 zH~H~&wn9}#1=?2dk$a?bU#byIsP`(wmHYVigQCqx?ee>o3&73@S&io?@;e=;RVPoV zUKM#A7u3i!Ad}siPIa`>v|sV$&*d_0G!K{YhuF2%%7xf@E<-y-j%LN0 zXC(CJ&E%XdG$$ic)ELRpPScNrh12U~)`gmH22woUe9#;nH1A?ywY^8tQb$M4S_iDD z_e;i#G%t^r=H8dlYmTnrx?6hhA%~-<=F3I-wvvwpVulfciK}ZB@8PVyG=*i3oCuXU zdTUWU<~3f2ojo$n;aNS3o1tF9JvtBMk|E_BDaxU^+k;|~yA2YA`w9rM`!obs+{e%- z7>n6xu5-L{otd_UoUU4FY*vPf70r;Mi=cST5vaW;C89M7h~%`^NYx+@Mnq&_@R}4% zcngp^AJvGo*fkGRy9Yj8lOdGAceo!4c-AIGt^$9_U5oj+cY}p2X-1%6ZFDhnK37b(69oL-k)@lg;Wl5ELO zLzmtPwlo08M(}m;@CiRLDy4V=X|FUCBLjV2$xV0(T5>hf+${BWF7ZBRUVta5{HnnA zS7OS2$9jCd@_tZwmg2v(@`3ZO{3PZFK3iXszOf>wAIEhxoc>^a1CbbL@M=l=x)e_T z6W85v`k+@EJT?f;7ZZF}K;b`rZxAak!h1;#)j1)L%Tz^YmdBM=9y$;cTK>qnI;Hm> z*&kRD+p#E0>xK+s!hixOP;}0j8W0;I%2h!d#O%=EJ%;2XxN-&uDs0%3@fzoTn(b9$ zA5g6D<2hy-6fOqa`B{FULtgzI`o?NPycwvsDYdv6n{`chUF2?s#}>Hq>Lb6yU1~`+ zSdu}w9>Kbr6Oy%cJj?n7@;;6$=SgmDn+VP~3it@7@#~Oi8_#mj$0M(9IY}%>yQJFa zkRb3~xOSY|R8_d=fg%r)6WIopI`$ojuRR$-yL;FxQNv~q*N#)~jnL`+qmD$%eO4() zp5`KD$MSY){=TMxJ=s^jHU+;ku54wwo{~vr>M{=GUa78Lmm+=a0-w3lvaZ#YSSSG z_vto+X%uB4qg0m~St7%h3}5IaIqU$@LQAx!#^an7Adlh_eIsL`&a!{-W9ri+mxvL= zXsJsSr1e1tI3)pO(putKZJ-UrGmjkGI4-GIk%E7@#4VY=h!F9#c#q->`hDVk@!ver z+Y#b+NXfy!B1MKKW>RXbI3yO)%~-T{6V;0YxI^>epb!r!@xZE6CkAclm3U}k0v(GN zsd7hK$U!7~g7C=GZQ-{lCmS)#Q}XvO8+qp0{nQPa#2gxw0F``TqcwQ@qSu(Vgx&$o z`USSeZw_%N=VOmitB!%vE|60v6+Kuj5&AmkHY)}DK;#)Hv~tW;55 zG^Qr0A~oh~2xPPCP_=IN!Nd*wE1;P69GaRcT14=|=(p=&7G+OH>1cZ|I+ZFC#GmwA zs>tcS3h5d4nvgToJ{lt<%RULYvhClYL?!zIu&Qk5ccd!zAMl)GZ-Tbx+W!Sgo;?Aj zs@f-lUd_&4Om(}Adky;maHwhjlBT7JgzVj@puYVo3N)}kgTf8%GeF6=r=fyI_6N8( zwsV`C*gvGhX(HYF6Uik$isGR^(nJ+;f-0oLQYTVJfQXjJAmWo0NE=>;-1}%=x=4;# z3uf{i+Y?CeG{;TyJxlMWqpkJnY`S=y8vvJ#7J>HIH8hwD(0UTC(3`pDo4$mi-Z3;F?6^n%F%EE8*)!_!OEt( z;%VL|j&i}hi>-Eo=0=E0!7DAr-&)9~cNdDUYKrxAau)1$J7qo#aG1sc$ZAbG{H(z1 z6GhDq8FPOIT`9<54(W3M_RymYuG7Xj7!uJm>^Wd9X)l9Kp=y0I5JOid z1L$L2KG7V*X+bt@&OD8~Y+iu;5D-jjLl}&D~AH+ObiOcd0QlSy;dJ35NLooKTwDvL3PgK4Ze0s_aGkJFl^B1)f*0?B3#dLKyVJ&-Tm z{1Le_%>L1sfXp|MH_QAq4HJ-A8{SeSQ}ba0GWVlc6;np{<(PqFOhD!mXfDru8+odl zk3+_4=I7v6-F$^AE)xmXLLha`4QOXQ^F1nBCMxKukg34jO*5B?bnj^}vB!kmcvX~> z9FNl5%S4ViMmLs;7eoq8Cd>ensp^ZOnRt!HzX+R8q4h6{d13|SzJ%585o-OCc(rjS z2yg#7%tzKGM{CBVY=P%5H--24{h zQSC`W8-pirHuYI9swA9+4(xE$ndV*`&QeKe`#4KG+PYjU6;5ip0<&c-^XIF{V zJUguh=tLt|Bdr3hT`iW%R}!f98qrFm(u_6Ygs4be){4QYXJ8!mwsN>mktBJqGND5$ zAyM+qrz>m41!2&^b(o49lk$p~BF@qDSHSuy+WrdW;}6KWUc_N;%vvvoc(%Ym?eEIT zGtimIQsixVb-hRyYw4r)qIc(27?Acua!L&>tG)c2Fa+#}<@9O5`ucBRjM+by(~>b< z2l$gQYuNuSr%whp*gu$=9+A^VV7LtT?`BOMl~XM>0ACrtA@KeCx0V4`xE_fezMtbmbHDAG)iZfM=pm_6rq$Zf1FncAMCPqS%ISTBO%?Ze#VlD-{ z@{%%#W^5Fr^KM~uI-~vU4XYwbay(!>rUds(j-612GqwbWf$yixO(MVJJPa*oQVH23 zIiew*Gr0tJOO8J9vbf)8RlbR++3t?uZzv10jY0@ z1L6XG{DvqJFH+)Gk>qX1GOj48GeUCArS@AzQHl>e;(RqscGx9{7emXrp(L9rIfAqw z*~Bu6-UgP-=v)}A+s;_9|C<=Z;!B$T7V_*3e)X1UEJPMX@5CTTr8YZ7L9=`40%wXS z;pmpUb1^SE%a;%gUGjbaD{`im=CDcLADNI=O3);4BAwVNQsiIb>9?I?e(DzVu(N7O zx{P!O6RMRG6vy(fx%FR;jOmnMVVL0a&hSSc%6RQY}Jm^ebS z-xmR2F*o&kX*Q_s4XU&kBKoO4gW)uMFSJ*QUSZIRzGBdk%ze<3!A0+t7KPO`<{|fc zDIwH?cKhIcYV<7fiygFSA6mVMe%dFlLuY3`5c#g9=>A`v?wF^lVlHS+Ss#jaqCbuO z5FP#qefFW49``qM{Yh^C^*o+9RR{8iz8FX^|3DhDAM;ic?br`zHjd8i7aQx?SuNiR z7ta?v{a(f{hOs^VXvQvuv3LF5SpLglY@fduy>~z~>--fDg;+UM{FFb7>y8U!XZ`&d ziw|Sp_(w685XLV1iy2D{W7qwc7)uIcxBRcuqX$K@za~1;su4X1ElpBgiP{D{B!5QF zA4HRT(wT#zL8S}mG|8+9od|OeOjS0|!OKw0+u)~~D>2z>W={{C8A&-zO+SK?zM<70 zi4hThpk=Ocw$$qIFrJ0eDWwmk)I*|Em3H9buVX#~(({}+1Ac^*{x$UHuWMUhO3C1K zsY31G`a@!+5_bo7tJaTH9}O+J0V+4|eUZAJKxJ|1CNg;a6K6AkM7~zxqf+8OIk{OrtXl4pVl4oDE}rv_MXke;*Zk`}I8w ziD4)I{8bno_S)YrkUetm(V;U$Ux1s1ER9ODZJ}QZ}ekH?-t_|PPo-f1eg39PDoeMzWNy`6%KqV zJ=;!BHY6M|!6(n4t-!M8=5dJrcE@Mv7)D?^f;|%?V+>y_q_srZ# z?lVpO40m1qfhx9_^J@K)0|w^GT(*;wSio$i9Y&{{Hq>pHixghCo146FFGZ@uya?-Z znsKzaz1&_D(6{a7sLm%Lx^Bi|*)q&8VRxoE(9R`1p{4#fyjQ1b!4I`e-duN?i&3ZB z^uj7V=3%JaYsP`M&-@uuMws=X<4Ds*?F!|n;tJ4ajM)mTW6hpuW}Mj?_jt1v*1ZI? zw~yU{+9;f4R<6wMz)NU+in$CGmp4ChV7JdSWps!68k7fj8hkQL2g+uehrlPxtcYf2 zo0X8ilGzWvP}v*0XRw4#TuBoDr@=OofQPpheW`Fts*i|>vNOX`Btm#1N zntb+I&wPZkJIEFEt0-4sZlLZRSKOn|=mfg%I)+7ryAn!fcjXZG2i%n~0jq0uDtq z_kmbF>0lqZmDo-0zR28##`HyI_8Bd>E8)yo>>JR(`^saRJ(&bL+?6mLn!mteZ7L-| zwKd@CTboM>sHOqdC<~rUxCnH5nr8KrC*wU-eo8KqCOcNw)q_aa-!$Uk><2 zaP#4~gbP8H31k}}r=+fB<=rf$$4lP2obgsEAx`psL#+p(9sOzh05onEUE*SQFi}`= zX2R@XQe)W0;LL;xXx}-?94OZob*a}tIYqvnM9&PATjG80=s@{8T>o89%lR%p?C=-M z9djLuj(VTuL2^61s&*Izu}{#JLGpAlgenh)ecz)NgXLyoAw54>u7Kec94v3FGZE95 z1=oeE+!;NcF}N;_?TMbl7+e>|-i>a{ZG!8<*uLmTh=$0u`nW?gk*wFm4Eja1$@0UI z;Vh@3A7>1X3}a`bmoo-OhOuv=H!=oChOx`hI~ao_!`Suce6ALb3}d&VKcu{&a=i!x z)2T4);VzpSo$Q~SrQ)G-LPS@HWt#I$UM{w}c!6=zwxKctN9f2hNz`hX9GCDt%*u_|)t#`3;nCADUfg(H^+2zqqlu;ulc$Kg^k5it zSC5(vm&@0CHJOFU#p)nS>LZvnJrT-Zm@Ki&ghG-h+SLIp%?scsnKy73=C8QRrc{a6 z4VTlc8dy4nxg7I@Y~G6nfvJE2HFDcvBlR z8WXdZ<^iNgm`vT5!u)V>W8LMpUoXLhWK9Sj87*T2r7{}l#sov%C=S}&qjW96lINx3i<#6)t9lY9C;XR)zY5|W$uO14t*I3#bUt>ffM zVk@0tY!2DSV|n?Lo*s`eGJsYxXidk*BW)r*7!QZ+I~q4ZZY^Ty!wK>P@e;LX2;y%~ZL2LOb-b`%PJ?ir$JX#4Rz+y+byy<0*P5 z?VlDFngd9+4LH08_DoPR7q`v0TWR{xq>1oX%X4xN;u8OpPiApNJ~nO-L}Jn$m`8ay9HEpPnYagG07u(_v2w=%eW{ zl7)1Y!Ctb>0JuRJ3{t513}hKYV*z+d+Bie*go1xEbpd5R6Drt-!Co4~;0DcOkV0FY z2^Bm8zy+N%Lj`-y3>927GgNRpgS~W|!40~@AcZ`$LIoQEaKRC?LIn>pbpic4D^#%D zv!Q}D7~G)F3{q&!v!Q~o0&u~vo|UV~e5b>){FD>u#mF5csqk24W6(tIEWr)Q8b{V# zwB}iAFjwx|u@5HR$PdD)2xhh3Wr02{$qip`h5~$lNjkV4;`|35a_g@GKUk8Ek^Uq7 zG*_N!E%EHwy;f2Z6+nEVLU57FVwgv zO0uJM-u-m`1$amydcXfd&sr=`e!K_w$PE2b9e}7dT-Q9kMO}>Xs6xEqM6S>))x$83 z8pa*W{Vys3U*Y5zyiYjIkIjPrZh&P3(e#-)IF{e?JK&Z_V z19Dt;5KBa4bD?)Gz^+5|EXFzs{Rd#ZqDOIeb{Bg4ro3*ArhO=ou!XZc9bS=#N593D z4GLqUv25N8$Y&FRkXrd&I6jB^UuuCj7@iN(kKiU%`jviMBA3I8pf8n^D!hp)!uN)4 z7bcM_obhAaq$<5pg>Rhg?n6oh6)u%~iABNfOR+MD%fUm-WJM9HgGXMH=gXohbzLEE z65WE>_Gu-={$QI`awCCmoxfVn!XmV5wOm(J3Eo*PU#b(l{k6R1e|@75;*I`tL^uw3 z#Y|Uj@bXXcvJp7spVU_=#7n{v2FVoH51BHKr4ClcAq-&o;85Dl!Qj1}b_`)Q2S^>NjD>?XX{fRqCyQ~zkY^JO z8io=}=n`X#sM>GIxw)Z`%{9T3BM}uKU$W7!qm(A17S$dNR(|R=T1k%>h6PG8_UVw&*bkPn(TZLi zt)vz-K!Ry(z};?qYJd#<21y{mqPEpP(U@ubf zs*u&)W$Ze&SPf90h`~;}wpz&+H7R0^k}6M#44X;&HHt@Urk-n*O!?c$&<+)?V%m7x z2AcStPBK_Q4;W-o=2`%Q3K`%meXSDShdLU(xmNjEE}qKWI2Y;-MVCRHrGE%w!PLZi zNv)8I@Qfm0%3HW;bz+)ximY!#7hyAMI)Ji~Q~o)8M(7NTN4vvibX1`YjG4$~4E-Xw zJv@jmmbq*qZnm^YOwv5<;W>N~t+WBbRzGrRsH8d=DVn;EX^?6%%IF^e(bU7ZD@)O( zhzgmGXE^k80MtlVG>VunBBx}|M!GPgAd74=Sur^nzgRVgvUuiwOJHWRs6+x4o8xd<319((P1p=QPe7G`Z=0BOo=XP+(HudB0oXFm`-Se zv%BpZq{fDXk86)dGt(A76Xop9Yzc1Q&MMk;%#-mpNCp2Q_q90nn(0X5pBbQhOs#U?cTIr?xD<}n{>o0SZlomSecq*_P7OH54R zxH|9G^!R2a0dE)+H!DX|ISxj&2(g5#2$nk`u$P1RMEi)hLGjk6fv+ifcq?1}niB6H zf@F1YQpjSwEUG#xK3Y(2irOG(-=ZvVI7SWZKeS)pj|^_ytz4J?GX`eCzmy8@ zW}Q0pY+Kl(XP0J=G%4)VEZEV9;|}Wiw(6&jb=AmVqj!{vCG$z8!}h8{`(EX8B3{pK zpTkUWmh#U7w4{X$is%A^nUr$@U>_ATI7-JZV6OR#=o`!@mB{@q)-5%idVP!KFP^pm z+*dKpjHX%){-B-=4%2J~*J&GoZBH_KKfE;Uqz6}( zHuT{nGfO_Ym2Rz7VuK5=DSKqcEW9B(U&YM-UIKNzfnfU$G~$Mm*!!0h81FxGOhH^| zj(H{{Jg=mpZ~h5zDZ);HQXSo|mP{+fXhN)m_xn=2W=fX)uwL7T}h%lHO-WeXe0gXXhC`!L+JT8$wqz8h~AOqc$2-!}t`NLp6=D zsH~Q80xW79H=u($#vfo**I0_@dPYk+|GiQ{-wJjGMn!V{p!Bcnf~dlXW)qQ=00087 zGcYUY;TR@Ix@#IRLjq&T*bK>qF+GvHdMj=FL5WRX4rNJ3oeG@L$H58Xpa{iShk8{* zOQY|8P%3)+p-Sh&kQw`3O1rJ(;LWG#w(^3QM^|qvyRag!xT7?~gmUo?hR*?V{iw`~ z^FTGuHA(^cyWA7Fc~$2I?KwQy-=m#BDz7%)fL?JvjH0oxWc*a+s=Fdu;_?SNV88+F1{sJc7iJ_QZlqDiSTYmv{F`fHG>FHa`ttk^6 z6ZL@F|BB@HH04*N5~hgP7^_8J|Ees;yfOGUr7GIE`Zo~U(x<;+-snNi?<%b^wYm{ZpBYV~m@Bg7qDW{Y&Yd5C`jYVrM782W{5HEiTQ8ot+bSicg@$eaW!Uw;qf`FZ0t7v32bzHB3=Dknc}X>UHX-rH3H*iMSL2Kysy*}z3H|4 z%H}-Yg2P$RLJ8J`vmpD+j6V!bv5!WbI137=my_(z(98!)e#ZwGMmP%!lRc7sH?)JZ zpfK*1?6c5gI138nF3ElmhK{qKFm6fq$1%2W78J&vlKt4yNVTVMEgh}q2>a6Y>S*kZ z#t8K#IHx;=x&&`OEoFd#bWT>2#8>pUtZw!$hjwue6k>vNAp1ZBbE})tgS}Ptfapva znp%W6$Vr--lyZ^EHvKL0 z*{0%~u?!k(Q};8hr-$G&BLsp64K-Sbr|GDQYg|I@J_0h#qmO&!?ublw~4S zqL#7x%S5U~%_G@TSEY{On#x3~L@nm-Efc8{^#Sd-)NXjcOmwMZef~@&mx)w~dYU%4 z)Y`srTpwLx>E>1Yq4++pT9A5>+gK)4CF%_}-7=vn zQS~Up2carcOP|^bFCL41DBYUw`P2fR#2UrfPgpjW6jhDdMWDs^*#OFfsziNBUq+}Y zzK*Q9GNCF_J;;buCu5IbR-{_wleq3Op(;^@bTd+2iMi#ua!_Y4x?D~T_-@t9fGUvM4BV9aUp+ke-TCQ&LB9Q5^1si@K$#U2H{VB2}WA z(`!*`Z83>1AwT9JEgFq(PKD9xbxe4*W7K>X$6)Z;&g`mKg74C-7`2_y=|l`9e4nbs zs?)Lcusv3dLD=BGW7THZN%zF56|iAkH%{GH=Os)de73_P?2KQ-SZP>F{6@w~!&2gT zmzvLZIOo3jBNQ92HtXDj1uhLsiC@83X;@198OBP(QsS>MRvMNP|1)EyVJY!lxT4aq zl=ukR8Lw6@|1~*nn&nX4iP{%g03XBwGh?l zv1D~yvKNLV>e$dyNy8;p)crTKEDug%H%zH_Bbb$Uo;mw^o+WjVlT>cn6gy~1EV{mkG+ zDp&#Fq`(Rk-$#y>zzpinU_EVNP@Vo4ZJ?*OmNG?L)kxU8gQgGT${16AV} zVFeDIBp1f;b^@YS3IUV|PVOJwpGgLHFJ9-F^v|Zj`yf4Z?u+LzAHlcW$d;VD1>b6i zzU)<)i}KH=!ARyKj7uQmE70BmT5a5H-MkwaT*nQDY3CuN564aO+d092sY@aund$ro z&l5K11vAr>Xw6#H5DCG}Yt@>nqi4@C_&thhReO$>sK<6SiDEaXztb~6izt=9AP-zf zj-@G0wDQ4D8`U~;$lQXjZ&sTa{C4*ydKPbYZ>b#Fr0)P0O^-6DPa7HRqq{p`5tC`y zPGGOoUIy36y$c|kdhUWnoT7QV(1atjZI_xU|7nB`;D=qR2V>^}Xke1L8=!y+8JwbV z4A#?X0J*7yj*oR_VCBEP8y#Jzq@z95C#d$oLi0gTEiY%w6yI2D9L(6GPLe~dqSbG! z0S?yM5xn${nvainU|{>Gu!WXNt>0HWU^i;{`)ViAkZ!*ZbDe@$TO21)#l0}gH64|XyiSlevO#0n};C$8HzZp z7Q{I)ABbuR`~{8EjM9NrkLZP-^5DaO5r@^vvI8G09fqe+O#eEJ#sa-~7&A|MO8ZzH z$mqh4)eMHgkJZK%D>A#j@rS{|DH&IQIYoaX1Ea?|cvv4v3vlD59Nq@{R|heTf(&|*UISnSJ<8w|ZDbHhcNuh`7BvCp6EQeU z*BGFNS^#ZnHUoUe!QcR8*47GTDWAsI4mI!)P?%s;9e|zGpTV7Au#T3bV0u4UALw<; zYyfGF)9MDmw$p6}D=5Dqz+_t3P~(pq-f5_%;0aS29M9YBIdcPG!1%NfTXX4T^%U`${jYdmXVR^^>K{`MyX^bQQdvnRG$p9EI=OF61u5K2?e zGO!C{HbWsVrMSl0by~1T^%1@{jG{GrR2Ow=qD4|#bH~H!D~Rdqgb2@E!<%ZSW%Om6 z7SP^c9^{#HqlH!p;ZdQHKB(+SUtV^ke-Rq#wk2q$T?%Xuq|%v|S{wc;i8XaHM5AC~ zE3HjzaZMg|?M-~w%TsQdKeTB9b_cLz2!0(G2LI{0HxRx%{ftyyTJ zQEW{^DbxBDYo^^gh-Zh@4w;7D;}w-7XP?Jn$-rCrCVPiXNL6?T9avU5NDQkAMCQN)3{f%1oBk2 zRw92DD-(QjEFBzjtyO4ip7k55uWIp@aWyLq`Kwz?i&3D4#ozzev@%d-Evq?%sBH~I z;W}0&V1)^!zez37w{39E> zbqgvptQ!!-w5mV^yEP1a9M$H+WzfIw|3T0R+&W+$NInF>7t9-;9TQ2iW2EE zxIi(IB0}p5G#2Oas#K9;4zY?9y2U1!J{Ql zSF#3ZF*Pfoa@TZ6B2c}r`_y8@b<6(59 z$L|V{@4ui+PgDp|9d%)YXaWytsA&oKdSVp*aSJUH8c{O9%ad3+56@6P?k)!_rwbh& zprsVw2V1Y-&DvM$Ks;}p=L0;Kn}!-hEsL4@tAnMeYvbqe*^6?TQw!qww=3MQafPC( zaS@0k^m75t68IUPC_yWtxsPo?b=*OvqJ{SzBp8mRxQmt$nFbHkT*Z8nE1GG)b14YP zY?aZRzikXVTkh)IcG1r02E_3KXKwF#B2>lCj1*Sp1l7S>5gkHWF&x?GBGECV6{lkc z&v1`~5DUL)1Kr>^0JJg8ZmJ=51&fl(qe7=jk4CbX(Q}x2*K)lef61BC5tx#AERuhz zB}~!P2aqFXKL(0#rn3M!KR}wvO_pLFqmEB&JsA3$O7j4c z2l1qW-yC7x$8Lqi#N^rP0hl~-BCMZ|4A#nn=MRImoa$q_Bi%|D7DIGO703s)Pc^Qi zC{5$ka!Ldbhz`in9#`5q>NrHJ>3<2;h*TwpErbW-Vovi1R}Rtg1a_m24b@`(A;bSu zuEe5zhV+kdRar!hM`#f#_ht9zKs}f#UAS`AbJdy>vQ7M2N17I_HcV56e=F=t{37S4 z13rO_kKh82cEh#(qC0s|**dkYEH8;T! zsfjCf8>Us{FX9~dc4!fu7z0;Xqq}3Y<9P`X6oEwlFyoFBE0jnu3-!lJxdQjc0Wf+O z7fRn78!8+o;{<>&=)wdo$Fm5fCSxdtM}FFX zVB$o$?V<(^ox~-Bt0rlS1h%$wrfBKjkVRb-p%KX4njP#nMaz-#MJD`*w9G@S$YlcD zB#E~f#EPMbXyEHGZjiHi+=@raXVW*u=&51BUyC(EMugk_>6+g&j4flVD9`h;cqGR~ zX*0BHqGPb@3@u;I>&-eU5|N=P1#Hqo+@DB+8m7TMkW^cq zVW#Hy_ha6bL^@mcv&b?7SK4lhodsX}GiotQOObEL^zs@^!ntKMM~m}>EcaHa;WpK%(j3eNdBJvbw7*1yM^Qj* z^_ALx0=Ip|&0NVfp&_mx#8)cd3}0zu9ng^G!5(sjf70}R64FI zYy>mGC2RyO(zsnGg$nM`A$dM1l_$L`T2>R+g-kegdGzyKZ4QK+JWpF8`c2}|xg?Y4 z7yhe-ORSJ9Lb%ZQS<;vFGz0Zb#nn8-c*#gk7oD1Z60(tyR2z`G23J!%))qmbs=ok! zoM{?Od0vYx9?X_DDUn;te=Lz$!Lj>ITs+xLYQsYCi=TljT-Br=B~>+GtxO5A%|&WO zT;ZywhG6kn=D|8FyML`ETmKOr5y*Qyj#^#SJb|8eE%@41?SMP{ z5#apaw7TEo?f=k88*h+CodQ@-{TaMVK?cW3{~F*FJ<8xRZDeqZ?lO3tTAT*BPQ)OM zt}&QNwax$}(`*L!=p=*TlzA2)m&P%uPlp&pQq(zs(bS*8Jqj{7K>B%r@$@JI{Cp9E z(R7zVb!u_Jb_n|!?r(tYq@D~6+V+iY91brszXj+(tG@-Y1KnoqMe2VM*d_`x*hBgy zfR^;=C8V9AV+`g~i^~9KY42sEdB}YQ0K0w+-lc6!@BR-q55Bu~-?nAq=S^xcm_|JrJVLV>yiVH~)TWaRy3zv% zizxGstu=kHR;eIv1()BkEmzYz;(*CnCr*-{OXj25hktnEKa>IMQ}u7C+po6d;x?6l z$@+(gFpyP^gEy3GuxCVs3`HsAD-RRLd;M_C3MKFLN+brI8XZv=8I(hq;t&J!Bxg3% z<~Y&SRJ_aYLn+&O5OsA6?j@gtXk%UcB5a;VrNXRO8MCEq@-JN~CLcGeCa;541wJVf(1Hq zIEPitg{%nk2B~*#RnrfZXHsp*sG4msOKIj=tQR(OOESy;CT4!aBp3Q4r zLt%WVi8j|WeKh@^t%5!t0vDJLdh?zw-J1i%co@auz$gCqY&n=TqJFo%fX{q4|8CnQ z&Qs4nY|X?2di4*ChOzY7AGUeoN9ysXEe1QkROsLpB`C7=IYD z;dq|$hanq|Z-PDkvf;ZOA4Y_M?{>1$SMHX$c~k@6?Tp2fcN#7F+g1hB&ECIlaX7p@ z^S5m&_Mu1I2XPjyxo_*~8^p~i6UKqh{k;#6jIUW9;OCoG(-6ioX~hHl-0E{nbM&g> z>7`HVRYcvTFX-d2Wp4_-HRi4&2CHecK+;tDROn0bNn2kT#9_2e)=wZN;~7OCoSF** zG0Mbncgr0NY2IFPI9QxGw*RRibUbWYQ|!|SVK)8h~;)7hpE z$&=8<2BI~dL7yc{k@@I%<2_kP!eZ^-fLn9`Rv`&vuk7i75#;}kezxho6Mn#0H4w*9 z(?lGH{}+r0192SFf%Wz0(+FLUOZWiRZXk|hB!hd|!>^p2qiv=>IT0G5k>H%yiM_c+5jHEX#Jqf$UpIG{4?{k<{Bf9JOe+OW!P(Ql48s z0L%W(trtQ0Z9ICCcO6UlFrLJ5fhKwMqLltnu>E2Dh~p{f&;Bre#Nnhn$R>WEW?r!T zf$Y8zI2HoIB@sHl8?HrLBatUEsFc$YJTirv`7sj4(|EsL(5xM6t4#2S_j61u_AjpIR2Bryvlbe3Xun&Jvc19r5;JeV2(H@y?~sqx4m&9l4@L zr4b1Dm6KZBpJif4yhAAvt#^ZW@I$md)~8?&wU>z<@jgmpWAxg-30z^B*b(n`d7o6pS4#Ey7Bq4}};Y#}HzPTz)Cr~`3&N@@YuQ6_f8%khi$GO;7x ze~}Rn=1ZtzyxtF`7scxZsSCM@WkN^1Pq3+$2_5lPpx?My97QMStuU=TnV|QRwG{d| zL2u$ailJ&R6FcJln-UVy;_ck|WnxFXU(l9G`uIEf}PI7ll~puOq%p*DcE zq?8BPKsC$jDQUg9Xqng%?=m)`GO;7xzvF3AdA$~5XLq0grr0mb>#bx^lT-C;vPdU0 zO>gKrhj#p8cgOUvis@h(bxzaU!QFc$4MM(5_tW(0aIvPP!-RLy%jtSEc%a{;>-aAU zWY5qy*6E2!#9kUc;(v;<((n=g5XMTwNBnQGyrtnI{ylUfLvPk4n`JHyAMsCNtTcSY z&%YyMFAX2@A7-pHe8m3+W2NCE{@PqoY50gA4V#szC;8{0;~X`j2cum{sxwjBh==49 zdOK5ZSB<}lvce}RB@UP?(v?yTGix$ZBy%d1B1{7dfovvXxmWN*Z*{ZuF6g%xvh-=$ zn^2>u5q%mZ!Y_nbO;Ex)&StL;PlIo8?~bFwtPWJag5Fk^D$(2u`Z}?nDpy2&!b+N6 zQ7?yYoT#EcO~pDCouls-zXy-y=)Z`#&KM>#e&*z@`Zy@ym{+-e-ejz7@B^?cA8Fo}(jV$;ja(+?i`3VZd(@Dl~DElb@ z-g+1$)1goGZ2Z>P&!6h4@{nhijkKaD=a}w>Uh9{$oKEqLU(zR!%ifC(v=byo5R_db=?ieDF{Fd6G z(|V%+44Y+P_;V3eUxhgYE`1#Rd0MZIx^mCx75z6b)#|Eo9h^+{SKRGz<9pHYGw>i* z()=@eI_9^x&R|fyM`zFI39k20z-_&T#l#~iDWsp(6JvJdp`g_g7A35GFdNxg=!0G1 z`_6`E^~{ugNOn(5_!^zfClT&{Gd{_`2Zi_~!ab6nJ&T2JDeXS1*TBo*t+RSdD-8yw zSy8w_o>$d>xBd3~a+Ri)3*>*Lb-16alCfLC|b`oO`p6yt8Q1bh(P znuvwkz|VdRy`U#_o{tu|tjl2Pwi?3~@>so))oWcr1wQK;C^*96-`9?`TA>N$ti$lk z{nq#JS);6JaB`xpZXvNYfN89?8=V|yt)*`+=uvtx3M5-K={}Ioo1v9-s{_(AEdJ@4 zOp8~zENd(po^AaK|EdxKXYo#8y@6s?tXt^19LtX3pKJAliRD?(LBCZk6*5+{PJml= zYdJmrjh@ipc_4MIa!x)FY>xu_E1do*5ufXYwXjp5N{c83D*f*v*KY-JFwBZL# z5Pu@$42T*HJOkoi^az86^df`LX(vGZX%x19&5cy2)30X`@(A_#Q7Os1$a(f!wX5og zV@nVI*Q;?v9#60Qs1!K=3e)#LD&w$x>GKmSgM-#qANrGxJv z8i^kpo$Ou$=ccjyJo+@A zKltqQ;|#U!3mK3)kskdO0@-w&p{_;$^jBr--F&Fo|EMw&O(hVxA8p=0TiFjJIZ%l) z++U@=i%Q7PN7Plb0}`p3eJ}#(W<78vdPyF2=it1hF&wBu3u7;v0E(R zcO|R@&;%ryJ8Jv8(!4VtK#H{#DZh1aqN70f_}V$IqWDZxQe#*6ZO9eWxzAE^{R3wREP?YDP*OfNDb10eM{WZ=$N9t_) z_jR=KMDqTn^z%((u1{7wyU}~((zL%2+ZESVql>lm*3+~S7X#s50BDma&V^8&6>v4<#fs=MnYxO zLk5>RR3(dkuvv3e7MVDhS;r0HJ{rnk8EtWk5@{=4aD#OxGCUyOL47@luM0iN*a-T< z1GmrUXC@{_Qxz7pB-%wV{Ef<0aY7mp?X59-fF9AsD=>&829Jva| z=Ha=FMde5bz}Dd^#@>=6&j6N&*D&_B961cwG5k7X@5qt5NPCy?dyH+BBcp+J3xCSk zHaYSRu(I$W#@>}9tVHbqU5=CiyCaO9x_*&TagB*P?XfR%?&G4_!hc^lZI@CC+p%aH^$fT`i@ zjO~#l1Axs4v+d9zcIkc#?D24*KBJ$=k$ULSW`;8u+bc)d?8cmMK4YKCk^R8thMQCO zfarH%&_veQ-kc%S4f7zRMl;eDgBWQtwrgli*<@6(xx~ zTP#Mc@V543w{bWc@B_;Yo~1Wrqdh4(p8OBdJEnBBvif;~CGgDMtfS#i8JN?CJ^9;_r=bTtjoD?n?ZTV?vc`HE{)*l% z-|*yD`QY@Tr}uxu77vMj78D+591NAOIy1w*D^LK+SH1bYUzGg0qCRxXZF5CP>K45_SKQhu`r(73 zgX@3494_yZ6ipi|-VDUfaBOG~?f$ZzYDP5jq{yF+4_7^9mG}0(#9#Uk1ho+mv!9@D|Bin9h*jh_fsLfW3}(=44ERnFHBTy{0!z(u z&fgOI-1dN_dY!wr*o$!AB2+<4O8)!1zJ)R#RukzRc!I8Vuch)j{33%jloF@rs2OkI zQ?v)4bE%}4mhQQ*)!}$uw)ZBNQ)Qgml~(LmaC2Q$@v1Ia$N17J5 z>Xzh5bTSZSn2cbT?HuYKP{S<@9VI;jvMBOXc*-N-*IgJGVN+J(iR}{3w?I^58(ux} zR!{KJ=FvL=wFw&9g@D>F_zOG)G~N-Cpjj4HjvDV8NYXCREeUFtG>%3ks7bvK!6mG1 zMDQ$aFp^VO`yN@5t&IUaqVbon94*t0DW~=*BF@tu03}~5LrNNG3l%gt%>%9l+7HOR zLhUbs)uQ$_9Z66_I1+FbAblY?wbuAcOB;=EZE36Z0;NPNN4Qe0DHSKGjTBxfJGJHX zU?L73?1HchZ5C7e|wN5&4esYtrb%1 z(&|u3l9~cVOtU1lF%}milGK6Nc=lP68u4#KPCK-=@D1~pklCrllP6i-0_$+mWOYpT zI&gFL^Rz^g?R$h^i3-xd{6aUTJcq!Jq)(_@P|cQJp@)KMK_Y)ph@0R^-UKJ>F3-yV z!E-Pw7*w~y#P_&5>Ktk2!W6X#I`c*;>HukGv@%77cI6jZ7E)hw{;5)jH1$oin?KW3 zK8Ki^uJ(?b!TFKzOlEGb;slzJu8xu3i2jGB$5!f9 zPi$*BZdLrg03V4;9zrvCoStRy9vx?}g$l+2oTCZ`#q>FYZj@dQFoZ^zqiM~gX5-PO zj?w1vAVPD-SZkU%0oWSa&0rWMO$5M~cLsYXIuTw{sbCT?K^2pLU7{Ie>Vlqk>SD85+>yd}Ge`t1%xt=f$cOo_iKok6pfzus3 z4xsqBYRK+1_IC%~ZZUWk~2M`?UwxbAj;}q3{aC5On3U`2%p)+>462PFw^a^U0 zL-{&sDn}&b9JnCbSK-^uRmUTvLjlFv3l7RTuopMgJq(g~2M>pOoyJaA6I$F32lbFx z3X&VKiD%hSV{<859gjX7h-;9CuTm7_ZI?p$*Hb+D4%#tY&GoBbZrx`NVh=0`Y>3mJ z)74vGr?yiC`pBDUEQ7D;d4RkU_?D8xiH?nzZ_J;XN{fu&sgh$Mu!f4;luVukus z##XpHJG+{(RIbrLQa;0*^JbUrJ9P#9HA79aQsLm5(SQYXWps$vdqjO*rG4{Z1UNJs zH~;?Mi?E`1%~n^%4&Fp@3D&9vRJPr#P?Jtj(rSQnbUy>^Ct)CyvIf9Qeb=A@r&9V_ zV7Ru1L2KH<0Q*VSp;|spPptzsm%d@JhH};eq|(IoaO*_!9ROB>{T?H}rFLu9t=BjmmFzjZbPB-B|hNEeUv&KAMj z890^2>>|70g?HBnOzIvS$pG44a7O)of*A>=CH&o}zZKj+qizNOT>rqotNJdRF-)i% z=**-Z{9YIs!0aTk3z(a0s7Kz(uAictlw&r76vfHXxcydBL?%9lPluR`hf}nJFSl5U zcYJ@qyCHhxX?76bfaDcp;om28kdg#nIvEfOo*?ftRc(NC z|Anurfz%BgYJwfDL%)lWi7^=*t`ZvXsv0iiqaB{~#9X+^I)RlZBkeGdRQ(jYWEwvL zsnVZByq>VZ@*mSP7|GKAfXfN*yBwyj?c$KUMRed*wQYp=+Iu3dA@Jdv0S`(-P9~~a z{BXR>QX|nCh<=)yzNQv8`38xVI>a;UfACAR4gYks@x&*Nq&Kl->uqnSwx7Vq(u|77|Gi7d6ysoBr)Zq^f zynkr_kwZsOyPm>Nr9DMrwCg+S6aUXs$CUQInzL}bx+MDMb_}4=QSYg9HB3?e`9wXB zU0mn)sxP2HKl>@#?s7W*DcUuzocatHwwW==pevuDLH|fu`!EFU^2Uasd-tIwU!u|b z(7N;EW0$pUVjAwG0u8PE2L>l_2oYd8HDgdp{Q=zFpsRY0Hc!+NX!+-A5$zmd)x&LI z*FIPKx^;p6-#CcsC98DLS8Aig?U)kDl1E0N$oSU6E>8D0dig80rSpuS@4iygVO&J| z8Xd!vRP?o4jOqS;U#nTce`EIIu{?Mx)=`w8uvX(;wcel=U#qRsKLOu>wIAh@U`4?- z(P|7zlJz{^ldY9>{cB9lMp2z_)Fu^2F_Fu$8lX&atsy9@JgW;&QZ2sjvVoP0GHhsF z!+U}C6$-4-ngL3Y#S_^^)^yMtTXi5nvBfuIHnG@%T~mt>G&Hk%!hds%cQ?1NUI)FU zbsj!jS&w5T+}hd*K5eX@(g508O+YHK${=K^H5Gx|Sv(52w?3kC->BK(c<&H1w++^Ux=eHtw~ zqE42iInfPA)jCr0y&TnaC=VTuXYiM*_93R6-xT`xn3@RRzaLYFNr3l$t8S3MC2E{d z+uJW?->Dx<(5%!ssrJEl@3AMrJ&u-~RMX?ebCPqN@t;84qQcVXo|CGX`hV_*Yqa1_ z?f3s3DsPpv-<4>osx>Ty>Sy%L8ryK(!C(W$-2z}xe+DCIGlL8C4}(S2y(_>~dI7*G zcc2ShwU00djCKRnAmvto*3_3lM_SFG8(q0o<1_iAZv(cHb}+zQk=+3{MEiHwj!PI( zOL_p^PtW#%*Vjq89oRPN%V0UJW-y7a+^*$GpHNm$Ez6nKq`Cq2)Vx?bjP9xBIG=1n zV|W?1iD`m%fChcn4-CpFt{1=nY6jrMZQ%oYX%UY+0d>zsTPA7&THZ@5bQKrJj@d7# zYrV9nUI%s7cmdVoQ4hV_8+Tu=rhoU=I=AwmB37S#$N2XwY5~T!X&`zOndd23Vzoh8 zDES~cl*V|Ku$KeAlxcKtA1x{Uc9gn;PswPF%5$jbs?rD*LsR~ZcU^gd=J(MGf^6C` zfIU5EnaXkmNK}4 z!6IAv0sbQj+hWX7-T@_7X$0x=l((o$Uo8tWqmg}a7v)Nt1(5d-JhxVI!LSYVz-V^L zUQkMuILK70umQ?;%1sE~UU`KM^wkzal`--TEl#^p>oz^<^3Xrc)VRvMcLu3!vgKYl zSbOS!>Y%*@`Tx0|a7JH4re)tceN-?=Qz+P1v7!TpYM)5<4rMYDumUguUOZ^YVp%R@Ue>p&a1~XVhua%>^O`^Qw?6T9b@TDwdF0@Ke^188W_0T&XkO>`_=RuEIAh=5>BZva zJF>9khO;7Q5Y) z-fUoaqYWqF>N41kp7yksLJKErvtq~pPfRv~)NG12JlfW;_mZQRE4257yCZsnF0?rf zcNl&Jq zTB5do221o!(9F|-t#UZJ=@~86g;ng{dC31_>hK(Ld<<1S2MpG#Dj^THidQ1z&!MPi z8;PO$$TPGvM=AdNJH|B|FdqN7SYCQ*eI;bQfV$ljd07{8@avV@%{42%A<@zEwf;uM zScEh#Ay`|KW$hm(xI6>Ktak}mU=BUn2BJL!r@JfsVy=9OG1+|rK3$WU)IB(efvjBS zen7anq1SAFo&wM4DEh#Idm{T1a#lWQe2{q=vqn!2w2D80n?)X>0j88@WUKjJ;Lb$lclkv{=|aU~dDoJ?yf`MuuqH8Ch&2 z!?X_=Sz;q29j>GF#R@GsU@tCX*Scb1$@e(BR?}ZAwEVbqM6T4eI0ZtBb5Zk`&{K?{ zJ}+tYGaiQXh@ zxoMDFO|WH^wRi}jCdLGJxOgc51Ek~NBfg5tS8CZE3fV(r&l!*`en5$~62Q+(S2f?w z^7_lb-}9o;0>FoJvkp<>Nk&2~J2Ae~bZjNM&yx#Z))M1cJgK)-?^%SCZg&Kppq!Vr ztk~Vuw@C#YLh6~sHUgwFDc)X?fyBRL!%1Ua*6QPE(NYA#Jafm(+PwHY_Nqxm`xy32 zf~SG2G(U{?k6(ps%!AEQttiX(^j)KvpDbI3lQ#2>V7wmxx`(O$YHXgoLbtBgzLsvK zx@)vds8Tzx(e_AnDQ+!VJXkkhi>n-Qh+r)?{q3WF)@qq`x!k0TYQbZy!!~O+>oNxa zET1#lah-O%Q<@Q_4cZ9b|Mc)tX@?edQTt=ggy@g&YuT}TW~11D^=)hPvASF5alRje zQd-a87+qs9jJkRN7SU1$FgxPW&to2aRM97581E?nhS6RI%LyCFSyNT10y{;zroVv1 zt=IJ32ry0uc9r}Fyxc*988oNY7{FMPi2#K(#RLW&GJ`5gu>iKw2usg{W`Ha`%lTwX z;pF2Z$+dg`Hw$9D|DTrbb^a1V;+JyULZ+AE&%Zs?I8M)rj})Sd=NeZ1lc=DnJIPEP z79)2Cxnry!dyCd1fJZ>pbTPL0-$2*m^w^-_l&$C(uf9`)N)}ygD&6MOXV&UxfA;A; zqOJY;g6J`GvWn#QFgnUm;jIuf>sT4m@HohJ->Z4!G@cz*%Z8oTDX^5!Q>GO=8-$ zInn#W`c|iYH^LZ8;~b7Y7B$G$>sBOSk|H~mUn~IO=JUO>kO^xZEO8nkmt0?i zcd4l71+heBqO7wbTq(5?q0dHcEA4E=(E0eA(%weAdSA$29lY^h$Os({^QouR~vm5>R@myMWAyXKSKLPpujJJEZtS z^jVIc)}#&?&r$9Yi6|z01*f{7kKY~o9QJ-UpFlwZMsi!bM`i7wfPLnST)nX13(iSp zoEXSK|K^y=b{hJHb!?YVk#3Lhp^Ua$)? zSzp6KtnjHQl~jEz{hF&sti7E4jpoy!vMJq9qG6KgOmw@Cb)nDEXJcOY^`?&QX%QD}l8RR3KVqQOsv) zAi&|4O2!*->lir0;g(5$F2pW@ON_lB`MyN>Zn&)j*mB8x1cDw4@CRDurC4%L1>`tx zBrBz)onUh&a8)6Hp56kT`>lC8H6P7E*p((hif6+JO5XF)YA9j(=pVR1k zJ+0y|i0#GB4)HDrpTu77mHgZs9f3idG5u@edm0{;0Wmj}8Ot(I3UDx710r(>zXK^K z!=`*O60U(%PS>zlPU4CW&Y$6uU2){V7A|t^nCi#%$OzoT^#NO^7z+e0BXVVAj7w^u zH8=JLV^Y)&bY+=F#eC)l_!zG;I))Vninx7_iDAtHQ|bN&`r^1hA&Qotu>w5NcXgw< zhN#3xQAm!^2Y5;$1427PKE&b*Jp}G@s1Ba)(39Zp3DxHe#aRHH)*<4I&{2fV46TG~ zIMfcVSs@M4)D11bGdr{qJ|m$spyz}(gL7`E9sK8o5+u~|{1B_48ic-uC=EkAku3;i z!E0eC2hkUWxH2{hv0A8cs4j#k4)N@}NvIy4xXTMsHVgHJ5Y0n;sJBIk$I6zW1SF$X z=ymXE9U_En6WRrCZ9@fkF9~&pYiVe&h2>1U(CY}+K2!!7JA~MDU&qincMQia{v3Fp@c3@hB1JVBZRUZ_e-A8e9Q;e-ro#=zC=m;uk(?uJ4z$RI|ll4aIf3T!Mg-p$QM26PH2zd-2ys` zk?!`k6bzK1h>pHXH!<6UY z8RX-kru+(?uDWnEo7LsM-IO=6BU|-xZKl0NdayZvVTb)BP^8cT)Hr8|<8g)Np^)TI zDHymze}E1%In$7t@qTYU__;SxY9qa2zXG^OR?<}ji75;-jxZ%ol@Yv};)jHi*TY|k zW0cH+aFpT`PT!ym=TJV2^Cadcd^5e=NY9Xl(npQ-bm>ky-3W%V-$XoY&Z7b_yE6qF z>skK32nr)3&5+4SYrxo%bsKeWtf$~E>k*Chj3I2tT;k!u;rJGRscJv+v))dWg4Cep zYhZ*o`&Yjb>603CW+9}W_1m-O2EFnb^s3+9<}!g3D)r7=3*rf|iOHJ3J9@sc?sq0# zL-9$8EQ5W#K&s*+{q-s-*i_HKMxS;~b-xs*-c9v3(qqxern=9pbl>5R?(3lUamJ3N zmv+{hYUFC~PKvK(T(AE_L&uFDNnaRdYIISV-ZW;NKYFgG-j=uH=8ea6_73Q5FvoqI zI!wSE_tWUs3HtpKRE=4a;CP6}O#-!?&N6n4T0IPqOtTqup`#CDf&h{jLT=hd3kho)mz zKXSUhO2<0IKMV5X9_v|1_!-KZ4Xlc$%tlI2(Z$(1F1@Lii~+Y+{x7eF0QPU7J==#_ z)j62mL!LQ$j&peRjK2=g_ye>RG_wk+9e`$%fKX-jjQ=_^2=)X@+Z$Qb_-XwXXS3K` z-y2>1w7%Y>_d@+P4xu`{Y0^FO^+s`Q)(3hK-i5*X4_Y=~4>sL~<^iS3Utk7pN;c;y zTR6CJn=W_6ZrQUC@hb95ctTe)h<=`rY0E5BM>W|$2t@fXYH#%gyHHw$&?+?k46eua zy6ExN9I!Tif-i@`D|^X!hUGAtAYzx1j;Cz&g0ODm0J6zrtb(gz2s9jlZS&x5JONkD z;EAAa3`5LDh0z5WVj53^r)3-f(>Q}a2zU)vx5gX8@bnpN5WsJAgg^l!3u#F(y1`GP z@gYP>GJFV|Y`EYWG$w*u9pgDfpJMRm{8ZyP_zW38Ba70EYoMeX^WZ1LSOK1yMnzjl z6gF5bl?9vi7}|{65M{P;3c(^q3GzS37>;1M27gh_Gd@K$`3BEC8yIXJs-ZCnLKGO> zjTIWZK`Am!glc5$fS<+&n;#9V#%lO%X1ol6nj6zAz`BL81VXel?tl=j z4DR+?8xjJyF?efFTVoGIDKS0PGcJwx)O}X5neXVLJqgVwv{{%IZ8p&>-HE9Nz5sU zpCKS060*jFg*mkvPjT3r3CwBLcpZmTfW({AtMQ=2%0^^nMKzx6u%4i2NDtz};2P3% z&CTrkxa(o$wwy`-CR{wzChA(G%aX-<__(QoxH#lhyc^iUxBQCZRC?3E=J`QKtnd5AiPazXvXO445ewdCf)*Iv&a^v!) zdoROpfS0MhOoN+g-i6}J9i*&q=yn$!m}gr9S=z3e0J6Zcm$Bj zZA1iEK54v-VA5Jw8maQJ?*MBIrBVJ9Hv9I-a%r@UNP#)@?h?J8B}4f5>2BjG@K3#; zE-lf!S>q5g9%B{9ndYS1mg;rzeRTLzjAq}{zn1E$O^T3-2@#Fu2n~c7{<{=T!4s$r z{(QXH4@b%;5I25>8)F6P{{T9&RL^Xkf%n9QZqAUs?0qv{G92ks@t#!T;SZgDc5|e6 zV@ey(`5I4-&^&5Z1sQ&)zEyf5)EP6Y^qd|&xN0p;I0=~_L$F8ikIdn0s!Fc}%{6as zMfUrsLDGt(7ZCL#xU;A^8;~>Q5Ir^!=Dx*w^QTnry0P$iJq>0{)1TK*;^U%gnO@k! zE`!~68O(;if8igowWWK~xxiiXUa!c0n{)a+Ig=K(IrtG_;YgXuAN|1WmN(?B|>9dvkcepWh^UL~z{L}0SHfXq@ zT`d+++< zYJF(BKB?EhaU*WW2>;;F=z|~Whvk}2M}w?#xbz=4YT%f0!$y~nBlCzJjQ+M)U*e+Q zdK&3;&u6+4-TApb6Q2hD?`2`Ma}#a?8}o(UT#oHXg_^N_RQp;#(@}lzRt#j2p*g|o z3T#BD7`gcL(ILfPePAVnVRVu~IW5ApKMBX&)L3}OCxEV*SzUZaZb5^-2W0IB_ZClruYe!SR&`r9KZKTzjs$@ru9s~tsgwhglk?ocw{n2R49OFH%!q@5{3*?ONQOQ#iTX7#im>mR)5D*s8yNj7xDgtEBgi!TYya@krxU_ss__cQn4fqV zb1GjjCc6uPxq2h;4fE+c*hRSif*kmM^f|zd4N|wj&6UGpVph^&>_*5fTn;x!pwp6u zMku=uoE<7A)i_+8#=O)QIF!1RIjMc%>Q-;2V-1az9uG6rwt=MS%zn=-F7i0Hj?5pnefb?6`)57TH##hvyZBb>uq?8iWm8&#@ zK`Cu5K?N$K#-+f@=`jX#=wPYA2dMukHL{#L4@mL0;dpi7iD&!{sT)Yzt#+Lfv9d|DA z5aA41Ujc}YES7j536sQ6cy|gH>VQi;hlpj-6;ZmyaInMTmv8HFrn;&SK$YDOtNoA@ zS`QFW5t)~L|JERILPea*I3`^kG`2;LniwObIJ7NrK~0R|bsXADwyf275J&i!K}9v5 z?9gD0rl7NtT>m1A@`(N&f*ZWE&;6*6d9WxG)u%x)SssY~0*&o#1aIOCFC5|!5+gZW zQ;`}^z{MLOs?+aDw0;IAzK4rLEM{-w2NaW26hR;yt^x(xur2fjm{p`hD2M0=5hO9& z_Vp^lxx^TxUKUS*kz4e`yN9{qBCzq`A;eYqSH-OetBJ4Rs*91}YKVq-H^pqwEm02t zapD#D_lh16IbLwn_2GmDnvG}#egW}$1)LMa-ykK50(eRiVs` zg3pndeu;m960&#yrU{<2q>FiQ&9Lth%@q3)aTv#MFhdaI;96H)0-tQL3eSk(-ZMuu zho4-*yQK2O7F!!8{sp9gcoMQV6qgW9foKn}g<>#dED{ePKqD~*!Zj8_P>RLJcs8*= zm^T$wh^(353zeITFX5+!&=7G;@eQ7>L@#h_E&Sl$Ms$RqwgP45C=v09t5l%dO?0#q zpChvNe1H&jKJPm@DlIvEdy&cqH!JZ^WInKUfT;$ zM;884RTqQ{WYWPd#vRZZJ^oxjtV zLT{dM!?gdW&Omh8UB+9^Sii^Dn3Ak1;AqG=xSgZT3^vd|<3JQNu^bpSL^C)? zN#g;E>HhKPH&0XLc=VeCu~UbyiP$$Dz2ZDNJ|4Z|$HCYgr)d*FJ3$2#Fp>C<`T{uR zJet9GS1h8{Ooj0a25-@o3C7K|zn50u+0n-nh+y=IiN+2mwhTbIQA86a8zcWaV|bOn zR`!uspRO=8H?Krm$M&ySvyA1u^=uYQh-6@HG{#96()BRiHrvQ`&h^GNuq>NxltImN zem0WuaBKt1E3pkM*S)a~EN|1ZbBr9ffJ$moYy(R%9S6m;3w339Yy-;-DtOwcHi~y5 z`qI^mnCE024C} z=Nm~CsoC7AJd?|vN_>Pn74BLz@l+CbDg{CARCHvQDMmKnPGwCYcPhu?xKsHHjVoRZ z#C*ahI%IOEax+>eTo4;Nn#T?B#Rk2+^4KST)2j?9``BRD*#f(ogwa2 zHbK}l@jTe2i;iHCA+8}=nc@OO35z>19A=64(cJ2aZOE2v(Gy`KA{}9KL^iS`SByd% z&J!=ef4+Dg(KirJflov66xJyPVib~BDDFaz7l}T}+^6)41JlOhYp^R8UFo(3M#!uL z(o(#D{-KpvPm>lH^%TCRu!AsZ%>rY5QTrlfSaRYD&QiYN?NP>q)p(*q>xn{A>Qv*n z;cXDzw$Lc)kqyyc8YdPEH@v-t{8BQiaoq5B1;Qzr)i`c=>jE*Aa5at_-WD^SRgL3@ zw{-e;p}}Uk+7b$LFpVOk9O}=LWGsd?u4#*m`KZ;t#Q+;<^pLMh^i zy)6e{@-~DXSz;`XFGgM}kH*LXL*sDDTWajWncxdcjb7Lm)~U)!&-|HXuBw*7@6fiP zB$el@aa{Ul&=XZg$IOWtAio?V^QCWT>}^%GH`SpHq@Sw5^iC>y9#Py$@-iEIY=h`C zFQ9+KDc&{9;b&O%ujK}eb{(LS6$Tr#dT52wq0?j(HjX$~bBuFXY%frO(Jnhxn9x|u zxK_hxS1h|d4(m-Oz-U*D;C5Kg)1NDhOq^j(eaUz_i?7nem%Es=6V8GOu-aw&ce)(b zz4R$O`Yv*5m(=h9eI|`q2|iQk>6OM^IIetVr7^+2vR;9$u2^i6!@_}#myPB=K1-{> zR#%Lk4!se*^D;tb(Xp42yloV>${6Zf%rywMx?;Zk4r?bpxypD->O2vXY+r3; zb~=xG3Zqxmz5)&_11%Hg_HG1|!yrtrA^03tdnQ!W5aO{x06TPypjk*Es6A(a6l2$r*IEh7R>xH}-h0h5-FrQ=*NK^*Q=$BNA|y3O6CxW%LCK>~_W2 zq1qhfdIY;&F#^)ifXX)+&85w>5&p4${(KYC-GG9djWbx2JGU4m);*|dmz20*Z=^Hu z8Fk-c+=|_c&u=mAaylB&A6twWDQr|j`Ax}3pLchF^{~pH$|FDqBnX=SiqQ$zqaAt0 z;CtZYSB=#zcCmLD@?t4oPuR;C40$p3R>A?sV91NHZ3*{sGGWMzvG)>&(5Y9APQCBo zM8J?26AvZ4&ln7OF?K9L;@~jk#n_1ilQ9_bV(e5xkTDqYV(d)9V~oL&7h~rVGHCj1 zMo-ZhHA;5K@6qAcjC9kF>LCdUU8z$vCHLz_hB*xN*&)70n~=mC)aZ4ie}^AYHj?OX z`xH6zN zvh%kvCB9*_O&N;lwZX3I=z~(8hqSWxtkcU@qpS@y`VFH|*%_3KRvAlz3?;EO!Vkjy z8Um`KZ8B{^4Z)2eX&o483!Scd;8Q(&*G=m=^tFQM*Ei7jA7>YlOqp*QN$Ks8EJGZI z2&O1T=2(I+C5HI`jJ#g)EA@R7eeq>_>P;gQ*$a6?xaFJ2v=QiC)5S0x#K;i*B{x$X zKywH?ZR-)P8Mhs^d{4Zmv{clfadm62@y#v(wSrpRJsF4@H2hy8C`txJiP_sQcSSCnv5iT=+H=Gf&daw~d!^*!})@j3=-i?&o(ftn?>y zD~5*KP!r6PF;3_%wN8wmsm3J-ZmGR>s{xazk0Bi3!U4JPGBFU?*Q0Ax9@ZAmaGYPU9eaj(gu2*<=70I*gy%F~dTL^&}Hu{4_>Lb6EK(H?vm_A>^>+ z2n9YsZ?=?1e_%X>n7{u3QmvwlUB*bC2jzgTUa{b*=xlq^vRx2t9euXT=!b!~-iOG9 zSE$p6#)CyOQL^SXXU6?Veug8t9M#Z-nN$}_H)$3gp;s~4aY!c2q!t%r?sb(;erOB~ z{Q)NvW>V{*1rA8Ki7}W-9SUqn!h9O|k&%*iGjoQS)IO+>V-h~#?1h=sSAmr${FXsW zK0+7WpOSVP&Ejl{k2teept)a7D5ZOL8>NX$Gf;3%lJ5e@;Hx6%Bl^rf^xAH8i?@@s z2Zb`88tyULbv}UTEinSQ7AJ}^XY)Gb(ct85>N=ubcIF-lNR8+?q711U84W8+h-Aqqb+{zCCL+-ppM z720)s(X~H8C-)kIoquFRyL@VNgC07%;4@>0%jqtnYx|8`>U@b7A+@#lRPj+=-kMQb z+}7b}caZvjVf>ZO=OD3Ssr1iSGsn4MHkE#^B;jbb83%20_lIyl)7>PFDQvlBqo|!-6INDfvp@&@S#4JeW#f$rm3tKnE}5Z@fo@| zMa+dyA^0S{D(=Qp6F#j-Vm@o8mb9SYkDJ#tGiK=oS36EneINA$;O6#P*9EBrqU;;ZLCn z;yXl{D4qt>B(WRs$wGp2P}~D{b;Rdjks|n$ajJL-tV4p&Yo&?rKuH%9;U_~(K^|oa zzQZ6a_%Ldgm;-uUaT!r&i=RM=h@ZhTN8E!@xnddk2SIELq4Y|L1hy6tidCb>Pxn zjddhRx;<$C?U`bhVMqy1HS?U;Rq8wy?DkXTRI{G*qKIyvY991b)^Oopu-8n8?tR+y zx#F?UWoS8ey9^vRdQ|^mxXYB{hbf6sYaRspA5~NAz*NHprikA4ocT-4a0BgsRQJ;U zt+Jo`CrEM8C5z3+GqLYGeJi??E;M>8x|&J!!&Y-QPS$PS24XS&!=RM9zYDi+wEJCP zyC`Wpz%ja?K`)AK$HmbDsP7J7U()Iw@Hvyx-vhRvMl%>mI~ZK2xSi;*{-#zt(P4F@ z{yWiOm4{Hw=!^KMZgS=KBD!$^hUVnd@+TW-HavpS^F!ESDaN z`adx5cj-PT4h#o!_?Bc_8Bi3KJJdbmhQdMlg7F&)2W1eV6E_qN%2?XA+boH{h?vC~2eq{WHUO|~j-S(LMVa;p99M1GqYp(4a|PT4TXae$KGxz9F%Jbbmu;^ zCnh8t_aXAz>7mbU&}=`0==J@Wk;3vx;sKNIm>+QfH@KtHZ9Isf;uM`YXm;o{jx)2C z#zB7sGZ;}zK@1!;-knY>)sT1ZIm_;4)ompbdLH)cW;)1imEFPzdzcX*e zh7tXHNPRQi_r3W@%1xZo-;_b??WfF6!+UTVYP1x-xs26lDSV$ZR->ix z9c8RWOX2&0u^KIfuN6mBqowe*Ww(eEr&)0F!4W70NLae?KW29Py{IDUjdiUOPfh=W z-fT(qzWX2oeD1J* zGE_l*a*)PdKqX3|eHYA!@Tt7ruVx$PsQ}IR z6|E$h{`wU%yiNJPnf*d+hFg8b>0(pXf#iHlUhAr_In`J2=Gz17u;znBOVK=4ENq|2 z@R6NPv;~R3)_Cs-ua%O_7}~8q3_VLR4i=U)#duyg)uB_=Kvex zYe?^1G*dz&nKKr)(;`^d`i^kEVqtq2Sh+8au3j{!Np)$$B~*iUwC$2vYGrfUas9^( z#8c-2X}_BpEf0VurLtWv=w$|?Y&E}&4R@!+^fFqqbq!c*ZzR-_Isi{8bp)Qy)Cn{M z;q(7MeZ_Pf6;n$61_C)#i_th-se{nmpjf+t*`Ai?QdlK(n6~_G25>X@hrgQ>FhsS! zY<9pZYsO`aO}KgMve^=QeZIPE?o4P5rc$54Ca}hQ#ojSnZ+CS471J+c-nHYJSqGbU zk6bfzrQK22b+d04oj>dxP4{|CZ}j(cEBpU#wq*0S&L(t1Gl$UZ<4!ZWBg@*TR{$jY={N(K3Wfp9q>5n{Z@js}*eSYcI6wvwgEIPI zxWzYa`ya5foF|9HJ_FwNfaR4iseHi7adsVUA8ud9q+HqzlBeHr)CP$LOw>Sq*uC&2F z3p}vf;Sh~_(7MCVCb}JhPdrJ2uT64_pXl&|R#v)w{iP^_vu3Y;biwAX46zZOOfj8O zMp;=yZ7uJWZ^{d%D;Nt{H;&uV#v!R0+S%I)dIBWrZ`Af@PtIqIMOD zp?Gg31|xZm#p9q93+S}|9A%{{ybx(Awo_=d)iq^5oIHW}rC^F1Hz0tg<_K~DJvQ3P zhgJM7qpc$8JbgdfY6){{p)pq5q+(7~4t%4l$6u;SKs>n0FWw>9XWUF$+Y(gR}taLw_x<|8P;@Xtg2K!W-aq#n%HVS z%DS9p&$rH_#!OiNtd#aLc#BdN0!*S23sFZNr<06br^We1wZI3mo7pjIYu8ac%9Ay isB6%S*xFK<3PxDz?n&q?-s2@gGFu>@UyD`E>;DI8eaEH% delta 50969 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 delta 4507 zcmYLL33O9c8ooC#$$QC5(=^Fz)8?j4N}Hy1Z&?ZyX)9u(Agi(z&^n-^h^SPQifz@w zwL;J3cn7UJE^rXV;*JY$fP!OH5Jy}`=csrPj?RqR$bA0`XwJFszyJ3A%l+?rIryvd z{a>By;#_P?v}ShA(HZkC%Vez2#n_eX&!5B4SNj=rIQ4)JguCZDi5OoKakyexjA@s+ z8FP-xodqw4LvIR!I9*K|G&{V|OwCV<$=6$ z|3oS7&6QcD^pWOz1UJlwOk%>s_)Moq4$Erk+8u^$oQGsia~9g7 zH`Q+q|9cFEzQB`!#xT96Tpp~dnnZ2XFE`F3*Ia7XiY(eQvkgzZBkhV7 zkA^JsC;4`;+W$C}-tTFG#AiM)eWBdwM-=BCo#I5y1Z8l4(2toC=3BBcl=SbV${)>8 z5S5!Xaz&_)cgRPeI8L>_U^`ATo8_TUZdX6S@A8+T!uckn6WVQeX%P!AL+{t|}K{npnLb!MH5S>zs^$csYTH2+riTmAKKP|OUTw-kusdojvBJ;aR|3byQtuy__R z%o&VrNAdXPFek{1JTDMVJ7p6I%RYQkEkokfvVM>#D^Tc)fT6ycIIS8erC;mbW~w%(d5pU+uYwI0ykqHqfe(zc;IZ*}-w z>@z+_hT3Rgd+S3TBsfBX64@Tf?>dYv6Yt^4#V~r=ifu5|L_2~z#dkPtmpG2lZt*ph zAu7=tLu`hVN5s((uLz?AQ+$KiK5+o{8KNFT;TILS2btnJYPxtAS1U_wMUta7Ltq_ax ztQ6NlQ6nnek6JXI)!A1}fPc^cCy zVQV%AK0r9_3V8cM8S9aNcE7C26Z|rHMqZ-pTgWrZ<8;JMrq!Y)nHAbkNZi34w;)69 zI6NHli^(yg3dY*U$knl+xSWv6ak7rT1nmK7r~Qr!K{nUGGq51J9DBc$Lg)J6<#!T5 zRCn6GVgGX`>tdn+eoO>WH5V5kzC%0yp`UGE;$6}r6R`8k=f?O86 zkN~?*@DUa}B>SSdT@{EG>@nYfQs06Z3tnrNO^K}ZTn1$UWrO?-WFNdiPegdHd@?bI|1SN7c~KW!`F4l>?Rpoz z-HSD>1vrR)YT+D*$1U$F%;m%7(}gL_)n|n>;9fUm0`DDIHN@mRF4q**^2zeqqNPwI zi%;P<$;HJ*{84#x@%?<_Kt*yI&%6uW=0|vn8l{b%ByTM#4z`l)BOaipJNl+ITVDBU z$xVE#oRZ4RrW?rr%16)@EWj8?v1+sB>eOsLP3}*P;LXxk`ex({s(&?4AYGQk;{8A5 zp)D86Bcx&h3uOe@Q6usEcv6F|B=T%^+C%X}6Jf_OfAl4t+$*1|xQRE&#>(8Wwtjyr=?_Eq5mxK#^s3n3Mst1@X7v)R z$@W|L6MHb;13yTzUU_@vCSD>Nt4`o-w`Z>wT`0tA-G^Jvx6dY=7r{S;mB!g&;~0qP z#v+_5#am@%b*^RSbHjMb=X|W$Sgrfy{OS^%!S#4PA-7b=`9Zm_dh^%~)SX3tG-tJ4 z_1_BNaWT^4i^kBt1g$Z#rd|gqzPS2s$oS03JLUG8>0{$*jC|$c; zkbun?0QWHLZ%VyV%Fp0&l{FO7jjEkUN^K+3s4z5B`5ZN!$Z~ZbksH-9B0s98a*zhq zN2FhUPUN7fsQ?M99wOapkjSknQ3QW+Cs-1PvZC9g)fjg*fBJ#NU zkVug#9Zuywq*e__xhb^=EaK*lfX6!3Hv-&z^*NChs%9jFPPJ(yxV`FUBJWcn diff --git a/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj b/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj index 9f68a9168d7add3fddf8d1d8bab90a3bb5a45e06..419cc1d816442322fba47a01d0f0d69b7ead1b09 100644 GIT binary patch delta 999 zcmY*XTS$~a7@hfVdscV7wPtIUnr-X4np$S1S(*u%hYzxuu694@S>6B74BwTti?3a`c!*$T%V%fh8Axys{MEuQKv0RUtV8Fhil?K*k z)ZeKUxT=_7S$4FuOZ#?kXEtl9#1~snhxwFXt@7=eaa+?SnY`QFW4k$Inr%VnL^OKMUtLr_3PppkBgEqZ)R=<(ooL`+z? z&Rf{{NWsB;-G))!g)eMyqm|7G*vf`PlyNc-#_9B;pL`N}=}*RA`cv?X{#3M)NyAEJ z&O$9cKHMaej&gct;}sJ!P|1Wj$RZQ-V=>z@@t3B#_`!$BLJygF_(o(o| z#D-jqGIRmHkjcYbevXCs#LxgFor_S$t|0uZ^D#g^jMsD)Vn6F5{N%xlp@_v8Vopg6 zw|KKs9OY&Sma|@p3&b*fB`(7`9$Aiij9897Myx;*`IWfF11gZspi2B^y$TIngn>3oe*P#+XQT6ti?^SISHHCI1UQ!Q-T9+w4I;@>T$1;50OPGk{}1#GGn!ZL zM9Q>OC6-S8@+uylYF%rsh)hA~7p|z|(50 zvuPO#9nsGA;yvBbj(zHR>LYvaq3+JE_(0mE5x zWRpq_Mr4<24UWn4DwH3Qed>7rF?m=`vc9TnLJ>pcsw<&Jxm$e-h2>}EEy$AlRz delta 1028 zcmY*XT}V_x7@fIy?%iX$>e_Dpl%=k^uB)YGWu}#xpbxcaMp2RdJ!C9uqy!OdQB+o> zF%T3z1ZfBnWm_*5Arwf^Ls3Cd5Crx|4+TL#7Ia4Fq5E*=%sJn8=DTz6z`En>2J);Q zg=Y$W#k-XdDG5i2GKl{kOS%i`SrT5eSk7D8mgU*wa#7B2O9*?8Bt)~@jH5i4JY3)m z8mEQa?#S*m4m=G^P|E4(>@juQxwAJIslp#`VugL5plbcwCaaY+=Sh5LjwP+DJkNns zn)HmWJDr{r$vaFg+zB4Eh{eqfxx7>W`B%dC! z^EV%2pY%@|VW7EWUVj&>V*Z0% z226ThvlHpk(iO@tZ|g=?Ef4AgDl9+iVbv;+CMHza4K%i`X?OnZ{J^Ef&L82!m>gaLb9ev-Isd_tNI}$?~UoE|*7>SF4(KPu%Z!O}_ zpht*VS{9GVLjABfDw}k6C@N#RBQz$D=*p5PCpc8HSMJn5$xrF#aMb#dr_YC1$@ThU zI3i!`Kxt4`=|!a>xkGOyUeJBSCOtyDsb3OfT1G+)3KJjemPjb8Iw-^_Z}s2vkNyP& Cn5WMG diff --git a/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj b/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj index a9c990b14af3901dd59266cfe41db58fe945aab1..f34a4af1d12ea068a0aa5f264c133d3b3ec42a3e 100644 GIT binary patch delta 4680 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 I>ZU*c1(iiLS^xk5 delta 4690 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 IiQoE*KLKD@CIA2c diff --git a/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b/blink/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj index e10b4187e405ae11b044d5bf24120c6ec41f5053..f4b1c6a9af52568af43777e12dc811f3643dc896 100644 GIT binary patch delta 967 zcmYjPT}YE*6n@Y4em`z=%uW4t)3udr{DNHYo5i-D$;3YUbKW(rJG1TqK2q-fxU!IZWsnVEIZgbINrYXVfy7 z!e6S}XeC0Owmu+BoZ4k9&_!h5#!}4($FWrlfPsTrhiihy3%x3{3T+tAJ%?|#97y6f zt=xD`WnpKU^`_YyBsY>+qlW_bm}_#gb1=SC}LdkL@MB;jmI*=hh0h4thMVWNHzO7LBMjNFwCF?f$>2yfzxh7imn zL{`BV1|mUtg3Xbj0tG^p;Y8Sl!x0BLu28O=a*we#>cUyd_25TRFJVqJNRPNB8q6!H P65=rZ0{<4xD82pwMJTZX delta 979 zcmYjOOK4M35WVyAereM1Oxix1XJVsCgN-Gv-!A&mnx<53Bice0rG6T1XibW-aZ%BQ zE?j68$1fICu!3$xBDfMnD zoCI}0N1#WsMyaZJZWBW8C7CT%86sYhiE`ssB@B=7h~nR95+{Emi&}4eC4naYAS?+J z$UU51Zak&CLzB6u+UN>W(%D2HoH-g9gj`1@)K;6Fa;0TzyM2@{t{3=6sXS;Wg}U0y z9^F+#sCLe}!dBOH8cgjfc|(CA8VbJ%T=U6^UXzXP9Jg{-fa~hwh zb#M!Rt6p<85$a>dJ+h>zo&5t{MA=o0YE{sW>$DI6=CoeV1sW5QDzgf07_T^t@3eBr z;CHRwoTReQQ)K-`c7o()23zz<=o)h!UUue+oSh1o8R`oii?(pt^;R1m*8|XsH+2uJ z%|Fonu<`}lnv1q{(KbNkXKc+&XKZFG7io_3i@*kx{t!jo{Ls+tTbmD-EP+U|Po(Of z;XO+t%cl9*V18z0q@ACO4S2}$#k$J_RR_2TFAr@Pf2|2&W%6UrUPr!Qj!Na(!PIcy zNP1vfx_>Cy-UdJVtm4U$;fz724zT0kJk7R_54L2&d849#$p;LY%~BaSv{8H?sVnCjSGu{2!i-oSP+WfeIXkk%$alUJ@?!@-`D7yGvVn< zv<6rANQ^n}0As7{|0jVhD>Ej6eVrPTq}(KvB&pYgl9g`i@m^8N8~v@4%1QBioJvC- zL!x9?CP;Bh#1xImR!I%hLRnUd<#CEp&;1ZXVG-8j&yjWe71HiKtU;-Np2sqCef%olJi#^h{eDOb=iu z-{vZbL+koJYPx>maUOE53EwP#M?cRSoFI>bHrqdH_i2Ie5iavkV40}a?GU?zy#($f zwk?bJi3fVJH0C(l@@_s)Tn{=H$k6eP_CPu!Cd9MT2MuEbFe%62LNh1F?HG-ixZpe- zwT4G87OZk{#Hto5qcy8gtL)xo4U~%I5o_R5u{7A+a2kMLogwV^gqwbM2AX4@ywrTT zDeDF&DrO#L@s#-!8hA9ChjF|ceF%?nZ!8akcs+I*KHy*CzwuZ+4>^25IEUZkX{e%+ zh{H4d``HIYlMeTNv7ZhZcnC^KR(9%xDxYWDd|;M Jgt0}T{sF=-gcbk* delta 730 zcmY*TOK1~O6n%Hzo6bz8leSL!Nt4RtXD9(v{9wUK8$_s78I`)SrCN+NG)aSrgx2~g zxDfopEpANFg{2F{TC%NBbtAYDbzADjl}dFXxG3U%LpMHn=bdxzx%a->(EQK?2cE7( z%5dFK7;Ah2jGblw9|al)1Y-*5oT`eVKJ*@~MlnUG4%PTkX}Q5+&(c~*apYu8bWBJ~ zSIeY$w;YoT&UlvQk|l(iD^_TXHo7I7+U2mGz#t{~q-^Q6&q)48LSLZhb&7qIQpFmH z2Kv=K%4x4jsNx+Vze9tBZOsu^KshESe#DXzOw3V`84dv$yJgk*MaYee{D^T%4mEDz z3ng@NoVYgAm6DTq7c3H;hNLz+S**9&UY4)Y#>dyW0*D_zyR< zFX9*8+A~aTz7a3GBTw9H^DR-J<16if)K1wUk4_hA!F7fS5rx_MporBWh@ diff --git a/blink/build/esp-idf/esp_timer/cmake_install.cmake b/blink/build/esp-idf/esp_timer/cmake_install.cmake index 488a874..a736abf 100644 --- a/blink/build/esp-idf/esp_timer/cmake_install.cmake +++ b/blink/build/esp-idf/esp_timer/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_timer/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_timer/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_timer/libesp_timer.a b/blink/build/esp-idf/esp_timer/libesp_timer.a index 46a3f8aee83b7b4710392c8215c014b770b34da7..5e75188a8dc8888022b65dce306ea002655ca055 100644 GIT binary patch delta 12714 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 bw?)v)_1hxZKRkxt^(}jgbK;|F{Zjr1>x>@Y delta 4178 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 delta 4188 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 QC(xiU0rr diff --git a/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj b/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj index 094ccd3f155371619f2e78667debc38e0b53c61c..9db2251d0d44c3439a3caeb9a14fe5ac61598775 100644 GIT binary patch delta 2921 zcmY+F3s98T6@c$qmY1^Z&*ibZ{JY2x?8+)D@5c&)C_zDq53pGj-^Pd{qQT<(5go-$ zrcsZ{sV((U6Rp{_kfB3(Zd!!ekEpDJEL`TDsgUgqi;u zFNFCS)>sp>EnewYtW`u z$X0d~o)NQ$M?&TSn_6*!R%scP$nm&s*I8{ofn8b-)Zq(lf_oB&7$k{TGs|ruLIlfV z{)Wh64m(sDJS$8d#1&DlaT8O7h?MreLRh84B7`O**)mE7Y(hxc$;(Dde~=I{(!^Ve zmCaTm;$%y(5H>l!w-9#e|jl2O}&c{blworrZ6Xi6Fl(unY9wFTF1>1P! zuj7R1E3dO01wd@Jq*fmVf1YHto?TMWPk@a zIMx<@B~_*79B(XGPV1#olZ&%sJ&ui>2qBX=DInkEAWSlhmkg5M;NIB2#xHo(vBdQS zuVxN%3FjUqFOBOt5O50T3w#`#4r|ef%Y~EpM%)nnPaM3SV42QGCbVn3TfL7ZB9f5E_*htz~}a=$X?2QwIz-F z2(Xk2hK-%;b0U_jvH;_CzE^rfPrw;qq?%Zo8?l+ka=Vl(IA$j4!x8^hK7bEY*OqMoEjKk~oq87#--;b;!p8-RnB5e5|xCWxFOYj;jb( zSwCQ@S*@}{_ge2Oi?tCaShp687W_odhhzAVJyc>ZrxzAtj&l#}YrpAy9t<-2@Kb?N5gbIML0b;(oVLL|sILx?`|jTm(U z!#E#??BMq$NthS$QS`|Qn!_XJ-8ecW0Dr)}DIOrakW%To!>LYkf!@Rch?q-CN&vm5 zykkDbe0L)}#og{qco(m^E9~F$bxz5Hus^f$Fb>3WmG>Zg8R+*Ez&u>w$%3`*AA8n< zp332*P7CQ@>EPfFhKyxcCUXcP{TY^}*26A5kU9Y_V=wOz$iph{Way8-@s5BmvD@1O zaX7o*6!-?e?Du>40pIUm3}tw(e->OoNc$07#6a4x=qr4%{Srb>^Y$z%9+9>LkEHq8 z+k-TNpMgl9D<+E1A$m$sNEP1z%Xxmmgl__t_zK~-xYQR9Tku2QXy}9g^sR%p+8YO? z0Y4l+PtUY<@DYI7RIKuFh-d9r{v1_UM=iiEKO`?iDfg%6ss8%B zEwBTf`7Wrzf%%i&Pn45l@TxpXGZ!4UqTrXxJf(!{q8dDvU;Wb34_QiC$5w$?mVPLC zWtmqn;-zH{WGdx)wp#PbG6#xZS?(?vVe45v9g39l2wNR^X^CO}+LvBDFC)9d`s=T} zc;J7Lt@DqEC+&Cqp8^-o_QD*Pf|m-beWz5WFI$yg^$T!=wi`aK%}we6uSWe#z4qK# zBeABa#nx%C{ww~|<3B%c(3U(vi1L&8bx{F7-}<0I@FCU?YJ~fEc2JhJmahYJc+^u4 zW6SSjc(D#PbQceXCpfcsJ%1k-`}i$zmK1V7P_h$R@cWWo{4Q)8TnrQO*5DGDgs#$r z$TqIhpk~O(WmjW1V@0V4im<745?`0|rT;E#zqPL0gq`bby&CEp=cG?tSl=+C{qhDw zZ~yM2)=!|7R!@LYu!Sxv>>#6#v7hEEbWo?l8H$?7xIj}CZqi|edjyjhPiYLpBtEBK zPJ-7Vf*vcaok}M&QfQMx2HjB@PMK2}Q)sn916@>DM8;IcMw+kCMx6@3qNr(%(==7# z8XZ=+OE8`Bh{h;{(N2XJdaO`Dr85|Hv`JwW-BDOW)(Lh@j*3x~2HuBGB9Hk8kU(t1iyX0NKh@r&_Wz?lm zM~=4{%~Y>&l8!6frtoHlMzsn7+N-dGx)nO8Vj<%KZB?+-eT5A2|Cq6nHYmip|LI>?-n8bPdelhRUP8Ca7TSHryz;@oJ ze<@2(X#>L~F4K*rY;%ab%b0^a3DqYSvM4OgFe^^JKE{9~!+MVUlm%W9r hV7y0}3d^Wg;V!LKSVemk9?(UF2I^L5C1WMn{tKn>$-e*q delta 2938 zcmY+F3v`s#5rFS(c9Q_R$)B6YX7gu5HpwmtWZAqQ=8XXa4Wdb81ws%K8why_NkJgU zX#=zr6&-Q34T8tW<48aWASxima*8jY77jkZ7iwvbAhn{F1GF>Y9D15_{(N`l&Ye3m zckbN-H*EWF*w!b*&#!nsiAYn4O4)lxDwUd`{_oEc9+sV|l*JnMBqm3Wa=hhbA>4YE z&8**HU1V}@SOyPs!<7mxcGd7&>q-xgYvMQa*kZNqif2{7sP1+R4ynS5aBE}-Y(l3o zN%ym(VOcR-c_y?2*mM{!G$uPHC38Gp=SQrz?!mW>Jh%^U7&E*<4lzU%?`GA{g(_v! z<@`TX7rB)R(<)mXiNixtozNlInuBc@W>xuY!DzQ6yK72Cxd2}Pd zH&_|#j6Rtzr8&-t+4P*@QknqHkM+6Mav_vXO4ZsTY#O1?2oEA6E{5uD4COPKvktyQ?&ek01ut)H6 zV=V58tAs;%B`!B2jYBpw>=yQ$Y1CqY(+6K-gL67;#{JIRaljQei;P$

    a#Rk(awA@!ORB7 z8us#ok%Na_E;xxFyE5F%CCIr$3+>>UC2N|DC)vyZ&p$9Zp>Sf86lR`1mybRTJP(O9 z-yUQs9Xw8UZnoNcq%FX62j44m!BD_i;7PZz)MkH@=kma_4WCOGUp!lOTNLNz{Ow~cz~rk@brlEa8wFM5(Lj~Of*f%#v(JreMEdb61j}+I>Gar zM6fb)14~`9%L+3i^1N8|+Fxf~FGq~~%tCktFR_Pe9G;i~9hjH675WFyCSJEe3x1rE z52a|N`eWjGp+(y`aI5~F6SXPpQ+Q9RiyNgiHQ-HPRk#k}9f#>atWv{u58sdxx`OYX zU5E0lLqCgerdCb;iTfa4pXPRT={mkAeBbz%n%c|9m#E+1S+_nkOsOPoc$6Bcr^Uz( z4Ci`y^nQL{Qj~QeAH~R=kXD|tZpNu;L3k6lr}^LsJefAx{Rx*k#SLaB2cTk(i9afWkH{?SEsCqi4fs`0nVp;75FXOgWU}@i95@4npRA@Gb^3Cq|#-gB_g|dYIF5NIWXD3wLK0 zv$tb^oQ^AFQ^RI>n2HVGG z0zVvo2xL1?@j-yqQZ99PnOE%)|2YPp53~Z}-C2)7Kc2`+@IAw~1wMnE32c|mpP#?d zoxB+q`&g3whO0gBS89z)Kj&Pk?baIX@MSVSD}$Jf2%1<240O z!S6A#&<#`Yw!%j5MR8IN8B!;0<%Z+0^go^%8(Vfnr-2+f6%H3?W^QI++7vF!=i|=M+U$Fk8 zTV8zdzsOb>PltR6>F?87fhi}?9A%gSIq-e1-Z=kZusPGl`#2iWhE zryTB`a2|)1n-GQG@=Caf50>e>vE#%`)V`L($Ur&XrI>_SlHazu_(~Is53Vw zFsFOof~LX4tFKxH&;B;q9K71Ub|3W8su^%Mtf$k0KJw0FY@=?$9y%&GOtB4&_o!L$ zA?+1>MYdUt%T&*>TsulzX2BE)rz@h3q4AB3WZEFeq^||lls}s>lU4~@=(M1Vybmze zQMce3Ix6U=*g1>?)GRnfdj+49Z7$$P)#@EJ=!RUp^Jh{ zD*Gj49X%>A=$s&({EHct)FTMe`+`n#FJaVCn_vMQ6!engVMZS{2=>qb!*cC7-FTSu zjG>yPter|5m%=8_vuqhlm+4W4<=QFwbQ#<1Apde$%-O%Ve8}{Qz)ItL7&~Y~4~*ft yKlVT>B+=JBFbbxSV+CV1ECi+j&K=lg!=oHwhfuc_&WtbU z8QaC?53d5vwPeW*o#U&k%mnTZSJ>h;l4&whELn-i`vvl_-!_g&Z^0u&E5A zoURB`dc_J(eCG_cxWKhzXrQJJgX~z3b#A*8*Lm*33SA8V=V`=a@|%z#c{kE@?ZG%T z&B&0Gzzq^w@ScRd*v4urdZ=$hlKFN#=V#c52c&hNgd26@(F8&JvB-fAV4jFBj5F>= zlI9*{2|9>3Y>-49LA@BD{*WmB_t(jQ^3{@zDk=m*^h*>N8VK<;QO$-5lZ-9=q6YZF zB^WC8-{*o2i@7R)2A9U<73&;{Cc2Z>Z!0Z|0y`_lD5u8&dDLY7C9!* z==Nxh?9(IBm~}qL52Y`M19~QE%O`q18k3{?1J6bMoAr-esdcm7Sz}w5s)bl8zWxH} Cd3{>| delta 786 zcmXYuOGs2<6vw~s-tYeJyc%Z|ni6=l4I~y+0BgiTM)Qy%hDD zbr0P__+}u)A4_B(L*lCx!aT`0qbeNFBTH zMX?q1e`JCnSYVD(;b>P|r=RPQma0HHx=?k?n|eT%$%MYE zie#^Tu6p}6x#52U1pW6-qVowAsP<+IZf6a4JsE>Ir3x2$9SgPW1FP)Yc+A>`Mh>}g z-Y0|yLtMp+guY~Tbj`31VVN0xwG--s^ukKheILla(-)(o3BYQcwDf?Babv!i%HL>m@Zx1*KA z9T+936WcWCLM1`n7^eQ1$oco{WS;VulZ+-R1ah;Vc88^bFr$fL8Y)dDzkQ_9?lZ zx?`Vk7dS&>$wBAp@Q5=pI6gM%3{H;M);I&x!=qPHtASl3^)qkV)DKELsqdkAxAf_2 w(d+V@-in@;Bf7OTCOh@z(h51D=NMnJ9F>o-K{O%biJ+_hFhswvIgb%YM@Z9Z5RC_q1xLHC44UADmARj8yM28~HoKwU_lt^!&DO%7|7uzzQ zsvt!TRX7)o&8D-MBUbP0^M5B z=yYqA%EGF~T5j(hC%-)BRc&1NGUre7$@VoLC~!z+&RvQ-me^)aOZhvOIE6Wf6n8DL zhdEE-G~c*whE9;@tvo8O98nW`R;!8h3NjKmN4u^O61ve%3bI#!NnuqhW{Xrfj8$SQ z^kBR2z#tBZkbQ)P!9k(kMy*ZsK{SCjlLk>U!sKc(LiT#)s$Axp|KoaRgy0b7nrdQ| z8G>&ZjpYx_ko{Tp4K2rf2+>kx3>25F`|kIBJE0b`s~=G zyyU$+x0TDiJq(${9{ZVws7*akjSLQ0ZLu8Lm^`B_Lw zv{amm0;L`*0!@g83PMOI=ppSviXaQ3dMc?P-z++JlOPA?f6nim|2g+E%-~sAI0F}R zf!|+KsP{ht#vI8cpL>J#Eo!SAC*n zPO2b@k7yOnDP2Gm8J^-1x1jdMjBZGr2yh z28%QM6!Vv)bgMAglTia5_bjrTIfe4~E^-!gUQpb( z$S&rL;S^uLWtvWqr>qicCf`vTPOnrO=_|-+(tE0=jFHfdMkvTZeVW3GX7q||=*B9s z33{+wxL^pch>*LMmcb#RzKwb|&T&YNG&yyk8ie0iOXNWEcS*35)*#}qGwH+tgJwc>hs?ME> zPs*4h%h%WvY4A0NPx#szT3gzE4ehO)OMLa6;U?UdUJ)Npe=cyrFXIF5uO2AH$aWi! z;RI<9I(OJ`8EZ+$@E++?{6#v8`~5cj#1a2DaA0g_6oyfhMd1ndl77N@Qi+jWQSjnt z(rT}+!s}ve t8~*U8VpAZ6F4h|;fLnMwp;M$B=Sh#ECs-hE(yxUH?~z~%T_+OE_yfm4xAy=5 diff --git a/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj b/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj index e7b11330060714c662a947f7805a87f2a04632e5..802f7867b38284a8dd1e1e2617f54f1ca2093cc9 100644 GIT binary patch delta 464 zcmW+wJ!?||6utMQ$!m_JdC421HOYI=w0%RhZQ7<9t%FoSm!^t8pcOlW7V#4Wqgct( zt>G#tiYT2NT$(9^ql>5rI=EDDk|I(B-5fl)oO|!N=bU>V%{`yn2z8+owNiIok*!o` z^R|<6E!3H@eQA-TpP3SowA*)(r9U^&azt>yp94P8px8=^IN0l2TMxJkT%^&nS6UeU z&VB%QsLbLuT^_1ra#$pjM@>b1Jh2_ERC^2>#9#9Jah7pK{2)`pTQX%7=?bt-KEyTV zM5x$tr;s^K%?PHciP5wrr*fu`4^QA{N~DSpbWLKN{S-bEr!h`_4HHb5!2@1DjCw-k z2(EHlhfseMEnYc>Wqa>*bCds*Do^Y*yZ&|9`cY+JqD(08_8zNsHggN7r6b}pFLA$t)tX!sS3>Pahw z6@6nT!Z`US$CvC%-nV<9r-!T)#=2oWV$Hr0pISPK^}1D~IQiQbIrU$AIr8+2twn`@ DO9o-F delta 461 zcmXv}&r4Kc6utM2&YL+h&Wr<1+048*P5KswKbp}Rr9fPy5e?x^gcRHeE-aCRUW=eb zL5qf~REwf$)xw3owMfuH455FZMUV?YkTzi=(b@Pd&Ue0Z&pDUx!`Pd#SH6xn%VB)l z71?l`pB_8E;^ym6Z!Rg)noCthB;^0r*p6Mm`HU~*W zwyycEpXBX$LT4IVOl8nRC5ss<9T-%R9M2&>$F z4fUAFbv)#>juTFY5pv52?%SRd=}mhY%V{-Qi@k5NcNy2F)5lg#=UbNN7v`eLOrK+! zVj_CkaT!{(jlz-Mv5&=uF4}KmXrrZuezj)lk?vU1YdFUjY|6W<1^etZ82Ib;a7CA2 u(QTXX13j__#K7JXpW7E=pB)faEn5zB!Ro|An=J?DzjunP@B?S(jQ$5eb6+0- diff --git a/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj index 6d1e4f66edce095744ef5e59151aff31975cda49..78b5e4f405fa8d1e8bf24da27ad51247ace74f31 100644 GIT binary patch delta 965 zcmYjPO=whC7`@+nZ|1$^gphIQWF}5bMvX~Kbj(ECDmp)z(Tb>3ZA1}+L=tHHjeo>$ zDxo3?L|XV1T*NF)7A=S(16m=1qL#Xls*MXPw7AlU+PYF#?RlvS--C0%cfNDZcki7! zJ0hba@oq$gPxQULS<<@RSu4Nl8K*A)5XJ}&THFpk^XFk-&=?0>0)9l8 zd=Oty<6@Y#hcRl(P~tAjQREolg}!xi$9q^;<0oPiSti8bGNA@Pi!rm|@PKhd=&i*O zrp-YYnK~q>sYf$i37lf)Tx{f&dB~8Tk80bP2COH)0C#x4M#Si9!df1z1>Iy?@hvkK zp+>I;LJi}b+lC9|Q`k+u9j~chii^Z$ctF>u*r2Zhwa0syxf1uOUxg`7Ph$z03&(ex1y51HB=xKL>scE~y3Y3$l)KK5zl18I90Eh9!5>6H)6AVJr8dTx z>zJ_bXrfMsgDVzSvGc)>aOFwg{x1g@d`A>)<>4*NAz|~a&^N(oc>7F$H#Z}ooBb}0 zyB*S|JKdPH=r``dw98RgY~NvCg@?AX0bXTfn0Jm;`Jc=*kx~Dneda?VuNjG@xW|TL z?36xr({e@Yy*f!~*2_wh4tjAptz%x?dgkh+mz3G1m)>(rrb>^nIaJEm-nSCTuMh0& zP44g8lRVVhf8cPk_i%rED!FTK-~K(xT}S)&_KeS}59p1oSBf`G)X0S1%oHWAp=?ox zv^)E^+}2IG0r^qy=87_+v5um=(>|i3*NC^ZEI%NlI+!oYq&^^4X`)b+ZF;cK!awr4 q!aTX8Hw%sOmrfI_HMF`>I(0cQsolh5I!yHRGI2;B6TehhQ~e+K{IQ|{ delta 995 zcmY*XU5J!b7(VZJzM1dadB&w-+I41k)}3{Coz2GR74xmM5wHY7E)8! zzcx|)!QTZfd*1V$=Xu`q zo^#F~m5HNrJT0$$+O^Ut|J-Cubc<_DF>D?ij)Zqcjj=;So&LnUU=sf=kCPMnrZIU- zsIzDFl2b}f3Al-PmNYxcU7L+B3-Xg1v&ohpePcpy_$wlw`|ZD0ziGkF^f$A-tK>A{Bc3vX^*jymi#~8md-gJ)ib=)=!beo1XL^{z$P8wCJx^S4D)A1~;bfZAL2UD#vy;w+m2ClKC43bp!VKE!)#|uQV zI782;(59C{vEFN}I|m;S&*KpB0sKz>Tzt&N9VP{*E^=(zxQ$sfdhRv*GF zA_bgdUc_!Xl(2^UVcell8S~ji1-Hqs^7Wi`1U>g15+a^^B$#5&2^K+$N`vnh1$~V> zy-2FXRrrmD z4zg)=~ge=#=Y9=(3*zE?ki`X_jR?Ud3pD`ZL U@2i=_(m`XMck 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 diff --git a/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj b/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj index 11bed963a9c88c6ee96a66bd3c8b4be7cca43fde..70ecc2ac4c3007884bbc410792ab05edf4dacbc3 100644 GIT binary patch delta 3978 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 diff --git a/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj b/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj index 85c582f298359972ed36b947ff998b413a8088db..e950aa75eb98e30ee7f9a6bd02061a5febad6603 100644 GIT binary patch delta 779 zcmY+COK1~u5XN`@JDXjTY$4r}M@ybQN^P)0K|K_)G#8-|3VPDA)mltUnx;*IScKq3 z$VuyX5hGep)`L)TQZITC@hGB%Kvld{5V3+3y*U$`gM0Yq+uwXMfA-PJe9qiVz|3lL ztM(W)%^zjy*Z#khWj>wlmSN0ah z*eX!lJYc_LGRgNnX_`=J$WU4BtIcx9$|?IbH$6^WhVrU&4uXl!s(?#f;6dksfI=4- z=mdGARqO&p=b9wuyFf>0zZ_BO0)GHe^@ev2SV>G27g)yq@8T%Rcy(zt+G%dJAZT$cg2rv$3DakrX;}{&taRvguUS1)W zye?>*;*Z=gkuV7Z2G&KogL4p(o zA)@jMf-MN*rFbgwphqu?c!>xqD)<3XQNdij`QF++IEVlH&+q-;%nt15!n?w)l$^Vr z-fTaRLWCWXXX5{*Oye#Q1;!ofYM{Hdrhqh~H%^|5GTv%bOnuxdU{iqzb+p~iSq{j+ zOGXZ(vDlJ_%vm~3DSeq|K+innM2BxE4zF?oj6M||0{8#rKjONKx3AI$1_zFD$?-_c zuCX_062=E_k`Kyb~?APO|1H%5N4zeJsYZB4L0Nn%VS_7DnxC2vB4 ztdi;n4Op*<9HMYiod_~O%3hZSbS@6J=04c$y5n%;9ydU_GLKFr%$0A%?!-du^92qlBb9f@#u8JP1R3PfmQOl97?guLbm`a%4ezX^o-|^|lZ#jw^iK6VIOcv>5W|9|W2Van1!QoUlNyN|PX?`Uc2GIm4Ov_6Uh)p1nNRoz! zbfbu^Q-hJ8mo|pb62gcPomi%wYN4pDL$wv0T80j-GcsdanUOk;j*g@K{=2Dd-I+c2 zyw7(Ydy^ZNw40Z-!F=j}p`er5W3B4&I2aQ@2iOVXsa@7?%yIp)1A*Ni-9^?OEjr0y8FH~JUq^u9>|VE zE(q<>Vwjw|vwd5S(4PeFxXl9+vF3o+N0s8L0a6rPsrVBPkg8y};x_}7V{ULj@r6jH zzmpjUuU`exJo-xrbLs9BQ1YyC!}J+UZk)X9U>`;`3O>!a2X7x zya=hwcspFn8Brq6r@>e7(|}mXgD8{W#VB0G3jt^bUqRGN{s4umxdi?-96h@jcMg^Al)n4lhEsZ}2$yJLYl{!aUvtq_^@_T+Do44BEhrD7Ju`fZ{ej z2oSgP0-#>VRVdtu>(iEEs_xWfjLWbuH|YTw!Sg_g2LV#!ec&Cu61nyN?3RoDYE7J{ z+T$XiBHoLX8qWlBhj8qLisKG1oV+e>(YPO+F@j>eL^DSbC5$)_^3s$<#%X0+rq$U- z&8SuT|CZ)I3r}76&M0xY=9q^x<`CAxZ91vBX}WHxlDp&wzFFoCjKSNSHV!X`B`eHE zdR=y#_4Jk;H*4t;dEIQFh%ENcr$5M6&?|D(KQ~ziAaU=HD18Ai7>h6_?_=b@V1vAZ zw!H%>NjEe&c=uE8dnn*BR^ha~k5lF?0N^v~Rqa8_J`P*Dq5AbcLD_%8GiZ3RCGP=> zZiHvVScj>3B}JZs6f=sGSgrRUMg9yi-xx!4-a{13M!F&+qzWFU=xRu1!l#gWkC5Xi zM8};t7-LPrD!2p`pK;W6RamjZHE2Gp(`$Sd!5i zODd_xYD9VCKHF4heG1sdcWq&=bqQx+wAn&~^-m1lXt#xh*3XdC*lY_;)=8u>w%Ed5 z)^Aiyhb=6z-d2{awy@ml#+?}3Y~edr1lf{Cr!B3q-c=oS*}{73UZ6Mbw}nmC4b{1(w{023ucR5>I=+xbAh-B6u!0}O=7l72ghmgs9U`oyw!E0E9xo1kw z62ZHW(ft0D92LPg0MJZM$q^AWfx+xg$q^(C>E;gS1geD@C``|TMy3)zlQ#n~YLI3| zG};RYf@_h8_%CqMco>6sa9GaIxSd+%-i$=&gP1XK55Q>r97gQmJ@C=_Jlb^fIuv#B zTNs?1%i-zacC^72GT=#5!xZ@+LLGR+RqzE= z{(Ed|m$E8??Y)WYu~h)z4{EMy68Zd(Xs!ca#ZR*U*uPtIjs9148D05%G}q5-zS8AS zLKnE~ioJue`lFgF?*OjJ-)Yy&dlos;=h%EfNR|h)lG8E5j1pHA_m}nxLegBQY?C69 z*9|yUiC5vzdj{~SK7AB?;kQx4cgoeIf^2_vKBD+ED$!N-62gG-rJ;5_O4K?h6)Cnb zdAgW#z*WLQz8bV>oxBpPq=V8ODx%dg9-2q%<>pWgot4KzVOlQFhN`Js{v)(_vaYJIB4 zi*}9mXul$^&SV8utCgw$EWccR#Td~hK2Yx;9FU%l60ot%dJpsRLV&Z+MZJG z0l!-*uVXUQn^GQuLiT57Q00Wo3=`t_HcU8|!Z0Km;wk5Hlx4mPNe0J99iSF7n zVfoUqXCi+0^UbtGUi)ziy(%k)TCk8kpr_=UpdOj?bPMInt)S`hWzd*3hg+yjt{wi6 zYUJI=`sjpw?N|#vEJGuGh#eSdp}4#TS|=-x_ffwbJ+87%f}Wpf{7FK?pS0c+$LOXE zjrP&!a$vND{w1%0Un5tXROLrON8}{vQQ0_FPS45v#|r5Vd1$PZ`sB-FrOq==LNv)2 shAsK|SUP;oQ>FBYoCWHWYe6G&A84B#KUEru9~NSny0obe=4*fc4RMpqY5)KL delta 2812 zcmZ8j3v3kE6@7PR_H%c3cD*}md)Hq7KN$b8V}mi67_do+NNk|c;E<*POoCIud`t`& zx<*uOL%_j#6bLaNR~Q>4S|V2{B54VfN)07Vp{PMrrE=3oN`i#bv=T(9>Upzn)Mll< zbI<*rckkP=$FFO5uWS2rX~&y+HJn)D7s7wk5aO34{_mrCJx{@`8J?r?Xyo1;7D9gz zfL<1T451o%%@iRFN7r0?Ex5;2Mty9xa%-MT$j}Ve8Rc=IkJcJXD39TJE{KQM^{E$F zf7K1p5i5erWw<)lcM0Ql=z4<}B5KcoZVV~IO%tLp(x&udIz&}uv(no^N^gklQ+gJP z8GlSKhi=@4(7eWZq`3`Gk|=q<<$>!OV7t#c_l2&ANhpv@j~R9TnJKrF1LlScpNhe za6L!_`AbIs6h4QdAufU=%-=={o3Fqf;ap59m0w2bH2xeiop)otQJ%~~#P|!4$lz`? z%j7%Aiu12Ahb+E}m~6fV>N$KHtIOqIpmH9+4?_982c!!)1=}d(kS-FUi2G5ZnDgP7 z#7!t&!fO#)#>f)oJOsUh4}oGO??Ia>JP(bl_)!q5<{QX*g#V7lHC&ANS~k&sDi5O0 zG`Uf+DR>V6|QsZ(k*M+_lCN9@~2=ckPRpVZ0<`FdGg_<>lEMXRdAumcIGKZ9Ju{Pat zYG#$%|2MV3c|;n*e_FvMnm!9D zd30HBw(9AsJZnv(Uimj`HiczTppo8_t08a5p+H085fCZ&y+SE-z`<<7n0$LFaM>Yw z9>@0WOCrO3sOtAo_D5*oHJ9LO`Cg^;$spi2Ym{$4We&oZVs3}@^;71Dct%VETk^d| zu~mqSnr)bxPg3*21Oq44$gJ9%4NU`NWCBm}ZGVQLn;i~lwtuDu_M!vk+ow>*{H_C@ zu-{cVYaOuA{)6(YbHEaN9qx&_-T}+(FsdcYP6s_>-&QBu;DG1s;#5oz7+o*ns2rLth#o`)f=hT9#@{NPT2SD zw<^_Hw>juX_OsZxx!sA|YiFq1J&tETekCn9t$tscq3oiIPzCSC=7`m%G~R_V>wE(B z4L*Q87cY=4q0B@xZmzXG%f!RbvqapO4g1EoGBt7Vhz^L37jD! zkD;RVy$Ku>kuxA@B_?oGL_FYN^(Ju?MN#D-(F(kEsKQd?cOeU}-hFsbT@qxF%(Ju7AD~iT zvhL0r!*3uE)J;DqW|hjNc0r;5YD%?Z$=(FcfdO*BV(;Xse(Rxj&h$^2_LRiI0Azg7E{E%zR5 zp&Rb_?=jXuOmpY##cc|7I{k7^p+?FKN6!n&vPedv5F-p1yJNV2!CxUI=tgHp6pEa6 zpko*N6#tx)pilKFL(mHrp@)COJzpg`@#^}Bq9Jsm+Zvo0FupX|8KieiMv9@Uym$#LH4E9(@Oc9wE9H8Dz-GaKGoyr zP7n3pOhvJ}CQGSCtxWxQ@eh0}r(=S&oPz2$G~+uP-^wagq%-+mUJb)4WxNMLo07(z z(0i2e4kklelEytG@{JWGtpX&o|k{gD5S=c*s|HrzmL6<-=C zgrV-=*68B+@|gT!>KS=r)=GtP#j$%-B^Mpz82UWEPknfB>{*x&h-IUu-9;dr9Hq=e`W&cnsjmt6U%VgUr)&4Z(fP4UXKt4WP zMk8{|Z~@JcuMbb6jq(!YY557{fDDaHqR(YLq*tzhjL4TE+vS@hlcFUDg;=aE(ZmO% Hb3Xq8j&i;? diff --git a/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj b/blink/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj index e6b0744e9e77aa810acae306d4580a6d063ffcae..b45f55536529016076325165d86b9bd0def18665 100644 GIT binary patch delta 1138 zcmXAnZD?C%6vyvL?oD#?zM-~hlD4t4aZNNdb#89jG;21|mELwUZoZ(~Shl52(wog% z2NMmr52>J?r;3WY^@GA-1Jf$3AO%4jBP;kabV9)f3sb}obt03g_`mhT^Uuk1{^xhj zNuHZO(aS3|)lP5MBDYl6qEk`aU)mHU?3AdM^r#L+u~@WI_^|Gg!`fDQQ)aXf6=gvS zw0y;iVpA>TSVEvJDvDxPuR^T@vZ@98Jb)>@03{x>0K{37!veReIP7ZNthmdYBG|6G zO>@p;nqN>&^L}~M*5dfrj#yP^rC@9Be;g*_ch^{pNLcw}%&PLI8v64#+}l`#$Ii2e z9lRg?m<>RkoIzI?kIN-ny8j8pO++A|cQKM;jinH{L)Hv+@ z2ULxRk+dn+4q4(2lofKO=z^r3yFEQfyI!##!w%L-IqU4ApwyjN3QNRQ3B83zzG2so zs6LO`ygcK_1Zh|z6QL~){umI z@b;bNYnZyjd>?ik4d>3fyy5UC%>GA4oCyK zPr8rlbVw>tL%xPiOC+z;l9Zu8%jfw^^qy2lboxYofL@V}qdK+A31~(xL!XvFL8s>= zUzniJq=C3kx{D^QQklT;obQx$T9IE$6LeJ$jOnyNYS1l0hUp(RVl*Q!8XfeA s%otHRA(x>wSv8^-^;u~tcUmYZ+smDFQu5^}h2%6eF7wc7X_TA(11G=)kpKVy delta 1158 zcmXX^ZERCz6n;AGNy%SNT#)5 z>94Gm-DV;ECIaoUQp#bQ16sGp4K3JG3o*s#fW&DFgt%zx@CRVql>#t zw@H4^W0GICndAZ4YA@AG%?@m~FC=ddq|zV}pIp*fbeLMR=+(v_Yw+hrA3!*%U zSmyy0Gj~DM$p#l13PZ%rLQT*8-u0bT=6kPA>K<#}{c#_M4p;yLJtxfYHq`D z2ET#71pfg};&wgf;JbleKt9O_(d|ZdW3EQN4);y`I&>c7JMeAdH<4-PQN%5rL2WA! zK<6Po3;h(Qq0`1$@HZ=ml<56s3i;*yyFP2hhy4!4{6~2eV&&cjBP@dsVdQv7h z>XOh`t(Y2Jwq z=)j3Jnkq)yCFs%1D=<}K7#@>2;3xBfIB3THz+T~ zd_R38i-h7nvgnCYcIo4y)Rk_jAkMVQ828HAk;Qhh{lmAp9MyKR(p^8#+ zrVyn*xl)K~XA?@LCDL%W_=|qa?PsO3SYx@BkgdfUdP$1KC@q&0z-sxd7!4fRjdy46 L#QzUI=+g5qZ3Y9? diff --git a/blink/build/esp-idf/esp_wifi/cmake_install.cmake b/blink/build/esp-idf/esp_wifi/cmake_install.cmake index b4c6f84..4bf576f 100644 --- a/blink/build/esp-idf/esp_wifi/cmake_install.cmake +++ b/blink/build/esp-idf/esp_wifi/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_wifi/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_wifi/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_wifi/libesp_wifi.a b/blink/build/esp-idf/esp_wifi/libesp_wifi.a index 8a4a3d653f74af3874c59bccd0e6f5a11f469ed0..2e0911baee558a47ae0d3be4d69366c307345975 100644 GIT binary patch delta 18932 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 I-4^}709A8B%m4rY diff --git a/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj b/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj index ef460c3b4ef27c29612b1ac1eed97cf06f7b1970..918334a1a67a755f067443eb2adf62eaedd4e43d 100644 GIT binary patch delta 258 zcmZ1?xJGb-0;A4EMfrM0Mg|6+a0Uj3RX_{^Of0OKc_j?YEbM$h9y1gB84$(63X)^y zV0jIq7}@TFDGnD9#l-p@M6s~W22!%hM7#ry)nD|F=A>*EWqQuI z`4=-2GvkTLf7!|zr%Wzo4`#HSe3D(6v2*fUc6HXB%nS?`lRq*GPuAfOVEi)KmP4I& V3kw5-2w1F!Lx6Pw&=)-*9stT6H0=NY delta 240 zcmZ1@xI}P*0;9@AMfv*Q3=9lB#Xv$Dh(Umfg*7v;gn^lboe#)kW@0}EqBvMVa?Bho zPeBwT+f6XVkpQBYSU-X&7S`=xirpMUaj<)WC`OJvFvWBLNHH)9GOF?kb2IZv^9hIp ztx{o_xPOhbenx(7s(xN(wti7+L4L7*YH@+Fk$zHXW=_iFEXE0&Wtg5ZPM*WYv6+YE z2NUCg$*k<RvoH7n diff --git a/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj b/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj index ba3c5b3d7cc4855db82f667325d0ff44d8ee2c7b..21988d2862c48cf023bebdd32574e919f8d2514a 100644 GIT binary patch delta 228 zcmbOsv_NQr0^@>-it_bhj0_Asmlzlrs(}~;m{?dd^GX<)S=jl2JZ2{Lxgd&z6(q;Z z!LkQLF|us{QyeZJii!0Eh+<(42UG0QAc})s7ep~~1OX|QEHIm?6iBfa0*PKAW>WzY z6ZZ=xwPUKK$RGQogBx5FT1d=k7Zvsh?$&8%h0N2R-L3wsQR;$Y8%C|L@mShB!urp-W#wGc@30x_Ek zkeIk%n6Y)@<gQ!<>ldXKoE|Ig}nkqaj%(!sk<Khx5Q-1P`D8kt{er@Wa$6Cwqzf?b@{k8;x|b_fGCK zf{hC8nxA+;y8`wKe}*x?iA;R~#;iBtwauS-b^tbD>~s*9h|UGD24RfZT1#o($)a%|Tl18aSuU|&ImCTQG#vHv)*^dPd0El-W*KW@5cohsxY{>?C zykH1@F~twzvRg|o0|dl$^uTU&_ajP*?`Y7G><3v$>~;a>1&8n^CT>^&^F5Go>mbZt z-~p2t=DW5!YmUxz8i=GCkaOCPHu~rkiZK?1%Zt%YfNVMf8>dfT zbLc;?3CdHi`bTA606~hrKxm52f}n=#(3KjR4LgR`qNXwQjz_#0WSnM!-bZcvtDqE! zOv(|q_XhG+=QH}+u>G@YlMg=nJtWAx2gU7&NBMgeo@V7Id- zK7`ne$@7_;1c9^GbC^7jxyO*qd3qS@jh>c|p|$=Tpu0d?d-E#sMprq$w}bbeqmb>4RPUiD|YI`cL}aC*V3Zz2c``nEUY zYf$T_ReD79Fa4dDNTx83pY!Jt3HEa&Of;tnl3o}hpE!5{`=p;h(XcAuJ z(;AdsKBWVxP71N(UP(l}wp_I14Uq*+Kx}4sJ z&`LrwRz(*e@oriViKA&3#8uNSWUHaG$To&D6Odvo^&oZ}m109J<;58rPxoQl1k%^h zJyZ)%9esw>^>hPue}yI^-Mth6@kDCHdJ;{;!TBm(Lrs(E0PKB~3$m|K5@cVe0c4v( zA42r~bOOXvSukHloF*Ihve4g=jM5;um}o?P8S?-ar;$izd%!1Z^$g-3FuX%4bM9Py z!qRtHBG!a}fEa>InGE)UU5X0*CU^L__CbU!4E_-`F)<5GmMO~9tZ}gd^~)kJE`fgy zAHiv?SNlXV(*n(mvhbdh4dp)iFB)yo-(gJ(qjo>tkGCPZ2pgt-`YT{YyDsAaV+kb1 zOgY2v0J~>2OM`b5%m5BhF@`H29L6E$?$?_h8pZ+dfMu9W4?CbE7?9s^N)aVOx@Xfp z!7O?lEG9EH>vS^>O=amI=OTJATW$)pVNT*x3_^B?U&oq>(YpGc@F@UO%+s=Z!$SZ8 zF@SpI4yg}?6n_n%V)=bZ=xInCR`0o`O-FRVKG_0SN^H?BJtWrv6pK3D`J?V`Jj%ss zo%EOC0e~uD>#zYYtVa9+0_2BYSgokQ=O@pE&LgZ&)T@~?$zN6rWioFrIx9c(bTo+9 z^ysg9pizX>D>5(pm=?I9GJ^*WuBl5je%t?^Jjqi}VFY%xs0pOj448y=1k3Gm=Wjsb z1NGBjDSusk5=@R?hbh_<MtB>J@<%V~oZl=SjXL=8|L-sBQa8iThZkc9-_C;vpb%Nhy85?8 z)^mR+68^qFC)SwNzj5SMUR1qc>Ee#+C7lbamv<~%x}v&c#j$~| z=9V;XQ0K8er@qyi=4;g+*!R_S*o2zeR>^0mC)!5x>FTAnGQL_JZ7cI1x(9<%2b-hn zR$B->)L!QQ4Sa8^F|AS6&>rHa)uZiY$n_lTyXq(HWr?*-xTewdFMqfXyx;!-!dkl| delta 2713 zcmX|C4RBP|6~1@h+xPa}chBa%>}Io@AF@FHAZZdnexjmn`7uf~{B@>I0tswlpaEnc z)GCD~no6c461-5O@;B8w(jrh|rp~lL2P%eIhhotd(5cgo>5o9MfVG`z>31J#Gn4b~ zcka38`_4J{y}faUUp~Y8)4cb`W2YGI2r(u-$=HgJYBdts3Y)Re2l+D?W2R|0hwup5 zm*RLt!f~M==3E>xxpfv!W3LBOmF(2vJaQ@*k5G7V4xI0VVd_)&28qH;wW|*Yji%Jj z+qv&Yuu-aAoyob{6|q-`vy6pJWO_Nmm~{kR+x$sjhhZbeE(dYRSTlfi2F6&ZwUov; z==C`h>$-TKUbmtQb4KhXy?!=^q%kVfYlV0#Rg~b2IeMM8mqrc)h(XA;TZ=mOgMo>@ zJfODX5%k3rd*HH{mt6*kh}r0YopBE#N{R&C3b;0C6#*Id+L& zWJ`+UsLuMH*aR&QI$><}t5@?oq29tDdtW@g-&)9CvhJAbGF>ZNo4g+ z=Ud@zpw3-^F*!Z%XQ0l#Ps?~RSJP^7k2!lxrarPA{)+mOU7I}u5uAF1`lf-vp!va! zuR?8@*69(^-}ODGb%>16ztA*?HX%}whfcV33Nj__MkM{Og{~hxg$dA_;2LcOGp8EN zG(;ERHs~^rn{*oTvSIoR0xkL!_sFIsm?HGkfMX>*g7kOBrKjPMRHQkm4Tq!jG}PqK zH=xp^eMsul=a@(?J&X)7nt+^fssKSA<$yRr-LU!e0_sfC0A`w^8mKSG(g}nX(sXPT z(FT-WOdnu9hW0{x3EhBA(>zd)r9}`lj&7jb@w5-=O6fl!D5DF=P)>*7ub`tyT}i)$ z&?-VQR!tWm@k{gsB-YRX#MROOvenUh$To?x3z1?neHXD)s2m6Gpu7ZQQ|V3|n@0L` zG@WYTnL&R=>Uz3{y6>cVq`QkGi0`HrtY=aKUYvXADr&ly4#0kyrh)7$6a(2;=_Inv zqIV&BHXR4?92PB-xlW6X@3PSMNXF<4xR`hV`DHu+T%1NCnHPYNsL?Y>1i%PhN|}HA z(yzNQa7G>Rj^3zlWFY19E7(TKd?(cc9jbk80L z1hd!)u$au)s?#knG?k@;oQvqe*X7no26GaZFbMgK|0>o@RO;&c{nG%ZXw$NG`Xc}l zaT4{)0r?LADgGEi#d5bK^wbka)mgW^Wk?4cl*`~si$2}bqjDoashF%gf6RRak4kY` zCq3y815^vH!-j*fI&mHXYAN z^fv=AUsS7ovM}#WEwHC5iw9m@Q3Xph5 zy%8CC%!V zSHcge62BmE80z_TUbPqm7+ml-?xbq+$NT!%pMTDSNr!gKFYQ-P`Q`ke`k`Mi^+$T| z7;nhO;5XsWYW$B24jki4KGr!Gl~$q-e&YYFwt4(c9yj{Hu+n|bH?5`%4h}t9CEk-GUFa@|VZ{3)6YEOaK4? diff --git a/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj b/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj index b262e917fd93dbac78267ef77b3a8c0c492d7031..3bd66031bc4c1e73a6e5db8477ca149ca08953fc 100644 GIT binary patch delta 67 zcmaFC`G#|X0;9=B#U+d^IhlFclMgf2PhP;xvDt^|03+j^$-FGej29*wvZymLFinnP XQDd~2+{mKNcw+KOAbD%@MHX=Y?F$tQ delta 66 zcmV-I0KNb03FrxsAOSG3A*2D5%K?3pdIJixPy)aK0hW^y1S0{;lQje<0{Q`yUIZoq YG?Rq{CjrEhtpq0p)&c+kS(9-C6WibvD*ylh diff --git a/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj b/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj index de90931aa2f2fb74064dc8289c578fe8be07a090..44a1dbf4042fb43775bdd593b0776bbd3a482ee8 100644 GIT binary patch delta 66 zcmaFC`G#|X0;9=B#l?&)IhlFclMgXAOkTjuvDt^|03+k<$-FGejOQmCvZyoupBxD! UEhaYt$rF=T0?C_`FS3XO0QEc;1ONa4 delta 65 zcmaFE`GRwT0;9o3#l?)1Pcha_u43le9Kdvdk#Xu|K^A4klaozZ)ER$Hjs=n?lUsr0 Uk;!XW)LE}GF)&0WzY z6ZZ=WzY z6ZZ=P(aGv2ktA zVPRorRGD1JUe5G~b@D6rAV!zTwj9cg&n72ws56R9?gWwnlQ#lMfyp<4B*$b%PH_N0 C_AVv> diff --git a/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj b/blink/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj index 253cd5aa2bdced60f34dbf623d494538c1a563ae..01cc466bda3b9c0a2f080421a661c8b9dd9cf23a 100644 GIT binary patch delta 253 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 NMycB0aqNxE{{ps4___c9 diff --git a/blink/build/esp-idf/esptool_py/cmake_install.cmake b/blink/build/esp-idf/esptool_py/cmake_install.cmake index 05d7ca1..bd9ddc2 100644 --- a/blink/build/esp-idf/esptool_py/cmake_install.cmake +++ b/blink/build/esp-idf/esptool_py/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esptool_py/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esptool_py/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj index e6a0f05a7ec1362373068d0240bf7a3bf590c5c4..2bffb22aaf21c7ae35167458e69919d181c3698c 100644 GIT binary patch delta 837 zcmY+COGs2<6vw}F=g!<2^_XL3YWSE6M^b0fv3yrXg6}(n3rP}G(iA5(rIa@5N{trA zsYT)*Jh0aD7Eu@TU$t#ZXuN~5x3anp=M z>1lLN^7T|2mPRmAhID`38;4T%&0K(r2t)T_3wK5ywkXBEjfOm}DMkDat{Oi@u7w|3 zmD0IOM;{)-U^ZSw)ZiOX>>PmN;B(@!7AE(=A%=g!VGDmmZ7i=Lx|JJ{AIDWPY)y&@h>E;gG_0@ON>uJh3L8NyY8mT#INL7h;@regV%6E`m=c$0F0iGdO#BJ3M!D z5K0yssLJLv=swornZqyPu!k?eVK3i>LoWZsIgi_*=kr9EQU&}BnT1@8a}l3~Pcbhg zVcW;ikoI#d$`0@{Si*i3ALMT7x7F?%M;pf}OFx{V#(-HoP8B_hdpY`|r|@RiM=+fJ zTfWZ|4RL#v54tt`J50I3MLnj%iGpF(P^ho9^O?oZPDw9^E3H&CrRi>sgMXRo%2nkf16ekna3sffUH74cA{hB^% zlq}Pv%Q6TCWeLm>mp`2zOSOLo-I5c2H+_&xV1mqnyi&PN)xy!BLR1u QDphI~|JT2TPx*KK0ZG`j_5c6? delta 823 zcmYk4TS(MF6vpT5{`aPPOwG(yyljbUUUp40TeZ?i@c!RLLxltpC6_c!tF@=Xhf0Yk zjt^xol~4#9VH=eNK~kvnkU(B4Ei$d zOfhB_Ta~genU(UR|KAK&%WbR;WIZMwMt8!9C9*L4NhwoaBw#R&$PHr^g=E?2qA7{h zvgxjPwJaKu4lqZ~YQB~?Hl?f^xfB_8i&lgoIxeQos1)lkR2(uWMZ5%81J7Wuksq6s z(zsv4IXsD?%)ElAg{Pocxetns&xqSpmVN;a3A_%6P5cqLiJS;!Gq+=Z68FeCQ>tSe zdKy2%f$3ZVhYW6kzmpHj6I1G`4BXzuO^9Z58Oq7!=Wxj5a-5RSiP-7p7npl^3p@+B z7s_@fWEFBY^di>axr1NAp_s?vu#>0ZP{O}4-^D%9y?ixFsZxH1on>5tc{z{4XE(n} z!?1_#koIyR(kl2JSjj#l@8k0_Y;MYV7`gBX<1n0JCxB`6I2AvJd)b2VH?gv6qbN>W zlON{vT(Sf|mQ#EN<&*>I>ho z){tS{7XD=m5zWf2=x;O_p0J1FQ#?KWechfTfy17`?t%UxPxsJ3QK6^vc%Zi{T$Nr$ z;ZVk`DLjz1?4)bbR;}Y>Oo5rQ1{O$7jZWoq1+11&V6%8@b?T7O+Bq5)e_fF7$wHk@ zuf~DKR6`?a($=6;tV}h`QH30B)G1G%HU_Cxyt+=8Wfbg^w_v7h z^X1Y5IpEuhB2M~T^j@xm39jXVk4^4#-t)X)&w0D%9_Oc~Wbxs`Igu9dp%Qvdte9QGm7Htpz;(?+wNkV{5i!&yd|Z!yqr zyhk)HcnQS?@vMEsBvh{&&)Qvbx7l7gN^fp~yMv6wZmi(~U*1_8mu)g_hD&x>^y3w< z910x_!Y(JB=#eXC=hz$UwF>jBT8PJ4$&UsyMF_A?G4|0eL5p3f0Maa3ieRo%K|Drp z8IF0BD#rxv3e1xa;Ueo-;%A>yRcOyqDvSfnt;V~CQZ-1Buf-gPQHNH>*W=S0nB0il zNUa7as|gb<(Ts;FI)Zg<*@DxQ-ioK?tK70p79-c;OBP*^9+tQXJMxw4Kr^#Cagq%- zppWrgIL_RS_=`un880yY7R=D@#sWLuig{_bck08EwpRr1WtIk=%7#u>%fV(!Hj$6S=T^ilw6-LQ;v773=DCeAg*htLB6qy1H(_RH379vCR zBfzUI!WG)Z=%rnP_lW_VBbMTCVi4C@zYKL$TaMm)xKv=0R0t2!9l|{A7F?#F7Jx@= zMF|hyic#_kn>iMZqsww9nVW-M*?C|Kug!#?d@d>|?osULHIF0UlR0OfE#D_qR$JbW z^t+ySX5aD#_bKVO!g^K?TX*U`a=}`wd&K7ox;q)0%=>FVs_Oj`YIf+h zOt|qWTV*7cN(@Aj@xjOg1L@RoWMDYGrY+Jx6i*ID`uD|$?#oO!%@~;{+qN3=M9i64 zyz#?`zA7*8j_M`(jd+K2?TPAdxxRN+ua?gT|IjfxGZfXuVkSm(wH!=D^=C3id`QZYQ5}**vQdx7WHPL~WhPl? t-p@aZ^)enSkfo$opAdJdPJbe6iRWb}(IJP3U&|EnHTjmfB-c|#{{k##^CJKN delta 1268 zcmY*ZT}+!*7(Stz%21%2#SJ0%OqsUh9YKa zh#H-*it}$0V>T1r+&YXGL$gIQFE*W`S#((>F_^{Q#FPs!j6OwfJjwT*_dM_adrtfM zvVL({KVPi3oGwWi<>x#~WzK7*wz<^*md)uHC2iBrTsdphYLOp}o(+qcN|~o<=rBGc z8VeR7;2TcMvnHWDcP1@wmOitopqE;^&(liA=`b3(Av^25joU6cX_n>hbyJTw!EnfP z(g^pk3ZPwnHru9;F;^~@7&Q<37|D+cGB+W}I05XZoR2z(QbCL}WC22Ur9ya|+AtDc zr3x`exd=<-i*cRtOYlRsQl)6hP^t`5^ex93L#YbvAYX~&97Y87w6DU2jdZR?nA9eK zWz}GgA!;$nqN8YG$~v57>Gc?rFYMv26&BQjOALAo?qG<`xI0IwR@Bm~4TqUv3wmh3 z702nj4OiIGt$3C8?UR(ferscdLwv<&QG>4q|%mUkT` zRo&E>mEPGj=ke3ljCkMY!RfIvsafT{%0s4SM*ei1ENWyY3SF#TBgOI9;G|IozM`Lj z3-XDxeoqE-xDWZiqotuk%KDl;xu@381e2Tt!|xoof{S%&6p&XqNX9}ttFutZIcH;@d=8!><3oZ>E}kRi;S|x2 zR95;C{6sl`QudLLBg7!i5DTzG3}Kb=!_cg@5T*Uxig1)vG47(e7)zAvu)>1sV6w$} z_}F+o4wC2F1|e=ip+pHPf&4VcFy9(xb`O zJXt!ggJtU7p&CApJNYBr$**EmKF<1Hcgs<4;y-=an%>Doc77G3$*}cHupl~=7#obn zhex6h4~{1$qJtCTjSbO($>GualacCYY>v*}p1!@e_e!|3Ecs8(3x;g0^h;s2D|w`$ z+ej|o{ApC*kar%4>6EMzcS`4jF?~s1B7Pt%#BZc|=%QYhzlV-#L*5uZpsz^YLot0q z28nOU0`Z2JBNuhKTpsy@PkC`PrY-S|9nc|pVl1Z5$+yIDsffpPKqlkWdcVxa%XFK3 z7LVu=`7ItX-{#*%o%9d+WK+V@AIa84#9ShmlKwHDOp#OaY$BpRmj&W0ay=0Vqz07g MOyA-9;@H;Kzw^EEBme*a diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj index dc1710810a66ada91eab5ab94ee558e4c38d2737..c70e1efb8807b5e84b0e46fc9857edeeea5d9aeb 100644 GIT binary patch delta 3390 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 diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj index 6571edfd04b20293a2600e7a71bc424993cf44f6..677505aa76dc6e6d11204ebd9cc8e3678e2a36da 100644 GIT binary patch delta 844 zcmY+BTS$~q6ot+HY3>eFn2>3WkBq6=Kvp5jM;Xr1y|gTH4~kppk6WiYZ6VX&!nY zkF;#MC^MRi-ioFtx^|e9(m4re6Ccx*GV`pil!cq6M9+_p1}=hYLX?W+%g99W4dk8d z06Ln#nWRsTb=9#_%h+jDDvk%C@oWbofj#nCcb@)?X)@0PAY4+ntG;Bu^<$=UF;_&qYKc?9P*+zxU!r$N{9QxI~v6Vr7ZiEb_rgPg}_txB!u z9ys~@8}}CQ?j)2q@GU?Kc>q=sPXSTPLnxQ|1PezUY>$ z@KUU2ZIAkZq>*BkeVde7GHAK9S$2l@qG|04`Gn<+4KistL&H+VvE-39PEEfGqV1%) z1kGt+!w90B$>7&}(%O)k%}Bm$t}HTQk)Kn?kFJV&qv^D+Y!3 z8S0c(4iD`L?r}^wgIiOMlXy~`9B4XnD5JKeDNr9AUU^5C4xc#~$SljC6Y}tYm)?k0 zX7ZwQfYx!%5`Y2j6&n(OQZ7-&dI!Z delta 830 zcmY+9TS!!46ovmibIzGFd&Zd&)M?66Q5NA1r9dpAA(6^7)YL{RNV};Cj*yfR zhOv9-A*d)UUj!K_s)sH{B}AD}(n}fElRX%8(VklN5Of|E|G)NH-@i})6!lHfP%>4G zr99Nq9CoFg6&9tw8tT8#V%lb5SjY^Crsu?Em`fL9fRxg+mIfAmrIhQXR4M259C{^p z^dOy;Io(G;L^o1>hipn2oCdUw+jON&HsRR$u#_1^$wA=axZbK%JYPg6f$wALWe?EH z*k#HUBhj~?m0HDKO{pXvg(kBbTc&V^yfM6y8BEjpCqRB41}KB~p&Z}~aI$zB$!z|F zhjX|e=v>}`)$=$AKcA7WT_|TYz56U0c%fcgPTZ;m+}qa0CpP;r_u)*3;W3>@1f;FEq=5zp{HaQv{bsFRdO8~lnH2}d~5Ok E0d_679{>OV diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj index 0e4b162d80aecafd016aa3d99332900feeb48cad..5294fb28fb53387b8e47cfadf7b9caa031b8e166 100644 GIT binary patch delta 516 zcmW-cUr18{6vofF*KO^f^UfK=rnND2pxNDa@5=tzlSP7ZUwYlkaMIM=(#!?xAtCjIoVY#FWM!fq5JP~;aW2^i#h%8ydHYzhv z+N6hxV$!P{MmqO9M07+LNx(T=j?x zPe!(N$V?9_8nZGCJtsxXdD+30BUvb}EP@5OiG-8#2wkUS$s`((O?XbreYBjBBDQB` zUsud8ysC|+1eg59rZDrEz6jjoSAJjcS|nv(sa`GH)0Ihkrd+Ge+U41rlebG#mFY>l zG*_7#^PjeNvA=crqUm>b)Z20Wq~GJ3?tl#~obdRu-UZ+2SMZ~D+n@M{?%5vi>tNR7 zW_DO zML2Rc(;_4z2$WFXCMqIV(Ff6@g|jGX(V~dRrJLxq`EfY++;dikJ`I&ql3Q+_lF-jO zV|IlxCq+4m2CFZ&A!3Zt{;)Bkv5+yAp2h_$U00a2d}m#0xWIh`Q$I?aYXI?JuSdfzr?pMGGbM{jXu zznZ_8ZJ5gLsKFPoB*a4r@v7o3s7OU_uKR2+8- z<0UWaoVz+Wd_JgdIbsJb&DWab4DNOMGK?SO6neURDdP_L7*+BW+MU<3iZ#cVKj`iD zC5%~eH@=a_;JUtC!A*BkDp;qk$3S+H4J%n+ZlKZgC5f}-B9^@ld5X_oTKXZmj7*@N de1hX-1=HjgJRrZ~4Ox#h@&%gn|8;LZ{tq#{d7l6P diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj index 8e89f89febb14d87751533870b15b7c04394435b..e9a72494962b65a08dd2aabe71d10c92cba91914 100644 GIT binary patch delta 3779 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 delta 3822 zcmYk83sjX=7RSGRAKZ(F=Lg;k3i6PvC@%#`R1gqQs>MUlq?9lV^8tbHM-YOVkCCi( zv|}kfmRe4VGtE`$rD38{1Er;AC8a54tw?KfavZ4n?~i8I+_ld4JA0pV_WqxJ&iBC& zoxayQeV-1eH(rlu8DF==L({y>Len%W+W-AbcH0UsO*2_+nF9c_r&%=3Y_ZONY^i1m z#6;5tXDq{Hi}nTV)=E!?#f@Ml^5{16n02SOrdf_7ws~A|9#6MeTTF1x!DMqmaQ0Ti zXKS!SfW_lkST@UU_K|%CR@u34v%F?JTk-TbjEAS?SxB=)1y;kbw8)(kg6lLy(8P6{ zrjh96+~PE3nZ-5ECYIr86|oTGA(9}_ChkMuE^0WM2tyGDh!;43IE%<$q7d`F#d0X{ z5mnf@uXxT!)BHprM*YPRWYI-0MgzolL<;Y6t%BAhhMDYhYfkT`{9!J-el z9VDtCYp^Imnh^0F;F0Er{SE{sNs?;vrgScGU%VkeTh#K%ZB zOiV_c;o=6?Mhk(_7~$6HG%Z$4z@#{F0#f3|7z`wc(+Dw2EWmTL@PnYArVU_D*(Kk;*Fnnifx=$gk2IC1ZKv3Oy9L z{m1xO*LhAta(yQr*7Y{drRi^?;?^e(gY<=LY%mOy-pj^D!!YY_V|Ug~hGEg`W!}V~ zy1P*z>lPa;wCkr(32UQa4A65~*H**u()(D`4m%6>(2xHgx zvTFIM(q=5*cN)J06#xWelMW@^;3E z@xi!JR=@rcavbF9`IBt}R$CkuJf`Yg^ABVv-~V4Od4$R@RTK!#sx+qJ(ZXO-sRX3hmS&y+&d{O^gNc^ zhuWLq(IGeVFX)7hHzwG<<&{Z8B3?r{YZck}c7^Td`}8Dv6!F~tX>Bq*Yb5QE_hv;= zrmW5iqZIjcmV@4wucCiLp3aJiIl;@;l9gAaVnh8)!#1;f9eEV|&lT~M49yb z9_{qwT9}_%SLb?5&X_!c=F9rYsZ*;_eM)p1H`@Hn#yXb|-xk`GL-0yrk6R&{_6Hs62z_3iOdb@^0?2sBqT&&>5U{yHv#qmrHP<9&kD$=7Em99!9G99^z=7(0K3 z<6Cyt%bzL&>9pIUa*&C>lo3^TQHCt3T1uN`XH`6IM{iZFiC%QCUL4Pb|MQZ~v{8;( zI*;CxO-tSMCpmT5DcT}~me0jsrn==*>9Rb#{099jkFSWQL-OW|M#`5@tc<6FvU%lD zob=h1^)y5luPQZmC(Ns=EKhiB{=$UC<<(V7 z63UlUCnYA#SvJ4okrsNG_IkFoS5VYw`NBS%4Bc$oaJz}nOf9#Y%u!L)rb6E{7tkeD z$@oPbWdtej6Tm1{%E(pCjM=J>aZ%;9nF~z42h|I0=6s4)Jus<8rJV%YR3qb(>S6?` zxKqGvRm-SQos5+#^fa(bRWdr%QNYyuy7Fm9v{+Tz4sW4qX3SH4jB_gQeIP_NF&TOZSI*=(vd3VBFs7e_-R5PPp z^)dWZ-iJVqYGPbhJ&b)S?IU28YGiCtU5s`WcLwlNwTvHHI?tF}h%9RT$1p?Gc}9tH zeFAJ#%NSAWB%@UgJO|iSIb)4Fe9pXrE~~inur8`vM!V`{j8UN%fSan4@sc{q=uqCD z0zs;ju|_pB_NYF_WtDdkctbTYrl}srIhFPquu(NKQdJk@nu_}zfcnpoy;a>}>kXCj z1<W+SI@=fkUdCaZ?>;oKx1XfNC|J zaZT-I98k9y^Hk1dV4vE~h*I5*Ln`?SFiWk!0%a>zA6tGcd0(5;i8pc8nA3F?gDly8;83-zAF>7V`SKz-teDRFme*iO2qyzu} diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj index 4886f0a00d33ac579d9c3b20e8f762a3d4907973..516f74724f11a4537bdf248b27cbe64bc4fd01b2 100644 GIT binary patch delta 223 zcmeAW>=B%xz{oREQNI2Q0|Nt(3y_!##2~=L$aV=#aa4mSCe~MAihVzbVqxtAQ|!_p zih~tM0x5P~AjQnWnweJuRKm^&7G${xq8K?k!4%VUAjQBa$f(LE%+1Uv%_krZlvQDv zxPSiSD#oVCag5?zIhlFc`bnjkIVqceGd^dW9Kgo0`3>_ICdL($AF`D*mQ0Rh4`$Sv kyp~;=F@N$!c6G-2lYauq8ewEzGB delta 221 zcmeAX>=2xwz{oLCQNI2i0|Nt30+5gfVh~_rWIF?1qA0VFB1 diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj index c963014bba87ca04f79c4cbbffe92a28879488fc..cce6caa01abf746241e96ecc5319868deb9fe7e0 100644 GIT binary patch delta 5208 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 ITsHmpzmor@!TOvIGdAAd3q^ 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 Qmqi!ac7kNQQAQ3RUOag+mP-qZQUKWrbkD#_H zRflE{_DE%@QxUOZE2iHJ6zqU9Dr#G;$|sgl!77geLPbZ4^3A{Y4bJ_(v-e(m?e+TC zTKk;j;wH!CO^%=CiQ{|nyM6rwLepGXK1~Z@5!U|yr#n+AMbmUMwb;-!T({V5Zn@)2bROuqc8Nu;COB^ls0=u-5t`h3&AR(Hzn=K@U4&haT`ih+YW64js*eEG@V8`Lp`ZLcjCw z>=_U?jcmCMU57AN0^D_K!ZWy8?nrA!EarO_< zVa>B2h&VSUX~x-WI{O^gV9hrJFgcy~WXxw`vo$*q6U(i>KyLpCAfnMD7zFh)uJizB zfwn2+xX%xdwI?aG=29;pPMaSU)(G={vX(u#$=qy6? zQVcqMG%u)Weln4l0L=yzl8XC*P9}W|fgt@E=0o%}Vh+<;n2eA_5K$tmv*;}pN{ree zoK0mwIfurlvGA^Lh6 zh-z8`9e}%yREo%&=nkB0CNDIPqEF%OXgaNHS_}07p)vFhPPWnk2kf`e2KYXfw&3VE z+Kl+x=@}UAKt1dC09Er!;s^>om%+q0jB4v1wh%pXVB&p>b}G-89iARltJUle9pa>_YU^F~kog+kkFJ(nzFC zjUvr7KDnV85jH=;xSF&vCG9lZn1OPksmUW=FItTcO&g-YpT#zAO453c>DkSWb|q<% zZF-*K%I_YcW2WbR_OT~PrvwA0=dVDXrVlBQrf0v^7OJkxMS^j4oIq$os<`GVLYHr` z!XGHY(2NgI!8Fgf3|EbF)~--oY_a|rDq6Ie(Yq^SH{`=|4<~E2N_9-$%bY$%&Fyq|b5%6*bwiUe3Yv#ervLym=-2QYWw*n6F&v4OA|#C@MnQcjADw=N5z+0o zE`}q`Qvj((pFvL0y~vwRr#M{ASc{&dgT}wYkk_Qsj#F6pmawm9GSBh)bE`d4*RSF_ zqP*ASHP-c>3euDYw9!#TIAx3lKg^hlCUVKEjKxRU_p@sG8#qoMXYB(a<;R@h6F$}- zmLGGmpY+`hnV78R()h&P4i6vDCuQ?FDQRoWh1C&(V$ zKy=Ah49+C^U^`dvKU679lSQ~k=!@t_FwrB^Ic=AH<8f}Lyp=V4>ADrf_oSCw^()`~ zAbx=NqiGE8k2VQ$yY*F8QFs`;EJU;g>DJtb>6^6ofR=p6s*Oz)v#kxWtX2hVnoyYU zjlIkQ=|cH^Ap00&mXYL{BKKhS>s-UG>l---v#+LF$6{4=(-I?v=?g^9cFy!EsSougn&HsCDvXN@X|+w(NBkQK0salP$X#% z#!PC2D?wU~b%@qr9ib<%j?!+7S+o~pj1FVWCLQ_CAveZc64=S3e5~^+j`c7ai**5= zMBd_b8`g!i5@Qi<#8^yixK$GP=s}gZn~eTb$j4A4dhT*hXMCH%Li?aTbULPBxB+=E z=?Lo7K_igw6nYqzQYitzoOBkcPoq&-r_&jX8T0~dyQrHht;IRCXam%HV+OlmOu)tA3sNUnP1rXv?Fu&KHrVmq7-BV={1g24b$ZX?pegq< zF-Z|l`7IFlO;&_UegV&YQxxHq3vn;_rl#}DP|6Bu@pbjP&tnd1#!77Zx{WPRZn8Dw z8%X-Af_y_6V~})zb!Y{z5A(Vvz+%QsVC1h2T;cWmXcvFCryOjv34?JvGZ(r43rw>U z8+o-}|BusdN0f30GU5M8YS67UfGPlH{`;B21^y&g#{-Jc<@e!~|3O6ybF(5`(quJ{IoUO@e4hQ>st75cg*W~u6%m#@ z5Vn7ZB4Y9{Og!b}Nb=+X_IIZu;_@q&d723yZYV#l4F4|0DwQLxeR(Bfq4jBAMbjo^ z#_tu$uwrrK*zXgm>Ck7!s@PS3l5)mIA$$ISP=;Mv&g0gU{Jj1`6rM)EhqHnX;kZsG zF&b3M3TP`Fa*zWlN}(Qjno1v_Xq_}im0~N5rPCxtok1I+!9_pD86v4VauvGPLkSr5 z(ud&sXtC-@6Pg2B&Yu|5ihf~moNiYjn05diBabjQxdrS%M7_S_68=Vg#nVRM9l}LsOr;_LQ{v{E&t%V;QL7p@@<3=xUFBEbIBN6 zx>FIP8JFO0;77(ESvl)84kFFc=j!1O67oHhZhBe-% zyP!#ijXE54%glJ%KK78`SDA&L*RUR;$#)@}S)?daUI5gY#h!CuIpubsnVIke8Cto_ z$}HGC`3SyDGe;Op!8e;pTdK0fq#7Awxf*DJqK4A!O>8cVR}HG@Ttt62E< zT9e~>;#+HJd}r(|>LXaLzJ)54hG2zy<`G0>b83Tj2IUE1hqg;m07eN$Kz{u~7x?iH!Kap)~R zUW$b_qQhz`iiKX_IvJP2A58|9p*NT}{4HxqQJ#3n`j?{73verGp`4U8%;lRW#87C7 z=a80QuM*tCtWIX}3Xc2*&L`SYO_3faWA*%ZniIp|OmwmGf;&b6==G~C%!&A51@(nNWz5ql%gpyujri z_zmK|!H0$)(#0LtOS8p&*5jp%#cP(cY^><8I?JMk%9UqD zB_EFR)rzN*%T+upCUTNQcU^(?)3O&6H*!t=N}x9J2FD||IkIuKi@V`hqIv-k6J1*C zZPv2#Xs=Q`NmQ`f$Dz{3QxWB;CX0GL`U*B);?0-QWnzkG?SW1H+wDA_%1#6+rizZt ze9Y4;4#B9HCaSYQ#sG5|PhFRFzPv@eX_Z#Q`$r?K;^yR+mND?R4Rvp$c*IPh?wS-Z zbv$kSZW6PE>P%zc^oBMS=Pg3@r7>`BL))WlXtq$jX$)N4FgBBs*eXQZt7grx8e<5{Mve=y27iXY84Iqe-Y7Lxy$;fdUe)CT-M@$ zzblBH%-i-@A--deSa;S0N)(h|D|keAhf;B+LTTvfP>B3<2$1$e)^BT?5&Pe3h9zSc z$=LOQ_GD0cGAMmuLNaP28MQtzDH)@gj8Pw$mW0ZYglZ(N^=drHxJM#x6=pOUrasV9 z&*fKzG$hNfahNvvaP2Bxd}itOWgg}7#i5`(c3Ca;@vIBTr+5{wORgJDJA_AUt4tv1 zPHTOAzDMQYwN_PXJskzsbMesyEms^+W1F>H2wD&StQXgpT%;(ZPE1rY8 z@%CU|!zQutZML-iJ4+8LOYaY7OI%Ld6?h@M76N!Wl-=#~k|o}uN@M%76D-ryp{nmV+$ds3`zg!YG(+TD3!6U9`X8>czV9slL0P=31Qu6V^P9`j%mdAV zOl7@q9oO=!usq1tPg(n#TlBVc>q_%y;;QxWsE9aX{c}`)ri)eH9?aBM6ETlWu(|^Eoq4qD5YghH7NZ*K;eJj=~&E-QFi0v|&2>u#I(N2pJNZVQg+B`USuj{s4pprME7#j`xMr7cW|RN5%YAix&3|?zyW}AH34{v_80dt)XX( zpEhyo+$qy1&#kE%+`m4ddzUU)&^vd@vQnVYPrL2mBQfo@*YGsKKEl&MJ5rBH+KYIa zX7A(aF*~gR)ARN$o_g$OcrxuPJk{D08!;`nxAOF+eWp>oD&DvEG=a*qMKh*p_Dww9 zX8$`+G5b=pSPi*FqcH8VPmIE**RC23>a_jLXiz=&6`sDaC$?a-!9LUi>TBCK2GenS z9#3(5&ln{>yp>P>=bBa#5^#H<4P?wd(FSJBo;4QKLHik=dhIJbmD&@>i4xddHBJ delta 5863 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 diff --git a/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj b/blink/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj index ba8b5f882d6f59f8a1a85113bce0823aa831a4fa..9042549084df3a7a3010e7a32582b9cedaa24612 100644 GIT binary patch delta 4161 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 K!Vh;#{r(G%>#G$2 delta 4131 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 delta 27240 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 diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj index c78740f543ac5076fcb62f2828b5cef6a1b5e77a..d99c65933142487953d9f4cfc3bd0752d8d9dfd1 100644 GIT binary patch delta 753 zcmYjLO-NKx6u#%acbzx#o-^u<&4raqobf1k=dfK zphb9uGKMHf5uzxb(#B1cn^I_5AW_t!Wks}%&beuL;hb~7bH498=T>Subvq1!=eu6P z!~+n*J}-oLOtJY%%d<*Ynw~6Cr1TslWSA;HI3lE_zDR0XW}86;D!O#BzOq0nhmonm zRLpi3ryIupS^cDolc+nzsC8 z=WQjR?!;bD5#A~4sJkt7R7`IzgBcAh?+K>ev#(IGy}xlyhMKZu9#GHxU2N0IWOvJ) zwrODULgJ~mN#Qml)b^fkRQI>Oq>0r*LR&qw%PiFUA2n^-Kf7;zKb|w1VLwh8@t{dm zc)Q1CM_xhC$>55yb7Gv#;93QDG89lApiRDv?nWH?L$|NQ=z4PPTT?$Ubw+pf)zB^c zLktgSQcRP48F$(2u_`Yf9_br6ezrK;he>A`w>$Nf#r$AlZ|`Wnm~-cydg;FLRY|-Q zsdPV8U#^DNcq*EPU-%@NmLhYC4yin zwzLaD@fG|KL_tLmMVW{obs;JWDuTLDP^e3>3&D*G7vA^UMF;M^bIv{I+<{q0pHE-x z0R2(t3z)h9gy?4oAt|i257oSjh^gw$qJ&a!FCs-{#jy!OHTIn%si|EG4)7e5L;EBQ zlz9bGSsM;DA4>HRH!7DK!X>+jd9Bv9K^B?rV+b&lmiWB%4IsQ)BG*!benDGdv4-4vLyyVYGHe%pAWc@{fW^LhyBgQ{L z&Nbadv=1G7u#AdW&4^Pi8&zPPARga$e(jxsd=qES*Vnq2 z%fJ#ZW6$$vu`O_p|BOYU$_+ctZkUAh@WYWH@3l?%!u#zweCD&*-|+jmF9ZoWD)-B_ N$zFC4vY$^|!T*jMg=_!- diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj index f05dc7b6f4cbacf6a6ef21ed3e0831012d4a24a8..d7b788119e2ce482dcb993c3a86b31cead37e4bc 100644 GIT binary patch delta 4678 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 diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj index 8b262e78d9d9cb90c1479e2e76fbde4ff68f58ab..e22c7ba3dd6809e7cae8499ef73c98ad38c813b9 100644 GIT binary patch delta 130 zcmewm{3UpT0%OcZMPClavdQ@zOIUI;^RhP!a_(f@e1_|dG~=JiJJtLd?@Z=YKhF4N z@dP) zGx;o^KV!;dS^ndU1(Toh`!g<>Y${OBxMT8K0e?oD$$x?Dp2?+x{){Ik9|e*>CW{Jb zGxkn)6jElapPVYB&bWSZuaG+Hb2bJBfyssZ!jsPk2{3j{z6%ul4iw7)i^&KJ0L|4E aRtMS?3M9Wwt`$~i<>6&uNSyppP#6H4UqrtE delta 342 zcmX@0zDIq60%OiZ#rgFs7#J9MUNSN;*aI2JfQgYUgo%NHiIGDZD9psfngil7u{(k& z7S;zqEle!z(I7bvR**&}4)$Ci#mvH*nO6dm;{yw_BtT4=1mv-lf!GTKQ-EyNN+7{F z*`AS;cRG;8Y{(i5q}W?Fhcez_lGe}2&rQ|O%gojFL)I)1LrHS8hmj2@FO^7%6+OjhJS&X_a#CBHx8oXM5~<&0Yd*Bl5#b1xrz)=Q8D3 pQtz95BF%n^f6FW7g%p)B*-$RZH$N2|enRx|p&L$`yeD?D_72hPW2^uG delta 460 zcmXw#Pe@c@6vgj-qs<(h(Kk+#)TlG_-t&nTs7XW-6v==v&Fm!d&uW4MSN=gaK?_%@ zs9f9`Qn+X%1XFEtp$OH^RV26x#1L0)6hVYef#2eA_}%lJ`|)iSJ{FcT+P9qDb2?(n z=Pz`@%G#egiHQjERK;<%h=VoTQt$B&32+l4HONOrY7vi!#4&kAB!Oq-by(!pdi-=m zT&y#n#5hRO{EI%{*h0hjzbYDsS34g1p=A!){MCR?yb-->p2W-!a1Eausq!#49C zPPx&?2Wo%=zM&1hycOa+YHLoeb(+yGOmfhTNAx}Dp}&nmYA-(9FQ+*%!3Fnlht>D7 zXEl*8x?A}gDaNgsjM@YDyIpm!RZWeKl`B=r*G^?Al}_j%+sKqOW*5|qJ;{F4yVjU1 z>5x6AzOqlbXO0%^Jsq?|Kh!x(1Yz|~gGiIT q&8DmnxO!y6Wcy^R|Jf>8+%|$xXY2>{sa*tN)B6_A`4gAt(*6aULSgX$ diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj index 61985c50c24dfe7c1e18189494ab7bef7dedfa97..9066596b2eb2dd33da728f7218d8dba888cc9a44 100644 GIT binary patch delta 2141 zcmX|?3s96*6vyxVb{F?a1WSOhu&}!V^4JBowD5uD1C^HunHke&YHFICLc|+k=iIylU5`2n2|Em${tRoCRx5g`=4)BX3qJ2=iGZ9_uRX~2kXtd z*PC11vgZBFY!(9LWjG z*zqkpcB#ebJ{eM!K1#djP~W8w_5Xw*!`^}%$!U0#<36hpcI#22y#v132V;b={$zB{ zgdt+vR3Kx5Y*WuYiYv|A{XT-e*!#*Ev%7%EWk=spE4$lK}shZ=-mIn2zCs!U-yFJy=W^bW9 zpoV#ioNpl7zQq=E4g*U43QDBMsO4V29HF**-FKhHvY{`geh^kiLW#kI_H7+9W-hy~ zqozokk8a|;G0WIf3x{x>v?`NtOxkrmOp+t16bInH4uSE#YA~n-DN_Ixte1|k? zR||9YLFeV}l8e-@xqkVMN*Ef9yC2o%Q})scJcl~(A~kL33fZoH7&;c)+h2K2ghwhwuncNEISMoeX~T69`(8}t^w#ECzFU|PBN?l;J1)t}=$n6P7f zQ{1!syk;0CHSqJA8Yoj+#`Ds_@jpVhPYB5#6;nPP-=XrI(6>$84!w8cep#lLPb!iw zwR2J!x?=K`+h_B0DcA10k?O2XO{-WeXR9wNit|=+8LJj|4-T*@O^D|p-m`pPHZ5T# zYM+4PdkCJukjfSEW%X|5%;+J$mnr;Cn_WUQL9ijKYFmb0Y`rYIRSc;}4(C*|4#zlM zRg6Y6st@6}f2w+FG}UCO&*K;#@(~E;QCD+84nBy+jU^?9zk))Pp3{w~{EhWlwJDEA zHg^1DP>mf))&=vPc-%j8$-D)#BCGd|Nm$X{y{o%h{+uRv(~du7wLC@xj6bOIFQA3O z3^$!&!ja=t|3R=imMf(`L$?-4n z2Q@J4w1bgM1B?Jw{s)v(m{CV({*#}{5Oth~wSY_)fEud5AeYJ)sD}}vaTnn32dfThMj(Agy>EUc!ru7N2r%EoO}kLX4evf_OMaTrQSg>A0nSwTPkN!*bEC- z!uXsvp?er08L4mqFN^LDIxKJq(uu-Y5Ny#cJ zsk@ek0b#NAQjR1=9UmkJanlS47zm<;%?1KA3k$78EgBL86<8K2RNepi2AJfW-*?VE zk9*I(vu}&JdyCoSqq;tSN2ZYxr{B$7PW3t|tEhatQzV{GzDar{Rd|JLnUxzwRKYl@NV)@QTEm)t>;?ZAY5k}?t$|5Th(uDBt)YY%+x zCu5b0`^N5B3PZUM>QMG9I;j7WT~538uIzl;sn29L(ovn~Tb5prS{~!I%XR_P1kunA;+8EhO)FOZ2>A)y6T~6bz&Xxu&Yxq$!Vn_ zeKg0H_c9Jg&9)LGrlg^sNedIYVYu3`OiEC{()yV|9%buIfdaaz_XQfD z&0sMN>xscq&!;$_>wRbJbqpx|B$Ud^(H+4OTA+6YeN`rk+pfkwF$SxTK&i9{JkC87 z`<%FbM^BaUI(Cx~j9n?7COA~4;nXp?)fwq1PO0&!lW_p~eF~x8GY+K!8}!oLDKr!b z=N>aCU;iopAar5DUfQ6)D=48ab@KR%gyoXI+%g`uwpJc$|Z)HLaX$`qHQd^U?4paL#IoHHUc*DiwoAs#L`^sF{%N z6s3Y~`tvd`&5sO~RZ79+ibWVkdxggcV9&;;o2x9e4@ZB%77-f>Otui^2PZ@4&^D|=ZZvL$)o=oZ6<++zo z(Ts$rA)`JksdP#oMU%GL?=QTIfqTin>OGjsZ4gJxq#dJx>)->aLam^>t56s>LePH$>YSA6F zrBtOqsoe%$_t@>kPI)dh#zS{YIbC{wT|0H^f7O*0ekg6?jD$%zz`6{j{t5{?#pyJX z*P!<>9D@)%fpPV#=>z?7{nF?m2FWY$^zWHUt%V>U=kcA{RY}{U6Zu_A^smX5KmA!nfd}F<} z$@{c^aeu1)rDZR)MmqLfw?(@4PfK2X;`rVZ$LT@_?dHBq)IjH$egMAbM!`l73o`hc zAfKx*1Dm;9aGr++K`y-lyuh7;ULFvfWB-qUhuZ~pd|0rK6Mq8U<0XQ9+$T^>KLfqo zC@A8vAfK-ZYPk9;(8b+?jXW%{bLll;9d`;&@ql0~`>z8v+%8zdhXuPi@xQ?LyhLDf zpTNU(11RD~!E_D_=J2%}^iOKx{r`jY96N3Tb=-WDR!|2I2wHgdFK{Z}`U|WOC*A@o zdHpRoukfH)?{VV@tPqDsV0E$gHY^V>yAA7Y9u{P9^Bp)h^A15jkKBRt2DgvG>gB_u zuugH+ufPHB`xVYPOut!Z6kOr(Z&-Vcy}w&|-GY`LhtWXa_B2Dc_UwS(*E0eg;@JfB z@>YS#mjo?bWdMKX^@7tpD5&598&J3R6`S#tomzQt49o>wU>YlEF^5f9xDr7>S4+3k z-0d(5selhUi~zmC!ww^lK4V85aGgs9{oE`_<4(bAyhCt+2LvrVBJi=_X{7!ihuJ|^ diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj index 6fa65f0e8826d3708ff3c43eaef1cb07d86f0a38..d94a5888ff5613a97ce2ad0e63f9de0e824839fd 100644 GIT binary patch delta 1370 zcmYk4ZA_b06vyv*%2ODWL80waXuB1tlu|lITQ&!4)yVr`AjVlDFNt%mC=h2L%uT|O zU^E*G^Rk@GNx}zTGf75@V_C$+Y|B_8I5pcR$%5Hb<}gOLL>(B<>0;uCbAQh{_n!Yb z_uS`FOr4LZV@|j>os(xyxtAz};Q$D6KUp@K{YjAxLMVzlE8jK;GX5e*wPuzH!Z0nm zkX$qu!Ki#-c0rqTTEZ|PJ1iPpl>L@q+7xLeo>2{FNKT}`FE3bZP$h3zyzr$|G*6Z% znc}9;6(PXXqf#A{FM&i&*JOqEDjb%x+T$B<>S=d1t(GLLh7PG(>*2U;w!RMI@@s1$ zd?o+3j+A~uLP`6Q^(~aH{h%XNYnWQqT{oC0ua~3og*~w$Aw;mhBWJQE;ih~hy9heu z8`(Z(MIW2aHUlimD>lD2M4Hf|8YU^_B-sfv=ZapY+vnh%T(lR{xqs{q%V9p}QGI;w zSF$@~1w*pLVIo0U?YIk38Qc`LnP?bbP>qjJ@dUcELPmN*bS6u$(GU`} z0NvFtNO**~qFi&E}eO`fW zvb)gX?&q|Fy7(ksq1#5uitljnHQj$&e$tvQT%nB9UXO$Ouu=7geFXMWy)9&|TD+HK zugcOt`F3-m?OUpJe51jVS_sIiB^9)_(eKf-MxtJJLdkhyL*YgDC+GK;{MZ zrx$T6B}(~^G|~7Iy&G6(#Z$p{I3@oK_H&s7rAB}k}A_8tTFU#w}c6tf8ZV(2CuRUYujtF}0HLGqy2maEdX8 z>x^62P(?7|1fv318AmWwO}K=kj2c{GG@-ACa25v`1-QV7pre*Bj@^v!ajq7wfD1?J zpr0CCXN+OrF4~*N%e%-6VyK=xD~{HacM#QvcyNHxiuW66uO2IR$Hh)E-ox9BBrI(t zL~*2%PR`>xdj;6gL|zwOW*9K^6b09Clo7-w#yI+#2`(I9%*-w{1M29W`}VMlpY5T< zW9WO9ydVxRqPW0tq9X!c(6BZFd8FMP0k^tyP>4s-SO=N-X#~=Fz!aw4+YA?`wh&BM S$|%4##(5lJSaGTaw0{8>o@xmI delta 1360 zcmYk4draF^6vyxRwZE1}g%0C$oiUK2xJ8qZVJ3;0Vatp$Ssccw%uVCt4;;>TP8SpZIQR2A_nz}T z=brofJfSWp)JZpdG4Cm`q#IL&FbseY(>mE=38f6C3ZW?KH92kxXIavOQ0>`Of-pvl zCMvI3eDJQ^v=qXybX#lSygXpF!MAeATAsP07eaqdHJl?kVZ10WSRHUkeq}9%8&a_q z=hTs$Fn^*50p>oH>X^&4Bx=4bBetV}a?!RcV^c?`cQPAE!fqIms=W!`lkN5sFeksX zm%vZ*uKktm-;hvBcbYCr>9+4Qq-uYH`qo@Gm?>|NcasZyB2~MS;QT-?9Qin6{}?& z_Y2uAvaK^R=rWU_tasgpmt}cg%n_hrfI&4qNX4~uWrd9Ngy>0=rEZ73ns*(3mG5kc zK|q?^$z-qlPbEVyU7lW+n(%bOXYyxHA3IOx$KiK*BmWOtR|{(4lFTlw$zi!yjr2G? z0uiv&vX)8h1QO2`u0Yl`nh7|yMYFW8OttcD>WV(1dVd%BNyq1{C!IlW4Nqdh`>_J; zvbV(Lm7Mm1COL_Ix^0Ziuj6YEYyQ&;k=A_4I%S+KEp~Aq4yt~?kMJ{8ZyVWDwq!4B zr7BDRShkM~?bxzyWE9?cZwuwA5PBoD?h^fuV%{Ze2|7xbQ25j7y6q{z8#&w1k zD_aO%INm~$%LuLH6=GW}c`;mJq+o3uZEoNcBYkH>3~u&VRHu*fDQ*bzzY>P&FI4=MhdPo^3W6|7?IxGOFbQA NEZ{i9jPp^j{R?$oRTcmM diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj index 5d331b7f57f6e8d90fab124ea9b4d730e13ce239..1e21452121fa7136b864c9b02a5bb546eb54f5a9 100644 GIT binary patch delta 11061 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 G`S-tH!GZ*>%^81~8_MAC$=FDj`_hx#vdvdk= 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 U#dw`rPiVS0OsKcG$IPDp1#OrFy#N3J diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj index 0d0c37a580b9a135e0a6104ca9c0d35680e302a5..06717cd41d32f85eeb577a3de18fa4bc7a0fb768 100644 GIT binary patch delta 6045 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 XJGq_}r2WFnq;)ux@BCpGi@*N^0Q&2s delta 6005 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 D3E=4_ diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj index 88e3df21bf60dd4bbea15b550adbaaae17699d18..ca78dfa5413ff414ec5b4567500bd05f8012f395 100644 GIT binary patch delta 1141 zcmY*XU1(fI6rQ zO03o{QiV3nL(9=ZFeyeKS||nErBvDqQj{n@^uK+^)3ZA@XK1sjgKJ|EBf>v9E`nX&0D`}VmF+PT3I(KZvY~-_BighMH=X? z0z9kv1Sc6CLFT^#FXlf4f9~HCDE1j>)3;zG{Lg{XukQq!P-Q-&_L|^}JN1A9XdBAo4Tuml13+ z2~6r~rF@w1?xdb;YK#u3!qyYmMt|`1=rSKb7pti3QTRm?rn-sT5h!7~S9Rg7M7}{c zRJr>kGH;7}3nvO%M+5HJ4SlYN&f@D;p$my$Q~ED)p4CQwLBqnYsbJ-JD|K1n<3B?B zK)bUDe*HOEMt&A5cN-ahzLnNt~xLDz^ll@|T?vW!ap8cG>^42#cCTZ}zCM=Q>!yoZju8{^vhE&E^Z+jP~v z$}iFZFUS9&884K}m_@#E!5fWHBD_MyQj0S=vH$fgh`hG z%C4U3aD_g3Fxwa@B@MdP>og9wt(ABey-}(1r|3)I9`bvu{7o?2@)YO4CR&VrtR^ z(~w4M*V2j@D>a@f1ZpsfpopL@TCEBqX#NNV>5tan523|?k3S+rQ1CmUr~~&q_k8y| z-?{fN7nbC?CHYdbbU$cWGi&dgLbw$z#4^_ZKSSy9W5`x6L)OMVihMk7o4CztH zLH)_3v`#@_%21Vqq0cj^^gEDf%}`0tZc_FRv@k>V0(6$L&oG&ip?4hQ2Tdzzk&ZZ8hg1^id=GH# z%_l?}qx+G02jC^VcKAzgU7^@xz3Kgdz4B`8<4q2NvV?ve+DKq#kwuj=A7;DQ5s=Q4 zIW|*fPQ>0riStx)1wqL`#D2qpbMjW66|oJ2&gm@;hjDYKc8gAlm`|VSw1+OjIqf`* znudA$Q3u`U+5W8g7nrE)Cc^!w^G&?cO-8wg@cW=}n>G{WODb4f+G7xTsraJ^AvFPP z9Kq++bQ?A&)4Oh|Dk-UTMg#(C1dZ zcOIErbgtmUf;Pf{J_n%BL~*nDRx8(m#2c}?`1~LnZ9pS}4=HD7WI#Q3aPM_UZ|jJx zfZzHGEWl`j;d7#E(we=|CCs1iv{P*Oxc_abWoA@8v zd)anX^UIM6QLl!M8%^J^?NO8paTk`nIA;s7<2hQ3ydit(l(Q|)-X}u;df%i=&L#N; zO}QEQGcCA*{tmO~s=w@)zNZg_vmnG=>E#S(#yfe^=rXFl`TFtH91y1HvV|= ziLvRanc~>Y^zA!~M`p(-9;xqYDH!$XHq|P-X|_~B*RO$9O7vCaFErM-D(|4e?m2lM zy#?%{+@6Xo)8w92xlVWXSL6+Pwtr53Nq=Mi3=Qt(s@H&J`gL!Y9HR6^bzn7{Qx{my4)!rqC&Y-Z**WFbh_-*L^%%Mr^`+M09o0^ A&;S4c diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj index 57210c71a7500f4a81cea1f3f26af2e4a7e581f9..146d647bcf87d8fc5e2da9b9229f7fed6a4e03a3 100644 GIT binary patch delta 692 zcmY*VL1+_E5dHJ_Z?ajkP0>W7Mw@igthUI;2CJ4HR1{2$thQD>w3pD>hO}w1DLsf) zL=db>WCXPo1o7ZOr4j`X5fmzlM9_=qL5qkN58}m>7iS_pI52N!-n=)T-CA}zTZu#P zQDQxuHKY*1TOh=O_&=oKuM;Dc{|{|7r58$NA*H{YCTZv_mWH~kQ32mlqZq%LlzN#b zrC+3?uCmh)n z%kCW-i6NU}pJE|}RiR_h+u&fp>L&{NwuV@E%o@dvw$uH=Lr>#1c7$27i2O6ZaogkY z%PwUHC3$XW+u$(1&?2GJ>~z~taOt<^@w=AXbCQQhkUbool&~0NJ4DiNspKe+Q(D8U zT<2cq)qpix-LFzUykHg+?%3o+-Ypf1?y3CLIoIqty`oFE*-XN2d_N_cP+hY7FagTyR6#kN)t z?%@n!7+(^WF=BVXSKMdYuo3gN1HE{~cJ%X2Ld5Y}Xf4+5W{Bcv;_eXltHH&R&2R{} ZCmp&wNVtq=l1_AYOo;dNiL0^N{skudfx`d* delta 656 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 aqgw6m_Z_WBocO5_yYMgc&4=E)-+ut%B}4ZB delta 3292 zcmYLK4RjRM6@GVTW;2tWo!xBq?QS+pSdwf)!iH?ZU$79OAQBqbB!r(5RO%o9f>DUA zauN|0D1!EBTNUJ|1W6Q*J;5qH{vL~HBU-h16tzW#Q(8-{Qd&>zk$!i!t#i)1^X`4$ zz4yEK-Pt{T!gK0`=e{Jh{$j-AW_d^#!WMY)G?w2!9y6~pUkHz$cSilqOjeBt%Hzo^ za@b~kNJ40Dc!e;sMK{6;u!+z-rg2(Lv=a1FHP0$(YPE#$R`?Kn2}RR@X&3!Mn4_Ie z-an61^A>lXr<;A+MHtPU2y8xPKg0W1)L|<{@2HbjyeEPv=71K!v0pc)aQYs^vLbGJ ztseXQ(xR(icl7HZ11}jubogRs4;1?}j(tgs_wczLVmr3^Oerk1&rzpUR@}~Rhfzh$ z8f#u)w@FB9jW5K$T8QA)D}*&6kDYb2R&4u_+L_;6{4v^OO>r~n zcAAwYS269I6#0sJ9zi#)sjew(r_l&&nybX@E>3K%faX5PX}C3sG8d}&((ASDOf*M5BYrKhfE>1S_{n-Za!CP zXNdR0{x=6$XAG1@_7b(qU)*yCU&w9bx(fL!bM7Ty4Q@u4?Hsk2 z!mOEc8$0(>32V0e2UFcZCf6F2?{k!mWKF_5ET3ZL_vB*6kp~ei z8M#{JIsS>iX76p3{{(C!WgAb$eK~wuzKr;m%4r$-Cob)QT%NIVgqr14je3=BkC6Qu zyr;?Iob6F6;)zv|E|sji%X6&Vs#FYkxk5M zO-^f&AyZWptfSwmodxx!e*hO#vy2!DXyLxFapT&{e zc24T{`5fS90Q6()e4>wfl>rA)S=c$N2b+;WE>)*O#q+kKo6hHYT!YCJ-u2+A@*Z|HjR+s<@_t-^V;KcpOj@Q@TVZj}az^-#@ONOF zCdaXN&&9PEO$r1c-EK2M_GH0X_x{8sM_%lPR zjDj1Xwo<~z%SjsrcLLQ$i7bONIaPgDcxzxOCf;c=B=ZvCr&U+DGT<`L8llM;iJ;u1 z4uq@dPW5(pQPqCVyx7p5L{#saoay^UbQNIX*{Eft({BXdfF^HM^JNuvsyk!}-K2KQ zvijqQKRi$83k@uxOMp%u<9SZjAS5L};0Z|n2%nagOrQaJa)!DfYpc(r4cZong6e1+ zoU|r{54Du{V(;j8Ll&K5bH1%+M;g;V#)XLF8Q>{-n;Y^gShS=7Mo)&p!AQOUyH{vm zs%IkQ^s@RWGTc+-SKmZR3KoMavM^GH)@YUEB_d&LfszkaVW7{kX@u^s_oGUG*=yqj-?&y>u5#hdx#vo z%m{E{>jMC82QJo$ohYA*8iI>8?|p1%fJmKI?Xe2{75^Z1&4}M2SKu$2&5f)J0`eL9 zA}Xe%0#74(%imOA$Kus5B8aT;b}@jN#=6jKS5%2=i4f6>e6F_qcGXnW7W05~;9bqn zv+zgu`6mZWf1&z|l9xP!D-X=_Ih<(pcpy9vct^G&X#AJn+5&*xsUN9fCW}{lFa5t| zRG-q~4ft=F6wh?-23^`n$SlM)ShVAx7J@&$Kt1Y#^apkQrzu0fa|bm$DFVb4TMJG=<+_8reRIO z%EWp2=H-kuCzp6WHM@yBGFuUw7SK%Y2hFW>SuUg!4!#ZETd?X}9-TQJhkz4Lu=S#< zO`M@GlpL0dxb&yw=%2*lyIA#`RqL<=*==06pQ1|>djCXQI&|Sxk3D9&N8vK?;`1E^2UESoT65mW4N zk$YX_+Qk2Yc8vRPP`9J=-Fc|SgjZlS4somnu>i&v?Yh!(4sR1v3_jc* zpGD>Bsa;vm*PY6{dp3pD+}&AfReg{x>H_2@b@`qwomCG)X4DzTjcVN9EWNJo+WR?8 zQ)_>orAg{2i`GZ3E7~|L5@_D`$y3*wXDC4JnG*5N~3-@Mo-<}UZ`I057Kh=QGX?^ rQN}g-pH>vdlmB!imXqKuQC{)i51dYQF3$a7dfx`a)Dkn>1 diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj index 945025c57a27ae0d529eeba1dea1ea10d8055450..8ca398d0bc236a5e5e2801b49e6d4f0f1b219878 100644 GIT binary patch delta 829 zcmY*WO-NKx6u#%Zd*?mp$L76}W|TBX-!$kb1(BEtWfnwPBmP7KMWrqh2U9al%nWJ~ zGLUsDiiE;lEox+hsSrvET-2h4E@~4*NG>v>MMzPd z%kyb?Sc|r_^1vwq*RjZU;^j@AI3B6uJW1f{w5K>9<$Sh!iGq7GUF$VINN*b@o`W=P ze3S(i6~eOz=e3ftF>*0J$yfz(Zk{hNzDWNgmfxky_$n=xlk@P3^gbq5dJWc3WLh#3#4ZRTB$jrtlMN7@+|Q#qslI( z<|dJ^*z}^(v#kA0V75C!`g4XXCfqFql+FnFl_=!v#O^FDm;YsCA$pgY;!+q1RfTz9f7 z^V^rwGqb!9=>el`i)gp)x7inO$C@?x_Ty+=U{l4#f=iK}5d*86oaH9l< zCreL)o6v-?xa+(L*fn z4`8E~Xs+dkMgq@~_zv>rMeb;eS26D*@N@*nnIGfK^yWq4UW<;kj8D>PA>ym1it$B; z9TLK~73a0$p)Q(Ye3g|IN?hsP#BEuSn||xze|v)el+FNi|ah zT3P;-I=`v+8jW;~Ze{=FDc=Z;9%Zi|n!7@;3i1KccN`8;@tkt*(9o#w9p7b81&gRy zC<3c2&nrF4**64c+KtekGh`9r25J%ZcD7$?o?YZPJ^~T^j#<4P?%tG%j@LB7+hOpP zUvXeJ5oer0Y+NOP8ZUExO}Kx7vXQx*Tg`)@IXc5?Z`E(w==*Xje~e;KTRcDsZM3Q2 zEnbl$ATXjTU=H`G5R7Hg>VSzW{)p^5(bb8M{mG0SxT;%cPM_^Pm_FRz(%Mv)x#yHa zW+u2L0Jm_tBn8iLPw6~ZsLJ|b00#+8{8g5M5v+^#!!W*xrJx@DZVE1A8{rf_bt|C< zKe{ovjcaZ~%{oF<<7jCJYvQ)H=3ryI915{7o&Y~SAl!+wgimleo>0?aAwJ~7Rpqu? LC>A1%-LcR=!Mlzh diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj index d32b535a6658de917c0bd48fbe04e60cb383e0fd..c10a70a990bd54b3f84722fefced31fb008979f1 100644 GIT binary patch delta 503 zcmY+9Pe@cz7{%{*=iZrzIWRF!Ipo-g#tT$trg`(8w9xIekQ=lpA)!Q(sqxLira&AN zEKorxPJxI^p^acQ(Mp4$KW#oG-Y3Q zT$5eTNr>hmV?+FZq!szh6R9FASeEITXo!QQMgpO*ed|a(oN` delta 504 zcmY+6O=uHQ6ou!$yq6iOiwcQ#z(S&hASq5JiIc`<>B5EOEh-37kV-=`8fRM5*y=|5 zvq?p$o)*Ma-3zv4BZ7iZs&2&Y3`l8Rh=O1d7cRQ+PP^)Z_nmVt_uLQRM!1xs{`K^T z=zC6vaeR=mX&imRGGFpUNOKuaMe2bW<6z0rNGM)A5bImCA=LRONj1VEr}>uD_WWVj zj8ZRq`Q0u=Qs#lmC8i_)F!IBRMfOSxvO2;r;_?kgQ;?YAYt|(W;uyu>q7>_+-x!T$ zXb=mrJ=#N4-Xt44@+u8rKouyBy0Vi=u90*4A{QU={TBa|b9kn*wB6oRV_o@r7*taS zXa)_x8dSzpelTS?weWVu3H)2moytVma4L<7Lf*O2^y}m8>)k5~pWLqYesbBSRXlby zy}&N>72KSr4a_n>V~hC}X;;$^OuFysFUomMr_f^N&|zM|xq_w{++!y2k+}xDsOd8N zq89tTcwM|pzu;cbG=y2^KWs5qk@m85AH&{R`h!U?Luc^L>%p4WP1o3E=nH-_pWs9( TL;WZ-cQD3WLW?CO6UMdwYT~x+#1bc|o(bQo|!ays;LUFnfsYFQ> zkqTkPf>NTy$_IU@%s@!!CBYtgP%0zq!7hY?nnBSGqP4Zo!@u^o*X2KJ&$Z0A^d!TN zk(5_pOmW6+HyLAxIVz@2aoxnK$>Oz8(D(e z;Gz-_7Bs7A?mU{zcj_|jGS14z;#Ke%Ls+W%K*M&m1YY8VS`J+p&EsP`Wk-uycBss* zo}?Hxj77W`TsXrk-M48mKIR-WGgcaXAX3lxBWH@jSkS1$?dG)12hwCR%1MjY8a)!8 zt~xfbn6E@DybZK3#C@giG7sdd23`A+b~JbhB2(rGhhK*^$p;}KHcwqBW;>tbu}R_ONxM2O{N}EgiHE8 zdk5WVu9!xesqDcaYbGq?3+u7M3396jtBE_dSjp}#t#4Ji%}Z~@#1NTVH6ABZsu+|x zojX6#*lh6_+l`E@NqOhs4p|=*WwJh=$5v5&g?L7m)+FvI(aA!TcR!mAO-?ikb#E+8{r#v t1=1lEM@Z}NHE9h(VLBYa4ASEmCUxN{QVjwQB$X delta 855 zcmX9)TS$~q5I(d2e|GISbsSrgk(wz0>oB7UsGvCZv=$z}kkO3>> znX_QL<&4>GFvhx6R7{(b2Z*aCi`zm$5s}pJebEWeG?cstOtD`rA-^ePZMHLvM6YcWaZ?VK)Ti>KdeYa5DYCStb4R647NP>D4KH-#FQW&3W7KvA znsC7ufLYvV{{kWWXK#SniTw$GZCK=WtDPsJEm-bZooMuaP;f4wP3*|nk_7!2354N0 z#sbSwfy2dNQ1NH+D161iU>KV5bFdo(Hk5>625%BNaFuWmmY3#37PgmW!7^Sf&4qM) fMtBIn5gtH2lnckPkgydagbwT_WEhL*(;@eN8cMXB diff --git a/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj b/blink/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj index 066c194013ad4c367c495f73ad7a4aae2f150311..6aeca3a1ed6b26f97f487b348789090c59afef6e 100644 GIT binary patch delta 455 zcmYk0K`2B~6o&7)Z{B-%#!L)i-gv`IXp}UwKxu5mf~c25iG@UYnVBfE60%?=It!Eq zMImbRY{Y^E%1$YkvZ7|e(nijm8aZ{p|DJRHbI;8r&J*ilXx)fhF6;nf-WSGLlFt9& zpw%dhaS#Vo=3H&biGC}^r4~|8@zbzs8GX5u?nn{p6PKc|QRZ@~c6x^F`Up7{jb^lX zX=l#o3dq;{K`c{?1CPrGn`Ldd)+UGAE^W`?(_&=MuZp%P*G;;McaK*lB20igzZj5u z;uk4u!l~cggBdU&j1O?^{_Ej951McCZz*0W$Cct$@+*rCa+^}}0XYJ&eGw!}oFl-1X?wcrpL);EnaE%{-aTC9Z!x#xg!Ne|N7N1+NChYK|7^1=OWQG^1Il;NYlg%m!|GfWU+`;cAao_mPmy* zvqsv-o1CRhPEUZgMI{bAEC)tpZa$bILM%$`9h}yF0@S+em}0eq?pmY8Ap_)O4I_)R#& z1Zf{$_&1?}fld=5m?2H$9cdYz`T)dmMDGP3F6bdK;b1I^Jx&jnbr+PdqK9A<-$)Pf ghja#mfe?6cDi9KlR>ta0c0b?}A03R%Vaf0L1yS~0ZU6uP diff --git a/blink/build/esp-idf/freertos/cmake_install.cmake b/blink/build/esp-idf/freertos/cmake_install.cmake index 926147e..b883779 100644 --- a/blink/build/esp-idf/freertos/cmake_install.cmake +++ b/blink/build/esp-idf/freertos/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/freertos/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/freertos/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/freertos/libfreertos.a b/blink/build/esp-idf/freertos/libfreertos.a index 7f80a3d67202d9d4a1c1fc99c33d3bf5118a4d38..e1979df73a8418e114341d56eba1312e378f7423 100644 GIT binary patch delta 37280 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 KMBk@cqy8TROuTde diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj index fbf6f113fc24f83ec28545ace03ecc1499e4f72e..f1de800e6562fafc978bf4bb688e7fc012c92a71 100644 GIT binary patch delta 3577 zcmZ8j4RBP|6~6cFW_R=UN*rAW;z*Nja7m3P@h@ag02`1wOFCl{7`0{osqfaWp zXTcar<*Yc1ixAyc*@WmD9NlPxT21LlOmWBaP_i=~C0{x=p+v8b>+J4DiTT z4A_JWb`=Xy*s&x+GTCa8kSx|m3CU(Y%wZf`hqhj}9Bp%0$v8rCnIE@1pFN8D1uQ`z zq>!yZKSk^Y_Q}Umreb(MtH3>(z#LdufOTRSK~|6MirJkxgp{zkxVfdwfWgYx1uP)M zYH%mYnH_b)>;e{C!5X2`l2Si9BbuR+NSk1C%D2J=Hw057$^b9x zq$acxDU1^+zA=U^0+G65dulKDZ*l~cfAVgh)jVUjdwJsLG;G27h53$Fu6)!Hq<6v< z$J4Y29(T6VD)`dbY`ci_C=xoRFEAosgXw9_DBPE}#x{V{B3d*dO(pUlp~w}W^{~(t zumyOal$d1#kvGA9SBTDs^R5=*iVMQ-aV)^g4jb1S@W6-yEO*bKHaOyTu;Vza;ysMd zNU``1{KdVC{v6h&JLp@ZgX!;5>%IAS0JRwslZo^qtj_Q#NAQ@L<*{5TZo&}OZcf%P zHtGR*HRJd616ZYeOfSK-Opj8Btu$9@8U`Zuaf^tCqZ_t4bDnY@kD56)T^Q{N9(}5& zB@<~n=(FZocVNNh#xXA6!`0B8HA1@~HQUQfI9=vBh65>tq>5W$dbYRkLp+t{)@X?} z;&~1hL_w|iHx3p?!BnvhJ7I2%g6ZNt94v~0S>k;hv`0a+*vCOf6wDO`Ud7@lm@hI8 z?u&v2qLYIq9Mq9^v6`dKsA!3JgoC9~uuRnRzH~)Fk7(gwSrqh&E)JGQ!9$`SO2soNH9$m@iu&>8Muk$ z{T?ge5K3Qb8qu@!y}upHZ<$a_?}oh-cq@)gSc1>F zfz!4ZarPybcGz`pA`gQhsMz*#wkO7p-T~#oP}ZM#`d*D~a1z;0~3B0{AxR3>~%|<6d^ejL^$4 zl$0xYXzs>!DLh<0xj4*|+pDPvCL(X+MGVDkj6@#dk@v+I1|nC%KgvVdOL^aiH8$Rl z@&e8ni7_N1<6KM+KS%!x*TOCMCT*ywp*1j2@mgpp_jq&c8gTYNIB z5g2m5Y(UgQjV4-vC!ncuG^v_UTz1X!F{U=sCx8Vm8@lF;IOmcjL z&w9O>4kxNt(O*JYO~0_*14nDN(iNlACMp!aN0&{C$hp`8dM(<4R5VY*f7#~IW0RIr zAub>CYd?|i#g`b}9o5*b!@BWbHhwg@E={2GAaF+xy*%1-M}dJ>!V@#zOG`s--5DWC z_xvP6W-WP;gVKY=gfyOpo|%W~Wyo)slXw|hp=+g$_f5tu8`i_N1_w$;8nWmCc();q zmchk_=jdek$*d~jk_$eVmC4DqSs64DOS+Tss*WKCWd!VCd#Y$ht%AR1r*S4&)yUW+Ms&iTU=+Qk}tfNz24ENIkbwiLg z(B0}8PKH&b7|AQ@{hXXtPjF&VttCh@)Pg8W to`}#KdR@K9Ns(%;M)Iaw&dF2iLQdwYPjXVD9^~Y>dX5v5N^5A!{{WNv{lNeL delta 3570 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 RCloU9L{XFVpO|Iw`yUc9?6?2` diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj index 64169596f063e580aca7be377ddc7230505cee7e..59570ec8d1fdb3a8780945ed51435a467bba3fb9 100644 GIT binary patch delta 3182 zcmY+GeQ;FO6~OP^?7sVMlHKIJmyg|iElVOK5E8;ZAw+0ch=>IY4ykl#nh29HNr8|d zp-8P}sHhE6n)awurjf!79l{tZ7zL{gje!bn2?SSuP^FhENO{}Lv3g^hC#1ljOj6b9VqmAeXVVsNZv1!(WDV)@=niq z0PTFR!kgQbkFk8Ar0pmW=h01gOYyG}3XIa@8#o0swxbg_-lpk{0{oxElE~C3NIHaS z%U3Le5ZpwT3zv9AT-U8BHy zl0w|0#5|kHxsWWvvD>(w;;TxUlFVc*6?w6?l1x5AUQ0BaOzx*dmuePF?uBm&*LsM& z>U5M$CZq782=iy*jBqR3u&G32Lf1h2pk|!$3bu<_rP%Z^Sp=@>Ms|`_OTz0>;?{)M zQ_yX?)-Oofp0L^tr_HccMQzieq?|KZ4!2D=cA9LzldwHT{BR;-CN{YEu42lgpUV2k zm!ot@m!E<@8MeyE_6e=Cne2iQ8IH}SHt5z7uvSxuw`(h`RR#6gQ<@DXYbk>rnz5~p zKxML9v4UcQlICG^eUI{ZT3carEhK(MbG%;9CA*Qr07`q6G#wixjn?ToZI#Ak1ALa; zRMAG2*`Kg_gJSh5HZkKSigG}EVa5gUWJ)={F7eljZrr5DJjQ_=fFjO zm>2yx;KstFx}sE6)#!khdEs@EdinpH z{kKTq8y6VN-w&75W))tgf~0CO9z^~{B=C>hLII9^s$B&(V4jS!ZdbCyn__s2{S&1%Bpt;A(oMeVFRtYBBb@e+Z)1ocX(HZSw@3 z-OMhdM$Qk!4{v)LITVRws4?xgX_hiUpPN+sBo(JhoI*&qtKpEfG~lDPx?jA2Wi7Rf zA=M7G9wn>#c(6*lg$}J|u^DrlV~_JpE$2$X@umW1oP>2#we>? zE~cUL9_OdD)OkG6MK#;!>?h3U@yYs}<3t6D`kf0zVMPZWL2Eie(aX;JRKAF!SDhx( zO;mK$d7maMR5a+^ASzOH!nsVAcOZ4)^rxI4r9DY0hn*^-$%@W8D~XB~opZiTRHA6a zd4*_-qEY88(Nskjoj0i`N)>(Rd_*)&(Z|kWO1q4xoUy++zoBI*SITQn6Dg-F`kT{F zx(Y@Aa{dI%Gv>{@hbmIVonNBP^qQ8Oi^rbiC^hvBg3hzAMRWXPbvmo2;x^XaT&ScbUMk+DnZ_>}Sg3S*lSSGK3v~t- zWYO?N|kwU1Mw8jR@~bOdaH zzF?Hs!)UNG_d|-mF1}|vZM+RIbA22hvMKgE+i?Rgsd!s8&=zm2w@~D{D`^Cca;s4x?>6$5!lh7Q8Z9-io==xu zzP#W)aB>>>9N3sMjlVRoC+FU@0pFBoQX=Io8`d|Mx3#V<-`L!~p`*OHqdhvKeD%84 zwzcJ}H?^*78rXH`9o~V#*)0?K9w@1=<*&k)`jdPVV&AOg!|)>oxE@reeBFK(2hfrp!2 z^z!&W4bn^GM)2kHmwOoVE;I4b5WO42pjREn^qBsipwQ>@x8L7^K_MWzz)Ad`)llgQEz zekM0kz-+DeF}a)Ub2NLIyabc|o2@-G%y=cGsC(h0KgQpJ5B+YffeDI)()se4T#mC4 zU($>zK1?H)YtCTuII*i4Q=Se>jTrBS9~y4absA@u(s>G*ydUc#>NI2Q^f0_>6k5Na z5MNPZp3USpARuD3x#V20q-g;r7pEi7)mDB^MV0T?!8Rui?&DkbHd$+_^E>DK;@Y}cl2PZO_8MND8jitj0=JO-&U>%SOf zm2~;L&?jS7J=t#3I-AL#!HA62E}}NrtRrBpZX@p2R#>YN>a!ndHkiDRGT5RS+v*Ld z47iC^6dRN@ADipvl*e{$h0S$0@ea+&di4a{cy$P+yOcD74N^ku)T6D!Os<8G0&R(I zs?0MftFsiVPqB#^Z=fiV=`Ozq@`5qz z8a4STr3)mhFgNHXn(=fJBT7m;{S_MbFPgC`F3tb6V%m~xpdVui>fWlxy|YEvxh=QO}Y%@{CBWxu2uPmU3IFjNl4k`K7(*e*tJej?9Y^xru=7kAiS_RNQLn6 z|2YS9NZ=n87%Vsl?}eun`^h_9i}4@|w$Y%$QM)`A^h0$dUR*@SKx9;$!-88Vo;51S zX2Fy2gGd~=$J1!tM%Gzc=?SyoY+B#!Q9+OeC&HyjrTu%VgR8~Z>%q66+?qafC#`M1 zptGCV^;FSn825#6HbjPpKGiK6q)QR<0OMejOq6O}2t=-fkT-%2!*vG<+Bv@8>q@DJLnq z=KPX$2}RePf55_wnknC+id1puH>fjxrX^?Ku_p^qYU&#Voo5}mvZkYV7oKNx;I)jH zT}D3on!xd^;E`}6qujcej0;jb^dMAcy4Ds<#T@fRX;)?)KM2P&8#_;6c}@Mb=LJj- zV~3d)%GQ&|6EwmU%~2+^i7Rz%i^*c*sfvAgDhV39N;7`sS5mxb+TUcb zE6a+nr^(FFGCXa1s03fuocve~XVoRHW9`k`l+?sa#V0h<=p_RSRZ26NqrI?Dmtj_R zT|9`ZX)e%Sc&ffm`P{A)=Fpoo&UoV(E{*T_YyRP`ZF2Jw<{>>9Z4v)&td19ON>bwbOh{x zzMOKt2F~PkAXHr@u9xgrT`>~nBmw5V|-RpSBgvlucri~e_H9>)KEbzAjJ z4t0(e`^!6ZD>yd!9oSB(le+sJQ+x1+^jT54WBlPHgWyP&MO zfj!>~2A|@y7v{G#@RQKfQo?KCcuO&F zf-5cK{F|mQRtcw?9Vl&$@Ix@8bsS#_OYu1jKgQ=H@B%*j;cV+T|AJ|Z)hBK9?~3@B M-N{%BJlg8~7jfkJ0RR91 diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj index 49a62ca51054de526cccd70cd3dabed91fc724f4..eea53ca8dbb3d668c1c146ee2c95b2a9cb3ffdfa 100644 GIT binary patch delta 5108 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 delta 5128 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 a2lOH6BP3s_$nSbmh<<3J-G7K?=I{UPh;{A& diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj index 8190a18a5f9132196405f846ce79ae4451400cb7..de67be7aba2fcbc6260a106e5eade869f25eb316 100644 GIT binary patch delta 710 zcmY*VT}V@582*0F*$!hlh6i24mfOfJ&(;}QBa2FjqKrCOA$k#P%Ykd_D4BRsk>O1v z8Pz+=b=NP{m9iTzN)VzSy6yKS6pAt;EV@XD>U|9_`YxXLd7tO`-tT8I{WE>3k+)9; zZ}D> ziuRB?t`%Wa1pEeS%pJpdoXOL4QiFVr(yH4qErRurkUBbCG%Sf`4H4$q4vS)wXM#3` znxCV>4|&tojWW!+4LwTSvkRwkPwRcM4twXIteo%uiki5&_B(2_F-6TaT?Rj5E5>y> zfkLR4)bSWyFnpBmQu5H_S+J8DTbG|HHA7qMWH<8gOUSGHTIR@3MbDrSqN7DBIYu*% zlb+G<5O)(lRzqLG)}4h<>iWPuMLT!?yJgc>G{pY8GL_2*o8DDT$1@k`-gwaLA2^XU z?OfhGnH?M$GP6U2tu1DzkhAkqtG0XJD==fYsj zqVa@(fv%Xvqi_SU2fiVep(Aby=7%fs1N;}v$4B@c=-puP3vdtd2P`2TfxV`||G=;r u=2xL&M)+fxMf?p5h?~Kii0}ZkA@)NWu>p$9IF*R_`l5`z#h0(F75W$X*^Zz9 delta 701 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 diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj index 65d9cf103967d960096d7ebedcee5d9a21209743..94a36ed26bf04a65e2d370ba05c9b349a5b45cb6 100644 GIT binary patch delta 321 zcmXwzAxHyp6vp4X|K0z@n`1D+sk_^W;00k8!63q|t<5llU=mTLQy6_Xf*FN$lz z!USboFo+iohAAQziy#(_QLOd{2n~Mhp-o(`n-HS)nQ)13+K3wlo8I8No44R zQ0X&8Wa=%UrTa{z^|54|EZeM*oPzk9EPaO)W5#aDiFFn?#-iPmO!^&v#y0<8Q+X4s zV$5p1CZ5!j{4)1dS60kNL*+Tw{#1DzhtAk=xwN-4w_YukH;{FT?S|v4b`<}LaS@l3 z-+YAgbV0iIg%OtA8kf;^3*s%Wz)h?OBV2g1oX4X#%^`lhfGcn_fz^x=4S~~1tYs2> kk6m$B;!GTPNwma0<2Dm;2Oq*wjQBz7b)2X!MF%s8{}vxki~s-t delta 303 zcmccMaK>SR0;A7H#Vw4CU6ZddIx>b$mSA!)`Nhn@z{JMI!oa}HRtaRYu(<+BR<^f{ z3=C{+89+8W11mdA0RvDIgoiO;@|TWlYh#oGiFUzlvih5G}#kK9+_MSBv(zI2_!E}J_sZ?OnwO@ V1ttqBs7qXtWMHTOItvD1OaR}YOAP=3 diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj index 219f83d5a4cfab911a69f3b56c5863b46b5c587a..b9a473198d592fbe41a2a2223a673cb7ee1bc7b6 100644 GIT binary patch delta 4771 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 Ee}h6ufdBvi delta 4753 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 diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj index c023fa36669b86c67d8dbc7ab7d07323ce8d2008..82a6bee3fe913fc405afe29322534c10e9a82d0f 100644 GIT binary patch delta 8619 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 delta 8600 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 delta 915 zcmX|8TS${(82-M0|Nj5oY@5U7Xf!wH+_aUZ&JK3)u}Xvkf;?DR0I_T zNpBE>(M3py8?{BSZaP6&5M>t?h169z2s=O_-PH3h>gM@gp7;5l=Y79#bX-0dmwkS@ zZlrj%ns<(bn0Cc1#AS_BYKXRLLMV!Pln2$C!a7|Db*^iZ07vQz6^En|o>aXB+tCtq zS`k9hXKD0HxXA4Gy|M_QlM0?F4KEA1@`SLG6Z$+#@J4gx3`XsuEHu-p&MHJ9g}}J! z2oIROZG>B1GJ`LoQzjvNWJR!_zJo8O_uvEc8i^(310SR$d`jsA_z)e!Hess7tul&W zzzA8u%%+oU*Sx+M>T2qNPYu0+CQALlTDk<~Jo?0O%^Mkn&tiIq2U$V`NLfm|!PHX> z6E;vO92%(s`X+kC7qyT+fqf+{;rp6@#$9M6Jpn588mN*NSwwSqN-L}SWppjhA&hHA zES}v5H%qf-YsaZKT2tV@plde@;aJbD`cAC{4*APDqc4(K{-Ga}{d|DJ4&5-T-Ed>fmn+*W29H->{T2?7xOMQw!Pw zPmX9dqJ!;VmD`0zvowqRb_l-l8QTi!;g>cy2AQx`%rD2kDsk63>|&bwZxOFEECQPW zO1!n>p9R6*xDb5CYwQ)3xwM-3xkbw!8PNfkX)Vsba|GrYom}=-kdM;0?7be2lwaWI zv)t;z&hCzMrraeRvBucS=50-F8@8-iDuWi4A_J{F#EBv}V2RFI=VOvh9S|F3C^`+pWK$Ly zGrlJ9+on;_#4W~bGGeNGL|rx`i(8n(M6*X+#6NVeEHR60CKI>sR^uN%Irp6JeCIpo z+}kV1v>%RXT_IU_GN;+@jwTCXNGU{-srK7T<#jb=56F+yEqiW3rdtTTDUd6K&?KCu z5cYTJJM=zUeaOe>4F7YMzg(3$a@$XM=;Nkc2#GA6ML6#e!iE})2V)=}qXr4^G9yV? zWx-L;h!az7Lb#Cc62gra=^H2~-h-DY&BP+|B%_yjFK#9Y;lp?2Pr-ht5Ptl@zNvUG zo1iotp{#LeW+)w<^fNF>KY&B(t|O~`n8iVyCUppN*enOXr3f(r=h<>1zF~Y4c5{GS zR5Kn%IoFd1!K%r)%Jv0V!!;D5jH0LD8rx5WpZpQ5*Myjcx5-%qlU2o-Kuig?ld}{C z?R50CbDAV-@@Qq055U;&E-R?fc+IMK?83;p!n*v3H( z>`3tB(>F0lCCQko>RjQHP9k+IArd&sZFw<7;UP4Vjo0LeuNz_33TfOWNN7fiI_b)+ zZ%<6NJaLfYiN$TQ2F4{uy!;%siwr(oxjWVTfQ|7E`2~JqM~O_FI!tEm zxWc$Y=&Mwrdy-G*ZjD#Rono0T9}{M_YH$aAJ6U9Gdl(G}^E1`$&X;r58TVw*Qfskq z*cS6ZDVNl3_w>i#XT%$Je91^^qh*egEn&uq^sCh33%jfa{yQpaq{%E5GeUB;deitP z=LMc$t~S45HW;(!jhPlQ##1%$7aXq+d-7x?{*~vb%)G&a$ax7WVnhXhvNy(+gV#XEDl>Px6W)Iv-i|le=tS zXah?V{&?O-8;B+RzsR5sv?lyWBHn5F{C~DOm(6F{{P_0NHNm*Ow84=RS-W9UgYt)D>S*TUR3&sM9;!Ut)#u6`nwBchx)O5A|qqndG?`7{!OZ9YyE0= jk5|*H)WV*y98s-3c~se#u!FRV)StA&Dot5_g-ZV)P(Mbs delta 1754 zcmX|BYiv|y5dFTpkDh(q?sgZ-T4A@8Zd)i6D6|3=3Z;YwaG~L$M3FWuPywkR6cs60 zg~&tNj-n!9fY=a;)@F%FFs3x7f!JU%;G396B!&ef05%Ln)2Hb{3(_sgw;%Egpnj#3MkA6MGm*!x9UQ z&0eKk7-dt+jY_vt9z09mi-l0ihvz8G#9Z>E;{fq~XvPEhmi!q=k~4@jDhuK05P}Ba zeaae$9c+_{M*4%$M?Z{{a@#q$@p_t45nLce6pPs`8^32LH56TJnS-m055q1Fkc%?L zV;INvJuJpmmjZ*vF>qt0jtXcq(ZX zS~!WuYb-FZg0wc|N;P63p$v^2S_6J7uIwviHzJJzh6bUHY97INY?`mq?)Sw;b3aw% zztn5c%~l42>~6ye!tAK$zz!Va`J6b(QPZ%E7~m3D<3cZWxUr7w@W4xq7iE;}Q|<@k zz1qBLv6mhvoMUnI8cn3MV-iap=%Yv{Dj4_TX~uoX<}pm1CO#cqQsc_jwbJA&p#8*^ z=^IQ@KC}_Jh$(e>eYn%9qbGy*Oh#TkVd$5IrdT}(x zQ$XKDAC;sdU!HWwiVqWM$66wR1KgG$Jro{AE!oQP6-V6aoyJz%@Q#uWch=Gm zQj;x89pq~!>{w?FjPs26`ExX`F!*5Qo{;%58)Gl|6>O=>30%2>xm04qe%9DAoLL9X zGwxLOm!;4%EYQ#WdtVuNf@OC7s4^!?jVBWLh(+El529gZUXm71fqq6#d-8qt)?#0` zRr5d@*W_={_~D(5_+!p9jD%_}bA)UuGf-vT;Pio*+iDQ}OXA)EI#UwfsNO2uy|=O# zu)SVpb}}2;W~ok?7Baz8)$kK3kwd;bJuBJmJEF6G;X!m&ii#Lj#*aRb;9g@fX-eOu z8{}Skj{aVv{smc|T5tQ%huE$Z_6cf<>`XTMr)X_TZ(yX3Nq^vE)*Y&_oi)m>)}zny zAbf~h4`X7|n^8uT85|P*hA88*QR(IzVY^7N#ZmrnjNgouWI|^LhvDi{fFrYK{( zQEGA6tba{r4>EgGz6?g9b9gsnf>Hhhk78?L_CC?1heUUSldBr7Ztcako6L{5R%5i! zPx&RhjnSS+`Tvl?Xy1_XXQkqASU&%stsA%5OVqDj zUzAv1Up%&`c0=9jWywE_Yn{o}6aRH5msBpEu4l@rHyiXO8M8C4J7pVfNG{O6DA~K> zdUx`LU0mOL(y=?P%SG>r>$hbd?Pxi?r-7jGTX8*K>S%l96zvsp?Tzb|^3>iB^>w*J zKO|Mn4SJcJX^!g?5@?B&t%kN!I$B2PSLJd`4)>^A^K`cqwB{N8Q>3~zrhk=}7@8r6 UX=lng+Szi0wnxHZ`BNqHf31Q=_5c6? diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj index a9348fa72ed8b32200a5ace609a76d658b4ce28c..b86d4c15c3acf908e538b729eae2fb1b415a9d54 100644 GIT binary patch delta 5229 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 bp>IGtP;7Cf$fhe6SE`mr4WpX=uu%UOZEuJg delta 5242 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 diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj index 86e49db46b7009d3a7798d879dd4c0b3a8be880a..43bc29b3599d9488b7e560008cf409719ece6b68 100644 GIT binary patch delta 261 zcmZ1?xI%D(0;9%6Mfv)01_lP6`-}_>^MDuxm>AhE1DQ;W94;Up6RQprh+;ng5@cbW z3Z~elL2?|dU=1AXxq0RWZFGZFv* delta 252 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 HuO$2jOnu`i delta 929 zcmXw%X=oEs5Xawac9Tt$&8FmN+F0*4RSQYmr1d~ZMe#OOEEcQ=L(?W{+Q!7Tcz}YS z2wG}KLDZ^<2jWpRO7%mPDx#oYM8td$MMO|hT13GUoVU@1{q6q$GjC@0y?v5{M>*)9 z4CB|P)QF~>$e4Mej`d;$%)9^KdFO-)X7_m!bBz`4K5waYba&%4<0|B*J3e~=h1M|U|#E-OfKX4#J_w8 zlZWw_aV^wfL%}3ih^Yd974iy0`3$?6$=7*@t9e}@F!?->U;9@9m|Tm`3tDKpxuz=+ z!w;r%%K`&s*erZTv)YHH=9Ph;yhycXRj4Ppm}B@2j8&>T`9MKKy}+1HUB<;?!yXcT z^&Flwmq8jIn1k-+ykw{0HLYw?Yq{vsiZ!c^I9VwU+~z~2H7lknJf6`+Qr%0nq%E3A zsatv4cEb#6vqgP_ok|ck;*jEo-S}8ZtM@3Zw-t>U`GE?TaD`*&87hoM0+Sh{>JM8t8JY?^N5-f8phahftEFyo{ zanO2|x(KsD;(Nl_^gGz(^ne?8IcE_sIX4NXMO2H*>5;7~8g-%KYjAsGT^&(xXT05; zj;6XY-e@LOQ|*m($CEAC?7LuZOU1jw$z(W_j7C%8Of(sec4o_~21NWAH)TfyZ@usm z&qhP=9={R4;-c1v;6tS?1pT;ycmppJbNHvN7i8>?^};Uv91FoMoFDIn<9IV3f(a-k zLU0Nji7q^wm<3JvG%*eC;kSebzF=v)N1EwptO7T;+OWCZ3gg((?twLUm{^G;#54Gg VXh$XKaqWoEG0^7yzvzF^uD^=e-`oHI diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj index 2eb3f87e400c540855a759ddadf19e38d5fc62da..0ae8c757a119d0d19a28817b752f3e150efa9abd 100644 GIT binary patch delta 320 zcmW;HJxBs^7zXhF>wQRqa1?P=i;^FC7NSdK60|i0w}jAOdS?*Q(GtTl18TvMQZ$LSlyH%VfSjZNva+8>Vare#3925eu)GvAR}0nxwt`Wo8ElJq z&v={%%}UTL;u)Pvj-647nmC--=@Tt(3gcOwj#1>6@yb0xB)3LGIL+z&gATWbDT5zl z&xrE<-Wa4JzKpPR7h-G-Rjmg;Q=tyxW|-%5+%DMMH(YXW@Mwmm@-Smp|6L`o&?fwO F^$-21YI*J}5gD3gc^Eo|FeV=lLt}C=>rTdbtC{YcM(kxw}Pma?w z4&@0NM@{z90XmI2x`S@?(J(%ZZo{{P9>q&t2q`vlVN-FoRwW_m%$yNIWJ!o^o{j>_ z$_Sx-rq$!wQ}Fr?I7UheHb-D;!NJn$TK_Bq2MQE&qEc=8Kdx2Lr51MzhZ_EiX MW8m`t;a~sq3v#(>=Kufz diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj index d6c875d6c6760e8bcc87d16e83dc42e75a65277c..a614139694e841a507ffdaff007e693ac4a681f8 100644 GIT binary patch delta 4618 zcmY+H3v^9a8proO=j5KV<2rfWoZOrD%SyNjH_4Ttp+uBH8kBg}D-;#adbO)uMa;04 z=N81Hr8TO9&}M2n9yN@vi773^Ov|9{n2uV*n9WhrMvqqDrD+Ong4B!6oEd3eQodQGmDh)cyV z&BVwow0E$Z;6~U8(BugTFxYUI<|z_jK~x*4SicU_G^(vM2(jYL_G~vqWFE-J>|nns zVyu9PW=Md>97x415@4{&;A9pH@UQ@+V3yeB=wz`Skfa$FL(!}ShdK)IvRfd@EEQn0 z7D&x36A()bFCSn9d^*^OCk7-?&j=`qMvN-H&pG zJr%TAsftsHJrB#2rZ|Pz8(?`WU2!t8-^chFiUY*%3T3b|75hoN{XNRcQiddAFXQ`I zII<3x%~w{Cb=w4Ps~BWmfn=?Aib2+wxJ*zn$od|+KrzS~iLwh7gREVcW_!gT>lLV> z)j_eJjJG#HX|0enc(7U+ut>6DLjdGrHEt36J_;<6tVa=h5(*4UrUtR2q1CL8YMc_g zfS-sC$Kl(y%B9ukC3cW|T7|Ppup~XDH71VOjks2&^^?{pNU;mf z>aW-#b{#6JQVdb1Vbo_8i?z=2xPvIZR+=q8vH!vU=naosg27%? z!JrEsVG2_fLl;@g5O}T%vB5}@L-|mDTWd(<)5|=M}+o;%Ia!gq}bISQS548tk~85 znqpV`62+(;E4EZIbZ{~3YipTeKN%#qNWC(+X)RamruB2hZd$)k?54Fsu}JHptzOAm zWp&e9r`Szvy<#^luGmd$gJL(W2F2o)Oo>siWV5om+8Y(S+P5fnwQp7IYTu?}ubw*wy~FVpsbf#X|e^Sfzchvbx&$DR#B*SL|wUQtWC!pjc?X z77Hf@w(cQmjfN--cut(M9(&R{8LZ-@KP9d5q~Gt(J@e$;yRP-Zlh(3$75DO!5ngqz zUp+bZM0}WD;P>Ox=}exOfX{ss@Oer?c-#ftCO^p8xTP22=KZf^3UxV%4f~^F$S4yx z>jTA5mkON!lVsgJfgehagH!MWwG!vy&Bha%xCcfGqHBgY+|)B z6QFVi+k+=Di~|t0`Rj-_yQ)G zMQ|Rbvb}gDykeG`5kfMV7thF5=2LLQ=d!ObjU8rpMo2zO$4%O7_JZjJ;`@Mg*jxz^ z5?=?b6XvG?VRi*&x0pV-bz+qm;I#NsQqKBefOF<>80pS-;AhBZ=Ia2JY(2uYhmbsh!id91E($K)=JV* zrw++0>37Z*6w_MLDd$HdTT+WdFxMDKkuy#PVywh-P9DCqI7t_sDjbWK^tp2aDM8W| z$A`7>N&3>sL`szOcc%==k@Su84pNe&Th0#r(D6(9cY%|O?;#-ZJLe>3ku2#4=Q@t1 zNct)1V}9NVrwqni(x{I8nlchUu+nM#D1@;*GpTLlb!c6dtuFO`z1R@EqONa{z>%9KXYoJs6X|RR0QMw;<)2(E1DVLT$Xeq>M!0_`39V!t<>tbt@ zU@e%mziB=_2fPX<&qpZS5(~Xbf(!WB%s|zdye=!y4u5@UTeRLX%TuUg7Q}(?r*hp{T1SjSf~EXG zRv^+D%ax`*EplE1g$EcQat>Bt@oey&;riNInb07dY_0oaCtDjRoo2x1(g--Mbe)J+ zEEjweqkl_%`g`usw=}VX2#6mCFw{xLc!!V54y5AGHSI&%O)P@H;hz5_!*{sfYu_AU?udJRu4-JOjT*uQ;~L|h+0p(ijELb>uHs&)mi=kmc^Z> z&7-}<1l(x=L*#@259I_ZJ7Mfe^cgV$Hz~kSIUxm_Q_F{Cue;0UQ<)(C%z%+HF)#ED zUzOue-iWpqpPraTND;O~OOYs4=%4&}PEyTYY=I*~v6+hT^wEw?#?z-54#r@v5IcSP8P{uPrSR&FRo*#BcwG|D zwfIazFJn;}eELJzq2URKh50;ixv6^n+&%<>a-`^OdSNWyJ9Qp}=*q9gfs6Tv(;ODCoc=?uCTFR@ooKOA)mE5;eYTm{Eh$s delta 4631 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 delta 3007 zcmY+Fd2Cfh6o+T-GWWH--p(tJ*Oe|TQWj}}3kaeD1yVwxvIixPT}m zz-VM?2!>TbK#K~fCr~^I>`>Mc)a}vq2a~#IZp73s#rjLM? zhUGi}lM%A7nD}r;LrlxEE2hsuUolKEyP~Nuith$DRvPfg4_Pr#09kGU+Lj$j_y*kK zdx&hO#OA}h<)$$4gj#NR@zoI8PS;kR!^AHT(9R&vW}d4si5NeJIGu@GP_ms%oW@ebHI$V{hEyi@sS?wR5686mWCdCE7I0f) zkku2p9WlsSj%nHxgRD)+9f&~|!?GSF23d8;9f?8Kb}XxaIE_sZxhShp8w7R>19sAE zxl9a4?o9p=6ThRNE}Bi7iQDM+G;@oI2K09&KWCysjkmnWlPIH?wnoEDoKo8@FK-d% zF4ETI2ouE^tDj~GYh$Xx^7>?Biw0?{4J9_ ztdS3+7|5d@M)@3bKcks9W1=fIYBX__iS_us#}GGVVhsA9C5FBYLRDim3&`3DRhJP9 zW{6R$weTX(W11JVIh4l4MKxJ?HHnKzp1x&|XCxXkSVkXn%zmwPVL#C59cGgS~i-IE@X{N91)f1Z6EF z4$4|i9F+A2aZuI@V!y08A^Ie%$r_ZkhBzo|EpbqmA`Z%Wn>Z-z9b*5JBqY!$Sx44D z`+DL)`v&4b`$pnGdo{7IeL(_g-$K?v`&QyW`!?c0`*z|$`wrqj`%YqCyPHVbcab&F zzMDAE{vmOoeGhSF$o7CfuABy~tOAxjmvlhgOP zjJbzYeNuWH?nq|$aH=6-$SuP#y`2jHVRs@zvC|FCj&yIMz+uiVfT&xAo^j4NILm47 zJq+-Yvkf529g5QyIv>D)YOY&@r*4(A7yiXsxo1%EW@kT4$ajB3sBsR4Se$imuj8Ua zjtLi1p*sNKh*J#Ux%CLO&MJV%+%jBr%*FrYUTzp;*Ey%a)7$M2>FhI3Y9eF(+!hG+ zP8mS4+a9l*OU`=$CGJ2}dd;~B@U$Dj8g4rAflU}2Ar;Q!-1!6=Gg=Ofav74VsaEd5naP@t%kPk+raD=PM;Ixn9?YNqL;oP!k8bXlH2O4W2#ev5lFP19d85kEt^rW5V^?6bVtf4bg)m3NMuNp*QA6F4 zZIe0zh!$o+GGpl{RL4lm-b-XBU*up3$Xq!GyULQzzE6%d1UPxr0JA_uH?`;ZxO$L8UxborUqVYFkpu zN2>)T^Ld&28{W67K7&j7d9?;csV)p|&&R5yAuahos?(4*yrmig<5;y6MyB3}@tisd OW0txLW0lG)P5lp`4zG>? diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj index 2b95075910e820cb193fe08db5aa7dc219168b16..044c5450f9ed5b637d542676a05de311f1d73078 100644 GIT binary patch delta 5597 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 delta 5560 zcmZ8ldt6mj7T){Z3+G%oT<$$w;2hw-xI6_!WR1>;kAKtObmR~YKw5iE+)!gq=?LwF2qY$OoI>Qev49gfP9}1P z3Rq2;WhP7_@>)1m)OdhKWC;V3I97@Lt_yH7$B9Hf77aLs;{+m4gF-|v$MHl?g?SNu z9D9g-nR(rQcLweXa<7}n2icu&fAB@joyNURBDaFnVmik$MDAj%-QlKIEGd_JK>`O{UL1o2#VA>CjzNKmSaBbYL4nE8O0j@rl{CpJ zmKf#^kf0wlMl9qQBzPDT^yL^NmvU!G?dr(26D85liGx*-0g=7`jw)ub~T5<9u$T{2||$$l)4G1=ea z;q33>ZiD?Q53=9mG1wpXaQ0Jph{b*?#}@l(99!(Cb8NAn!Lh}DCdU^0SsYvJXPX$= z&x+4*zlklK%VU833Dz9%H>ID?y$1Oc@kstgyuZm9qDH=E4bdWwts#1dW2>r%Iku{L zgk!6!#T;8zHF0cJwS;3AQOqG)${ofKH7A5=KKnSqKXEVIRpOK8ngEZ4inqp79K$6b z;4QR@V<5W{ULoRYj)B|}e59V{7|4Wi{~C@#(w%HfqCfSwDB828mqrsg1G6xWqloN| zVtS&Fwy{4ZhJ!_TFKsdxBZ1Ole5yBd3`Yi8wCbnpSdQv~1w2jKdwj zH@!Bv7aH-g+GAn??tx=$uNqE`LaHsM*CP{o5#m-8OLihh#Ii`u=kAY3w3%*7iTr0) zsPWD3{NLt-zuNqiwfWHPoA+zs-f?)Xbedk|*M|5wkAmqjnEl1X*p!c$KPlX_5v%$K zkAlf-MPg?;hTE_Qw&GKcA?uHLcbwxGvUcMg`x(ceLN~lw#Pb}(DYtMGKIa&2!$Q10 zFL11qN%BE>UyB#H0|r^efJ+?1Y}DiWWsYHxp^rrTf@5f03AW)1$1uo`W7%CC!|a@7 z;pDKp8z=6X>2<&<*I8q-pMJ_VBv;V`?40ra=j1{q66LT_GZ5ZgN*)`W5`>WHDaFc4 zq~_#{E_evC**6mKbaUQo4+Nks1vBfVrQxLYzeD#vZS+91>Ahu^yqC&?{Jn z&fOGRC!%!gEeGh*$<~E}W2WF^^8$BE(D?)SU~l3M0S<`7h|QJ*NNvD5-eNhTh;k7n z+G;s~!d4cO7Nmz*ep+d$7^8Rb#i#_Le2e|qZ8;#{BDN;2CNvWZ+sEBVI2#GSZaIK( z8@rWO;#`XPVx2qT@g`~?HaIzSG#BrsgB_T?WWfC!u6}MI4}9wLdoXEwLQb=%ubh3Emgq0}xh=5F9b~6suKu z=urgBp5e+misVj;J%D zB8`e7uw16?MiiprGC(V|1&H#g7=pLsDy<1oKPqkmv{qY*sDg^O06nMu8_@_Vc0xVt zwS~xFEEQ{D?lx%*ABJgE>;kk+`(_AMaX%HOLIK;g4Y;_NiWwm6F6}4yT_difBL3dk zqs5@ujEa3BX0J92b$gk@|2_$6)n>D8naNErptNn&D6d^Rj_6M&I;>qn^rnf9YQyja zzu!ci+G0d+ndooYlZXzO=#;h&(c30Et(`>lj)~4{-G~mF=)4whyieLqcu5<9Rd<-E zOS^`hJ!GP*@W2Cl*F@Jf8PQ=AeWzt3de21v(*DYx&I&m1#O@xY%BCbjlHOnkvXWx< zK^T$7!!HUdy~-|TWhUN)5t1@Ommr3CJ(ABcCK={>BMW9{#CPCYsv(T*yABa9VrysP zvI}At!8}X7jTMR5{A^2h!1)@~<;Y5phvY;pV4d08@aZ6*BPV?~q;#ka&G+e=u9jiKk?HsZO6oz@yN8zE69jRLPVa(skJ=3N zImQ@3C0@xf*|E$>$nNWrU)KbK=@=h<3yx0t8tQP&jmG1MH_H)pe2H;c$S2iXgTHLm zE*Nn~$or^qa0fKOk>)jiY5OpzOl;BYS`RJjIu`VhQ8!UmJjPbb|M09)U)tL0p-L!g&f zSI;6^!UFk0+SM{B|4RYhI=Ov@(g2$epIh01K1H#{*4O#YzFjRs!S|Gwvme8JiT$!v zRtQToS>K{i>^abrJ`y=P2h6B&3Y$?BrkyRDi>^>}X?E@ZmRLVrI@)g)r9n1&KxjlY zJTSC8e+6hoN0B~r;rXLsxG?Zf2=H}NR~{jSs16PH!G_V1g(wdVR~TqiAwJYJJg&nF zroOb59UYKP$FZ*mXxV4ru@_?OBeAKZtRC(|L9lyl#XSirpRo`@$?srS#TnMCB$J+D z4aVn^lFXC_Xqxc3trF*JP~|hAr*P30fd^I|WABz^q26DW)Y1?uEe)r{0z09}jIP{` zf2&w(b6`QFY%*J2s+j@vZVy<%1FAk^hf31|II6GI%cb_=3mwd;uXt zu*DaOklRor=mHO7A_SfG*!EjNr^}3>^H}KVYBSS*)?Sg=V7QKR*GDj^!Xb~%9_Gmp z8RIk52s$*_+*b|vpwQ;AWm`dQw*|HFphA{ED6zoUx5rd|@W;5X*<+h$?Q1srV(Er`&1g>PH_$Zb6|rEyVGr- z^ZA@bJz>M*lJ)67BSJ)Do)Ei*5c&8sf0id3Eg>vN76EqP&cYxIybg(-73mjtavm9- z$kj;p1!@`+O*jK)ZK41#a?%mPaU#=a%o6q)oXF{~#$iB2I+s&7ZX4um!ht))rnV5P zaohp8uIIL4bQd?Ev5@1?5!ns)e2nrkxo+2-W0dn7mLS}j7!B@PT+I^pBE1?C>BCro z=N>_~;|{@mPuP_h~K>jluO4a2!ot+-YIrM>vTi?CdPGkF|TD z+XPR{nM=XVIJ0mUU<>YIY%O;swzhj$8h3=51=zWb_9%?CJZC*cfcFL(vmBWlx3CC* z9Ihc%k7k_6v3dx9FLAdFLy_>iVXn+$E)>4T%4B!uON76e;`1|H0Kz{_{)FCcRm5M% zg=BHYrJ}-rSD&|1@j6QAov|jQ@W0YEcB<|m)*}06tbU&GM^bJ-X3X7B{t9MG_>z|C zpJBjd<9f55im#`r%8WHL_g{8uU@gTK2DDufgheHTVF*qT)>0m{Ab3GNg{1<(m7_tu zZglcspKf+~mvrL6$|0FqBe>-iw1c4;?wTe1U3#}uTvA09*K6BK$-8Undn$ z;#tZO8EZz9p^>`$_o?pD!4i62MNUt7P2>~~1F2ghz0*{;yg4sCAt)C9O;qQ2W;`(m zk5x`!#uIy)PHZAGp4c|>Ph!UMSJHg9Fc%2Fo#wlhIU)RIlz$s@zDWC@(9R~ap}X*Z zAZ}#Fv-+F(cIIxv&nCT^n3eELi0@#|75+ftJDIx*{|4eI%yHr0N<5W0ruVpy!2vx~ zrZP&*W`|MYerBUYGqX|R0cNAbgUm*WhnS5LbC``14>Mm>;t@6&CFU|4CDP1BiFwRM ziAR}@5|1$(CFV05B^EHp^lXomIPb9%njJ=orOZZ&XPJ!>&oLV%o@X{nyufUfSjKFW zSk8P=i4|-xO0+T?C0=AUN~~lyO1#8ulvu@VlvvGdlvu+Y)8#%X@v6^CY+{E|Vl%T* zqK(-ov4zUQ)x(Lw%DuGkULy}5Z1nNHW9nPU^Z7Ha^P8#t@h%bQJPR=hwY6aCn ziC=}Z3e-PDM?+c*%A?!r>yTanRZjFxNE<*6Cps3=Mo{C4j)$}b)D)s`L)s4NT@Yy@ zzYB3Es87lHeMoyi9V0ps(mqgs5d9F+2cX7~lqW-K$K4bC7}5by3y4mI^f{=-L_dXe z7}U2!KZkS_)bB`><>?TQgAyd-nUGF^$|gD+(kW1rh&n<#1B(97%U?n|2dahWTu7au z))4&~(s@t|_18I9X1_d>n?WHg(+7iRV1k|+ zOV-kA5UrxsV2nsMVv^OVY!wrt*Imsxu3CtTmQtA2c>{%&($ZFE6D?i3PJb9H?@y1f z^}y(BF$pV}jyt4CEQ;R-#wx(u51i`8Y3<(Hy*dO%gKK3W}vc6}CYYtYsj+Agn& c!C_rfQ-(86!FHp5x~42Lt5S%obbN5`f5d&R5dZ)H delta 2861 zcmYM032+oe6o&iF%uY`xF|&atWFZ0K5@H2#5!Ql0qQQtDrG`sXL<3P!io*jj2+E?O zWr>zZ1ENL*fhsIOIpk0w#42yG!~;(dRKTdHSVW~1E#K>Xjj2jcfA8q`=I@!_`DE_i zxr@5Nn#W7mXHLX~$O{7@0uZ7|{Qu_!a-1WC1gB%E2C0?A^Ip!kgkkO0v zMRNb3p)S!t;htPi0YU7rCxqw4rp&lQxW}-B*GG-TfSB}p(Piuo$lr_;zsjYt5WDgG zo>({VH)3?IpF?vYN1!9t4DS6H6=ZY$cKL@W=Qy??{Am~s{tB$-2=`&V3KE%*u!F$= z7~P&d-?z71Cv{yZGPUx=gQFUQgK8!~uDn5ppMPjE+KtP^-^DFT8`Xw30s`vM1>2uENI zsk$`cLY~t_gu975WEo0CcoH45khxfdk78%CBXegFE~NOPEO!DC9wmQ5?{rcH&toCk zHS1D&BHW`-Iq8Byl+Yt$*VS%%@ILHC_RdR_bu|Lm>m%UmFbgZ zz_Ph|i<>T3OHuu^*6iAUy6N)=QfzTVw<{vkR5BWh;6$bR33uePP(ztxBK%PQ>!k}y za4+Q*S!-64+SuTt*QoDN(PDaDMSeGVL97+05$L8^kIZS@J$Y53*&*mE!b_;ntC?}f z{-yS=Va6R>N%7;DamO~}w##dovHj&#Y&>%(5xz<5UB{ddp{D%nnTtdwe2?y|o(&yE zc!+ocGw#(%;)%>1L@24D24*F~&crt`w-;fG_(tY-BCI8z#9Sc4tB5Bv$90Q;AH1t; zWjd?GEOuBW?qs$~G%{NyW;0tQ?qaq|%we`l%w@Jp+|7JOiF?>!m6*qDmB=t#CFV0* zCGKUmO5De6mAIeTDzSh$u4e_L#HoOl(Cn~EEMc}vEM>MzEMvAxJi%<0Sk7#fc#_#F z@f7nJC7x!3RicU6D)9`nRbmCRRpMD@tHerXtHdg1tHg86aa|FT5*tHSVlz9e5?h$9 z5?h(A5-%}ZCAKkJCAKqLC3Y}dC3Z5OQQ~DbSS4Ozwo1IpY?au>Y?au}Y?Wwcwo2?_ zwo0@x$MvCHQlcR*J?H?v=O3^GmAIFVseM`Qibo%w`5)zU%fmCjhE9Nw|Bu|QKg{cs z*@myNaAcII$j7s1CS_O46wZYzr#F0zybz%V)G%`0E*JYk%m-CSC)y%86i<-_pl+kc z7vyO)J_KqRy~%s!=3F5j0hPd|!5xmI%?=`P?wXG#|-VoyC?eI&^}P}h*}MO0%{@A4~9Mm z^%c>Nh7N%G8L3|WWbiPkzsPyq&=F9QB>mY?E2t}pelc_$)Llfs8ae^$L823e+CViC z{buMCs0Z}H{C;P(knN;PJ6zbROQO=!H}R64wIZV<*K+4-EVHhdF4VZT1H_`+ocp%Mx~v$1}a^)TE7#o=tGaMGkes9 zn1mhYp(D8hpFU@#a_iAn_9FR5_N6&~?>MDflLadS@3J8m*Xou|O8=AS+c|afEz>8Z zW=xryx_#2Ex6DjUnt5x#zNv;;Q>NXx_1sR~a<-00?&<&s^jVc}L95Nrf(yQ@3?2cz4&F8}}l diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj index 6bdb309d5673504ed355b8de0c7dcb8a8c13fc7b..8c390f12df342de7621c6e9af661183b929bf64a 100644 GIT binary patch delta 3216 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 E2aEF*$p8QV diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj index 1fb59ec0b6e36f06ea75aaaa13888cff8e89f166..341cce45dee4237515e04c83a696e3e2b3979271 100644 GIT binary patch delta 4875 zcmY*d33OD|8NTQbZ%D9{R0OFh+U3zT{gk@ov%<|Z`f%+0&s{nzjR|C=|t zc1Zi>VQp1V4&H4aaNHSo3E{R9gt(b1{_jU~Ifwa#&>YSQN%*BX&!q{WJB-OQ<_XPZ z%uNL7a_ps`;h#R#VnL%t7s3(3fnJ?4AI6}&9+oxfT5JkoGypOkPhxd^180tM|5Sc1 z%D|bGy*+Ze3#)TOoDiL)x!Ld@l0vvjJsXc zqw{-+^IO+B_&2v11tYSAxa6wmv+YLSbnI@#-43_r4x?ka7lvfqPzsqP-j7+~6~jJ{ z{L*DyGfgqG1FKU2zGmco5fGw-6bTL^5O)^AxZj}`v%mb5zBPNubJWRMWS;~}X0dM- z=i+q<&vVGtERXIrQ+USG9A|N=lMQy$UqKE@4ztoo0#}~%)ao2NXm`FkiFUnVcnxcFkZkXFWbkiDrD&#Cl9d>`Ni38e%2GOY$fzwdAgm2sr0f`=r3)*_^w8N^uel5_DLh43Yq>9eqX0x-$D!;}K(es%=wzbp`+x&_TfxX-37JVD z`5jdx6{2*blJ50YaaNzjM7$9;_audi;&2I>f0Ftolnqt9AdQU(-?BKui^^cGu$n2s zW6R}K>al%aaAAH>hlr|z#(EyePvh7Uv}omJj4mkDHErQwJ9=!!ztHrHun5~vXvSgG-#ShIOtz&#UY~uh z&B3i#Rx*X1-usCKebyr5T&>WG$t-l#tv< zt5Qnj5!#m$_C3zAUsG1m-9;q*A$fty{h2aA1Mz%{7Wp&tpW>`j^jISyo^7m|rU1l~ zKyUdU)~+W}Du(M}E_$Up1=WM;LCf}4GTcwWV8)~sRxi1hj#-)A++4uX>JTpO=J6P( z0J!*$37ezC>n`3%b0qFN4j%keoFzoA?@AbN`By#UaOu!3F)n+B)5!P)yOD`w@Be9PH zX|`_{U;VojoFJ^DG$_r^pToqytzb;U4KDP41vt6T&1rVGZG5SJs9*=wS@F06bPO8L z<_QI8!a74=rG=y*E4{?m#8xk=Ly)_hhNauxD%i*+1*5B$amlVK0Nwpp4*Qw{P{WS2 zJ>8Zo>BDr}ca?*3J7R4DM&G5M0MBA)=?VsGQ>Z+{&i@GS7-k0rgP7Nux=sp66xI-$ z2f6RrWrc!qW8BY;P^o}8VI8O6X4u*_H~l#y=$p+YsaB_8W)~#}YLE_`m+^|z75iTsBWSQ0lV=l?v5wbAv)~8+zihs03CLOucjsi zpu=9}44V}IK3--fo>KriYznKaQvf<_A-C-&1%Rs{_h5^|H@2hVl?Xa)BzM>j z1%SvpcJqn?Kx75SzFPsfg;SZrHxz*G`$rO8$PDKHz)f>R;b^}gJ9}RNXun4(KP#L+ zoJ(~^!RWS`?BR0-M7nK3Rw!F%KNlSO9x##e3BOc2%APf)k!)8Q<;em>XYic-W> zH}Rj`?-hU|EMgX~D*#P7f?pVJDgaG+f?3pzSl^*3Ut<njZP6M)SpNmcV6pR8* zp@wW*9-yt+;rfGo*jXKd)`!??NCBYrE#@Mu0MNRTiT{}bKx+=$s8j%G{Ttipr2zEq zVd|b^cU#M}3{o&y?ZOosq5uzmU2y>H1s#{`krzEOTcSBZNwF3;=R9w?LA{;y&w5HaU1WJ8CgaA z-NjYL=`J_2-p0=5I?5rhFmf{Sn(G#6LHa2-6YqQ(!J^9B`DP^}vj-Hst_2*$YQwq# z`+nE6JS5K<>0@v;WVz}%lr=`yUhIOdn@(CB3}k=FEUq&$JZPa3*EhUdZ)B{)uH3bZ zT7#<_`8$xg+t7F6Wgt6+?YA2KIrtWn9pKHL=qAVMD1m^pSJFWo<*tKgkz0r6k-0bV zO0DHq<2#Ek9516L&U^HA5DIQXR<0uRJ3QOVAa7Ul5_#f9h zW}d+Xm z`n=;_wkn5qiDdJ6^IGv>JzBKhox*#&KVJTs4ki ztS?HtqIO!7?$@uk2{!4~?Sf5u<3o`QMxg;AI5n!)ompHAwek)sgT?y5cD2QNZM)WD z{gJ3v6WcJLHK|R@(C=#3GW0?1T82J4qBX2^KdvwBwC2}0wyB-g`n0Q^)`mpXA|#yF z#z#rM!Y!}?T1VToHfa5#TGUh&2!7or*es*0Mg*H>l+{S*H_MSxdQP#k z?p07LDNylN$zG8_B5GB#e}vVMJUvx%IuCrQOk|H#jkhU**d=XWM=EozMm%g=1rbHaZY&5 zyos~M;J-g(CeEm9EvR`4%f?NcJY#CvxJM^X zo6!2-+6;plHpI6EM?HOqETX87<9vCLiZ)ftW3&*f zpFY4kk}@_|OE*p4JYRlJf5Gzv>awL;rqdFv2kDb7#quKkv?X7DNcPr3d7b)U4b$wc hg_>AH>$eujq4X}Ga{3ypmy%lw;kY~2Z>g>&?SGlEEk*zU delta 4884 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 diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj index 366fc3bcea4eb10763d2d34f5807f66e486eef4c..ee7d0e1b0a5068e9399cd294c08c87ca27b11b29 100644 GIT binary patch delta 461 zcmWO2Pe>GD7zXg~*_oZmF$p8cAfzG6jYg++JLIXNE`j*DI-2XMFw(*fZmyfvcIaRo zqe6Is>L#9o{?N1+sVx%2I=0j?C@Dx0Iz&{Lr1$dU;eEcB7rwvGG4}%V`;dy=4~BEd zRBF3tDD{$CMi*|e)6C!jLvtdvDN|+t5n&thEMb3^Y$&4$rK~pNozw|zTjF=~4tDTr z@)Q>MI+?)=e zS~OafPhFEd&vahu6TF`9Ly3+2VSM7h{C@nVJJx}NJR?r9A|B&?ah1#BM{bCF**e}K M_j|+?!|~n!0RhIDaR2}S delta 482 zcmXZZPe>GD7zXfpc6Mf*RY9tQ638wh+v3`^ZI>XBr4AhyKmUy8IIEzzuuImuN^L=h z4joJg7M>0r3!=y(l<8t^;UP+)PDZfMVId+Uh!#2+RP-Xf@cnrC9zMPo-s>;0_Z-zI zqU*68J<=1_w6>(KX}9=SKZ-}}52x{(GvVnYU*uM^nj)+}V#unCx~3PPX=bOsC2Qr%~gkk;Y5@G_rWYj9J1%uA3<=^0Qfn&oOHSe$cRzz%twIHN595dk_KJ zBTpr+MN;zMdt^xZf!4>E4ZgM34jgt0r3-oIV)4AQm|rL@Ir*i9^l@kQQgMEc54uyq zukMt|hT9UH=yj7g!<)kjL#&H;m>7AB`)rOVtT8iMkqI|O6}D)*3JrR$3hniA)qR5w zmd7f{a##GsnehtRSRYq7#l$&I&h5l hB-!M)_>N8S5WA-0GDl`A-Wkox0t`9-OSZCK{{Z~@nt=cS diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj index e858c4016e8d47ff30fdb2ebb70f0647cf566e02..addc0a84a3654d736fa7bff5dd776690af4f1ad4 100644 GIT binary patch delta 440 zcmX|)KS)AR6o>D*?>*l`EVWF129@;3Z19yLwboRVLra7$l8~uS%ff0ghoCLxY(YyA z)DnRNPSO^R6;07lt+@mdZk=n?h5P*ue7|$=VYCvh48c;>kEJj$W^*&f%5>-H{vEEV z>zpwztD{umTwNw3$x6!HVq8;>gwy0N5nusHgmz68&Xs<#AS)l_G_%7s< zUML+cGCVYWK*8)c^dt|ur0;(docc9F^AVTiq=ut~S6uJzYz~Gy-r1}@@izq@wSeDP z%Vm>>nMxa*$$YM0Bn$aS*hpkjX4*(>r!uRxwpNm`;kMTHZ5LLkW6%?WN!%swVAE41 z&U#}ogH>W2U%fFd_hML|fG%9ohhZJddH{~`lK6o4#9M3=^XT^lpn?m;IBxhnKU=a{ A4*&oF delta 445 zcmX|+JxD@P6vywm?~{k*2bw;IEQ-{K$U=g~rkY-nL$rko3Sp6!LxVL0x+y1$pvIPl zGF;ppS{iC_Xt1Fn34+E5gF5&1ap3&^_uT(E_oEsw$E$;|SR2C9I56huXN;{<&Qtyc z*R>R9jLTYxS~%Bs$dP0vn=3G`D;44C@|zG)d$#Bo)WW&q69cmHOq+63Oj%}8II`9j z0{XFVIs!NizR^=!F?E*+YDILYuSAK-XC%siR3p(^n1hJ(h?d}qi&J6Q=;Art%=M_? z6JDu9*SflPF>^q|oL6)tk9wu|e`Q^V)@L*Rsrt}Q(s|g$z(d8Z+z(`sj=s%8&JoX-+~D46F2eRUnDLBESSU-Vgg?R y7XS3%tT_f6rp;kUVZ{u?Azl-2@qySx2!=5Np!?Dz&z=T$=h diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj index 095d48b03dd6e0714620f88b9e2c34e48278d551..290bec372d7f163717246d755fae0ae05f689a51 100644 GIT binary patch delta 753 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 delta 2538 zcmYjTe^69a6h8OuzFnTcWtaU8ERO{R5!MA<3!4lL938b*%hK`(O}Hi*N+Mx3O<9xu zQY%mD7?4<+U^-c3Q>kSRYE0HN4NWy=HKjITB$P$jvNQB&8jiS zk;iPO%WJ$(CZvA^fGao1;!c?h@>l#aE9teek;~aA7Gx)dA7^JbP~4o|U^B*E$vA5< zilnMtd%3n1+ojU1znqQYdy+NJN!Co})K^=p&a)X>A;@8!yxnGF5d}G(z20tPX9VO~ z?9DO7xA;-cVljYmkLle(gLf@e9WIdbaiJ#}vvgbSY@r5{_6n|h6-$788sGFJCtIx5 zO1*$qqv5&kSFC)Hchlru4=9`mvXI?8s4%(NgJs^t{o*mwdd( zyM58dngQ}p*6LLC43KHYT?&)K{p_V%VRBf+^_Nt?6XZJ9-=^y1wSxIQ3TuGVeO~Qv z0~h+n*@xO|mqr9Zw(z$46g2>{8{hENiTQZJXNn>8`s?V5%=S0fm+XMznINy?As)1` zMwjd>9^xT|>DVveF~3<|%SH~Xt}w`bZ1h8gLm*$^K^#$CwE6-J2F&UX);g+KbofqY z9aESN|2xLVRaXwkhj2+CAr|81fa%qF#ZMHMM%jeND7%`opQ$Vj>}UKVV2Y11804SQ zjG!sr#AU&RIDnl&b@5Nx>@2#Bz3lq5>h|%B&Ifr$RiQ-nW9)TU)kc7<<9Yt3FdgkJ z?Dd?D9oA3lxe(9vvkUL=KoigU|6h^wI5y&taD7q@#>*}~z1b2vXeq$?kMka}$@Y_g4Jdb}wN=Z1HH*QRn-TdqRCkx)JB^ff+%ALr$X<9H^ovT~3LqVQc>QY)NC9~ejB zasJ2`mXZ}691UdI9dLX>ZRP~LF26`D!N&Z6D985vmQfSQqDa!>0Bh+HU0- zk`?^<7B>}dL3hDlqrN5`AuZ-c(idG#{!2_*e2Lj#8huC$a=W%hT+P|7#N9+s#qap8 zc~i|)GOKk6Y6Y0V@?A3n0As9<4sjKC3=sRU)j=`~0{Ffe!$n2)`4*=|)H3HB)z4ny zd}DJ?7FC8X&~~(@E9IvLSsr6CzhDQYxF8ma|Hs3cYtwGDT)bt`*!Ns9fmfJ9)0<2W z`R<7|+gqApFWyS&d+d@~d~?9^^E#-Tvr^! z@{)>)$n)6gcgzk0BrN{UYUU@l(73govj*wdpmGZP?XZSs+kJ=V@p62=#OL~*1V0MX zluR5fiC0XatE07CG2di_sl2n6v8-G`BMQ?)8;gxx6tXIFERRs-=S8Rc9f|V(%_DR3 zvsbQaYHVK7xH#R`)VQjDSKR_feq!m0mULoy^RmRsbnA+?M7phYTutK6_U3yQ_h;7| zBHWf<-j=RzT++V0u{jMZ({1UM_oWxt)b`)pup$H3^pmm=Urir3-|FQvq4?56k@4pTgj6St*AC9bFV2%ej+9u6X^LUoPjO$rzVmw_ zoOt@xlqkUQyE?=VxOW$uyGZc_-q4$(YIko1{TFGlw?tInaBrDDe=0yNuIce%WuHeN mPV6fa?_j#GO#6E(Zs;o&b8tVU_TWj1Cs5yAMk4Xuq5lE=pXnO_ diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj index 074594e0341520206237a219a5d2a105004bde5f..1a09044b76f7f518a4303588b54a82718b7d721f 100644 GIT binary patch delta 18782 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 PCEOR2qv1Ir-TVIlvtXFZ delta 18811 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 delta 489 zcmaE$en)+R0%OQT#qfGAMg|6+DGUq@l0b|Mm{?dd^GX<)S=g@ug_)VyGeHywt1lCX zV(9}>jBK;O6h|Xi32PCE$HLkQq*x9Eg_!&$3qUd~?BQU|?4LmtBS$nyK@CW;p@B#W zP>hv@MUe9}kik|1Bv^#RT0sZt1X8Urt0TqX6qNF7UUP}rxq6&8|f#NX6B?Y z6r~oY7L}!@7@BQ9&1TCy`5iykW&y4htc(GZck&-+jG5dh;Ln&b`67_qFj-NsoUvu{ zOhJFf6_Z~A$pe!ug|rz@Pfit5W(=I%DWuNWIC&$G+&TFskQABBD6GzSaIz+lRG1tH aB)?3q1d=9`7YeIO1n>d90rUe5z?c9+n_Y+i diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdmmc_hal.c.obj index b9e54cfc0e941fbe801fca02b96f07d4f77b8e5d..36cd690d34551ee47d7fdc9351b22b9ec8884f23 100644 GIT binary patch delta 3336 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 NjA*YAEeIRx{{!%X)9wHO delta 1124 zcmY*XT}YH^6n@Y9{f@de#z&vJJLAmi>cVc$l#=XbI@U<51AUZMo3)AV$j)k))#M6OApc4I6 zWUDkD&STu_gFIfa>JtIhTW~afiQpZcSZG=!7v#&yg-%``RtwIl1>q>y7ghX8ZCc1* z%D6>{x<9bW9yucT%+rpxiJmjaPbjCis8^^tOHDHCXwh{hySc!0v*d`Qb*?ibO$Fu& z&!ikJsTh212lgn@H5Az0e77A1_WC-zW2<66t)|)P+}FOF zAAA@|WsVI*hSEPoMh1p6qmhBp;fAe|{vXqWNvw5SaN5n|?-haE!Sel3Hk#_|P4x}- zj`yXzj52xjrm77uPJrRF>#saCFfqLJ(G~ zHvMtHMa?Ft387zxcDiUG)uKfZRQ-v=bO9;7 zkL-EX(}ogfb(g3LQXT9?Hs118aZo*^4^zJFC*D`>w2vT!b!KdXDw(%)GozL^0=tFAbaaYGNm$BzN`k8t zWa1!O#>%+Wh`=dqGg@J+k~3OrakwdjPs|)%HUnD<`N{Fb$aKCiTKR4E>Xm(gY6u?T zu9OQeahl=+E>Zk}{!SNu;TS~~Uw5v8iI3ARbm4k>22SHdmkU)~>~f`O#`^972;%u} z7mnhy?zeCer+ZwuiAy~*a1QrpTnOW>3`tvYB{Kla*lzEI>v+cAK|Qb9aqTPppN*+N s11{JmS$(kMG{-u{6WHv;sdpd6Bu+SSE!ikU5o1mRK6Ol3!$l|X7dp_DGXMYp delta 781 zcmY*VT}V@582;Yx{7pRNl9M~DF*mGMG~DK#+ipzB1Z81^n5Tly}FQUSW5mXX*H3U2(t-_#_J<G=G7kkEX7Sf@Ufan>O>)+vwDCol!N@qZfPLSrEuE( z%8dd8tiZ7O5jAam<{eD{pIg`H*7cFv(m-^T+`@aCljaV6Y+KiO8Q(OyWWnM^m3t)F zJW>`iJkqYae2}^D&yq!6vJ`)k3gw8U?0X_aw~#rD<$k(Q&QgK9w9NJHSX$=JZ7)qW znY-p{`TbRF*QcS16+PJhf@h^IWscr(m2A(5h#>!GX01^ohlR#+Xo6RXSxSup`xk+X z9pjeaD(*6Za0;WwAsAg4Hd-5S)$3Dl7RJZ0=)L}CPmjLP?OXH1Q#_Jz;1y00E@F-F zC;B@a*uVmzz_%UiU}7cdKpZ!dCCFp3(}C}})al5r05+$Fz{1NZ2l{Y6^#Ly6RF?yH zvDQ_BGuWGUz{a^WSr1}8Jp?P5$Q*@RcrnukFY!($0$;E~*o@1Bi?~TRh~aF6W)2WW OvFPF>!r!=*_5B6t|BJ0=(z| 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 delta 7363 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 XOU5)}u*A%ET-wY9xaj7_7!Cd(sz)TT diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj index d49cc70768046ba6736920bb37857f896b807f9e..3cf0f53e7d39cbb97be229178b99c6fef612cf17 100644 GIT binary patch delta 4370 zcmYk933O9c8prQ_FU@_gN%NXCO`0ZYnl^&S5(yLQa{%M97>Sj!Hh&|9-FYcb>VN9Rnz(=>x zShUkLu?)9pj;u#D6kj*+Q5Bj-D-Q9gz#m4|MiMu}61^xi2Yopb{^7W;pSJM#j{Z9O zJpudmP^T6bV_6Q38*T9br|#@x7I4PIYS*ez_SS8WMRm!nqbD24xqUva~!_8XEKVfY}nKW>*?8bT~I!VOb|4dnR zmW;XAQPwHR1~aSa{4SCOGe5-MimsBK%uG={<&v|QnV>49ZN?>->}=)D)Zi{#%f%QU zg_X{J@$cy5{=cY0hzHng;K}VFNA%-o;69OzKS68v*=ss>@G$lNew#Inx*1l8;qe6J zKFU^|h0F{SkCu$JZ4W^s#=TH(bZc2ic|B&Y@fb5VQr#c7S&uODAu8JhxgKU_6LF1X z^nHvXdO~uDnQgtuwUP^%d4c>*v{}QxM`(PXlvQyq9z9Yn9TP?sW1Qfec-m6rb zWw)x;t`y$_OI*oeyXo||?KKUXx{h*MWi!X7wxVHPZL=O^=8t5*M%v?LT~54KuH$8# z1%>XI_Y8SiC%s^%d*N<(im!tfcdTL@Rb`W0i!!qhRc*6m9J7xohYuuUL`7u3MKVTo z7*3*>2T1)$su?TstkZPh?GGvPDO@VJYTyzq;9Cs}B%&axACpVtzPS##28`*daMdp)&)4{A(^mfQo z8+B%Nhf?pz((N>W5h-gJ&SL6NRN3JHr(n4^?YlyCOh_4TkToAJcn6gZr(@dPDpL*H zO95||wHF@rrF|>u^puqGYFPr7`v#>lV^t+(2YSUJk~ByS+!4PWP_eH$sg8o8)pwYNiif7sSEs~#?vR{?q1t}QV zpcSw`Kkj>gX8pHnJJxwGI0ETZX8X&xZ2yA%{a)F*n012$kb=ngs}D$juPVEYzt;k3 zej2_E#QApkIgqZLM>Fw;GQp9bM=`vq1Z=`u%K9xOV71fK)RjuWY0ZP_!FZQ<^aPG5k&GDuxY8P%*rx1Qo;kO31`8q(H{7Ny#dP z%}P))e4qq7hSv&Y3?D09#qfy|R17(xKQi6)%b0yd@Oby8x z4k%s4a8L;=*_VmitE0oAG<8M{tsou&}TL zcfi)d!akWnY~{&(0~br_Q=*3$hd&JAqp9gD-bZkYuV@nP5%}U^xuSqpMu=?)elZln z;ZV3gov}bXhbzTm7JcViBu*eCLuhga!dp0~w;Jb024yI|vB9&DsszU7_`Sdn{qa1^X4O7-y2iC4M49K~=S zdiz}Cz8wS?Y4?9545yX<+7NNjy514IvD;gI!Z?hP<}38KoS21GHXhD^A?D(KV^jv* zq8VFgjLtx=xQ=NVk7U3vXcUbxo~`JhKxp^{&lu}j6`_IJg_7}T1`=X825*eZr@u09 z7xazJ_%%7WpS5EV$5OP^-zP`obsz3^ri~i&BL0#;p^+K2{+}>j{Hq94H72@Ts5``2 zilHvD4#8mhP<#^_lk_b}(KNV`Ee>fvd)D_aev$KL*cX36yX=M$C1pGW^GZtj z6nLlPO7tb%sFgYV`l@2aI^t;vWtroWSDo--X()05YobNb; z`1Cuegk?LROCpBH!h?wfe;1}FLi{0El<48XPkE+o&~nHsH3a^d=-{uQjSICrlJw3c zxEuEs-bKTCk;>ih%SX#qaE)J=coR_>*07qBX`5F#wuO_ zf5E38F5@#7Dw-PkA^3Y!6;FWKT*Vi{2z*|Gzc#n!8{u$ssiqHr|24PbogqH0HLrz1 n_?!Wg@i`s-h|gDG8$OT0d3^2!@ATFMm!>eb1RJjYsbBvOetXna delta 4365 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 CXF6{H delta 8209 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 KLvOb5y#ECO?LlP# diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj index 8c85748834ed846e66696e558fdaf8a27e5e52be..2486f7f9213114dbd527f06deb435fa56ecbe050 100644 GIT binary patch delta 4202 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 b>rc>!>m1-4$|H>rFg6e$2l5B+qxJKD#1 z1hke%ix7^Gz-L81P(VQh6x5J5)JFxus(^@1ML#Tvw9*zu+oJTGnR`FTA2<8^-E+?U zoyVP>eRq%2xkp)D$m@5bT{jngdq&Vxu% z8~sGO9#t4~yqbwiIy@7-&~B$2|G8aVURnc3vw)QWQv6b6@b^kX^B zj64^8)JsrqM$o_2vI#K#8Nwlf-ArGM`ZB^cb~>4U3^U2dw=s7xeNHywh`dV}RHPBZ8D?WQM%28p!aal^g7@7Cei?ppo4hX+WR4v?ixf_>4KwnY zem~*61;z?A5&nh1I@2d(i`9EOTg#$*3L`X3ZH%=Ak%G}8qRG5tNL%`$z@lGjYZqPX8dQ-z&M7xXkeNI#xcA~qwt8p*rT^e(W3%mMMseR ze1TO4L$iIOKOvumg2RrDr@k%{7>Blvs?;nn4s8u-Tr4mSZ8e>-L|`oLJlK|{gkS| z@p`sPOY)`Q%SnvhNvFMF?N z3C8JWRUxsRf<;{i2p<#}uYMiP%O7p5;4HOM{ob^(%fs{yuunI63_iwnI9%3E-+0n| zSVTb0Q=x|^8NWy~`JrHO^2?})9|>H*^jetjG2^pH^9h^Hz|#-Y^n5HZbqm@(rf(6k zr-U!gPbpmRRQsk=cfPP$H`d3eVZ!+UIGS|P?1E88D}XOha{rR*blGy`j4}oL0OW}g?V@UH zlE6sc;1`0LBMFT32pz6VBEpQRP~(p$%PEpi(C#c|RFG=FATpfHz~NzPu5@%TV-9Ta zPb}I@a~2h}f(JB^_L#K80}etkH|0;$4JZ~gUKFDXrsNJUx|@zEzn-T0_7VhMAmb%C zitcOZ^rWEi1{swQ3=B_N(~}mo6QfS1V@63rW5x~C+tGr^=FCXLQ-M@XjOYo1)&k71 zBHbk&F_KA%O_YR;^z-W?Z3mxG%Xh*=Bjx{z;!P8q3U*>MY%x+rR>vByqkl%N{-q!| zHmDq~8gV`e;(76!=c#n_|g?dpE zVPsE-HXn62$>gy0SfxkmEElw9KZ(*RKu4yhPx*blxu&3 z&!auc`cdS+s%P;c4AgESa8@0GLsqF(61b?ojG$V(>W4%u#5ltLr^ByPBeiXUnCCNdenO5MW* z#y63k&|26%atvj-`x|*NOht2%%gq*WYZKsPp{ak1xw=PLeF|yQ!5P1m4}c-@rF{C{ z_u_ue>)^9)%M`^2^+n}832TdrJg;EVyr^ayhU8;DLpwx|iJ369-QD(lKBGjtfgH zA+!*!i@OQyg^mH1HL1m&n#V0W9fc^f(e8F>H~V_K*}|@3JJj_k_MXFHD@}aR_h`(= z-1sf5>rufUgu^{*m0%_WN{YOdcwv+W_|Uc@VKJ9GWkp9bU|l}dv9ROfq}{o?im*DGY-}S-&12LTedH?_b diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj index 2f08ae3bf17f22b291cd0561383f1f5557863377..a6303465b43d990f2a2c5357868390bc160b9dde 100644 GIT binary patch delta 2824 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 EKWK0B%m4rY delta 8747 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 bu2}@Q4#6lz@$|F!70-`7qCFLPVBPd|d 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 delta 4870 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 delta 4178 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 F`#-%RNEiSB diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj index d4163bcaa6d48405498af2fd0ca206b0fa112d93..268ba01b76e54606aae0af095829fe7f047090f8 100644 GIT binary patch delta 5561 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 delta 5597 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 delta 4194 zcmY+HdvsLQ6~_0uGdK6-b(u--3^RF6LUrlI3!BQ+J3RECGD$1%Y4J?&*(NY#|mttv!)mmt^4SnFEbnm(QfaH&x`F&^K zz4!U{xi^#Fd@jy?F1F;0g@+0jnDGaa0MY<|KA_82ehg`iG5`#(wHH;xur?CWf@{Oe zyAztVo1%qm^8lDHp_Js^iC6DMWN#>QK7Ka$lJEzt=N;&@(&xhhFD1^m@w4SM{mEbA z2e}YSnHj-e3Xma?2i3x)Sad6?VOJFqkQ=ZCGmAM7q=l)>Z01~$A$2k-60ajQkJT)Y zTd_$q!W;&<1dEvY%vkGt*qm9w+#lqJw3`9UL6A3Sy^uKoaw4q{WOhJ4PhAdT&V&`R zf*KgiLI%ixP}@V8{UCoq>qD7+AUi4HFy?+B3vsySaAq6i8j2smoDT9Gb<&E(6Xuk% zs?8~5*5<^R$s8QEIhr{KI#<8G%8_%qLo4~An zo5-wvo5Y+6u5FWr3Nm^rWUqx8f@WFD)xO&;{{nuEx*LKc|Z=Pm%tC04UAWh zr%#U;(+lTiR&na@Q8TYF#s87ylberA96g-+fP+?Gvnsop)U6@ z$AI993_f6RZ3vR-#pxAtLwEE=F(eXdGhG)~YCZ!n`n zvuJn!Vn#={ss0(U=q`%7bvM@|l>2|o=)o&Am)m@o7wlT~M8?d zc9`y|;1DAj>^d6MSS?s!ucsM|(@AhNtLgBJ*Ma~$OSJ?lGCrY9RV=&y9oO>odt?#J zj)kfDSu7j4-%BLSW+62b?5C+rtrl<|2i2TlRpEC?p3kxeeYr_{TA&4-Z>2gKtjI__ zWDm29PnjK7x3%1Gk37BqsCX~V<0-RW_)I2%Q%=JPTJ*IVoKrOaVrv;z@j7%hYph<} zs&t0ahL>Bz(Xcc}kV}tS-8dwlQ%zwTtWOafCzYO;O;!!&2{{Rqc33pr94DXZylYu0 z5QlsxPR74)?Z@ze&Q3~q&iVpjsFOs6E?Q$!0g9Zz(@ZZ}-$E#H=8{3VI*D4$yX+K5otPz=KaU`MVR9$#j z`qS7zQl96ZsARXP?}qcmAhj$i8LVGSve)14OlI$!QdZx{z~B^i!L2@2~z4w`5E)LY_B603(~a2u7zk0Hdn0 zL4+#GT3phMtr=5|WTKK8rVA6$PJrkODwLO3lZZGj3hzcB)L{DkH)Z(!)+C?OYqbT`^8tHILmA#I8`UG>B7;$Hhox*X8s!@?baa7HX49>oU zjv5b(#fgPPisd?mQjw^5P4z~~?8L%Mz0i}Czrk;zcL24QpG=N{d&lTe+&f$5&e9>6tcqb8^owC;crdV(MgTt(ce;qh zaZX)mJ0n7BXM2~ZQGvC!Vw!4L+a;RR$N0HkjqErhj;I?Qwc?tpUe_i1)X8_3BpV5c9xzd~B3x&r}n-eBz3l)ip$%RqODYu6E*8s$RUl ctFCtqF`uXeIG%_t`i9Ru(gLts?dr<>KY96t-~a#s diff --git a/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/blink/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj index e73d0b69ac6132608ad4387cae2e1fd5ffc781a6..0f1b81b01b38a52b8fc309ec0fe5ff4778eefc8a 100644 GIT binary patch delta 6635 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 W((P>gG~NCf&&tMaQG7r)cm4yV8+r!- delta 6608 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

    y#FYjs6m zdN1GTze{z!1VxjgDTi0oma-HqN-(8vV)d`;sW_Xm=T$u;_7^B9*KJZr_P{UwR6foYUe!Orbkv}0dWQ0g zUOxMp{)i&iF2DUNOo_2&&Fgxm@`s;wyRJ{Eb{?5352-P(_32ouwhe^=YRbViI08UB zl3r^a`{%kIU+pm%T^R!Q3l;1`?q(lS!QS+DJ)sMi*HdkKM_y00hb<5Osq|EbY=RuA zrWZ{^X$7&JGaM~i-JPnHlZtKoUC#`1u`ApyNUYp7_ZmC@yB{JC* zf{93#lgV|)cYDD0calwX^}Lg8qHCy~Y(5E5k?a9G8Ar|Tq*7fS?xa#({q0n5q32Rg zVQKK1id3hRmUmK}Qo7XU$+!_tDT8dg{z~<^8p+`HD1qAx~m-`zV`==gLz%!VvJj|`!L#nwOZ9{2-EJ`aoRo6thtHPTo zc7^}O-uzQfDC7BQN-@`g&q`}bd%KK#(SooFImY!$g`~G+o3S=kt)H z7#GX72|43p**4)is-eYlU)vURm6lS_2+6Xu98DX^MO+b{tdZQ7o3JnWeIt1kHOe}) zZLtyfPqIZf^!Ofi&=)E}$QWKBBPiSTz-0vGF1#>xpP}5g#ki(}FOL^`TVu*fs@Id; zbZv~wrmk(iKAm+Lu4mvp1ucz@_*2u_y5YK3-s7hJNJ9DdF~+BUHl?x=UH*EyaZvd` zQ{zi28xfUHjhFwgy76FROuIE6YS2{oo}tE7OuM}>%;(yH_Rk2goMn%U1RBiVry$H?M)h*1lqZfhaI@NSR%^78rFI4R4SVu?B45Z@!=q2V z?qA^0YNyC1PSSRuUv-aRCDV5~()n*Og3NuEYA)Y*GPm;SgM zh=b>7SCFq;tASi_F2?(8`*fqE=>dqu*3fS$DV?lDYfiB>)W$egaS~L<)=-Y|P{I}o z?=W>Ur1>-PC$N&`&M*=Z-aym#jt_7ys}h=y_fh{raC@zCHe`m8g!9p7%rMe2R$|QQ zohtaoqHNx2QFL&<7gLi8T`1-r#SYIflH~w4lZj^?P@jyd6m05&=&4XCDorzBG|74ff1A4IcV^6*%gTEJQqs(x^e?} zZ3*4D1jBj@#`ksSiTt*>9vlR0arbawT6DsJuO|mM7NMB+oNH7y_ruqHm;m*|I_|`3 zY{6V3)8zV9mxH9BlvtA;m}`XPE$qx(BQdcVsasQa6(WIJia$y2I;PRxgPaFO0 zMBC#l6768;o;C{nZgR;N^%qfyKrYK%Vid}5cHa`CCz<5cB}S6+SCE}rV${ZSNLy;; z$Q@b!QXrKLU20SgltXc)XM}IKvI1=NQlpMs&OTadWcj0^ywcnJ76lLVW%4qkRXu8{ z$_Vaf5^sXaNDgG)>XcC&D7@7vqd9O{z1XB>Mx_4FlyscGCHXyXI?98b!OxqH@(>3B ziyDjaFbAgO4zVLho7RMS291uUk+rYzzoP9!+jD8n$gL#zEg$nNH!{lxf&qtY(4FDR zG#4#oi?JUQ%8WnmuSZ0OPGBZH>VRZ3os*30>{=craS zI<#EZ=yGvG>r0OZ?GTwnqa}W(7DCgrwBNzgGNjRwpV2re1j_@psqplKg9#~Q6L;^R2) zKDmH+Uq{pq;=O6IQ7er6#P2AtO|pj`Ui8xmzw(;DFj%XS#15>$6AGNCRv541Bjci# zM!cNFwyrb^>eD?A@=TffEpegU5{w_Sd0sQ+CX|=lHM=X!2(I2ykSBM`9#9^?$_U8e z9N15uY$wJ^>c}t`FL2pgSku);Qjoe4#15ctMDCtlt$fsK<372{DL8>V&Q7$KCn~^m zJbMd_3UUDfxoedz<-e^levrfSP!sYXo4Xk=(|5$3#D0C&m|f*<_@&&-j!omST`?@R zweMwHRqk5#AX~rI=!X*jyVm$U@pH0ndpU}%OF!^CD82}L#bBx6dLuSG6E!NA*itw0 z*k`bl3wbtPkMuQA?Q+o_OJnej^uK}w={r7W6y#1In?~KqA(5A|IuxwJ?HVQ5A-mGP zlvMmyUCmy74n2le9(mr_D9a1k{tZT?F=su{k~sUrWOTqz(Q3;3UEbfX0G>!Rx=UVu zkJDPBMU>#T=pd`~0v_ArS=SegcTn)yjYe)C7n3!f&7ze^oxT%#TsYwz$zu9Pz(2Yz!^*;H`uA zvq%E@=)@u_k%eldA!bp4tw18|Jv+9=h=r!#Z!yxaci8))ky`Cra<6gx;j{<5G)OA? zh-&XaPNSFeb3~iOy1Zya$DSwgk8ndoK}j!ui;l7hFB&&1)8ztkDKGjsUKt-&rJ_@U z(mdP8n@nbGtMPF{T~fbqMLX)q)gN4q8(_*dP!;#gYrX!0a zcj!tn>(OLZu{(?%u>1Qvj0{&CU0x<9c#BCaerU8QuW8+f z{rj>JkfEb$i9ADmP~nUoj#LX#|4T?KbCY zBd$Fb6issl=*_D`K@O5~In!OKcjN$6$T{|kk%*lKKfhwcCxlT}r2}5aS0P;+TD;uB zRrd^pwynm}cN^KkZ;2rQhNp5tL>JS4w~^VMKb}k%A3(Hy9JW_XR~qHkmamvGU3Cw; zpvS+|fN1-~a786awod@i;1-VnA3IN+!`Z(ToJDtY0??QkYFA;+UquhJmu+~}=op}( zmGZAVfNOVV`D=Juv|$Oa8ObdgT8Q~x=FLy)+?@)0S`HJRt2M1gP!8hd|6)B+^n-FC zFFK7<5yPKnQl~>~GDP99wP#*43UF)Hsn?9o4c1VWbnx8v`XX^Nxrh==ty8J4a}f1` z6O|)#A0)N=??Z)|WX*WFkPO(CCVv6ib5N5#y${dh``O$3jQC>OFQ{CLarJ8;NnOdA zuNCkty3IndTx-Lps2ooqviouLd#<%PM38zs0|n^!p3dd*uN%F4moJR*&+z|uu7T}J z_D7dzrTa?)_IjX?DtU9t_vQFKA7g>tfq(s2PruB2b2nXqNAUrFoEtnJumcp}o*os! ztE`lQk!%+Q*BF+m(=G2^Jb|@zCLRUt*Mer*dO9X+=^X zwcgKQa?wU(oSQcQj9B6HOdK)bu163H;lEh7^f<-1wZHMu#hgh`_H$AoE`1jS;pn{X zh;x00e6Vt9H1T=eG#`%_pb0E1Igs2)gO7T=h43rvfIv=$bcVKKybt~3`_;` zp2HuU$%d@G-aO=n`F#8z_R?k-B>V|w^c1`3s6W?Wb|V?bcnxFWlt7mM93EJ*_Xhqd z-Vke-5=ix*LVDTTiB$4#W{-hX){}F60pls&{fKZ$t`z{DS6pdmiMm@0`BuPw22C$% z(Umqq8NQ5h5lW}U2#i&DBVZ3LR$wd@%!ZY;N&;i4U=MW2TAaXGDtHLfy;``^a9beO z3O86#o9Br3o@FpnRU~0y%9aNzW8y+(Wq!X4NVS?3auq?3dI)UT6iCDqE1TlJUBq zHAo92TPMjHwFMoe{ggeBhME|{W+G5-#js7_Dw|40sxP>pVhi}B)<9sW_!%jYFEB0@ zZ9+vX5Ez$d)+GKyfuZ}Wq)kJCaa-lb@GGs6z@}szKy_=4Z4C3XlJr29U4-U>$u7dg zbf*X{1)UdRYdSB&hX|+$m%(Khp@ZOZiqKJDrwE+{c8bthV5bOO1a^whRbZzG-2`@u z(A~yVgr_o`BJ>eVb`cI_I7R3u=)4HmGI$Y!nRXF!Go2y~7Flv!*ae@g&*u&Jy@J{YW4+}CcK|PS+M?DZw zC5*4^l;8=$<&>w@T9;_38o0_lwhijsRYqkfh_FEE6fU{ zlrBY&rp>YA6g1;oWiH!? zY|3GpLj&HxpT%Z_{tu}bdl$VIyASjh z^~lbNf(}E6Y7rsHA>bldg$T)l5Cw@+rN_@&Shb{3*CI@6OWOVH^G*+HaB6^9Xb z+|FSQYC_c}tTzR3vL|W=@^KW_ZlKT(N}VT|QU1_W_Cw7;n~W)xTO&coBHd6v`C(&0 zP;vF{yR2KSKx@n$t*He$=SWT~CmQw%v5!H|>qiZ`t)OG&Y-lvON;`*udxQ%pWqXH! zn|8Od%-Vr`sdk_aE|N~p0oO9tG$+s} zV=Yzr2uCKkzNUU*q(i{vs4uWLb0BUfdE!G39rvs*WjJ6s?Viq5{P7MQ{3WF2qYfbf zm&cN`J?0Q#_A1neOmGM=(0qD6Kkg7dCX-AR1e}=?dW#6t z9D*T*ve=K%3hVxjI)TO*I=8J8NXz(#&)rHbysC2soos{-d&A;pr zp!8~XUtXY5;C_;51~y?RDTOPsEqQpF)MUr<0+F)jWa$~&Hq=ZwoJl^hQagY?DKVTt z(l=`K5iB)4i=1E+myj8bCjB>aP&M3=EVom89cs2$CHt%gd(y=3u&iE<`c@0wdp{!BXlUGR$JCGP|x!sg9sJK8f`XT6d6UR zSl0dqS{gY|sI#mcL5WsGCXot#WUUQca82Y-|XPn=N@=|ok%UDj3uy&8EQFC*Gs=!-nwh?J3eakVPd z_x{K(La*BBy$H=SYOmSogGg=i)qOTP5*bM7bsHUvj4mVih7C_f9w+psjZR1Q5_-!< zXCpM9sJ(5Y^O2i`_S@(}03nfj{`p-3Op1tV5!&I|spV2qyCN;2kj_vxfu;t6IJ24c%_B|T2qOrq~SQuqoC>dQ!? zH(q!65ScSGiB2E!CX*CHa#=)s#Pu?edI^7$g1*OnEimC9K1tPf`{9p;y^2W z4m?f4G?v;d(7@ypUKRrCUnzf}S>O*@Zpr$UIFU>4L_S|aksa8omVpeDzJSV;JUwb4 z=$0q3BP|1Y^3HO(Rp1BNjvUdcBJ$7HJTkjYV4jR`jjy#0WOU9(yOf*Oo{hreV^p0U z@Krev9z#yahpykd^J)g$Z4d3_JS;BxoI`&f3nK;`BG zQ74KY%g=(f@YS6rqJS^o;Zxj=Y(BQM9h$*g>!9!ykC7do*;W9!=o@)Cc8b17wZg63Oj zc4LamM`e|YTCrc+2O`RE0cLavMC8|4R);`lDm4$~URM`tA9A;v>FCh_ODRJvt1Fqz zhJ#C9!WMQ2G`Bc&*wv*OXO>FZuy5^HZ^uA#_1cv72TT@!mm_TOgJRp@7R-qlUJR+| zs>V8Z41|?iCL7)n54^Y7;*NnT)!#znQVuFjY;C*4%E|@^dpcJL+o0rgL;d4n-*gPr zRS?E?3e=6I`oIyAU9N%=+v+wz^P=PIzD|K+lSkbrqKdNEj!r1}PIkCcAR~zzvzsi8 ziS9-LIF5#hhqfz*Rs0! z^h(wKO#@Q06=(WJFg?ot#W^~?-lGDZZfz%gmg@3ojO!~W;n5Os~OLm3LxX z?mQv=9qucwIMX{VY)RQ{bQec@xu7*9cf^9Uj!wdDydvy`+w6L1u@9Xv9Ypz%!?gY` zru8;c>pA6Lb_v|hE&p>`fCbsN)y=rO&UP%Hzcet#TONES@YoZWr+q4HcA|YI6r5$% zA_%Ut2^1LYFa=>2iARvhhEb5iUZViBwh87TOo|>)0P?c5LAxrRio3*+;A0qS?B1Gl*@gyVA`n>d;xvjP5m}u48hBNjIfbqu?UzLP1|P zfr52xJpy(AVoCblJ}xqb{gPqgxX4ttYe%H2Y|{SkwrppnX_VnaKgn1HAIc<`yXyzj zw6qb`<<`!E>Qb~Z6nNEcXml>GdnpC7XB`i`P!25WV}#u5TmZp-%}{_#x3A9twI3<@x?_dGzX(E5z@AY!+CDh#YT| zaZQ5fSGKo;oOXviW_cEvTavJWEHejP&l6c@<-jtEt&Fz}*Z?oKFJ+nO zh&rBSHubkd6eg?NAhYOgEV+uAAzvzQR>fTJVmqrCUM06an{wV2zS|XjHO$7Y|9@MT zd(}4Ax$!OFW?lH-0Cpe`jxds0^$_f4rS;$|v)SiBDh-3f?08o_nl-I&=Bw2Hy0f%y zz>DgeG5FHFMK(B+u7}pUh&v)Q2y;jS;(-pC%Bb>q^6{xB;k#K+WOQCmVn_ zlPv~Sx#45|yX#qSyswF=JGyeWy^u0B->j?D5oZW(V3YFAo@KQ6-=LEu2EkT$|6opk zH83XqHDq&VTXQqal4Bmf2R#&I&kxjb$=(hWC@Rgl!|&Q6aNkcP+kYU+OUSF8L?x+i zB%u3{+=FBs+~u-8$U`pZ{t5B!*rW~kUvs~Rzc}L^6tCJbNCzGJXt0DEQb&S_n|7dy zIwWohCG^o^7ImEV8DhM?$@q(N(Q=Tf;iHqG)TtVMa1Hu?1hYCvqr+5Vd^NquUwv8& zpnzfD01~%K>jjYL%OP=Vxa?G101fbpwg}JoOdow0Q1|eds!@YR4VKjMBw7TW?Hh@d z>T7Y2qVv!3%^($yX&<1MZ|dV`Y5t%|sP7Wr7bu8&Q~MF1wO;lHiF3;u-3HuV=f^r4 zvbGnfvo4e7F|wxOxz}A^Na-rcJm+5ectUYD>Z@<2+`={*pwCC$s42463h4&x#e~xA zxS`nh43uu8k@`kNgv)KTPTxw1*=U2_g6e;T9QQOb-0Y{D=hWwAjphm@*B|4Y$2ato@#;B0Wk&|#`l3>DVxqqhk)O{Wyz7|I^YVCiaF zHOoa3J(M7NqE~8&)v>jMm5^O<2uNxU_a8TAl&N2 z%Jxw)>I-s=6x>C+HV_!aY(--71rA9;TDhYZ2y98gPbt1oU`%6vNa-8eSkDYy`2R*MAIq+mJ4Hx(FW-onb7m?_N;5nFRXc1c0H z9#Jh37!_NM@@*k7Dt0O9*-~Jnb9x~>8zOF>$-r*;!K zN%&!Rf#Gn+$?QD@hQl4En!86}RKpC`rwD$!nAmy?a-0;5CfrBhN>Z>sndM%AW2N92 zQn#g^597r7?(rZ#ExR>lzDhTAQEUKwlkV{*6 zaWpS4K1L3~k)-}efsxM$iXSB~d z)RS#8CZ~f(ShyHx6CPp%ixEpZFVqEhVmGjDM1Gpc%kPk@u|JB2@)_ZS&w zgB>fw-qak_7X*gA>3{@vqrhV?UbU3BtdN1ZaZ0 z+3c2PL9=Hm**`WJlP7l1e%r?6+Iy)+{}u6WDRPFyNU}|E$x>tobG0%Xg&rijSJ2^v zk!q|gp5B|UC>xjOP^2MhQ?xbNa@n3Ca7MIl_IW+}cjh7;4$pLc(0bOV0QPQZM zAh;??kzHhp0zvQur3mf!PzwbC^VN}eDM=G2i7rJh5}}zO$Wc|*?hkeo7Y>d;cB5ll$c0uoTqPYPkv@r)_Io8=WW|~}$ z-EL!!#=VcD+M2oY4z{+f*&So_>uou4P&-as){c+q54JNK-$Pg0s+fhh^G}f?^k$-B z7TzWx1BEoiEWAxfk|O-6j9GY2z#_`Xb7UFJ!gGRw+Uv}Ew>KLP;U|`F6?A+)iO{kP zb(=$g)!)@X*zOSGqzIi5slFr#?r15JM1&m6IH@D2QD6*^?_HYj@r}iTaM{PtxAS$y zkjdrCz+bn|#9vi%zrv1BGGo%Rkf#=^v;`?>K%l>i=@_gSvT?Gc-@`nU@j!0_VOSW% z$@p}p#}SURF*Y6PA44ZB46>8q#KLya8|#8>ejG*k0!n~&L3TV&WBi!1Ne~#PF*YXt zM1gTe;b{6aktDE+(S?4mdcG=q`zK$T{fJb`c(CP|| z10Fk2`SS$E0gum-di4ax;g=tw(y@q$XRAa@`YJMe0}&5WyM%V4wYSMwT%kw#fIA2_oRfKu%+yg} zoRj%GeSzsDFw98DercTrh8YJE?qXxbFkY-M7z}<5EyPZfYJ{U7=}Gg{6htX zVLvCmh6xPA&Y<|=0*7IkV`$~t2tj~lPofXgMhXlErK{((Q35-b9&KZC(0?g|F(Mug zdYKyRSb^c7!_gUHDU|K7=l~W|hwz}lCJr<9u##zJLGcV~Zxd`f#>D!Y#P_(vC+Ue) z0Z-T%=OOF8sUb}i@etFDy)_ME=w8e_-OTAU8P@KlnL!t-!TOBqK2xLVMaiNyq*~Pi(nOFIFOY1O69 zVK(QkYAq-56bD#fn#R7JZnjsx_hZ+qSvet>8p0AD*?4rzyuN}&={o!YcL4KP>OX#m z%D4mA=0-#L(PBlj%;a2?=uXE6J#{n?T=i@7p+Qt4>~wt8&#(ovFltBl`}Qm|KX)LE z=5@Lqw1W`o>U2A32XvK}x2X_^cCeaNooyDC6_9mW2r`O9vzp$P0>gXXrTA6?3-9%| zwy_E?0l}`jpyq zY9)UM*-_AQUqWl~I?W#WwIVNanmzKnK(*sEdzf!1t3Ss~Nh=|%I*l8>LlmhY8aEwl z-HVN%WA-k+4{h2j+NOfkS(MCao9Kidpxi~<#LK6?i^PbwsX%N;;-6$|O=4dl{>e7R z8GHJ>EN8A+yRx~xK`}=7d4XZ}94hYy z8{U6f<_@Ly~ukzyT>;w@BcNf`H?r z2ce(xZWWkX2iq{;>@BCU+w(E`L63g#J`w9Q;nxMGCd_&*FjKm4t=|%4n75FUy)7`z z%YAacz>awj2rPyI-gg8>DF?C-Al9ORllOf=Mlbd`yRiVzSFY3%L3WfnDljQUxql=u zY&@6xp^pW2Y<$edD&(e&8vMP`lM8ss#;+eBQYqhBMt{$XPpz;7p?`139yEV$Tg99TphUPEm*J~2pE z7Q1(`85uT!M0MlOI>Y*kT19`YJv!*16-6=kYs&#*tO)fM4{4ntA#ADCfj`XCBwCLV zc!Yygi%$RY&ei5X(@aajsKh&u$5gfEvM(2#SqUW=5qJ-4bc92`)s%AhOdAQ4HnNVf z-AatC3sqPVVzP120X*5=aP&*!FkH&oM zIj~1#z78Dl(OCWE<|^|gJPv(*IB|e=DV}|`+&obBFV)I$PF!b2!|i<|IM`s-BruYL z%@$p3=^MqtHtPa`(H!iw-bVlI8^ghFt18-wZ!8C|S|1Y_$H5y`V=DTC9PGDd5O|0{ zne?93f$U{_{|DAmvX|}sM=T7?B;R&|-X# zb8z0ehrkmYT(B;n$zdH8)%-;(n%rzspb??VRx7gPWFB?R8bVQJ99*}S5qOe=8y20W z>zl&CEy?`?JF~(}#YsGWuP}?c%zz6-Ib%2Y69 zBHp%kV$>YfMTo@P!^^0usICIz5xfkp71d2(jHUw(j3a+70B!_FB)9>Vr5iEEn7-YA^>u%TM5b4q~jK zr1JwDgss+ai>M(SBuefd2#s=)LQ(Fh@xEE9*a|k1y}BAt=dM(DVyGvhk9h}eI_j>W z-bFI(T|>R~aEd7BH4I%DuUluRho|>vtm+zweS=Eyq_8il{5EMfMPO7pt+R@nDln>i zFj-U#{csbbewkdt8T#R=l)_d(to0z;F-`{|OS%K7Htcg)W7cZK4LsL2ut}vuF&FsK z(ooDNNYFw%1yvH z=3=d$HES17q+*D%m<#V+yt2hu%mv3^MFra?q+{@VhAg~YU<`hDv+`&0U6Y$;moUxv zbnbu;`@9+OxuaCo^R(xXkz{>BV1-6Db6ed1R&w_d{SH~F8T(UHp@HiD3ZCg+L3Mv1wGOAytFiksTea4V zPgq0#eIyct2z*7RoR3Db0NmDY_VHRXJ;6(5KAl8!o1oH4v#8Hqv%nFl&y01j<+k$d zb>`Eu99{nQdUJq`)lI3-n-9tnw&Z!dCa-1(o;TNE`BeW6W=(T79!>Jk9lx)Fpj-8c zY}E$yNgVu;@B-&-^Mc8+u=i`AWX}0%n+eryPP8ET(|cDy1uP`}J;Jg#;(h#H_P|C* z=#fqpLZ91c<|;pV*{2(^P-r!~u@QrY+AMC9nGu_chp}AVcnjq0z_c+PmQrUS>$J(d zj+?zoHe>nFqVl1e&2cVy4?D9J&?vvX)x@IEhsx(}HwU}1!vESXGsFB7H7PghQ5U91 zIf_{N%jRS`o2`EtNt&0x|FYRyhJ?Uw^H^iDsq&aIaBe;_RoygsQg{f(QF>$1;vo%PaVQpR~oloniw zfm%{ZlvPtf4LBt5mZf|N9F0SxSj5 zpB3&k6B=*HcPZ~YG|-|NNk&+lG6N+!j+V+c47(j zu2@Jsry{ZC48>oAr9cDa+crVOw} zhU3AhfKzSgD6ZUHPl{7drFaY||6s>|tqR6}WMLjs@*i0!xrfYu1B^W@7;nhU%Xr>g z%Nz1NT+60kp!=iy-$@hKqZQo0$;HGh752n%2$%lExYkv~UAa5UD^8X}$@-VTc({V` zlHBS}X)nq5l-b2yiRZL(0i3^9a9+4u&W~l@Y#P?2M)0xR*{(fW!KC~TjLRz+|93az z{{&-`NmQCwXrPFdwcOLS#*$P_y(Y*F348+6e2m}JVmcfi)DA1asK8tP0=04?Kqh{h z6|iQnnb~Eds7ls|Dk(+!hFsVhxe*C#$YrdNJCcls)Cq#OlzKtCXILXY%)!MZ9`hs# zK(9iEYSNErH~|wBX#;-cHC7Wx*TuH@;THS(HB+;5S#0OB5}Gc?ZxPRJu{?x#q}_{o zPqbK`K$?7t_~ZC3zL>;n?=utS0@i+?nN{>$DzcnoXL&Eray+su;w73R*P{}lAK4<9(Vm@#rY5+fD%BAX9Got@w; zHmYOCJw+{IFyj8Mh#M@o zP{G+p?s$i@kKE68&&!l|4=|3eVC*56a7Nx3d&oU)rz^pDS?LVMwH1t=@6NlkllN^r zpOtoU1`gD%;B03*Tf^hz67A%UB(iy<0#^MEGoeLmvS15H_BVA()k3Jii{HX&a~mji zQ!v)AU~KBBz~(?yb#9XSa`QU{tuKpC^fanr8QMMz4nsl~PjP?mY zRlt9yBC{%TQ!beHq#&xBZJ0V3oG9sFbQL@5r^`imG)R{_+NSP6jEP{(b{NY5c`LM^ z7Kw6Oo3o7CLL4}IIGjLs3*#1vliS&h&B!7lFix&u4B1NB566(BWEZ%<;s@iV3P!)& ztn7}Kez}V+@>()Dz2H1n!RZynp(8mFC7vOE>aJX1yjj8My4!1A!fQ)TpiL{cV_YfC zu$6$<(Cq@sxCKsIqnOq_sCMbhgHcvAX8p=PFHpbD9sR#3w)H3VzvyhMf1VzxpT)SURd9XAy`|-l(y@rJouy3uxL z)v1E(c%dz;jD#I;V+;EXNtN;w*4iBs}&J1OrI%iHq? zP(rJMmF+REx}2+g;(oJj(>>n=Q!4%Uw4J?i!SPY{;`PEGT{-0k(}JTnVBlHrVDOOK znf-Gx_$YSHK5{5X_h-FN!ILcZ0|dC%j)E0z4+U>9^)Q0-tjA#_xWSGd4qn9qwKx9< zVpZn<5X4?=#)m-H*{2lbu*ydebZ3toL0k#@nb1zw_$Y#tY(52p*_RZIWi>xSu#`=r z;4C{zK_iy*F@ouA6a`-PCIuUq{}_TBtRDqIww;2(>>mnNunxzOQ4D+kIM6m0dji1+ z?0yP{vOOn)HLz9W>l48Y<%2Eu&3vB(gAi5olVBA!=S3_?wr}PmDsJv2>V8nKEh)v( z!EX??5jzU1f9Ec&ZGqqQhnp7Bal?u3y^_?9mF{(AsM(!l=@Fi!@5x{tSAnynneEc zwZ}N)&h5Na$scgR7>MF_UMz&U30HF6hn%pM-VCWhpieVv#<&LL6knaSN! z0=p#NQTEa2!KW-*f3H=w$s~3O8+s;~BEN%Mn}T`8KSD<>*N(;9vad4=f>j|r6U;69 zMo^}81&)z?+X?3h46U27e@NOQmh?q1uk0-4)!dH7ysPhF7)L7+7}Brdk*c+@F+RWf z8ljf7mNs@Fw^<~;m57g%e2s~}wZN4yGfn($1df$_x8Vp{TN~?9QXOA0I!LXZVDMqG zkOa0D*em(yVjQgIux+YIzV%Ew8_csFqh#HM9LTN9TAf9yma`!gI~pFT-FGLpKifvJ znd}H+(-u(d&^xhw8Nx7uqa@#4mi8rtyhLnc@31|~9{4htV$qE|+Cw%OhjI97v*q9} z{)o6Azr+0&;V140rHl2jroi?EMe@;sr`n{u#pvgPd1%~C&mogq#645QhA>ac#)4d2 zKo0Yi5CY>=Cp<^6!8p0(k#hz1NWM;_#5{rFfaUBMGRf^p(wEp|>@)IBC0&*ZHuzyn z!pj7Pu9>XfSFl?K)$JOaj89EIx@inYqu5nrO1}PV&R4;~xueNIo9?h3AZeRzj8z6c zxH{u*{_M^5&!O(yBjp;yq3 z35;F9^kSnO7ns}WTT0fHeEhUcrha1`DfPL)uv?f6bjHTizWcJ)c*t4&q=qkTvW!}Z zXODplr(N+4N}56?`QDBtm4yi3IAqe6>Z^HYQNV-JeubxWWe7AMrHm++5RCgD)SM-e+mo_+(x#zVPizG zW8Vg|tXD{h+cuF5^g7cn1iNMYLS(mGAJ(BGN} zeuptZ^6Tu>g8Mv&2(_$!HM#gzQj z$iLzof?x7Svnk&N^Fy?6iH=g?g3*Nh@30TQ3pQ%@EO|sCjt0RqBUFppM^b?Egr-x9 zOdK_UCrs!BlQ+c>ZWP1_D@XNRg1cOQOeaZYF` zRlvPmXkO?IO4^r${LoPH*84SDIo&Aq6QvoY9RX+>dWvEm)o6oMNr>)Z(WYp70a}M@ z5m=->0XgkMyjxhQo%cxjQs)pq8DRqiVoz3x4$r{h7=Hou3cZBFY315Vl(lbYE0yal zZ41EI&_dSXhhU_tkF55oM&DZIg`Oo%zSZb_i$$Sx6mv!U0AOk8S+?MZV0_t6q(g$N z(HUjyqE}O$C(67`8=^N6O0v=B=ywSv+h|+#8A3Q0ob0(SdNF4smkqEE4(E(V*HwIY)g%F(YO((CqGzQ%YU_-K0_mU(eMq;9Mi zstn7#IL0?IUpC5&WnMN$Cz%RQ^g6>Bbdq&Rni$5&co=<8^29I(6G-?1;ti^F7ZiK( zQZUi#NaB-han!okvs0JQgO7#!-psqni9ZHQ7&3M|$ho z7z<^5pAxPw;^QS>EM?L_;E3e=8_wg+x3Sm4G2j$mU}HDBzn@SC-a>)Vk98+`4Mlpd zguA7JR@yWwXk$S{=QV{2+C*Uf_!aC4ECjQ4hkb)o7H13u z`+m&6K(aKtJHy*qBts8Q#}InE2#l^YlQq2zJ8hxVeFT}CZ^mVe^EpqsQ;M2n*JQDi=EmJ{~UZc;R5A4lDD*nLtb)^Q5-xL`i{A- z1k<}eK$aTgqIDGU)Jb?Bj@^&{RdJMi{lLFKo<-1C@_dYP<8*EGV~U54TEr;)7D!4% z*J&^%&^9Yy3r}JPHsMMz!z4$Li<;3WUhbCsCEI!>*dK2#QCEXC<(JFzuLj$gY|0EP zw*2MW!6)_qv*SKD%Bt+P-xL=Zz97RD>FMR016DX4A7~EbSae>hm1`ZsE86F|Ku1`$ zItbRV2^6HV!*#4j@rGAi7icJ3Ou+{BH3cVGZk|*MYY zEt5u^#uik|53mpBX)1p3e$^3D~JqvJHeplBb``?y;@kBV~9r5)~0k%34A zK059kZ&Whs{mvUzb-2Cj91AwF;$emwO{_fS?+`0(Vuj0|g||qaZTKsD_TjJMp>ua! zp8toh?|_f0=-R(`+f8=&ZuaipU9zdWB!p0s5C{-Dflxw6Kxs;sVgUse6$mK4f}ntH zP*Jc~P+v<>LBWc>qUehPidYbPe?|Y#b7wB_ec$i*=SMPm&di)SbLPz4d(Sj3d-Vkl z;sc&l~sdrzxbBMmn@umzP52A;<6P~Z*x4hKF46I1i{#gokF?VST| zUT(}bX12ZyG1<3s*!8t#>8Z$m7R!@hv_LkrqX%A~LnyEaj8GtxW)*oKBa4j`K34EM z{to)MK}%fK%L+91LywAP+fnY!HF+&_b|U%)*l8wTTe6cWmf$mQf@ZUu<=+dCWtI`- zIz0vF(2zrR%IgJ#2)TrL6n<8AQFIAeItwa_EviQ|&x0Pa(>8Yq`!p}pMY1#AlbMr= z!>vT7w^df|l-$}WIm^5W70PatKFoM2Mq5XWiDsFY+uJIvZH2mKS9;eV0X}tSLu(NO z^$7Y{o0um(u(g9&-b=!unFdm-c~(=o^@8eD(c-}+3ZqU5*l@5>VOwjAzs6QtDhVDaTcZ+|sRXFZ ze_?=F;2;HvYVmW>!dT!SaSk>uQ{d$)zp2GJ(-FK(#iR0hu>PR?u^H0hymFQf>){n zyjuKP7&vZRkp+6R_zyI}H46K5E&iAo-QTLIc3R?kNsmReIL~to3Y88OJB6BEuP`e1 zsCc5kRcv))1Kp&^5I-Wm0vTsEWe>2bteqGRu#`d;jk_a3ZreJ6lsgZ_@Ic#82_M(M-@7WzXw>o^kt&wK&xJw z+EXgFSc~t(0217$a-$c_ry{p24AXm&(mk!x!}O-Hv}Y8C>CK>`cPN~z#e1`^I~9g0 zE@4Bd&t+_N5qg7_Y2>}W!535_RA~}h=S784rLS1XOA@n6*HEZkDjro@%0gdO7_CxA zb9+T$w93Ua=T}w!AXLgqzNX@{Vei9fudgct+Uqtld_!TF+XK|O`YiXry#8dHsLyhI zILFV%&=ypme@tcti z)m>|nP4I7H8Tf1~oWz>=b>rm->bIk?BUwarqXy5X=LN_h7cDl z<*G)9@%1JDlxk=g?vUZuW!1dEBvdYmETjXf6l$d~df%C7pHORwamH}GR(M8OU2q9- z_YqccW&%a%AY-v^EPe;E`Ygjn@%T4l5t4bn2#T9WSRFDu(LAB!-s5;{*05d`hDYTv z@dJ`KE+Llzl8p0!_3q)Sxh)fON-&21yJjar^-5Fj&Q-GoD3$LlnjU zQHIvT?ngOJ7!I5g6lj;Wx*Cs|!G zD>1f(W*tv-A@OX5A&D;TJjud08p+39!|@x$*C(Op^@DMQ=F8M@4aZ*+d84eFx|f++ zy&$mUCy3Px0;_jD#aAx~__%Uzjt{vn2o9SyVAFUPE1(|Z9Al1P=nA=yaf~s%;40)k z#xcfROljQ5IL4UY+43utbZAR{e}+~{48LrA6Y&))9$IXPr+R3W!T~K7=X^-WeT>6C zE5zv0cq-?yb*_==Fh;~%&;qYj`Cz7>ur;nz7}eV*oSt|bQG0itcL12tjyiVQ_p1~_ef0PPa?N_Rc;91UEDLqs>0b&d&Z!>iddCL zj_2MZ3Qq?4Zc6^-adHna738{H)>Azt;V+4=Wj{RbRF3nW-_UWVa{NyAg6CD)Xo$Yz zgOgzmb12eFitIF_aSA@I4qKwfDHubyi8BE$?kWrIk*PRn>=O^4Vii~SrHTJXWyaV5 zyU{}G!Naj(Kbe25;-T~dLLUolZ4;TXR+qZ1GzImzp>DacBJ_ny4c+pN`_PvPW006Y z?q3}*?M89aSgXNWMT9v zhdF#5_xi@45I2sqMwReDsL%;s-&7toa)Q@4)m%i!Tb)bZrwN?k^-cLG-U(jc)Fv@! zyp<_A$c}P?*Ee;D9Notl2B6gGVha-DP=~jezKXg&!Rwp)ofSO6>zk?;_5?f*H&N*) zczy9WJZ*y2z0Y)xX9dP~XjwB?QYqp?*a@lo$h;sQQM4OUvm|!a)+@U!Dus^ zo$Mjw6!f04=1~qeO@@|%*Vnv`^?KTf0?adUtj|O%RnB8#Lc5K_SWL9qypEE5W^BSb zqqXLT>`>ntt+5d1T62iVoNDDYzD$AO^}QC03N{svqHVZd-@-G9T(588TSTtcx9}e# z*Xvu@f-UQMeG9j-Uar@-@GZuzbiKZXbXkU6uW#XMBG>C%_zscl z^)2MIO33y47N)2m*Xvt2jmY)-7S?c7cfG!a+?yYAy}pG@ll=f)uWw-~HRpPL3!h*U zxL)7FmaLQO^({P?ajw_5@G-IEG^;nx_Ic(sE3fu<6oCT5P`pw_^rdWgNSh0 z+ZBzKc><4Gb3&jIe>dmzQY+~!tVvcn_X%h#t1QsOh&MoQPJf10db?0T+XN%_3tj@i7(Y$xK?ftX`Isjigy~Ep46s=n~Jny_!w)Zc_+=RiyTU9e9 zgP0z97&ttSVkv6R8Djl3tHkq{CALqqsu_Mi&8lEnJl$%6McDnOTZ2*ib<-_dFA;Z5 zw|dUG971_M)^k|{@3xlcT>>S6Qb)ZF{GQSKq+`BeBcccLN(0XUJNk%?^gL5EB7Jl!jK(ufA5DjoKB{+}c=U8@ z2Cfv%n`sT8GN#Rx%&(parBpX=HM82fuEOu)YWCE~b2MZRE99KLAC=$RB_n5I+#D5OqHy<(cA%AAvTA?4JMX*E{tVae86xvD+`G3=#Q}$oLwGW&^Tau%{sihl zF=a@W9mT+o|5|T02mXC2b|L}x34F!i9%2204J; z#Sc%NjT}ffst7@re@83C+<=FS?@($5Vvc)?_h7Kb+I{Y3^XJC9BFENEg_NzYU*gJ7U(zlJ^=rFA!G8cR*BS)c{DqL*_ zV~TV`>s3d%>AZbpb_6xUZ4F>o6B#US@y80yI6&9PK~$|TkF~0J1R48AW}vwG zNC|4v58G+rTCQfxyo7dvYxxc|92ZoDyNIGdtQRhsJ1r0^hDj_5#BRV{ExAT)0ea(= z2pXqB0obqSWPx8e{1~h@Sg$ZHsrdow3-*&3>yyIw!fb>6CC2)sa0r3~2dH>l2=hF& z6db59u9sPjp*Gl{FfK&;oBRezjBhhf_+D{IR;)^IFaDhs!woV}QE<$$=7Fl&#NzDOC@k@N8&H2=bP6IEDQ*hJM&p{r?}MmrLPSHcN!IlgaJAy# z*TMtE(on1(H+;Vkis3`MNE`}*QMu?EhEg6D4~CI-g?KX@`_^-?P&{MCdSWTp-zKPM zi=s$u0kd2iiFL^QMrH4jjH&DeXxHF}3gddDi1;!Ro5bV|Ik67zom|45v4#rG~kY`QsRdIGac2oXsY_!)L+KS+4^oihZqdy*ytAj5$mD;h_ z^^vEwK@U}yhflijgHR4!Gg5Fg`^hjXxMn2AEl*FOhr%@@F|Hfh#Pmspaoy0lqE9mR zG%Qzd7JE-WEZ%PxE6((T7@;02Q9uhfGE+~5ou*CZ#>QnnfeFGJB6&lW%PE^{l8|MH zSc_!V_0V2uq)dh{-0=D0&)nF(XyrRnv9d@O3@MKs%qniYJCV2%UM4Em^?GaN847$rE<0Skf!1ZO#5VX&QeHZL~N z_^}l28!?5IAG=ilRa}=JE5-Zclld_7ec~eq<&x=H5Q^1{3G@ig1A=v!(g!} zE^^|YFN#g7`-kO>Pz+!YYw$=6tJczSG1^)*YWO4-kKV@PcEh8N7r0nVFLtPCB6k~IErNS5%r^0^2S163T zyB-sxnq#CLFRp1GtE!s{;|X7_gu#_)*%+t8*C>oD(Y8=K*Q(qwy(~Q6!q=&ILkqVT z-jdj8YZuwvqR7zgd@-v8BJL3@5O|IjihE09>pedfioT_>OBwDejs2dfrDi@>xp3`R z6-E6-VTj&b9B2{aV(02IFk2}`BCxK30f)a-iJbnotPCUSVsWSpgXJlrO-n~NgImUC z0X^C>_FBIO(SLAzuFQku4-@y0Q0Nl!v;>#);VN300*6>6ZeuoX zBk^~6EQ4De(ycJMT`xwpik+eVA)aXk;!WZ}D*j=Jj}}Bgh|=CQD{=!-8z=jz?X)e705{l2;U}PQ5 zcfP4E9qj5vtG1Bo1#w;5SVPGzlma(hNh!c?JJq+qB@}6iqe8Dh@k>NW1!^>1oLmuW zz-seNB<>N%i3vWPF7*`&2*`l;2mbM=U zGd(gJ%si2s@SwsHgy+TB8t8MrxTq#JLO&p0t%;ppa5{>~>6NzzhN_iu1zk>`)VuiG z=L;5zp&euAVI%Hy9b?NqXBCTvPO;Vc+@|+CfeYTUfA1XYnJ9-s^q(C`a>2vKPvs=pKI?(bOgOe&RGde)SDbnybA~1AaQUZn~{&EZ>7E(xufDM-^&_IGJ~k%j2-M@nbs{tSLge8~ zMSj0n3UM9##Y*(eVqCviK2AzKuOFJWuPE#v>)|=4~(@#@X0_l=jNtRLoCq0sbWp+W{q=F(&D~0;aF4Yov|-3#e>Fd73W9hsSNHBn;ASRjxyLIhPFnKC2nSr7DpH? z5Ix!;ct~8yV88g7!8f9!ErQ?0;MeCy7tJh zNthj+l&3N{Q*35XAdYs3x6v)pswQ5dzbJ;*#9R7*z1LkNwYmmJ(pQR`L4_1AFt|z_ zL12z;rE3rQU|wj0Vb@qI^U>jZbVTMIk7(K(^0tsHab?H&AWw%*;_b)1E%8CDcZ$F3 z4RXzHxGl_hyZEF_yb|}Pn_c4_pwGIl@zcr=BLXXw@mn{%Na->5;cs-nS?C;rT<pU*F9d1+fttE9zRE)B0Bbn zU!hNF+R-E4R%bPO#vj59`z^hoeIbtYif=)h4ZV?LGfwJ`j{qvJi{G!$YI?OUzAYwh zA02P^zxO#cy)!!AJ|L}yeiE^%BoGm>n^@E632|I)4(G__P&1q(3~<@Xiug--biTX- zXsbxAM7umM)~y73OB`VErKr9lj{C&hic7ADzlaaphE-0R?__XLbXkqS77wpR(t4p^ ziC}~n$p9C|FjyddV6arwU4>w^SjS+!IKW_=s9po!zDjY)n)vzfuKWRr@*CEIDIObZ zfz}FZ9n|-xZS%Q81D)g(-#AWD`auHqct6?9fiIJdUD(6B5FN#|c z1l}762enr`9Sk&wk^R7I6EQ4(D=nj3)Lj!FtSiHq)%4gk@kUSM18Cv!m1yk^XyX(A z!Bc{D0`!1vL=trch_8x&zuydFJH007GsyB!asuBlCf5TkoFHqrlf=K%;o-MoRleoO z49Ci)jPV(m4Agv6Lx_N@Fii17P5fRa@dpnopF%O$h`{ib^0Co&9tjNe}4 zWl$P5-${(Mo862ci}#D1hsbQ-SAfCLL61m?c)HmrFf~pMUIAir{2AsSTBJ}65%Izf zlToZb7f&8snSmdD!)X{hqjgB9&uvKw^pm28z*L{x`6HrHR#&k>#1DJAd&SE2@uC4d zd{`gsFlcZX>_+N5hr!@7GN5cX;3xVtqX&2YjKQerUt~IXcvqs)(UPWb*T>6ry-p-< zj2AaQux^I*Lc)Ok#L9vsIK zicqN}eypyL*7I;q0I9irZZv+0}3*}_46VKcj&(%K=dv1(R zLD2Q4c;(;{vbovzu0)EW&ydt}b7uxctd-~HK`b-l@ZIR}%~X@V$@#lQ*=)^oyTv5% zzPu_Pxha0`#5e@<{LA+89tm8MOHl39zH}v0c^28;cE@5CRmhm}eT^jqhPoCVAo+6R;`o`+?~>i3cwc;Q`~8fcT)qe~%~`l- za;Hnlgv*9KQ|&wXcbI=qi*Ur(S}YbD_QhKj9bno)eWjpf-4Np$n!J|5x)EicG<~)& z{&G<4`WlNNF4^z>AD6xT{B``GPd>Y^I-G3RRQ7$m%*M;wP@m0b<;@Isi6ac&6FvO) zOL%qj2Y|}O7zSg-oeZuOzaa2vd7{5z55qg#b%uQbZgVrU5V=B}%HU_QnZamrG|O%S zzeTHTy9D2NCsQ)c)&bIkTeStxdID){O1y{;ns2IL}v@++F zt3dP!+AaMBFvx49fln7#2JJz52l3Y9-g3Tih3vTA$Z60pxBW5uiT_~HJ5aK>HD+63 z(Y1(!Mc)8-0=ECogbN!M{UH*-qVEIp-i;Vo^kk;<8DAk6EP7aofl-d3*PV&*;gVLQ z920cxyO9m%9fUy)TY^X9Z$GXu%DxOkec&myoBgc2+g#>wIrkzPHKVn(274#;e;0W zm^fcy8wH~F{sM*LT3`|dC{#G61;$`v$6utdr3GGxn*7BI@G^`^CFV#w{@Zo|24be_#o0#^38Ww^pJ&$F8v^liPsf z+%^eZ1X0uIS zQW(nWOKC<+jBk!WFXkVk;;D=WnBinafcU+s-BT2XGRj1ss9jUXwH~;ENS0fy1&%P; zB#Cj0N`Tusa08JOp9SODK^;$#I0(5c(F8V9S+gWL2R8K ze~Bbxx+2h-I=fV1l(wI2mLJb{t>_kWn{JgPW1ViGoc6I=V(fbh%p$&0VFuQBPS}ZVcj*smA1shMSk12E_`nzbnHuuurA5j>iBIi8)k1C8y?gLY31CJ>JOlOqXXuEQ4Q)E}J?FzecJ*}`S*E0&c za_vyqm20QMu3XP5?8^0=!pG!#UJ)F*rYBsvUR7jQuGbWH<$7IVSFSe{cIA3gVaUaG zh5ok`cIA3oVOOqq6h0=`yNck*)hg-A^^qdGa{WhPSFXJZyK;T3uq)Rm3cGUcQ`nVj zzrwCu2NXUg*Qbi$$n`Dck^{&QN#CmzDCy0$rDLd2H zz>zS|<&&!gJ8_iBcL~ifb;*)2`QYT#lUnc_b|FkYNJ2sjma)%Z@<9@8EjWwX!Q_KO z@LF2%PmT#`H$_wn?xUJBI0t%j%FgTe7srAUHyV05gM&e-OMqS`u*?>U;6eQ_;22uw zra=9_5aB$#wx3h~3Ps036~XQ_;7T_k6vFlK{wkM{jr~jG%EbJc=EA#9O-X-s6 z&>&t1W7z`TR4TM>@L|f>T@gGG`ZQ6VZ)a+LV}ZR~b`bR%^6%{uAnLDd^*WcJV-t;7 zoNw34XZJuwH&WbLg@l-Dk%~p*pj>Po5|axcvB8EL>(Yz0;1f(Z z&LtFK^9-N!<6T0b7QC0{glorSVK78);qp&(3HjL0!b+a%67sM$f>prOk<0?U%wv{G zda_YcpqM%qGucf7tL3ei{wXd2R$IVwG0!BkKy`wIX)Xa)+krMV-6h1ajf;dCE&<9N z$Cr@PU4o_c5Ar;B|4f$x!+wK=SuP<*3vQsH&UOhAY(HZ4=C}kC+eyUULfF|X@pqwX z1eox01hT>=#L4ZGU~E&&QV$_8EN5}+@-4*eIp z1n6ru8}6cGDuu$PQ_hRsBv9CE94Z#M1Ssq^3bNQGKw%NSVJvY8P*{j9*XR;35d1_Q zOI-r=^$9I#nM=sg8iTj7cUGYcb|zNJ(ynyr=nTIK zPugv{YZaZ{m%cvSk*it`T3<{lFaar>5?WtDg$b7crStk1T$Za+Kq)uYrC{tCOj+-62^eZmC)Yb&0@|gBS?+QPXcrId@NSoY zcDY-u$zW8yhq}DarDKd*NloEOK&eZNQL`!F11@Bo5jc{!7PlNr_>rRHJ27}YtNb5D2slr(Kaj9-0W12Y%K#%hHwO8?atRpWYpM6I zT>=IyE+q6Hb_p1;Rx-smE&&79YfN#(C1Ak1k&XGSOF$bv$L9V{Pxg@7LnAdOlkeRm zXrvC*_zx}tjr1x_=SP=-MyeD?O3`0m;(+ptOGjH>E7C3OOi4dJU4M7!XtJ3!#y?yF zTI_K#y#=(&-9&!PBTX#^`YGh7D*{eO3+@!pAYtqi4oq1mBz#vVP@YZXw_E~x=sj$>m?8wx9=}s(aW@5qr%^(b+2dp1l2vm>$DXC&MB!~| zS2msr_5AG5NzKRHadbD?w>RiV!igHxZHI`X*=Qj_H^aF|DLRV7LSLf_Wrw3&=7TGd znJgOJLNM4^fEYWvoF*{AXh7=R=&clVhQTw!3Zg4%uV)!?KjwGR(c8%Gd}ASsD2?9A zs7B*sfb!@)1S^a_=p${TtH@3m29(+^`X~#!)mQ{j6CFw6?lTSm)J6rH>j~p7bk^?C zQ5=JJ8D~H#y`$$d<^!W0_|!+YlG`Dpk>@fDjPgKh{})arhD3P>nEy)$jELqEeB}U4 z;ShZ7fU(hfYV=2A5L$g=^h}EIr?C-WvUL;Hhz*o2VJOqBUThIlH}pFqc2Ic!J1C(zM&g~n_)GFbrO5Sn=XtFTG1;JYGS4TlPET)4H86(N@bq?O3AD_6OjcuiUt!FV5e{n4OwG5Uy*)MkX?x8F zu$Y?Jn<224d61w54liaFN3<4QonlJN%KT*eXt) zg9(NuV%Z!_4{Yh>&MoYigSmx6;%!hdv+)OmZ$;(|1n-Fk25E5)0{^@^3}McMg5Ng* z$`RJ+P+aUe!|s3uLC(y=>ZXoo+W+;G^2oCACRmLIGdl4fCIp6|`(T#f4KaGIo$hL) z8NAD3Fy1b5{=j4KBp1vqOhMoE-T{?kX5k|6K%N(2y_i|pO5#&u%Uru?`f_mdl{(W0 zUY-ezsf4qU*joy|zV7x4{(UNb`PGVmEMFsx-p@JsHYhdV4Rp-r8Y|;c{0ek3Z$etl zcn2i}Iy*o&dW&}R?B=*+c+@<*R~oBaZ83WtMAjC*T1I^b|niE$Di z$4}g5D=|*6dR4qjHaC)7q{uimkWU2MNh_1#EJx=6zO=$Pqwq8qlTjE)9o{8IodZ|X z7F5${CCNM^Y!?PmqqRzgGpy3YZ4|~CVf3Wq3R_tW&IscN8m_RF7-xh<&~UiIR$`pT z)t6nlN?{y+wHiImXeY5Rta-9;7Fp-oMVVVDeg~BfwLF{Et5Fz-WX%u*&b5oJ8nW-K z$T*p+R9tW_{QFKVdP*{83$mw(ZRgtcnQzFn|8eqA;sFw4X?1pm$jrCvu^sgE`F0hS zG+sa7F4iv;kI%P9XG$sPM41+z-0XbfQx%3HDny$FNNtJ13+ygaxm6ffsLE;=YuQ_= zrkN6Zah&QYuq+%sD&uji*+Syk3WNI|N;XGf9BbAFV+d|gmFaO9*w+zpXn|d1?PR{Q z6&+HPh{So2VzcOYo?X>ApSc#OSeym9p2|N@VH}2bDoZ(EVVItC&f*0M!}Mm;Miwdz z)8l@6+@C6?K%@A{|00E-tzc%{Vne8?UmZe+4?Y^Jr6OiOU= zZJorpBR%^j@g0&`Rp`UUdP#<#DBBP<7l8Z|6}0h0@`WJl+r^d(?5dHkvB>*mEYGIn z#%AMwiFGt0Pp~i^kQj#rW&h0dn^k)BrA@?JR6P31GEun@HvK8tJgnHD!f%Sx7NTc9 zOucMXWSG=>99N!D7$^2lW&D#0OGlhKen;hG!+lt7A6bFLCCoV-0?sOnMIu;dzO1ZDjTe zjK{_c3d5S(QGgdE#(Zq{77Fl^#5&eSW%ICSW0xYpQeGv4mlcMkOlASEC=A72DW1C! zCeWS+^tK{Han75_I|@T_BSr2-c5&uCn!s*J4xl=GQ8(UKn3f~PBAIix0}gSOHV!FU zixn5y_10aqlmn8CGd{AHijObCs1c$LzCKRw!DNROhMhGRCtZvY#}GmWdoQ+Y`c<*z zG+mWZtmV9m7Zt1>Q-mTd$2r^C;}QzBoFeMp>kyls z)qe5dBDk`5vWSRF&)0G`laS*Q^0b_dYz{cbotk4-F{dk8VK==b1R(_FjwwRGr{y^J zxyM}|USy$8ZAIYIJmxd9bbs%N7{1urlF^i)?TK{iA0BNdA^LmHn_|uqFt~@NRHNwV@HvKfbcx+iurveSTuBIPIXu15fH&76gmf)uji_#f@BAR?V-+38a^yIy#<@AcsyAyl z-X*xKCY-=(z1Y%d55(Dnzky?nA7cibpH4|ww2Q9 z8CadqO2UgNbHWCiF($zeu=75e$dp z@=IKf@FYr+9F9%kh{g8bBN_)#$1X*KuA+&+-6m6^>#U+6aJNYU+G7hV4|kg+K<{)f z8uz#a*l%2{xzx^de2``dcbiO@(sCv-C){n4fF@bN-nQ8#phB+?4`OHA#1+fKN>lTq)pFlLRS6({fje=iCTaisxN| zE5!>g!Ik1gm*7az;WAf>mtDFm1>AA}Q;Jtzf|O$AWv&!((8-jp6mZZQNuY2e4Mcpz&3`7 zs>|(E$NntmO5-wQN*l|_<~rjefKsD?mbt+w28VLvZ^qniaKfRju~96(+%7Bsg1kRA z=EKUm8{ZNfGWG!UHhv-a≫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 delta 183453 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

    V8Qi_;L_PFbMlGUr51q^? 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⋘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 diff --git a/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj b/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj index 9f4c8259191936edefc27317755f44f06621c694..5cf81c7b38c93ec11b70f8d5cedada0821678815 100644 GIT binary patch delta 1792 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 ajbgSo0%y4dFz=X8q78ra-+W&GYQ_IGr^zw^ diff --git a/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj b/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj index 410a6219ca44d04884bbf740e69b7c44187c866b..7712e3abac0a4294f948d4f11e58f975d9226c6c 100644 GIT binary patch delta 1340 zcmYLIYiLwg5WaIC*}J>R-9)pSY&J1B53)(kx>>U{i9(Du+CWn;O$0;IO0-SMVjgM~ ziz$e;H8w9R1ARzBQ)!`C`;hHIDf+`=Sp@$qK4`6d1WU2Dpn;^#52gLi38f3)oSAQC zzB%XIv&%E;qZ#!rn_4fF4ZDuonxbU?qAN-l@Uim$Pc>apRZ&#k)rUpXjl|GFMQ=la zeygAsi>kWLi2~DTC9&u%NXn`ZB$+n_sT$3K)QuyE^!MQ#PVl&-Tqz9H%LxhNw_rUu zeVYOQUXc(t^sKX@jLZzj%n&*JtXW)@jpD2h|J$PY2-;nNvPbYuT}8r^LAy$-#;44Z z>VLqPYwa}Biq(RQSt|ow(J2d2L|cOjy^C*{>q1wtpW&@BVZDfq^gD6(z3=MvK%vM6_yzXWg4P%8FHnHNNS2e=K`3qt6+$A#1q;s=5Yh`Jj&eJ(|L09NebNuaSy0?1q#hb*j35R z**~d%x%sP43E>kEdku)BIPR;VLEhyH*2uyAZ6g0Ua-RaFvZudWa90q2Be)dL`ReEz zXMBYe;QKzCI+EVpLVD(FOr@SmaT@Wf0BEMjgBE%Ap3aA0s<5LqKtxLS^a^R}jL6|V zgEHC?xx_#M!pXqg{fV0#@$Qk$1U-cma?Xb=bRdQHm0_p$l4>#e91@ zX|2j38t3BG;l|@)o3*}Qk-Up%_%mSN5+5QWxqMu<3P{1(oc{#vj^ya-^F&=-?XP-X z97t=I8&Kjei(q4M8iLv)8X9GGV}tPV$M^&3_-ELQ7F(%VZ=ps$@mQ1a8xCN)R&NP` zriN>L&L5>T-}Z;p0)zkdKZ$*>3xupw&{4zr;!$ZE>XJJHk4uu>@pi2&+CMzl7adCM zjUMRRH#`#U8`)RCKDuWhF|;?j=TKtcCH|-(ZM-;qXy{;atZ~9f<~L71O*VhS^+^RO)(8*?a|kBvQ`O5T6cA)PP7wsYQ_4z=-a*kZl_8)q7K=v97h zJWY2vIN{JFCngS4FVDk=&ZI+&d<^za&P=X_=Htl<+QDU0VS1hSPZe7Ri-*H0K9E_9T>EYTG!3eTqwb z5qku^^zx$3fC}swxA^L--$03>C#(QYdmIY3EEgiT3rbJa&BM!kg~xpB=_UTrS4@BK zU0*2$IP70f*SO1{qWAe-zeB(9r~X9F*WjSXDYX{W)ES=S1%CyVaU{?}LGB48_Nj!K zb{UsjO+iZKtTeM#`qv>>A7XG6e4mCH%A^)+_Q*Xf<)RRSWSxPCV)9eML!r)2spKw zN3(v?LTdQ09+SieLG~sjG06?V8hU|yf{_~4czdgie}dS@kWy8%eY3I-zG?n=3hd@3L`TI@%O+P%AT9!M1?S_Vld>h5PHHFYLb z^X^^BdphwY_vY5qRvyo-*-#*NYgem%4)ZKz=`LM$mkaR!fvAhx6Ii+^A>s~r0gEy8 zcaCN3ylkQoj^)Q256dxYgTEp8t4D~RA5JX*X!epLF}HJN7$|1B||+uhfj>1b%z z`8*28lSM|~j-AhE(v3qVe>UjPIH?0q;3a)H;LBzOwCl|zSJYT<3rVLl68$L0~2`gzllX}ZECLoOZST|;|l3*UeZo?(~f zc>sEjXNOmihbdh_?Yul4r`LF6I&Pk8!sa|Nn9sxM96G~ei2Th{&<6jdbm(Xt>ppTc R9uDspVmU76{)4sE^B=*02!j9s diff --git a/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj b/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj index f2ba100dfc574c61b663104452029d3cb49b2e5f..4cef7fa9ec997e7a3f097ee2161f71139840e15b 100644 GIT binary patch delta 1055 zcmXX_YiN^a6h0@-rMY}x^4cUdZKS4lNi>b0rk4p_dXc#zEr~2vi>yN33hQjuRoXgi zCrlKFL&T#9PMKrcdx|A<`?H(i>IR!^mTfR}lfh)SATrthOxW{ne(;|6a-R1&=RD{A z{)&*IiKS;X?Hd7xQx5%xLy`q ze!eJ+u9fkEi>NeSeVvKCe}kZOb)bcad=6_ZCQa$bN{G}Wm+0>5P%prC^^S$ep$^#r zRu-H%)w{CU-R>CCh=OWS&bn8#SFX8@beB#PRi{B4Q*T&_;%XYC33bj*RI9#o5+&82 z;908>iZYw3;2YxNP+#OD`b-cQrOx4`GdhubAlMy4SILT(HHj|B9Wu z4-csvBCWOj8@XGWz2*FYZ1d*$n#_2c0J`U`;I-iv>F&DZANaQfx3`f}RFrd4+AFqmi@a5_jStIT6*28Nsw=6> zg_q%Nj1<;XrV@n%&)l#^j2HI~_8EKncN;@}`}XcP`u6XuOBuTc`uFTMb`AFryijQF zIAtr`+%liTpD=zY%dPSy?3k>$oW)-;2)jW(gne4Hi7dqKnYh87^2FpQUzZD$S$;~2 zSWijcRMukcmG`DH0NJLqd`!Av<8pcWKA>l2M)@nzX0zyT&+I54kZ)#j;fO@%GH?vf zW%-JHI+x(z<-y!4-Xwv1jE5zikJ<7aL>pvbqD;o}J`24mC-PDLS*`-GRqnukCbsz) X;w9%}%j+)^760piDKixOf1-Z@;{*hU delta 1034 zcmXX_Yiv_x82;X_YuBDj`_a>muESl>oTQ6hcu0?y!N?AoHFMq{FgQIsEeL1Od=6S4%N#z~?`G{MBD2`Bm9^Ie|zd7t+= z-?@6;_WOC;OZ8NHyg_w2!m1E9H^*HYD9KN_?xP<5#ucIz|K{qYET`P9bcn~?aoWVk z-3EQkU%Km?zI6*x)ztU}3E}Z+n6L162qC;qdox~|)Ss^qLIxGqmB!#0zz+G2O$evl z?EqNbgdLasjysiexL}^EPr$f z5tV;|XO(;%JeE8M6)o~9rx2^<2uIar^fq^?RtqR4*2@#%xn0JY)pm;U z_v$XRme#_00?g|2U|DpnvX7t9Zr*YilI?1=Y61e3b}TR-#vBcwDWjt;`>?vvu+7ka z#Y!sBEaV_6lH5}XU*#}#R>)tV&@OwCS1A|rdZeKMLVZ`@4B&RE75;u4=}+ERhlIb6 zH|lkC5BKZ$(pmmgkJ2?>)R)>cot>UG8sT4|Vv!1m8UG~(`-R$tTX<5`a z!tOG8-Jjg)okf>dy)jC#DPwe{v_<|$$rmA&79DRvS^3Fg(D={DY~2rSv>2Pm&S9MH z$7oYwIxVKkd(_=}h!6VAz&2P)3c1S^J@~lyV>IpMvp$2S__EJJ)qt^{*6{;IAAQar z8YaEV7mT&uJgS`Yzzf(dMDi4`^uG+)Nq-$BN*Dd1it634gVL}L9~^_mqh0_Lyd;<@woQAN|1#!CM0#mHl3=t-)(AE68shRgoWMJkGh$DQ<(G0!DI}uy>6yj~{pUjZKxyi5S4vtQZ;*U8xm7z8K zH|B5hz;woT{Xsr4od!so$s3l?4Qff`<$B_r6Hc5L&9^ss*uLP zSRq5x{BhL Pj+v;}irCEAW7Yoy7T^jC diff --git a/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj b/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj index 9179df2157ea133348097ab1c7b0ced7154c559e..b69df9a512728f2438d1d8865a436481f36993c6 100644 GIT binary patch delta 1403 zcmX|=3rt&O6vw|q=_sXz7Ft@k&{4`Ol*-23*vz_MmPInH7t3JCLVQG`)1hWz>r7Z8 z8jQ&#qQ_-RRw88hm_o#K%q=iQ5?pGsWa5wwsWQf+W;E*D5;Mc%|LfRpa(?%Fobx~D zeD}M-2~E$0rYn!CzIG-VQm(HN!jPa5qGb(lFcc||>4Zo~(6(#kE2$S735nWK5<)Y` zt%fpV2llnm>@tBBD-ReRw>LsTdlmDf#MwCi26dXx*<^H-)M1nAQ>L&a^!bRT-G&gx ziTZFdCJph4PJfo`jXNpKy~Y#t5_?m#sG4`DZl@eRk?N-Pd?B@h4)L8-KXtJ$?M15N zp|m~J%4Sm$eZiYe4qFh3^op)IK?pTb2;-1Z&J?RLSei)$8At z$tOuCOOcNQM!|73omnX>o}{XqSSp9PVM;%rGVem{UGrvCS(*NhDeiWLN~Ih5tuuTv zJr`Ry(of&p>Y)v*TSr1)W$4Lv1me_1_ANMsc?8YDM0OEhvSdT}hGm^MF4;z#WSkEt zz5^yK$7I}oLRCWSgi&w~#arXf`|sz^4Tl=6cB=YAI{RtOEg6cZ21db>l>2@8$t~4? z!1lK=>-(}RzShC`zF?K7%N~6>mQT|))r#9}}Y8IlPk}1bY;gBomZBj;LX`u&hg>kp0^tjvi zxfv!|SqrB3Dl0w7^SNJAjJq6GWc$?73My;QIO2!e_mDgy@)yPLZr>yF?ozFAZRJ1L zK3X7^hAj`2#$J0fl@9Z+yi-uToA(wuxZNpp9CJG9B%gEM#JE4d23*N6 zCxtyOukkxbYCLZF4Jzh1;3}Xg4!Y{e&;Pi#%j;Hfnw|+Q7g$R;*SE~%v+4Kkef5>{ z=MU`N_d-bb?Gw5I6r8Kx_m&&UL@5RK=fw zGkhDg@Qzs(QAfcXUH~8Fjn@LmK5$J%t`$(nzB!fhxEuVJV{=l!`MRud2&@ii=f5GO zIlmy~jEezkSUS9D(-mr_u delta 1384 zcmX|>ZA_b06vyxB%P6HSEwr>y=;+!3qu_wW3Cl3UX`(1TgCb*_ewdjtm`wvg>U@b| zMw7)az)`1JiPYdGig8$mk~KQA%wfi-+Pa$m{ai*PeP^pFJ*762Jk+V)Ggi59D*UCR>A#A8L+LI)N`b+LK zlo{W~zBZ9pCa_Y;UmKoubU{Hojd_}8F2y9MQ-8*0qpPGHo79qV8B0Q+k67An2xF|# zpGwE1H8s)czvUKVJ)Po^@i0BlwWeHpgtwcvQVt(B`KW=O2t^}=aR&w>^L^fDwo@^`YkrIVV6~-;{9Ivqyz+od zK1DiNiu_zK3Z6#OIeuC36m7YUrS&i$%z1=|EX{~rvQ$%yAIf^qoN^nZQt3ubwoCkT zRsptdWQ{Iw4bX;_t)t;@vh`#?3UTToM-2{P0YURHkyps)t$7f>VXdf5Nxn%NWn2SJ z{4toYhGkp_p(-KjVHBK4@wSw6$G!Xov2d%+L0h!4_$FF)M~33t2BTm}#=X9p$S2i* z!uAg^+ref3jnbd|P9Go3v7(F9IUmxGyvr^t>$1NBF50WiHhFzkdPyD{J>!gUiK7d5 z_NgNm4&#pUwK0^cHNo&|aA+!d$ZASmaR!#sVa`Z6BR8MyIWlo9)l`d=3r-@g$j=Yw zor74q(@hcfIZrs7rAEa0?@B-Zly9d+2(O*!(_ubZ}+@8xyxlI&g zn`LGDFkP;!w4WCWzM?qyxNOLF#MKEpSC6?;hdTIxJR)i;O1<5|P4exMUwB&i&((Ea zsdU16UnwH%>ocCjN)5Vs5LSAen+u1axKwz6HgUIG<~ZbbQ$LTpZ(}^XW*hk5n)PJk za!;-C8YI=_K6wXKOC0ccX_AAU7J7>R_H32U%{xkOgl~FnC48&Fu6ea>@1DMfTj9*7 zYYpN0oh|$En+W})&nF)~Kb+Z8qa%ff|9VapFe0D@Q&XU+RQ`X6}}6a`H49NQJ;Vg zz7AG!O*DY)BT)spXkH-=H-h;b0`G8gUh22~E-M@d9}TB3d`Cz#5tDM3#Q?p=2Nz}A z)1Z#m#brzT<35__&*L8a+c_IAran%_i?!z(g*e7_JF~eWVa7ewC5q{FZUdXS7p&%S WFu~D8vBP{8SFXn!S@~98s`wv+o`qll diff --git a/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj b/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj index fd25958a6a99fb0bb5c6aae6b12000dfcaf77cc6..ca7325c5a30b768e7519c3fb8ab486cc46be1c87 100644 GIT binary patch delta 1224 zcmXYwTWl0n9LCStnX~iFY{Ej55EPsk;qfF{KFfKL+M#MBp)2IRqz`kn1Q>^WzC|L_0( zznPu+seiWrXj*n%Y3j8@jjj+iqqY#8&>z_i#WMjR?0_?1388E?JUS+9DAz#Pj~#9@ z_@Oi#lrTzlBgoBG2Y40eq0ZWoJZLJm^IxUQ`N33PHm6fq!*KC5vSufiKx6ahC%FxazTt2WA}JVqk^8c@AO^xr0a408=C`PK1Q;@Gb*} z@D+ItVl)fm0|?<`j(iDzA&KA;eQHt1DN)pt$MB4E<9JvkN??$pr5GZr!+oyx*hWzj zr^y?zoz}|`=95a{0r?9!%P2468c8Gav`*syc@qi@)Qrp2x1g7NIr{0}iWGSpJpKh4 zG_xy<4mz*EVHAaU2`6|rFC$NjJeG3&N_5kr1NS+m6Myh-UO|bPRY=gZ3%}7~wP_V= zP+)Z}1oi8%mb@FcIC4FnQn>+N({m%fQLbQo3=%dkV*w40J z{KfNDjBr?=a3d<=juU&^^}S$j=PV6Wy){H)o#qm{z~x8&!or&3=AU5-wXD@3edw#<>MKSc>?@!=;ngmMvb0^*0 z#l$MxyqP6`ocEyG7rmkKZmHs}Z#oU#PfW&6Ymmfo>^$elw%|=(;Zqt2Ebu5X#-IUo z)7`=XR~s`riv2~&e6l2spR#(WkM83rd8kU(8S;g3I9Vm;Z;WoEvpiKLSwqen%|w-? zN&E@slG8QjyYRdCeB^ZH8}WbUbUEEw;klwQn%=Z1GEpurHq0}wyx3OZLDMj^$cK$) zroy9p&B#mDk@Y4-qfwTtBx1;~d?)1XDq$cItuxNERU*nI*S3$>+WJO3tUD5J`EdA| zDxZptOZ{1_E;=$ix_9M!9}kZViN4*1clK=EtX_f^XkvHtw3$miufTRqR%KH=7Q$5YAjt02%!S*up@+4`s6ETgo3^=38C(~ zyvg9xb|;~Qt<+x!c~klvcY!RMoeBSSn^ErHRtoNd%@l3sjz45G68}=jFs$wMnB2u0Yk*~v5H3fA2;(3P zMsS)uiUh^#@B)PJaEtsQtdPWTg*w}?$(lGexK7|d&Q0Q*5(lR+#iH#vK~#^Q85_{e zW*@sL)QCQ|?Z7{*OydjkCM?p*!??z?YetfC8BCG4V4Q|p@jmO@kSE`XA$GN6J9!q0 zub=~9R}Q_L*on7L5~2$;e41_~Dba%lj(-Hrl<39x98<(EG_eaOShE`s*xZND86UN+ zq95bTK88D751@&B5T9`59{kSnkK;9J4&gH6UevR47=KZ71Ph$94%|Y)ph=Iu*J^9PTqe1Ph10qJVC2j*~bG43Uo+Zt$uT&S$)N7wKB>Xt&7g zr-V+Y^3)3@btaUix9~xpgKqJz6N>Pl+3)&ox5)L*DvE~7G^*Rfwl>D^C-4+S0yE}K zH`Cfr$2!+K!jyM`&!F>L+R#0r*{Zf#bsGooS&v0$io|tQ59i2iaFsjEP(a`|mlDTl zG=OHRJCNiG@0mDWEj^&HoRwBjJNsB4f60;yH8Nny%U0n^jo8;1f07FFgBr>># z)<}lLo2M_i6t(|_*U0mcOVxkG`;i{xQnAXrN>*rTxVq`#QOV`4hTmvcE@!KJokt|g zTl_^^Q?By(VLNiAHnPE*&{n!qBQZ;E@SBj|)(8!W_$Gr~s}WI|4JlQ*TDPH1Q>tE_ zJvn{6GM{)`nmyh&?0W9##Ir|6$120AX;mrv&wDaz>T>txwAsu}$WP69{=7V3zRMq# z9~r;UCg;rFLWf?ZmjQFlPnb6fF}Y#hDRjs~<|gC3`IGr%T8Ir(>`a(+XH2e}?#}xE E0kqz$l>h($ diff --git a/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj b/blink/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj index 1caf0e7562f33b3ecaa87bc6a5d7ee58bc9e992c..0a8fb442fbd71d7dadecb07b8c4dd7294137d9b5 100644 GIT binary patch delta 1767 zcmXw3ZERCj7(VBI^xk%T+l`j4-P+M^uq_#`1)Pit44C+VkRl%gVOy7FBdd%Jn1qiF z3t<{fW)P43P%vbE#AFc!hM7SnfarozBp4S2q9{R(i5W4GA0o!*E#s!=z3=1*P@!S=2&s1kr}gua3`b?yMz$sSPw4Ew!YVd&*)=J3s~cj2a) zWlp|XFEePE(-7&c$mq#X3zr*~hwE%}g9-2p%-4Sl^&(>!X1eovq4!|6k?_~m1JnB; z!dT+p$o`lvggKf&6~1`@Mzf7=NIMK`h$CtD8OWT3ZyRS|_1S8IS({l2RM78`BWV#v zXw>RJl1v~5MIpwd5pX&Ll1PX3|8Vmd)^_LTQ0Kjjerrc$CVWGW2(Jg-R!?9LiVPVR z-nXzrt9Lvu6kY>ktexX=fq2qej85x?aUdkTFM-m^jK@LY9f1&Q*Znw%skw%=&HNcn zd80gfcTOGqzp9`koN=?5KAp23za4cx4&lD5D6?apz33IbMUZC~yZL|&-!q`HOR|CO zD~B+9a<ZL=N28#8jBMD2BDiAy6GGl9=cG&mVq~k$FDPFD^vi>1Fg)4^YS}uMef+Xl>^$;Bk z8e=}L>-DI5*X(4QCju delta 1723 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 delta 5196 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 diff --git a/blink/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj b/blink/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj index e4d5c07d7e87ed532d93a2d6f7bb20b2183e2589..efa67f05a267162e7239b151c142179b8e4d2d36 100644 GIT binary patch delta 3361 zcmXw53sh9s6}|U;X5O0*a|TBKp8-)vKn4^LltH63QH#L>D)>VzsQ5tyv@x2DwH2d@ zDXWj$`uFX0KBilN7tbA-J}m7?a&joJYnz z3NMME?q^9<1 zF#Xzwb92Hlm=r~AZs}lZ4$d+MF8@7FoFz@E2LYQR=gaW&MUMlhzAd~8kV1)%nJ$3y z0@wmaCDXT1oCCr;&-bJ_?~TH_)Ypx(U2%u4-d5WY=EhkLp_)25ISXes0h=ZOzj|3q zkQmcn0Dbi;2`-A1%JdZB_D@UKVwpY{15rP*bi0S?S3p9&HmGY%zX&4gr-M3Y`k%wd zs$RDMAvhhrFvrUtmi&=*MIBNO*OgkC_RSn|RtjuPP$Pd~$85~vqn zP9i-IJc)K7Dw&R8PoZSQrqXIerBN$<{LGUKr@_v;Y#E5AZK%v>3)pd54_AqK!s0m& zdUe~Hgx6+loUVYeL_VZa=wn1^G(i~YS;YBi9|kp%ZXk9e^N7bXnBoIl8LCnR>M&XY zCr&z2NHhwtOr7AWP^P#WdVpXXh5v%V*{K{(8tub`b^0p|4hmolPU^(FbkRKcxM>RZ zDEbJm#Y6EZNwgJFUWx%8O=}_}Y(ZTgUB-lxSx4TL3OaTC~n&%dYb|-Mt6{wQ(G}tbgq4ZXy0btJF&azbF?2t_$)E&u#7OGGVEST!X8a8Vem2ZH>CE_ zpCa$|AO;mn8$cqCzC^ls8UddKx(RC{&Br;3-h(xneh`^;2!vAUWn5Gmbp!X)VoWBT zren{bvAEKq^ce6=GQ)5kMvG8jI5mUa2%3fh0eTh4NK##lWly?_=2FQoO@i^z>nZ7jWr2^EtUo+b1v6~8y* zXc`7Go;IM5Qffs9A-V^18TEt81nR|9Celz8dxUvwk!kR9TDa{r9Ow*MUC*#e$ zjcAEB<1%F$jR=ME#haikTPE1T*>uIXL|flqAw3#C(7i zIti*Om2*Vc$O{^FdJ#9H(S4kCs)DP79swCA{RWe9v1pBdz_srq*jWXDU*Mj8m?_BWF%K-@f72+>NM<2ux~cDRQuy^AU8jv^G-yIf1tqlFH>ub zW7Ubg%eYjXRJ0yc_--8|WUMk`eiO9PyF`)Qy8qvzsjBqd=pAa#PT^6V(Pm`VRPh|+ z>6#$z6E!C2!QV$rY1fRSHFLAS5@F@~Q1N%{YvjI<6==Xn`S*0YNKyg^@f(L!lV`rc zcNh<5PT-YB(X3M5V6@LFh>fJZsX0X2wW!{K1?Qu);`njn!mMU~(wH!N60b2f%?{ey z&_q>~F|Ib<_{Z!Ve$G&9gS^cstPRC~g(>l$YLWinh4%5^1C~D3*jAfYFk8@EXBn;L zR|{jL`E}Z0^TRuYPnq~t9{n=3zdMVx_qaWzGzqYRsHd zI`M|MpH3l+(78tNNXtX$RJQQx?#rK$I>pZ_6b zJlP$!<XRsxpF0cXbuRWnbU(1&zUa^@tS!{h}X?f9>iPb zb|L!BJ|POsQTY%P&8LLu?me3?$8r9yd4058DX})QXpFoT*1cn3^_v4ioHnNypkje} zLWqTCs1RV6xm}36W?vyd&74^Tt;5_U#8vY@MF9KFm17}ZH?NNcSYQ?wLrm=5Tr4l) zyu!RyBA?=oX3sdFcTIIX#9QXf@rc-9o`ohU4Q6Vo{5VRjERFaaEtRv8=kro|D1X&- zhvX6J`C*(D8>_ox%!-gq++ofK%6FQZh1g{76{5zxV1WZd95;uRLA09F%jCHK15bc9 A@Bjb+ delta 3349 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 diff --git a/blink/build/esp-idf/http_parser/cmake_install.cmake b/blink/build/esp-idf/http_parser/cmake_install.cmake index 715f0c1..2feac16 100644 --- a/blink/build/esp-idf/http_parser/cmake_install.cmake +++ b/blink/build/esp-idf/http_parser/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/http_parser/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/http_parser/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/http_parser/libhttp_parser.a b/blink/build/esp-idf/http_parser/libhttp_parser.a index 8c3e7a0e3201d102d9f321ab4157bd30c081ac7f..8e76dac8f52411a18200ddfc18460969ea8bd752 100644 GIT binary patch delta 3368 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 diff --git a/blink/build/esp-idf/idf_test/cmake_install.cmake b/blink/build/esp-idf/idf_test/cmake_install.cmake index 699087a..3c4fe72 100644 --- a/blink/build/esp-idf/idf_test/cmake_install.cmake +++ b/blink/build/esp-idf/idf_test/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/idf_test/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/idf_test/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/ieee802154/cmake_install.cmake b/blink/build/esp-idf/ieee802154/cmake_install.cmake index 4f1b2e6..4200f15 100644 --- a/blink/build/esp-idf/ieee802154/cmake_install.cmake +++ b/blink/build/esp-idf/ieee802154/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/ieee802154/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/ieee802154/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj b/blink/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj index 037a865921b0169554ad02d5b6464035dc1ee303..85a596f1b621a94ff643d9726334698c3c4b2140 100644 GIT binary patch delta 8527 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 F{{row4JH5p diff --git a/blink/build/esp-idf/json/cmake_install.cmake b/blink/build/esp-idf/json/cmake_install.cmake index 377fa86..babb63a 100644 --- a/blink/build/esp-idf/json/cmake_install.cmake +++ b/blink/build/esp-idf/json/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/json/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/json/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/json/libjson.a b/blink/build/esp-idf/json/libjson.a index 79f6d6b5223a4ddb69d4b33dad9a473a8095dc4c..b06903297980b1e6212f5d3e689aaf6b01f428e7 100644 GIT binary patch delta 12705 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 delta 12490 zcmb7Kdt8)N`kym%hMD2!00YP{;>>_tL_ib;6crQ<@&mWO+|h%Su|aOx(0ArQB9_t<5&u-}gB$;BNo@=JR>@zVCCM`+3fJFT5vj zg&n>Xwr7p#b=_dP_Wvg8zFD~Io5U8Y=%Fq4jTIU7&-%WbR#j;;82mr&U@-UygJFr` z&d+GId}T5ijM8!)OrupgA!L%~nR6BzWFN51;bt(-g?GcT9LzFC%L{=lYW}y6((r+8 zqwrbGOkwR10J#N9&itM)Ski3rV?k+|tz8@tAqHvx8W1Ovwa(d5Rg<7&8SMH2;sH_c z6K|YupN|LwZ?S<{A$)8IT!FvF`_zdHtduypU!7P3Z~Nn9o{i)54?M#<3;b#U_P~Kg zoGel!j=<-wIH~mSiII+hD>#^CO01XLV3ogtYi8%hsYFX4r8u&Y$Zg;bR#ikCUgHds@En*#{ ztcDJopt;Vdoyu_pv%aV``MoH}B}d0|_LutN{RzqlYA&u|L5^``%^-tpr9 znEz{=`53KsU}TAMa#?rM(Gd13rc`__OhGUmo`W*V7$2VBmvC;c$AS7|2p@uA%%7Th z=;;3pbu@&J((Hrs#A$8xpw42iwithRX@4HnJvSWr_*7fCV4KiJc0RCkV;dq?qYOUx z_`KA{HiVCWRiD{Pct3NMTzIhNn;Y5jI8?*}e+R1~4uhx(f_`Ly)-Ts1G;Lz8Qepv0bR8(aKgbXjrX>$<9lPk)kH;o~KTeJPq)lua`-@)|kL>~f6*bmb+c?-+ zrEH$k^?nEcXEpXKautXCoZlb>{&fV2n(gR|NTqN{R~U-wTW$Z8yPB&1kI}bYPK1szp7)FOFGGM9~oxYtusV zhl{1!r2H;Hi5%Kpe%&u3P*H4%+oo;Kj};rVL;10;dwJ}fuZ<_1f6swL&D+=%BZD+!T_h&fgTfn6kC0-AQ^o6fKtIvd~sURo9&n8~}P_)=#! zfU%RA++N~>&h&)|BPjl=+6nwbOb}GGO$8OM%`DdF8{QTqS3uN+V2?nMp1TK#C$;js zoncd0>?PlU7cej%mS%z6qqXY0pB1E~3~`2?LidQ3zWsI}>UvE6P7nkp4tZ8g(Qda1 zjP~uj3L)G?;je=rkTmp&uAA(eJ_gg+3*|`yVMq>pNj#|S9Oe|k+WW)e#Shxw)v@pJ zc+sTw9G(LH05v2jbp&d6PeTM=MQfWuvsZ)>&I` z*4hY-b-GqsVX4U1))#W*2Mh0VbwLfp>vt@4Ru+PSVWC;`6geQ)yC_~fr%f#4A}lM4 zcMam@w&jkBzIe7k1-TrAz`cBNSpP?Xi@JbuWIP%-aip_L0eVC{X3OV!e-cx&9^_WZ zK4vT9u+fknZPv){B1(IvP5vQUUzR@r*?sNu57|bv%YQktyYW93&A&JzO*xotOJ#){ z5Wdo`Fx!^bs_+pPcebsBWkiX)S}QHS&vh?%(j;5^_RvKY?6CjJRhwkX zM{Bmy8ij=(`8wJOL%FX)qya6)w=ZtBnWfssF%w2qB&oI;dL+>$ z(4O4SVCW>q85iIN(Wme>&`(ZjRUz=kR5EfZ9$>|pg&T# z@7<@hl;p*2;I^~bc*z;`9cdt@)2%9Jvkg+RBi$>s38Q+5!P>@AVRkhnZN1xv_Kxb2 z{U*nD+uGi}E)|e=pj#45ZKUZRan!KU;^j8+m#3fcS1~q{aGQ3H<{G+^Rw?)?Teq|7z6&$E1qCXxU>BBvuI3y~@WQgwCt7Dw8YWm*O-4Dg$$_44u_nvixK7EELqxSun)~0T-_GRwF z5L?Bf7A}2*b+o!qDfSw)gt29=4IJrCYZ$xbUouG4oQ>d`X|-b=cBQq`I;K@?n|6F` z*@#Z)VX^g(TI-x`mELO2WY_a@grN}E?YeZ-r*ptV2R z%#LicsadnwW&##)7m%Kg))tsPnVNN8tIcg%?6~RT18w~{XQrC`HM;t}P%Ud$U(>E` z;Nq;Y&bom7eM&SrN|WAM+U0R&VxHE2yi;Gr%dLGl1cJWSZezK1l%AHm8DnC(b@t!+ z8d2iytUW${dUgg^(?E@H>t_GcXJ2~g7gAR zZu9QFp?y+TCLYkbO=z9}F}i#fWHZ|3$F$2kwfiQNW$)&ghgsV<8MRDne6a!RYi5`= zn_Ht22IjI6wKER0meg~f6uW~p%RPmuOZlQd=#G(S)kKwSM78xG>i{-#90m@skznny zd$L@~-0}VIXz6!YHX+cX)%oGh;|B0;$W?0kNY#%JM-XJ};4C|2g z*dCaeS+$xs$q;Ku+kM=FDz-vTTY@3hG@jE67$^tnSF8~02sNkJjDBLvYLg7HPGw2# z&+1k^#QNB1SP`Ql&+&YRShw-K&xgu1kk_9VR;aaudcgVyoX?rtRm;71O4%|V^R)(U zLM;5lB?yb|QCQP+@U?b*k69xPQGAgWzgybp2dfF9O%T;f`@2Q$fvd1zuHZcrMJn$i z{-$*;cXm;=Z?bgbBE5^jmz4lEebHp;!%R`^t<+{heu%aK@+!*{mL&GM4f|CM?^!C> z6P7}iYq9sV_HlV$#!znR!xroU26lpoe)DqhT!_OKud+Q-ui9Ztitfq~b=#y3nG_MG zmg75?zU<~(xVX%2R%pv6brIvWZIhh3z+0A~e7kH%SNMYA>FjHy$KvHsTfrJ6XkKM`yK@ZL|z;U9Hu8;ooSP+PYeMYuhJhiXXMV zPIiW=!aZt9=Lk*M3jfVslC{7oUCR2f)`B};u;sx^4zA7md@QgeveqzY74RmS%q3Z1 z$s7#1C15NBdH1l=B8$4CeHx5EgA7q6+J-649Ob*r(vz(m0e>GWsC&A5bcF!8w1B+j z+}RT?>iM-l7#SQ(S6l$5I7g_d{N5*x>vTW(GeK^DzRZ5_GdwyDSnQp_lX%@nJ+Gd` z_$H87Jrw`VM;Q&|3n<9Dx4w9)SGWeS!a|?+r8J9kt639|G=sJ3X^y*I=DuF&Q}6^> zaL|Y47yGC*FJi-M1bO%JMq8;fv!W0%C|TW(U-A(HVKLcXyFM)ft>82Lym(K$G`%&O z-ab7!n~RV?57M*g?KAAZv&qo2>4-fVRWb7)L z?OjzeH)gaZbJm>y-^rXat7JZO8w`g)dNQBu%&s0h7J>9+y7`C}R1e7vnaRmao%win zZ@!^hcgH0^{EC|4-Pk3s%5`Ry;U_S10;FfS&fJz^qLwjAV%AV08nv4HoMB3> z*qp@sQaEaqhO4(G(0)l-7}s41)Xj;`Qyb8ya=O}pN_wp1{y8fnMncXY zVpT4m$skrRRqv_tR`PAcIjOpO7nbGopyaDs#N6jnKj2_Lld|I)vFyiY^J8(# z26Fe~Ww=-l8O(CU?j(lAayl#E+LF)i7R!g#!|y0Pza=tQ!imZ+SZkc;h*S&aMJd)p zIcYQgB!b>UOtFDaR%~}waS^873CWF7QS*ZeNjqE-ZC75V$r-JW*!{GBR^+)ZvgQ&DQ!P>|3dx$4Au^`2+Hm0{s<6D<q>l2kCp(KAjnzfTsnJ zcRPpmj!ErV>%dsS%#qrr1&hR|n(xBaH#|K}$-GR)V1*9>xz%RX)6}+EHSnzTGO2fi zM=`!1 zjN{BK>S_b`pixyK2P?S~$XgZw<{@JU$21YEw-n^HX^o2CuO{Xnrj z>Q`0btx1;l<&w;}KHU6$jYt!3xIm)DuMeE4{iUxlMYZNg?@wBvrBUK-t#oNp;u~C& zZ$%c*8)Jv%U6og=&0zk3+PYBUl zPmTM&P^(?;5Z`Efm&YachVYo6SAo`t@`&c*MBy}}Jj{#diFsP6a~*CJfB zw>Vk|wdi$Ht6LGOU)65Ma|TsVSqe(OWzd>d#HUzObH4HqBNl3sduo`l{ z!4AZf(*u8)a*m-qOgWLT!<3UAfUwi+hp(F7Kwqber6g9$aJgva>?sZ7GDPrTnzL29 z*Q{G9K*ol3D^2UWh(e0kZWz1up?4ZDFue zGlPpVUk0SnT85!?o?#OuyaH&Vr3}~T6vJVP*a28YGa2^KK8EXLdlfL2N*U(S4u%zU zi(wlT>;#;lEeuW6%#cr+y8wr2ErXTLGjyYb*8rPoDZ?H*#ju|ub^}h*OomIekKq@x zy$*0uDML2xU>Hib7{*e;9>5gZ!Z44T8CFnc9bgl!W!OdM8O~6`8-Sa%l);})F~m?r zJs^u_GL+ChhS_9$6YwyVGStuxhF9no!(l3T3-ASPVX#s&gPSt<0t#s@!wfplu$dAX z0DEXD!zDV!;G&4P0Yhmf!wTBRu#0T_0B5L_;U?{1=t#F1@~Pk*z!KWRu#uV>4pZj4 zfG=n*1M10;O9}e{t7s_$>dA14A`SptG?O8o_Av}4+d%;4k6{Y!VAw>r7%+c_0J~@l z!%b>t=uVl30a>*6u;~OsDmr4S6j$if5inO##8JR?n#pj3_AzuM+k1c|RQetyU!g_@ zHx(QMvyiqhJWkCFXDRbIK+;-mxh7#Tfl+jX#RdniosGp^r6F3`6)hBQ^gKQ^p zc7;k$nktRI)zPOXO^Z>Vf>Ypbq%91E)Xacx_yFLdwG21u{0GoCP|=4t>rS-{8PvjX zl5$Q1a;ci3gf270Q|d>6YqXl7j2am>ljmc=9;#qCNk>JC!qRqdJD0B+dY0 zsEDD2Y8hrz3&X>d(+H@cYKAxIGQ$^?`l)Gz@wZd-;HReHNTLy^@Z|Xmz(o}dQ|Ji8 zCJH(WI7a0RH>r*xhQw!p5-MW2LA4C~sf9sO&N)CDRWod&%M8aT^>aWBt!5~pMus=Z z^94uo3C;fkQIydUoTB(a=K;H@oFRtl7#=3^CEzp_F*vA}p^RD>FliS6aL6!)E;GPk z6W}JTW`IM6GV)vmOrZ*f5<0?=OF@4Hz#qdgssk8*yFkXT5R-$7z5=%!)iUH#3qu*@ zTmmelYKF(@GQ(L)y$rZcs~KF>$dE>!uK`1;f&mp}I7UI=0M1Z3Llf08SV>#~?584z zvs8Np4RoC%z6IE+`dctJ(`7y@q|)zj)}3}RoTXa~WmIt0lqiJHN}ZZ zbcEq)YG%l%plg6-l*zD}${CtyEyH!HWB7&6Uo#CAY3gH)jSa(^O(79g^|-S5U%(a0 zh%3wC*2^CQzQ*_kEPN|*L!HS>xF^N86;l;hAH>zol*1!Nvp=p{_!Q$|9+Bo4K9iOn z5Wt5S^Kpff`ZpZr?Qqlj`3Ao3m;}#0ooZp?DUiirTF2Ie^-)~YOi$z3T13AYW%`^` z2qR!8borBvQk(?dX31G0e2i}s@E4zC@QDm8<4o>XC)U6RID~n&d64oCY+{`Seun_| zz}Hx3ks5IXc0nNRpJY5uwI&%-#qRJC#y5~QO@y%d0&6@Rz_v{DaNMCUBrK9|+r<^5 z&mpkvEAht=l#`ol5cc_jlVvI;OE)rsqham?kCxSi4Q~m z%C-Av_=nU}$`EW@cS-4vzK_#rRI(w3xZN;*td7$Vfa5q!8-gonos_ZS2db0ODHhRb zhH|0oW^Qf zLEIQnI{~%AXpS(!+=0jV_ZA56q)>NVEy3*Np^riDD>V)w!Q7vVi!reN!bN8or{bY;?r%Qe^ zO!TLJ@!3Xl`OAKylE(SVeB3y^pr2jFSzH~5ut?&G029H-H9cU?UC9|Ol3n=|Au-Zj zMuh<~UF6YY0n(El&&*BIQ3;*9kjfyCJ}pm46)itDPh+NE6{0Ww~M zsfj$I5AMLgi%NsyI`EuP0U+!VbfajJF7{-^F~8*Zq|vGl(jodcJk>$o79IIt|6-n0 zl?a0fK8oNB%IMV~*~wnUiOiFWKID-S_bmE6NcI*JC@>iHsiZE!GCEnw$A-vVVv&X%B5P87N1w$!pNO)NazQn@mG*Cxc*eM5xT2Rm=5?Gx@hg z`7yh%8Q76c>O-BmmCrzBBQJ~5m^8?zad=JWz?0mCs-fddLt7hK)i=SUR_r6#{;EKp zS#Cg3U?7Y3L>MPbs>?H6{DVp7}s7kG;L02J4OLl9ET1;*zi#fLE036rQgOcsid z=<6`~7ZKmEH(Xve#&J6eyGgaPUf?|l-5r6bz;0{j>vYg5?{cMLdc=3ePW*z6e}4vv zn(rbwE%HR7$MPC_M@q90$&}@i&Mv9~UmAOIH9x}h-f@sSfG6Qg<6XyD8;hBiyJQdX zHtmK+pE7pwmNA8E7L9%i0XawO%zoTEJHdDvpG-+P@+86UdXxQC`!TUGXB4KmGBj z@1dG?=6EoQnfVFDbjCuymj-v1vqTZqb#5!*ZlQL=Fm%2z$gSFAw-}(-8yE0KXBmx- zaJXecd?-gz-|7&J9R=#DI^s(q;=3d5yQ9zz@if&f|L(fVC0Q%lH{!chS;lro(aUI_ z2QxaF9`RuF`HXgZWLP);j!aA!J@-NG7g)Xt@(g4nGlhehP82qbiyQG8-SFV*p{iRh z^0~TM7{~y*&ym|JyNVq&#M>rPCi=3-bPP|{MV3RvRmT09bSJ>aRDjtYcaq)q+YAlUf&46aDH%ZR5!mEjNjCR2L0JwJQgU>3d*I6nlDc77pRh zO?EWYV0aVc$)@k4rCX$sUyO7ns^;_&iM)1aVe6a*awf8#kH}=br@*KNp&JWhWN6U= z9(zBGFZ=wv1QIpBM&sR$D$D!BcwwA{!bwoFx?;XRlX;>zz~ z48r+S!{;&hP*&7aVXO@8TFPEt>&4~&7o`3PO5*SN#A{=?MIx}ELqUer0@@HOBdXLS zKHHba+WwoFlEhWqs=Q5rY^jnT!jUWqQ8zl!Kcd19=mPU<4KK-L6YC+m0+ggCVo3?} ze6S@LLCIKB+xy2iuBBbc`ayoW%^dE|P zIC1g}yoS>1tcf&!rR?@!Z>AnyDZh8G!JDauIa|$d81Yc#dEU&ARuv4t&=H0-3VH!B zmdY6(qdJCdB(?+IrXq%8RLfwX76yOHc@gk1RWsDkWrjjZeF>0Hs~Iw=kzpHoUIt`Q z1;F^*M|AXM^Kd+&1-$~UgUT7YQ5{1ri5-AKDq>hjwG5l7g<(78yb9Pu)eQUTGQ&wq z-3d5Ls~I*?<4*GlINY)eXIa$Du#hre18kZn`sLJ-n`VAD`BPl4FDeg80Jw?Jzyc7s)xuK zig*)e$l*<#;q3v#X-a(yaD`Sg;B5uNS@P@!V3HWJ=?DW}9y9>(Y|VgYYlbEgZv$>p z5raR~GK{5`x0Uyq`*1de_U*&jHcEX5XYsU};TSbCTqn=F=0q`>hP`W!#=~vJyXH9a v2hVZam9G>bwC7#3T^Q*I*l2`i1|tRS2V_ttLw71?xR=&4Org5{=J5Xm*6Aq! diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj index e55e5d49c2c34f7f82856b80651e24e33c90cd95..c864898a06d2a63d959a43f006f14e9ac50936ea 100644 GIT binary patch delta 1772 zcmY*Ze@v8R9Dlxd@4ffF_vH>nP)=V0<2WRw6VXyIz(9zso!VjYLywqjoE%7jDfHtY z+q7C(J#J~l8ZL7+=0wVswu%2p&a%-eH!J3g*$n40n-Dh5`7I9Ynj_NDEwny6s4wR& z24%B3-*Dk!IIbeyW@v|XJV=*{BqMAJ;b@NQ92*TGwAbKfU+JwYR+#sN+z3Lpv46NucvAz|=;OrukBLAkeN6U`gs; zwa-(Y8`1``cR4lX>PYnjAmAS`iiq)A7J~Ss8kHvpz#{jKQ98W3)Dqm+5f;J zNz;4G_h8^20Im0CC^OBTA>3Wa)}NR=1(8OUaG%47`jgY~0^x2^UQbQO^MzYOVuk+n zG~pHQeJH8NrsH(sohCy;$cLqV)^Yik`AYR_Tm<#xD8`FLudBDfihK1`&h+YOnCaEiro0|OH=D8G z6?2t7IH9UU<6aeUuTO7zMJp0s8S%cN^~!4)nL}8K?xNe2;|0VYB^+JcOqOityx3`F z77D7IC`zk`a;1&db=)t7-c%n6J?tx1 zk~-Jl7~cN!u~-hC;tMQ)yuHS>aqLgPasZ~+`S2XarsPr@%owi;o9r9231lvnB|s9TQK2kApe4MBQ9u5Z{$Tje?I z*GX?<5T_B~0r^4W1T_7dgA|pMn|IRtvSv$=R>*_EtMUqPzg!v4r%u@t&Za^6TsW7` y%h7PI&7LnWh5ghgsVSFAWFGKyxgIzodw?Iy;ila5O8l+0#6J_|ej{gJzbmy%yX7z^Zr408r) zSGJmHv#CetnlfjZGNYygTiM!lO=UAGTbTdkXlu=MtYxm%meq6aB}aEV&pGdNp7(j* z_w0T@UgDFN`2K7@bZ)_J5p%j2OM2jBY@Gf7=P+DL9E>@H>mn|kLTm4OnTb9q9XIAK z2IX+L-gaX%w4a39#Bm)P*Y_!s8?`25T1#A~RT+$lLvVAh_CBR3q17qsB{K#t>^&6c zTmhtrF}OHyXQ~RiaGl0xh*5RVjS|$+)Y%Z9#_>APbp>FG_mL)YQ@0@ycR65b>VP`u zD9`G&qd2==Lb+Yo;Z*BR;}u${kSOA>mo zc^(GV0BF6>r_6-Y$E;3d>#wHYf=FeaCb>k6BI1Yv**F$*jL2EYn|`CcMnr zgOYk|I?iC$O*EqKO2ioudxZXq_8rP4|D&w?sYIO*$~N7O9lrQp+;Ev0PrpI;7 z@|-|Kn~=gN0^qb8kL93Epq+G2JrLC*PowKW5^z{Z^P$Y4Z*k6zQ5S+d`UDn!`Wc<( zlLrkgqNBh&@zC}0xTf5Xi?kk7uN$4_IZET zhlp~q)XyH4r_6(uC3pzlo2M8r7C)AaX6?9FZ~08G-ujtdy&cNy1$5Jh1+SQU?Yc{< zN;K|O7Wew6|GZVCy+UamFOQm*BKJ}^c8aqC7;4PF zI}e4QUr~{s@-CSbiQFNl%iTx63nDPGP*6%Cf{`*zq(^SYe%l4)mepv2n%GWLz-~*HA0(0aSO(~8C i1@cytpYM=bb3R`s1Hi9k4RA>A1dhq~fFU{FJojIOdop(b diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj index b9e8855c57873fff6f4d5d96879e0df65a072f35..f418a12deefaff89a2269db800ca1e108b671f38 100644 GIT binary patch delta 737 zcmX|6OK1~O6n*#2o6Ll9tc147-%-qAeQu<~-70cp3G8R6?!E8*F-taIL57OWt|Y z+IPB71AQk2^w(th#T!Ci!WFRW5ptQai2#haw2ga&it&Mlgt0_j)v(auk%4QpTRR== zlvgM*X8xj_cBXxmNI;aC`=mbG&=F?pGC$qWVP@`?`dmX>%$&w4zS&%)8?*~X4>emJ z;}VayUX;06<&`Ah-L#cg@iVvcCPn>0-x@V~=yd`4lE8cFv)0|z0yiz|EFHKBWV8h+ z0B-i9q`~&d!zEHVIRJ;+c6q&`r*gp%namo(f^ub}EqA5TFie~bTou8vmraezY;wr! zo~%%9r$*|%!qV`F;U=8X@uNkjTCO<9i?#6yr#MmDy2Z(lm8%sef1*5As6R6PDD?*| z{RYh7*RTuMu`lux9wJ0t_=W?7U3iD^KK_VK!453PT$sftgwN0)ci|uo$Gc$}=i*6N v!MpJ^{KdC~+weExCrostVGr&n{E5d17x4z+c6{EE4&^My`sk0FU$guNfMb5i delta 715 zcmXv|J!n&56#ee^zT_pm#A?NI2TpcHi}xVY3sL=eyS+CF&a+;h*l_kPp)8~ND;P2bzI zHuZpn@SOx47DD9kZ-25KO=EAk3k~Crfs_(=6$+(VdrCewAwK$%l?BL?&k`-s# z{DFHWc@84rSw_pNR)Mm_D-=u>(G}KC09i5Jww?kFYZXJvdIr~J?Pg1c3p3blUX3R7 z2_q`}zmPMpwXA^@MTGy1))QMgEc{aEC%1G+`14v{-_k+hpW`vv=6{R}=1r>;X2WZK zDI-mjI(N(XpowG$w#wW5Ri?@&qTYae9Y!Z!*Qj68_zAvfIs%LAjIQ(e=^>%f>_dR; z{AW!)Eu*D=sG=UAQ_Y7Qui~g;pcPFKw7Jii*%8;f(i!RnCw=!-Amn7z13H_u9d~>X zbt-+i-lc+OC_6BGzLFiP4rVV_MuuzIN^NBSzHIqY^&EFwh5DlP*WmfEr~a-XXVExs zglwASW8o!w&fbVk>)Z=W@C)D*{u3Fa1AHNB(*(Z!1a`8%xp>zlvq( iH-7E?V;OCyWW(x4B6GKVfd(_)oE6a`k& z2S>6fis*|1Nn6p2FD0~!BBFCBrOcS(brz6Q_M%Uk4?nR^Du7-*ELFgDj7wQig%i>Wua~5j zE0!i9=K(=(n5M~Am^7vkyD8@aV^ThDlIKD`?va;69LMBzXDa2Yfn*_6`4&kKhaei? zfs=Bz^MZ(%S%pjCXQ+l+ZV;8bu})d&?6i=p(r~5o!_-QxGKh;m#X+SAbbO+eq{Ky) z&Gu5-hw)zu+D+AP5gSZPXo{nzGrUa1hi$jbjOFrAm~SqJhq%*RzWBMQ80WRrxPfmV zx%$W`-^9|Kq?uBqpyrWEUxRPW0clD>hsB#xtWsh>80T>5fU7M|uwt_%kn&B8dm2*5 zDI=)A!eNSB!^f86P>&nbA=h2e&jxb_s8!ltO4ig=P=jRXaZI*W=FAh57J~g4xtM-m zFn@xX^&C-rDcA?Z{q)zk&$^P@j$7xg_fVu(4TE}$`s%a9nOnfRjs|D?2hlPD#*T{a z7i>p@Y5H$bu{FUQ`gy_H5=C5k5JO3~U=@B%D)8K)IhcDl0l4cZOL7m<0;u6XXu}u5C`@5>NeyJ+S;9*ELfC*Mp&VF-;m~~W uw1}}SbjO)*#{3I7WW|*L delta 940 zcmYjQOGs2<6#mbB%-qpCR~wzHHrMf$jre|~GtN|wWRavOsUSWU!h}vLSRvYLQw~U3 z8K+VLNud@Q7B)*=q(WBILLvwv5GsVSG)RaxcK)$Nvp93UbI$jj$G!LS!0NzgDvZvi zt$}MzHTA{fJvPzh7GEbM^}To;aHRgs4I zzB$0zS_20UbJ!;5!6&>Tk87Y3T-NHTahujm zbmc`vKEUj5;%q7dpyU%v58?-tTTo?;H)q8ZDpWWOk#iV&G9EKKAQL;y?wB<`?j49* zq6&|`f-{tv#Fysl(1*>+n6bk9Sz-4GwX&a~VpWL)#Y2w1fYFw!oP&JQVz6DM5Yy*4 zD%n9MJ(G*?1KS9{pZ*KaS&o8;OP2JeB+Aq)CqTJLef0!><}R=tr@@)N&07W`vZJJz zaCCA9srnXI?A}4~`W=pXc0>%l7`;(XpbEc66{S3;IheDb3^;44N^p+R0-`fOcaxm` z=#4H)Q>e9eUSFp_2@IAJB93<9A9k>m795E_9UmgLHYEPE&`SeCB~2qNqD{?*X{=O} z1YO29H4`fElG+PraZ~MsS?sVD3fm?`>yP3`oM4oQiz;KK(|i)65u(V~shePQ4b#e{ z6_NO0H;r3%IULp=Sg|)bLFy0o1aLOP9_}#!!Z(sF5@x%j!jox@c1XpovJLo+U)=Y| z4|(dK3*UJL=zFLwuLA=o$ola+*=9W8&4K+G^kzUFUh}%-_EdV-nC6bd*WOsTjUT-( js+D~%n7}-;HP}RU2rv3v@=yk2cO$j)zE~*4H@<|w6NkX^ diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj index d0de25091cb340f72710bed94788a4c9587d71f4..f1933d9c01ec82861b5205afd734536b455935ed 100644 GIT binary patch delta 459 zcmYk1J4gdT5Qca5ZnKvM;qtmmM8#-v1Rp_Au(7ky#$c(P5{qC^B9S0SR7jzsU>Hz~ zfCy>qlt9oTpp7Cn5wS=ksl?XKLd3a)fLnYs|3CZhuvf{Oi!+B$%XP;|MoS_IJgd+qCL|s&c&0hRPk*qRZdfkgVrLYu2V16O`=PxL-ru-Z%~m{ ziZFRX1o>;no@{1yCAqYb$);;k zE_3V+d1`t0j|O?n1yitt_rXUv#QjhT&af3K(3ZJy3etEHF2EGVA}Oe1hDh6qI=YQP z@Zz{J0JAu6SWv`W!xD9kF&!7(A-pqmXyOZb59C!GPd9b=#JFkEyECRGR4-#|&ScNj Oqa~d&qAI;#l;6`p}p8FmO>gO0fW)J&=?8Yq)`wOr?3f% zrPxGPPzym3Q41>(VygHPv=U6=Y$~VtX3iPTxz?+CsSn!A!K2;-Ns^pXOp-?F_&-b) zk@9>0?m7J!*ov*CJ_0GmA1tNtZ%Zj+o^lM-H&RN5Zm#5sHld7I51;FnmN=$}BuYdO zKUQ445@oSTRD_$z#TC&esUcddM=nyp9{#0PaJj7xE)yh2jU0Kb<$RHD+p%0{15cn6 z>UaZ_9YHE^XUPS>&3Zblv*M|noF(LLeI>aT)7RsxdM1`iX7yM$H8HL)Z^RQ(+~-4> z=3V9`p9a$-hG A z5iE#Q2U3KJmLiCP)W$D-YAGnbhL7ylnkS%ai$(%QiU=3|{nO_5F0jN{yC)@vqd+#u2=`@H4>Hc0C} zlQMRZBBfC%4GaA$yV}GMuKmckDE9yMmb#;hBrTR@1Lw&}6 zqoZk-?$G5glPn`b3SF1@$Y^n1@NRm2f))%86aH3qX4bOv@8lhOva2UOWCwfIq#=xc zvjrM3WyYWnUDF8-b57OAnY%e)dYs-Xun!-a8v;u_c>6?%mq%uYyQz}gDG z(6)BMEMB(Sn`)dhZjwa=sbD%bhD%l-`R=^`H@d5*D$$*MrIG&ECC0!g9`oFBrGWa1U?W z9z4abgr~97;e`oj69n;@(*`cqoFt4QxJj5N3}Khs2=#b?`fqrFupeg#=kP5deacOS R6MKX>K`-*}(2rO-e*kKBib?sGKkx+VQ zrI!jGi~~WTLA^+;Jy;^*r4aC7J&LEIhZY1C^x)Bh;*5Bx3-kNGH~;_4gMC$n=T*2H zg1Oc3jGQfj5Ia^hAtK`cPgB+v@-%5VEMP9_EUH2=O*1a=O|u#-(pVtTf3xGYjUg!Ot$P4Qs}>Qd}g${t2`TT@1_A>AcVh_lZjoN{MT9MOmchY1jQk>t+R7C z`pq_I!iX7y)0j40yTE(uKHhnp7c9=x{|b!YQ?nzm#*LT0B1x6%9+mw9KbZZH#DLWc z-!Nqzg&NLT(U$kTXWpcU2vWgfXc}KzXJG_rUe7v( z+%@M$wm3QEWT%RKz0UZ}Tt0(i;VzsBHr1a5_geKv=fQ3`j9&*mID`E|9$d!T#1d{0 z*D(_JU;w9y8GIXm1COwh@ZckE5x-z8S%xSsCp}R3lbAtw*n@@ogW;1v#>R*Tn;1!z z;XXc2d9Z>%h@&{@@<7Es1kJeS?uP_!xjpn`ENx>b-AuVyx(6g)B7VYK#EZC0T*7xm LdWzVA;Zyb>?AeXt diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj index bae47d20fd344e226a211e04cd95ee8542d45e25..a793153c7a4ecfafb00c61d83c31b36d558945f2 100644 GIT binary patch delta 632 zcmY*UOK1~O6n*#2doyDvslnE%LD7^JLP<=T$-?3X5foem#zGeXMNCm*Fa$wLP+F)9 zQHrAF>cU0+tPHr260jC=B}Iyh`oV=e3k5$=MG@*E6whmL;VjNM_nhNBEBWWYw`alUFW?NLMmsHTNEz@C`wnms7hDO86x{7NO?GDrMA^TlHA{h zq&{xyO5Za*I=w@w3w?2=5GX^7fk8y8vx@3;4J4J|orM5jeI` zWyE@i^&F&zjnx&+Lq`;)bsy&FHMF6N&_ZrSU*gb-pE#g&cG(~ z9F1pm&uq9YNT=U6S5EwM+mT=A?^ZdoWR|HK_W0vmQv2u$&!{B*;sv!vQ_UCpT?apo zjquG_Pe-*=0 z%R8P>-z*6ciCIESi~pB&ow^i4DyPg1>Kx7>C|xZPm9APgh3p!N^3Z6dQWDLUg21TuR5xHoC}v<>BEK=rm}VaK{U9MLBog z*bQUk+*ar2x8|JOzA_wbo+sje@EUi_ehMXFh7emW@~pM}_@2 z&5Wbbn5Z<>pP){kZJyk-p|-3f^SV`xyf%laNt~0s%;V}1J>-h==^MXPzvw}=rdQhe zQ*5icbfI*X@5BmKz3G_da<;vCDtS9er};xBq!JGdgmjN*fRDHie8b(@SNQEO*^u`0 z-ocQT_y%y5-vRgV&Y@|#%9SCLUjy&rbGeX4`7v;nbv~pKF67hngRkX#sg3XFeLBGP zysxJcLiF=gHqMbChWon%U*Cncz(;d&9)&i?6M>IA=7CFG3;b07ZXr%${EdZao9iE| CI)5kt diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj index dcc57ebcd3370db54c2132c8ec7b4b110cd37f0b..41182ae1c8a68faef2027c87a5cea4d198e14c4b 100644 GIT binary patch delta 580 zcmYk0J7`l;7{||d&bjB@n>GoBw5d>SQy)dsHV*}fWYQ&4;kJl_MZ^RLZw;YBOBKP% zrB!L<15w0P5T}|h9V*pHHy=~LQSgD%;2@|S{GSZs9e&?;{*QC+=US)M9HGuy<~_}w zkwWx75kgc5`0taxeW-+x+Ex%z+KU-(n(l1!Tj^akLHLTLk!B+MTbZuwQ@a#`0M);%79#S_k0x5Z27JH|huQ#Fe zEb$L{Ab5kQ*Jpw}XVgITHw-ms{$NBfVmGkFTw27BqN(#HzKDY=n4pTY*>7&SSU1u0 z4u4?xnZpP?{#SN4i1-#PFKH4V`Mx?qgZx3=rW8kdV$UZybgb-Nq|*bB(4%s{yHDPo zPLK1tzDLh^%4;W9omL-qmKrX$il*%IN@9Z>iFB+UH7@6Bi&6bz>v&Rn{5%_Lol5QW zQ-qZKZJFS!aH;brhEuYvR22Fpx^F&g57;1b>)M^^5R%`rpYSVTyX*Wt1MiG>Pqu7NYhz$*7G;LFB5I3Sw zu%e*h;%DnZH@cA&)S{pZ7m6F{svtt4i?}lWR(9ci0mTdN-22Yw&M?!+*YmfxL;Y!T z3C@O`v9`C2v0HThFK+8Q7GqrK17xv;jHWIy&h;}O(w0j`vxO_Df!f?`_I0Ci`K6hY z%#cDqG$hy#p5|Nk{ve6zZrTVsPb1e8BwP9#@j{PMLh1%FirG7i+-=QKbJhSCc&6=; z(ZwrbT4(S(?{(gjRdy(+ACp#MJYiOKso$hWG`3u(p~bjaETE)Ft5}6DR-l|ybXU98 z4P$FMT0hVm=v``<43GYW%?1`*BuTa__cPwN4#Eh2vTlNlkr>>zLJI85nkT}E#68ME zw$tq6)nglbaY5XLCpapX-N%M2^%%+OIa0v@6uoz5Uf+|KhoX7;FfSiP(zH~4#-^KW{8|Y@NK%&yh6Ix)O{=xG)M_bo zp$nmU5$vw0l!Bs^Y+NcX{J@1!go-OSMgM^4&O2$ka2DsDbMCowXI8S0vnwfl^Pqom z@e%?AehPqD`2UCmchq1k%eK5JIVGXOTrD%-rJ&yNV9!=hyS&N~3k=n#j7Iwgi069b zY9!6Y#J+K!HPPy5C5#giN?gq?EtPSRo8k~}H44%7u4TT}#WLc0%ral_22+{2uBk5X z-Zjj{`pDKk^@UMfplcXSpJEs60}N;ft#9}AVQ_MK{!ULv!TC%vG34CWuUfK?a&!MW6@}-V z)wyN)fs3fqyh!5{S`%&p*g$7sTbEMsSXbr0@)9h&p*(Gg((!G6wD3k`QfGxXrn5<% z6kc5?lX>1IytyXx)L5r1M-6&ro$L4OlM^++-DvvPYg3ccerAHf2irmS1QyR_uaVwL_fU!e1$0!$*V> upnP}$N9js9gA;U*u|=DVGxUvdjxdtJ4H{znL&ZoYvT+a~!Y|)Dd-NYpUvDh{ delta 637 zcmY*UO=uHQ5PtLC+wLpdhaQq_(rlU(N#jrH5*xvaCqZu#lL{&*NJ(fzwOMUNsoEbX ziXhlBmmU=2!CpiZa#2L^r1l_)A_!j8n+Ks@z35Dui+lLK`M&vP=IwfMwYZvt=WBzD zi>E+{z8_MElKB6VN$Tj`=_1)GQj}6+f@-}$^>!)rD;n(D`a!3zQN##G_h_dvGbiLD z9+^z$iCpNZ(X0#R2`lOBRiaAlzGtbOGBu^8t4=w!(Xrf@Ovdqf%(xqL!PV}Gj;T*? z@5&RIO|p9R2SRxaFF`6lMy~L75`Z_rwugkuyGJXucbB@32ly1ymE&~K%x7}^w<;s- zH_DmoiLXQ&0%6awzR}fbVYgV{?CO4DM|ggrt5d?h!L;0CZ}Y2`yF-Z5|BgR^{%8Ks^3u&%Tk zQ43L2)2%N=WQ)i}^Vlky$lfpUA*UuR;UbG-K}m`58+5gWAJMCZYlHH@>Z`6a$##S# zb(}9yQajj=FSU)^3e6T9*A-PFo*Mm=B_7jXAhdNZ;zT=b_^u?vnP(z(Yd^1>g|(_H zhgZyI=HeoqNQ(J*HnSk&3)yf;Os5j*q?lezq+%Fyg$i)>E9f%pg>uuVo1-v#Ouj)* z@&UI!@BE5$!{k*s{3h>U(!a-t_?0?^5wXmdxDqB0!W}Sq7jela90$620?&bVZiE)} y@c@jVPg`*l>F^p(q=NPGUru`4((A*4aNIF{ delta 373 zcmWmAJ4k|26bJBg{QOEQ%kYs>Q6V9bc6}f;I8;OsL|;Qj1T~a`(nIMvMuWHr8GjI$ zs3F=K!l8nK2HOgB2pXIsh^C;1AS${J=f^qR|2e~biB_YzZoWV7DKp>VgHwEpC7p`{ z$mlw~lX{|Q)nRxhBIA%8)NW&~Cu$g$e8_4HO01;+QBcv1@hcok2VWwj1e^Qig27#1 zOOkOP+sYgtqN4P&9$!iqJBw|4Be&!gB3_vKlOdjQR3X$1=W(H4wSLxKgk_hBl!N14 z$9QqC?#_g`)!#1S$<>%xODv1^SSq<8VjHPoKrC)0R-(m%bwpRJ+GlM%fsjYz64KH# z9zE||#hq88{Ug-o={Pq|AV+i(KV6Yim>@|bNpczw=m$|_=@5Q7A{pFcbrval z4--+5Gx);+!}!iijG({)K7LzQ#2aifc^+-@3mB&#MVx*Nx2OfYv+I#`tit|F*kIdb ze6?2OgMP7d(W~0(G^1BynXtAnUk#h}xv*7TTxf^Y_Tt!RIMb*%=faugdSljJ_wII{ z_U$>HyQyqKdu(&KtVKJZHmo%AN!QKw%i3?#)R*?kU(tO_=gPWe^SKo**dF~uyBL&p z*X{>r^_gu4p2qB3;A_eL2EM!8FEU_DsiYP23I58>yzf3D`|+Qxk-fFeysvlcBX!me Q^8UaRPvi|B@Nga4e;9aZ&j0`b delta 471 zcmW-aJxo&p6ov17ZE26TQg{*#Q2BYb@3p8;OB0EJKZzz7hw1>6E=rT4mGTq90trJC z9Wa`lFv&t9kpTwMF2==8P5fD1+zioy(aAw?T)v!qIrrSw)b7-aejVE%xT;P(!3SE^ zhy0{B-GhXPz%wew+e93!FmSx3@( z0}V5sXsC#bzX?8f1}6{gxEq0~9{h}n^kUSi8MtOnVa;+Msy5n>UyjHCR&9C^U6wsu zi;A4aAA69+JKM>jWDk6NV_U@Qt6K9s?wG%TqU9pmEe~VFSOPf_$)s-E{w2J$wNZTJ zLgcOP@?7+a)|#`?%PD^8_}UXz>yInp?98KZp)yxr3@eLs!^QCa(oAi-x!HN(a3z;$ zu6LbGYn0pBvX=PUIL#Zm_xhA6zpP2#Gj4LvU)CSY24#K4rC?dl@X+!a$Ma?Vz-Rd( zCEw&djq`ink6k=2GQ#pWZVwZTc_6RsL}xNWTQbHR_@Jt6Y?e>XXlj;(tl Id)x}#e`Wz^mjD0& diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj index bad90398752e1c46c55109b145c77168d8fa1b43..be642c15319acf6bf4debb0ea950e09c9d12be7f 100644 GIT binary patch delta 592 zcmX|8OKTHR6u#%q+{~CxLhM9r>?9Lu(0*pb{S4KGpJ^$} zNUO!hH&XgZiesnJ%Q6A;InC2|=$Vi7-&PjCDq9^nWUf$P^TZkHR8=kl3XJ>0+9Xf> zqSeOZeX8V*drpW;(F2~Eup&PnBwap6J{6gubG?M>wRqr05(S6fY z0{f6$DQF^nmkC_wPcKf%(=~Wb?xh`kPgTBkd_#$sQrs;Sr06GLTE$T>wn%~fmOz_G zs-vV2_pWP`G5mC3c+^{o8iCggYu=5Z6}7#f-8wz$E!D$j&0AUv>&t94tkxE)(OPqr zEu4#@I$lddAow{J`}=AAaMP!5ygJ6UT=uxaV|W5`(M{pK&YOfdMS# zd|1R=gkAhd_yM!-3Al%s+#x7q!!3%H1Y>0c$Hv!g3ZCIRw+Q?AlW-Fg`65_2MmU4> X`JyPN7<;9<-F!;Cp+D8e?^*jVFtTrZ delta 566 zcmX@%c*Jpn0;9@A#m`*Hj0_AstqcqdzLVt`CF{e0TxKSA1rWu-dYK7Cu~;wzDMmII zFval>sF<0FH4{X!u<8Q^S&V_oS^Xsoz(VYNV9o5;fjky9pfsC-ND4@Xkz+Q{JeGq% zHj|oA9axCT9i*xdWJrvvDnl%gHUx(V8kn3`pY3+@IgW!kDa5zJWt;xy>0f;d7FAksw!?6Cx( zgzy$1!R*Edc8ZAL<}79(w#kN45|g)as_2wtCTGVd=a=S{FvL6M=jSl!XXNLm>gQ!< z>ldXK*^;c{V_%qPROxqwfCm+`^mPHBI}HqG@0B9BsWans2~miy|-%b diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj index 718b05c750386cdcaec70443841fda85eb124fb6..4e4a9e53f42a69bc56d6825b8de10ab5759ee931 100644 GIT binary patch delta 778 zcmY*WOK1~O6n%H*O=i+b9n)W$=F@~)TB$fBZUj-|PS6^NUAXWY8Z;#KW0d-9i^YXV z7bzEa;#x#q7!`sdilP)EsHh;Ws-O#tx~L0Xi07rr!daYq?z!jQ`!4e{wUR2w$hQ#x zF*{8{`1*ArE{p#^%|%5Y3?(4z_hIm9A`32`fv-{_KWj}c<v`Q{WK|}OD{9+1JVmC14_1e~t#_L> z>@&$a0E4v%$tzz0wRv8m;O0rF!tMl+-KS*xCQ!HUp-I|rP&Mp!O!WxOK*1B%zbaRW zliJ2i2?gtHB&N3N5#jts$vW5d5kXQ|IJ;GTzLAH7<5m9YM&2Ww5tYw0@}O{p&UduI z*_Z027winG{;C==*QQ2_HPV{${)O6B1K<@|)qhd{j?jJx0{Pc&05{Z4qQi&aO?tNC zl2+B#`VQ(U6qKQJ4$$)6P=8{dGS%w|q3-OO;e&dDhPkY7p>15#6V5P3P&BSgG!iJX zPYwl^(MIj{rI1Bb)viW+D|_T0gGXC-#oc4$$8+vjzTlq7O^lb^Txnuc(#;n0V+A*R zDqkF}+-{kWm6)^BrV-Bfr0FnMfkpO)UeIZN9ZFM~^J~(7)=YNa;b5t*SiW-mfTd&-w|F@l6vkhGeusid;VObUq} z0+mD1L-ZuQMbZd_TJ%yDtmwsFN~i~`rxNNVAEI-nJ#-(w@0{=Z&iVhJ`zyVfUWf~G zvHizvSpaxrI=~_L|I>DpqjyD8BNbuyo`si_=yQqA*e4qZiNLQmL{#@qU| z@siFngn66-=4+DN@*Sae13!yUUy)R>f&{|qVA;A)s9O(dNLn>=mF1(YF3=Pit~UKE zr{=L&+nX(sVP1~L`BXg$_D{0R>E;haQnZ0x;Qq=^9|2qE{LD@t278eEt2=!N>@5u+ zXEDS0(^ZmDpxFjmSZM@Ndui}~@fiDZ6ad|z*JcxvPV9`+1W z9(%?lo{xAcJ$Bj>N3j&nh#Xc43+Riiib-6HWW+7(Y|DrxoFaURF9=^@Fq#oJF&{09 z6a diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/util.c.obj index 9aa00c6fec27092d7560465362e277761eac6e88..f1effdf26eae9a8880eb666e55bbefffe0059af8 100644 GIT binary patch delta 817 zcmYk3OH30{7=`bhnbVn;7Ft?G!9J!ussS8<0t)y*#6+X1xOP#A5Gq(uFeW}I8gXG_ z0^W@pjL}t%F;N?1OjKBy7!wz2G!o*{jS)jwx%Ct`Ho5=3^Zn|1<-c?1az_vp|WinYX~r!WON#8R;UFu9>yX8d;OzBLj2;mx~g^ ztTBs9bMBwyBB5a#4U`~I8sihLSt7@6o;rys#%pLRdXVIq<0YH$@m?-;@ND7`T^715 zA>4S)>cJqpC737o;tyRu{30*KC5|b>b#gz#BmtyJ%Hd{C5cfzzxI>a#hee|GXyz>| zFvy4vctf%gidU(`3Pn|jl5fH{k}#G?BCr?{#Ut_<+BwEX*eygHd3vjHo@q7M&svK? zy6TXmD}hO#HzQ15kDF9BAZAT}&JFv`d2M#i)6Mgh{;Wsrq@s;{rNVD$761#i2gy=?No@g%)@Sz7s zDBXuT)?R*F?F%)o5Q}!Kww3}{R!P0p_n0HJ8{Pzs-UZd8Hv}(mv@B!c7vYj~Wi^E> z`a=}j-Ca`EyS;^JPm^vtL!+k#oNQ*;IWsUeI_?aNkF_*A{Ue#|u+x7wGjc*b_pPXL zPkCXX^p&P|MLdP8fuvW?sh8oD%qw@~o&2CaMN)E6+0k=yNZpR6frQ{Fw zlr^NJT`yZyqg^dKRG*!|Nk9J~bvh7KGqztoQ1|TweeYSHsZ~3n8C9w>UMDA1cRYbm RP>AU@@l@O|->TVo#b3+gg!BLa delta 822 zcmY*WO-NKx7`^wsIrHA=I5ui&n)9d5WNPEjjFqMROa>A$(IO07h|G{f(~M=3o1A_& zEfmTdL1JL7G@^nLM93h>3TmOQD%u3*s*ILVL1zjVJ-Fw7_k8D^@AB@G&gsq@9@%}< zJC|A4g|NT23USvE|9zSTiPQz5TZ~0Ybj^4GZYIK7ZnIS9Hfg<|>q&FuuLMg>&@C9t z^(;mS6Lr&g^iOh~q{Xn*Qv#>M!xJu>BExN-I*D<{Yw+hhIKrCaC7W>bZdSChHqcF% ziB?kx8|H|47-lygZ^+wWV_ksHT;o;B@r|MiG?CwiWiplcK*j})5pFDy_aMSCUXK3%OCVZ<&JF>W`GvAYLr?6#qYIeT%G-hKE=O*=kO-+?4?KfbVgfJ=yjXqY8+ z2wglxaGcV^@Dn@vsM;DeRzE@Osi~pB+OMP@E=Y2mHf9gdXkSqgy}o#iqh%q1FTy1! z3mdan^%>+R)2Y**SbC^08PD#pwM#YYD9R4zHRZ6E^n#ll~FmRoUT{$g?jIb$|Y6nz9@UuJ$F>Ds_(3) zRKgRLAJsh3u58{q*`UJSDj8Czya5?gSBR5phPbMhi4WBeZ$SH1u6#bfOsXzlfVOkK QK-tp@Atv|_HolGW55x9^@Bjb+ diff --git a/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj b/blink/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj index d0588d19b7cc870c0b5f60168368bed823b25334..664030502c9c2a2297aaaa7b1725e2e9f71128af 100644 GIT binary patch delta 279 zcmeA$nP4(OfpNt~MGi*8FN_Q*fQf^BAy9~kku91DL~-l@@t9ZxK|CgQF{a5;jB1Pq zlN%Ww8ErNnW>jWm)ZF}>NtsnqKO;XkRX;B?TfZo^Air2YwYb38NIxkjGcQ{|sWdYu zWils+^yETr*~tb%ESnQK%o!*D6XDvtfHQ%Mal>Rr5r4)#lLLX|mB|Z5jx)ZQoGDt) z#KJTAk!TsC#^gvbe@36lD}f}>10Mpbw-ZKnn3dJ-_oV)X{`nApECPL5(! zW7L}5$mqyuw)rrlG9x4V=I2bxtdn&(q@?vT@^e%5^D?vbi&6{ni}h2B3yh8QlS(sl zQYKe$%WY2Pux8x6fHQ-Oam8d#5r4)llOuuTnaL|fjx#=)Tqs)3^oM)$E73AWg~^Fx z{){e@Hv&nP$&BLVj5j7%iu*HWOg;%D_e_?Q0EuTxXfq~Go+_ctSU!2DggWE$$q#|# v{mGn?>WmDN4T0qM$&o-(WpX2s?3la~NJdP)D5);7MUa8v70_oe0Am6GU35m> diff --git a/blink/build/esp-idf/log/cmake_install.cmake b/blink/build/esp-idf/log/cmake_install.cmake index 9f32f34..6dd8f58 100644 --- a/blink/build/esp-idf/log/cmake_install.cmake +++ b/blink/build/esp-idf/log/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/log/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/log/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/log/liblog.a b/blink/build/esp-idf/log/liblog.a index c39bc792d53a2be9003d16799b910e0d50f42b6e..b73c22a634f1bfc1c436e722ce2c3ab806baa2e9 100644 GIT binary patch delta 10430 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 EFNrmkXaE2J delta 10617 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 Ta{3^3Lyk%rtZCESi^2a3->-#B diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj index 53b1c76f8cdba97c5e6d879cbd76a2521577b8f8..9aecb467de8c3c61c4dc49f2dd7b45b384490117 100644 GIT binary patch delta 3150 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 J{>RVb^gryQ|Kk7v delta 1517 zcmY*YYiyHM7(S={+J2``w{=^g?Jn$Ec4g}>jFoNRHkV8#DQ*K@R1CVY6^Pjua6b&0 zhD4_kBODWrIO638E`|kCP)sx;F=0krBp8eaO$a*wkZ_5FKn(FY-xd;^^zHjT@AEwG zd%o}V^d))xl6<>Z-Z)Y6gS+Oc5+d-4CB%K7_}|B6`)(6(S-v3`e_Xy%9kzDq_+9?WDKOdC0#wm)` z#e7cl);d+W+H4%wWSk{dDXjPPK2LO8kRuw=LQxZLc!X%iIM-Q=A(C1!x;t86DQAcqElO#paMp+&{rA0n&lUaZyyM=g!{8f01 z!-}wloMNQOFTpAhLO;sE6jrIIa+Bz$xb?%#+iEQkpj74_d6nWm>f0d3M*~aq?SHL_C3m9JwA|YTNKH z2e%_eZ3lKUZooW|jrfgI9>Tjyw2Mw0qEQzTgu2m6qla;l)E?oIt~n;wI1TMs&H`!H z%VgPAIg8BgDt+CTSFxW%RU(?fA3M%vLjE@UX@gbM%HOU`E>u*v1+nx&_Q0zQM3KBkIfss2%w$Z36Db;^sn z!N0YmnHNO%;g%us(__3o@bDprH}k>DzW6O7Pw@+WBQNnpvTws2nX*6fz5dQ$nlNNp z@W5e<}pv#uJQ zltKN`Xi}cmHyH!EGnJGB`e3R?4(qQ|W%4V1B~>A>X|=OLmg@$_Q9a1mu3uq%Q_nJ9 P(-#=e>$?tKvMc-_@@4b5 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj index 52d9bd9393f519d80e943aa6fddc5b3f72057aac..08cf1c3f7e427c577bcb803658624b6c516d32ca 100644 GIT binary patch delta 1017 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 delta 4237 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 fH_=*G2sYiexsj delta 1054 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 delta 5267 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 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj index 87858a4e8097396af6ed086a2e80debcd80fb341..4a6e216b1912d650ed6cf1ddbcb4c442b7a0d20c 100644 GIT binary patch delta 506 zcmXw#&nrYx6vywmbKkr-W-QFmyfGGj#H5*+nx;&R9fi`v1}O@gX{O1~SSV~PY>dug zC>v5j2_s@hime@GY2#0@P`-CGx6bGLz29^0?Y?)Jx=9rpDZSftw_Z&`_@0FjX_Sqs zENPjeQV6L`ff1K7GWjJTrMZUzX&HIlv(yt7@AGP!4$XeARjR!5t zIQ+kM3p-;-75+zh5xTWER1s83z*Xyav>!mvWe29=CCMl3)QCo_|3bIp8g2d~Eem`? zv5tLo%|Nvu4>wc-xw(eKJz{>qCy-i?FxEC8s$Q97h|W1I2cwe+sGG_SSbZ}cc(2Q8 za}1J2&7f+|ODum4?_$@~lE9yV@Q!6y1imuX-ug^dGHi?)df`CKEF=Y2p}Y)*Ktr%b92`e+Mr|P! zEyIQREnH|V!l6xxFh-jSYSUWD$esT{|9~KL?uZY*bI$iW?>)Hpps-)qxK8;uH@>`Z zNQk!YLWsK<7jyYYR&BNo^^gf8U9r;#Peuh`VEm7dt1 zt%t4LioLg1<`0y;!)Tp&G={Tjl>>KHK*Eol6XYDI`GH_wLqzLOCYhuawp`FObChg9`<}gn&SLzLx=epOQU6?QWmC~HQR9sxB`o-#EuFs!dE|s5&YJRFF zaBJ3>x;h$1=2eIvxUG%Jwt)zZ@!Lc|W&W4=MbG)O8_-|Y$$$)xL)W>UTm`vyHK0?T zho<-&bd954hW>EDyGi%>iI>(h5h3zC=*D@+Yo~Yo$xBm~kD+^f4jtm2RGJ2OB$d{u UQ6Xy0ch^(x`gbP|!-vWEf2Ap7djJ3c diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj index 594469aa0cb2905125a2561f1b89cb25cc61fd77..47e4648567e3e314e8094803c674938a64221f60 100644 GIT binary patch delta 616 zcmW-dT}YE*6vv}8 zv>u{wn6w7z0%olJ?M3!=xs5ki7146zdOaY}G_v zRB+LPa&#eri$D|<|A=BXQW2vOEOlW87gewd7F;x-h@jxSfOqk|!+CRN?w!d3O%&)- zh~7M08P)6~x)6=a8-y6wkkJmAS2Q8?t$3-ep(vKL6_K*RhTpea@MqD{t<8rWJxh#E z|3ydtMojPUeB`Ln<$LWo)7YuUA_Ls~oL%A6S$mP~y#0W6&Tiw%GxlcYY5Ny$>S0d@ zS01-(>>RUi;k~}mWttq23urMy^aSgT6I8<;qnnEOV5Hg_xZZDVa{D;ZG|81#ujOdb z|7k$Qcvx{!vxp^=#%f2CdIAO{R(mMlACQ~f@`TjAQ zz|er=8AawWeln}*ODgi>D)T75GRue$j&Yy6gNpC;m-P~|DMjO`Fo)5i6!l=AiqQsK zR$+RC$0|x+Ft4IUFeJn})Dq1IroE)2J00aa4%L~jv&hV0CLL`}_6c#G_wxVna_Z+F DFyWc3 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj index 0ff78eb81c54dc7962119bcd08ada78b8dc527d1..c6bbb19aab275047155ee31f94a0b16967bd4a47 100644 GIT binary patch delta 2648 zcmYLLdvH|c75~27ySsO@d+xpaxckWaMM6kOLdXM1YLG`Jl;A>Iu~f7KO(75R0)&dP zqMbU9!jSo7K&6f-!^DwC$d=Ku?Fh`+0M$R@YpkNJmKoErwL0dHLZ?iB=O&$I=AJ#@ z@0{N`zjN-l3uDu+@oCrLLV4_bk*TMHULk^RzYwE_5DD@BKbP)%As~cH^R37d!mW9F z26hQ8h6L9~@hbjs`GkoN-E$x4E?v8YJZ&#H?uz&}PLSS%Za`BKP-Ws_2hzU=-=b1_F@;Zcv3L zgh}^6q(#dhJ46F$6Q<`8jnH*ei&7SHY$EtEYQyH@vi|81l#q>6!C3F&{OQ{;o=1~Ie%gBd1<@7E}&!|q(R*po>L?d>F|C4#dfJVm4fG}mjns;kP1J=3 zOXwMpm(o{=E~9eH(M(}9YoYhBl^@U~rn!Ueh2Ki|AiA8sMD$J?2WtgoFw9CCfWL}5 z(Q7qslJNQV-vlKs!xe ztUrK~W-$nQy`T39^d$7?OOx$586#L?)ZeTh{a>2D#m~Ml&k8jj$emY$`u>&4L15Me z5NB^uR-^Z0AT$DeSzEusY{4_;OkD-p)C>O`=7`weIn_OlR?whyA(etRbh zJZb|KkJ!J(!29eUg88uhAn;$6bn{fB`*az^Q9{siIq;#uoM)`U#)9;-NTx9;{NC)nb%X}HCtotH-cQmsAkad5A-;Hh_hP8g? zL=wU{hY>C70sSxB^i}maO82UN8F`zJKzFXyqqkxrvk$_pUUOE>Bv^TbI{Fcj2-H84ngx6;-UUHPhgoJ z;QEAi#BF3p%~w>8Raw3X+Y9Y+`WWA0-=(ra--@{TB<_H0G}yyIjWutm&9)3D92=e4)S&(r58`h8g)5b zAty6`4{wq3b+s;&JmTf(NY+Mq6X$+Z z*6dSt@wM&mU?XzU&;JBpMb0Fi`V)BP@`}^+bDXc^X>ew~O0y%6ryJH_@A8_D*XtT> zuRp5Zj=w2CRgWcD!1IZvX=lp5xut>N6zFqy<`8g!WxvkfwAaZlx7@mlob z{{#T3Wn?JH>gJFH^M>>IUCbeWWhEo|e2M3f5xA-|`AvxL(bISfanZzA?p7ePA^W9y z8Q=1#Tm7RoJJY=KeScBS_Q4(9H3L0;H6z_agF9=wcMdJCtJ&J$GtgJFb$3tygBe=a zq^m<`vN9capWG-D>buuc^02z|bV?SgQP|Du3)t;y(V2hBE2`*hO7^Q^*ba3G_J#_b zOUY=a>)bXeEp>G~CEHc<{2uv^8aSur2Bm>~-}wShV>~{J*1?w2c4& delta 2664 zcmYLL32YSS75@L-S?{d9Z)SGw+1>GhFMMI_5U>pfCx#eX5DbeQpjG06!yzy>J_rOz zpqoQVpehvWPeaI|azxan5R8|UCaM%_r5vGZV+BP?Yoat%iILKzZc*z{Ded>hj=IwS z_Wkep-uK?T9eZ%hGce{koF@;T&o}i%X^IfR+<*{oYeK}t|34nxe=$u6kLF*SDuh?_ zb#(6#S_A=}52G{r%j3Um;7j-ILApoRA_&)Bfbf<@H*@beJmC$9k^E@~OM}g2Xw-jiq&WoZ5EG*|NMC~dBt#0mg~|A78+4t1gRB63j$Tsf4)iqY1+gI2A%Q3dc7y8C zyGf6Mq(y5ms1W@KWy16;c++VDXc?4;7@NwVN2m#ti&8hr$LK7w95P|gq(l>VWzn-J zlT8AB=8yyTGZYkXh zZ#e}ZXVTXoQ9(VBmGm$y_t5WwFpHjpyqCrjNSjTwA?MIykf@@5fL7CoNT{JlP;xHq zLxFj80?D=H#gfgZeDtw^Dp9PC#z5{qx&`X@Qy=ttYJqnljl#Q#E+gv!`XicYpl;}k zX$xvKVxv44P(n*IBRHifY{91y>&0P>_3cPWDG6t@UJI@%W#LlR*8|r7e0mjh<0{H& z`W$@&AkF)cpjQQEL5KAc_~^CH65NbK7-B|Xfqvw>us~gabz#0C)L>e6Q9bYj4Nebi z)(8?OwVKX?i{qQ=uIjsIXcvD8MZ05xT{X%kcrT||(V{soIh1CT!20E#K}E(-YRJfu!_ z7-xVc5SdD?D3C@Y$PLm>*onSCmO=A@Y|_urfJHBWZiukmA}q8d@=ak@-A`TU*UZHa8iq)0|}U zAP=O={3~jE%!l~0&E&o{vyCr3?!^+?&jDjSZZaR^w(2vT8WTK1YlGhhnr1$X0-^Tc z95kw%?_pS>N8L-%JPokWdN<4x#tn7JbRM|H0Uc3}*37^0WvhG9&Ck$wsMEa!&6nU0 zbw#-Y%ltdmC$ueUBRa!;OJ!N*B|9;_&@Q)*kpg1VWwpK@e)A-DK-L(n<5#G*St}}D z#PbNZ`==x949pHIBBp_yq5SVaA7<+j+(l-O8ng1GqXMC<#9ZWMwD_1Rzw@1&P(=1I zOx^gYe0da>r&?BU>1SZui-Xb!GwLG^TzZ~N=JKjr^b_1iajM;(uhC@7gNf=*n7e$> z&*SyWA9x9P9DVZ$sy}ttg v5U53~)78SH1@M++iJVY-AdjizkX7m$lE diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj index f3d2ee217d1922837055b69e6bab11e6dd8f2ce4..c8269770a9366a5373154e1f410a963e67bc9371 100644 GIT binary patch delta 913 zcmW-eeMnVz7{`CldAs-eyKj26YoIR8yj|apTc{0NZXm-y^d76NXj;>Iz02cEnYT+L zW=qhmIU9?wEPA6Lqkk>{Vjkjpm9VSp<#^+?cSzs%?ylMG*Cz9XQ|fea?BF&+|OL zGrC9>>JT;Hpt`E*t}cYG8QM2O2!-6gbLeusq0O?B{8zU*$3Kp2*+?;LlFgLB2{}>p zm9xwnihG(ltvpv=fGK%SBwl)?qsd#Z+|x6|-X)?swEIooNU}75lotR>mC( zB-uX?DbZX2eMCG_M~95lICu^&m2k)?n#-+)Zn^T%y_@OyU&cL?f&k}LV2%&TZyd9>n~q4 z=?VVov=prl8@pl@#E~wG3b4ew7FBVJS}@Eyh}*1(QJApkECv!c=n87PE&2gt-IgNi zvDh7>e5^@YRD*Q#4FA2n_bj@GBx@zUW^IGM%c4Vgn{^83|M!n~?Wai$^f)c&SexOq zE$YDzyMoH_iM^Wc;F2BDsalBj_%;#313O5s;+Y*`#+u#;ji8k^h%{>rPP0y9zBi)J Mb_nq!ihDvY0Oxk)0RR91 delta 919 zcmXw$X-HI26vyv*+r074<~oW?R+HmoWB$bw+6gfh1 z+83e?Dk_Yz=u1#k6jUFzg)|D1!Ve}H7$tRH)P?td|9js#zjM!d(P8KrhQrwqy*>NA zz`GR2Y(FfFeUXrhtq{O2F}rL+W=xh8=`LeT02L_6VtPfoPbwCvj7doewWjYgeQIL6 z>E8f(PtrltKf;e_{l+|TBK=GZnN!%m_>@O%XV!KG% zYWs}mq!L($BT^0^O7cb+!>w`}Okjtc32X7VTmn@%EU$!q^ePehdPec(*{zIm4_G%) zh0E?Rk+=^M=FoenOtY*Zev`!quknPXD03U#iuZzZh6q#c zyEGLZ1y>>EPP^N1+>!y$P*nq<;WG6Rw4h);3O#tjS|P|Xj#-PVe-nW5Af*F;Ojh7k z)S}3n>0IKKbRzQ)gj4tuiAKsq4~06a#VjfnXOR|AfTPxN$SmAOp7B$Z2;5E(fr;rd zcE{~b8KNFswr~|~QpwT2diIQyY z*esWVWws(gQDU985rEaW$)QmveU80Qf~wO`zR(sml#wboEeb3_Y8 zS_&3vwe7}^dYtV`iCy!>L2PKgp~OlT4r=ffzgO$RuK=#7sRR{|)##9fpGdPYP^&{3 z_L4T@5b1uLSEs{CY_EF?1Guzar{C0HuM5+KI9gu`F7$_V$i>dkc__!sZ93e;CQ=XH zCk>*#L5B|9LV6Z&{`E5ryC90~jb_Owq@|c_=unLzBag}-G3LT^ykmHUpMD%Qa^!-1 u#)5dEE)g@rE`s>OUf6@{NLB14&BZIESMg=on>x6eu~+ox{;z-IWPbn?``|tR diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj index f57fefa4d945f49eeb0119a589821a3a3afe7a8b..953bedfe2f63deabfe26ad9806214148f6525560 100644 GIT binary patch delta 4524 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 delta 4526 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 b3gfv+;U3>tFt8^Q2;mV5+qfdqFZBNb241;` diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj index 5db9ee5bc60c689877604f69c7d1fcc5f48612f1..3001bd46188510aec761ee4e3d46f555b28f956e 100644 GIT binary patch delta 3028 zcmY*a3vg7`89rzC?koRh_uk#?-t2B5&&^^236JmyArdGLQD6Znr9+`1LqrP10Eqz_ zSc?-yMjq`i7=~vZsLsH&*boSqf`+6*QHm`n_$u$x8d^)$=>xUj*~QLyXZE}2{IBnS zoO8E#gY~lw)-5@*|Esw#x)OWrLb%_x2yxU9-+C-g#{rKJ7R_;+gs^J1MRg6rVsXTM z5ISvtPg5_gHC+g8t+IQ-oCAN0v|qMDbV6cXoLQF?IcqfREVf-bG-qsBmxo3wjb@wP z3~KF$3KkFTNXi_~xP-827U`S}Q~N#$9ohk)<^)(Xd~vnD2^MRnzecS;0l&2%qgk!@ z^ZK-+#BY@;tp`fl4oeFa_+dj^6&vLMZFJO&=+x^*c=8}KCvAa~iw2=1X>?WvpuVti zQyT2kX)dzy&}Nk4rDxGBo%(^-pfs@f$N?`utwuXCs6GLs03AZ#f@Gi*CS5_-GU+nh zLbMI?FwI6<5n2qIEDE9iJ`{nrFYQ1=+4LDg=g@Wd=F&m*Babd1#eBMp$OW_usYK}< z$O@?xablE(`2FY}q7~B>kr1Lk6~kx%b-pcc>ieakLr^<8eYPAAsBa5=h%sWBX%a71})1t<5cb10sj^CeSkx^x9cC z*@hQfN{T;L;ue5*6lvOv%(v9~fYJpb*VTGH(sY=4K^5714sF#OAw3T<^sOk{5jKUYI_=hXTlk4_II4ykq;*^noU$3VK)SclTqpl3of8z;d3V`Di&t~RP5Uu9^(mBv>N zA)1V5QSy_eNjJLm@0=(oV& z9jQv!+(Vq>(Pg~{#_lrLPhkaVmD-huilDJ8wYLnpW~5g**CuV*@D#}pc$8}+__l23CVdob+s0H33~25>3T`g=@z(nPrF*c z?#x(HTPM6{lbbaC3`+E#cP@p-t>1&E_m9aZhSgLzxRxO~MGs zbTtX9WK2r7R0lyM5+%73=}& zQ#^;v>8QylmHtZX4x5`))n(G$gI$ODbvhr=!-=D)-k2&~`*Enc&4dazL+Xb>aUpYQ zL!&Te%j85anHCj#PHOkQ*`-pNC!LSr{h|4)3SBLebG&A%aT_(M-E}h$4Kx-==Nwqx z$gFEzDvX6G-7RxyIcSX^rM7=I^Kny*y43ErIZ4&IMrQRO-(J&=xf<(a@rD|AeB%rm4ET{h&TQQXSG(O?am(%!~e;6>7Q4v)K#NQfFPMW?(ZMFy1 z2%XAnr|nkCYgI;m=mtI`{^uNuwa+EocK;@airHrvw`b(bZoZrmOZbtvtcX0RXfYW4 z>HI`xHp-(e?S07(bv`To>dTpuWVhpEm@(P013{CwTjcx#Hr}YTtE>8JB~E?;vNs@0 zI%Drvk{^Iu?d_+V3`ly_9vAutfRPMo9QJbU&g$my!RS*eqR`44kZFkEyC-KCK!-?snz zsvi2E&G!`U*8JHjto?pS$xWTc$W&qrXzFGr@z8T>`0M20w;^@@C%&t;WJH-DLR zGix>2r_}R3{Nzqg0Dtq-_^UpDkpJX&`l=wkeZQ8K+?!o4*KlFZYcj^yfCaoe z_oUx~>n>+v(n3r~`d6;v`n;HYhg*T~w!NOWE!?)G@+m9Ns0_9_$Nb8jTl)ADOKVH( z7A-DaUR(dfiqhH@^+N`i)+||6x45*XanX_mZAYebIXUfETH8~zw7IgCTiW9C0$&7H zarAIpc5oxGn|pu-9B7ZrnOqBeh1-EnwjGJf2L3Ma0`CW2;m?7+JpO20mho0#Gv5T> z=Aj*NxsqFeTliwfn~1RMSd)C51IOdI*tI~!Jl-T<=K-(9<@3A-*voGNU*JBSO|qJ| zcE;s6z6tE*p}&bsom+tY_#$vGM^D6MCO4jFk~jDc)}35=68W@kJejaqv}Nq+nkpaS zxm`{2JYVdJquJ3@am=R?*vUPoisi%nk5l=wgah3%Igcy5W43K^A-1qQ=I7>a9kv^x iDdcwG4gLsN&$gZzIyImtmf8OxhJqXM&66AyHva?F9X1pI delta 3013 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 delta 2925 zcmY*a3vg8B75>le-QBx;cJJQ3dEHF{B;;j6c;p>|AR&Yn!307u&{T-XD-a@&QXbZZ zhpo_ph`$cCWJ*Cg;!Hs?KJZcNSSZ#qQ_)g^0xj5wj->@tP>Oc?og2oPW@b8cvx_lA_<|7dHZVuI6!9@$fC4P8 z!EEB(gbCREV>F%MUm%OaH{ng;LReDS?Lkl)|1F|aIuFMfGPn)tU49aZ~aE#^cm%xT`2$oc_P;!StG88Zx3=rWx2-ziS2RdT`_=6qR`yh&h452b-TT|iTA7CPPas$xS{1Nypwqa4MaR%_Zo)b#; zJOpKfk25i0;>S>Bz5No3+eFIP3Z!|!KMP!m4vfY&Up4*kIlaJ`uiJ7~&PE{3UxuX_ z!}(GmZ-@VcV$77T1>MU0t*1ns5(#_PlzyYm6|kA_i=wZG?54NSf_dKa#c|!YOTu3v z&^$hT-wtiDz+DQX^x`d%RfPYL=Aj!gY=`B&#H58AR&6 z01b?XtAkI$!s{RuZ_x+L5o3m9w=Or@mtk}6La97CAVJFM#z=UIS6iwwvQa5d^&f-F zl-Rg3bRz8b{2UD_PNELtc{uubFJ|QDdRPqp7^ncZB0k8M@m4~77SiM{c*FcDA|srK z)i56gHp-V^k8wGq#hbt!=TW$CHgA-{@I7eFQK=3t=s-i(ik{%>2;+l@Qal|F;t$b; zk6#AD&qt&RmAVzCTZlcuKMG(P3R8Rxgapq;m@@tgv_V#k%>Ag*l~r3dB_v$AGA1jH zV$!N@&;yRNv zN4Ft?wPe8fcXuJKw$(kLedOLR4LwNNEg<`c`#TKY+C*6oLc8MD>1CWX;&aT_+D_gp z`66?#B;PSmilWRq0q6lTAD-I%`Xw%)_w+d)MR(~~bQHaz$3+Y1f}S5Oq389E==a8) zkiHL5x~w8(+`tMF|3p3`US*bn-FqbQYX7ZAauBZg*qn5DjLo_^R(;!1;HKHrO<9|B z2<_W5{IW>pEW|!;DXz0$AB$lmR?ly1N)z2|Dr_C{6foB)m8?oGJPDa7>c_B46# zw>u38wmU3&vE!XF!g-&Endo$*U3-D2G&-MSkal-`ETX^eoDqWM-nYk8m3kH+?}qlM z#JJ#L6v`=xPVx*8H1HIhC-QqRH?rKMX*?N#2VhldE3blmF9#s^+1)7UHL_RZQJo~a z3pcDiWS7D9ajIPbW8YAf*o~JRr3GdTcqa^n7W$?ww`90{q@ zQ-aPK42hO_is=kRiL}&HA}Y~_l!dg$Y!>o6#kJNi-+lN((WB!vSwF*&%IRVA)K~s3 zU-^F+uW0Cnowj>yCEon$5l<=g)=WG6vhoosu>tjrqur)_@j9!diQX)kn{u{mvIo^X zg)@B;6L$bB$4}~6Df(ZoY<9qsTPu58=QQBLW{X)3eO1r2b21XBF{L@HB=#Ptka7d5CT>C+3=eM6qNomB*6RO$bCW=C$gwh zHztN;>_dpX){*R;9)*mm;QRW4M2@Ru6xRs7DK#4(>YakSQ&^F9x+!iw#DaS+rj`+G&pLm+mf?Ccg&43IY?|OVL%h6aJmg^%Tpc zpm{WOGYq>B^#ne}ZTcH2m2{wQM@j~@rwc_tdELUaQ0ZwbrbVEnJIB{8+@6;ZuW+rKQlWzO*#cNo#DKF?VKtOKbVu$xW>- zb7wTqY-woh%Ptz}*YWBMV|8cO{JxHoXSuJe`ZK?NWO1Z#RNb4U^tisdu$g|U>lZbX zt9L?n=!=jq=(5Gf>4d(qxS77GCwDf}yZXt_HPosTOPYOOOwjX|{F-WY@zQ2muGcMH zLx0g%ao(ouyPCbZ7hz$AIZ= diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj index e94950a6d11ebaeaf462bb041f50f1e6d5e06acc..232f8e43877d0a23f2d3c4263e1d2e30e7996dad 100644 GIT binary patch delta 2919 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 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj index e072ad601c47ea3a305bfbca6cb864ba8d695b1d..2adfa03cbd110863fe37e614c4bc196624fad8ee 100644 GIT binary patch delta 701 zcmX|5%W6|m6utZ0r!`vAq+XNyNK8voA|xt;8CXbjn<~;?Q9qz94h*)^_yWa89jPc( z+(;>nbWl)G2aS;oGO`b_6bI=Mlvp`~*4 ztw`@DMe#jV6y*po0Q@_`GS8zInwfw_2=fajbq6QZ$n~27ilu#%g$z<(4Rq6 ze@Sm9w9gCBze;H{QdBoI z8{<*!T9z*p1kZr9^2FwDF0Dp*E^kd-wK0xz6`RQrAF$Dw;VF)^W zP2ZAwBO@pNM`p31l7l;q$ceCwT*svk03sLku14gv7g@#i=Rja zaOQMs=t5!mWM#%aXjIm=cgLv2(X2}^xCnk-nakQltNgCprBmFQb7__@HCYe4Os{BzT$Uz@K>? Y{E_{=ak4lAUgbe>f^UO=a=F+33w2MAtpET3 delta 736 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 E0Yko+$^ZZW delta 439 zcmXxhKS*0q7zOZqlIP8P&r%~uZRk)##V86{f*=&JlZvHJ2Pr}Y2ZctYNHvM^JsnDi z792`X2MeOXKLx3Sk|`n-L1`VFS`g`Aby6uv=^%*?esAy_ejLudclmCvgxL~4)Ie=S zy)u+IU*_rUpi;(9*64oRSZ|ukP|AL$l+s&aKP!7lPV_fxQL zJkk+7XHoYCE`sb1r2|Jn{s;|Vhz;gG+IeZVVvNmJ7ovP)?TQ_?ize>aeiJS~K{Wrr zJQTzXukQXvd;Xx}%R?^2TR0W3Hd4uv!TdqoH8`3w^Dh#2TCv6CYX^T=5EHb<9JH}d ze9BdEkVSEno#PHXeilFROw6$*^&M+O+QBJ%(iseJPjWXS83!+!6lYlw|I(UpV6ab2 za8-QAqL^c6HY0Dhvwl-KnL!obPx|){Ma2f!fyu1fh;^>Gk1)bLH-6Mr${#qgF- k#9Ai3Sm1h?AH6y}WP6HLNFtPpy zQ7o)4!4!Kfh~i-H2T_b1H-Qvu9hl9;3e?566Ub&tXJh*Wq?t2?*fK#zMRBkt0BKfR zAvPzFqNPIY_ki;38yMNx6oCwmUUs%+K$?%!gPlDbsDf)dBOAy1$uk+17@&Wk1-ZZb`t2F{*Fg!^q1r zc@7&dOKE0K%H)O229w{hF4??=O^<2v13`|>Z#brKF#X}0+$4C6F=Mi)kUyitkO$iNgMjGbV2Yk{c#7ifA(~ovbUO%&0RtP(+(Z@2}_XeebsS?%Ixdp6K8K~RtPKpXq!bYRS5oryr zHmA`nLtFVsC<|IR6jq_*`UPb|FlJc(F)qTe8I=%%5jexuvOaJA^Lant=lgj+&yVl> z&KQl2(VI)CdUEL~1^aBJ>^Ljc8(&O=YKX`p~z~f&Az;n?NaLd#hy-#IGd`j^GZWPaGN)hizhL7*| zJorNkX*_QzrE?q_gOB6Z2DkXC<&7G#^hxve^^REj$w zP4f}xm+?F>%cszKBTpcAIbSiAYT^~JZszBq&+$Wu-@{q?#-E^9<(fZ{eGKu{yaTPY z@t^2+4gZW<5Arm!*76+O+Brl@t>a(hUacj55OFQ#et}|IC6rp)EqlC4_GzikgK*PV z#eaa2c@toFz#wWoU^QVf=O_3WtJ&kqISQ$<#+rbtLIo~*r4bK$i}NcjDSv3SG%69j zoj#RE^ejCk`}JhQS@;dPRVcjIy@s4Y_bT3Iz&(ZmUUDsr_oB-(rPnz((CBmSB5Ze; zds%Mk4OEsIBTjSDVx;J@Y&A9~d!W&I6rKi80Zq;WEuKYh%&wG;y3_~Y6?_%(N`4#* zbycVxr0ou9PIEJ+kQHA$2-HI*6 z>)VI#oEEACW$Y2+udo(HRXK@ri|;R%E}o>F@(-V@nShtm<@Z*uoITzl|NnuU8}fbN zD2+>Ba0}g*^TAZjW_XA9Ru5q$%bCIS;g=)BIM~i-!uA%LkzTuniZW`iqkzoXN#Cyl z`PWX;%2Lv4CE8GWG_)#OdcXE0$w+Ngpl|y#JDPj?xA#3++EhPllycdQ#q_lFZ!FS2 znF1b@SZ9&WNN?vfotNcZMOr3{_!#(+ O{D}MR^-6v1-Tw!Ta_r9l delta 1101 zcmXw1ZERCz6n;;8zfOB^yWMrrrp^u4wU#1fU}u0a9Wg;WwyKL7gE5nA#%2g}(~Rld zhsqC)fOx=YFmpzb*l1)n#+aBa5(z9WCMrR}k7@j&A#s_;5f(N0TnYX0^m)&H&T~HA zcXErOc92%Fw2O z+OPQNkGKVomqOstsvRC*@`EQL!ydm70ACw90B)JuYVWTyBtE4$3OB`HX-W}~Bg4lD z&x7Bykj6`fQab05ZSZUOYVsf&R2F}S7MV}TZ@#VO7!sE8v^4qCbV<7W+0AZPsU){R zn&OwCzk!#48GaMRR&xotH}agR)Ed4M)>+;K{aU^o@kVZtS$_?U%SC@p<}SpWxfiW$ z=1b_dg}+CwTlg1b-OBTDYvm9rwS}+9IxQDFhPak=KS41q2&I;C&w4yBV_Gu*EZp=B zu?sLV7Xfw`3?jxRYYirIeu9tD%pO(&abqXENCm~uvF=- z^tIfhXXqgr*J~R-g5RiHiNYi9MdUo~&f#u`-B&TdQ?7;ao^<_kO0RdqP!71)VY~hA zIa$;jXhGsejOHb0BXUDSSMVI-mHZ$U z>Z;Htl)rk#_G88iI<$>aV>Z>4U`Kc}?;{jB53NSFLsman^@8-7P1GgF&2;z_EbRpG zD`@&?^&Xis<0SI8nWlH7!RkbFLsptL%3IdW8wXL#-b>-nq5Z3R0>j!bQib=JE?38K z`}V%8r+=0U%Gd{pPhu^Kmamcs=X}co(#BJ?PyXfU_)&N{ZGLa%%IWtG?f)Oh`CYyV z9HI%?8Qe~noD!!iRrB(Z#f-j!nhG<_zGZ3RlmIPf|75?CiIw!J}P^655D zU)es0`19?a{yZ=$>5c;Jk)e(Z{VB&f>glA+bfm!l0Irf)Aw{=ID=;rb;Nx--SSKF? VPsq=ORP^?(O3mQCUi)36{{dEG>!$z! diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj index d19af9d2674533e67d082033397cf446960ab26d..d8bfc71abd079491c4ddf1ca040eac5eb678021d 100644 GIT binary patch delta 241 zcmbOsxIl1%0;9r2Mfv*w3=9lB;Xq;q5Q6{{3u|Ux2?H|=J0Fn8%*1{QL~*c!Py@_~tQ&*YD6<%}JZGueX~%_r|=S7vOT{E%IpaqDDG4t2&4lMR97hRKmYa?0dJ G4sie;_c4tC delta 250 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 delta 7262 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 P6WfSeu=h_+IgtMcNIV+Q diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj index 54796cb6627892ef03d7e28275b5b629a5c8217e..eab6d8c944362d52d8289a643ef7878f3fe31aee 100644 GIT binary patch delta 4199 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 delta 4229 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 E0NS(ClK=n! delta 818 zcmX|;ZAepL6vv;lm%Dp+ckk}zY|UxSmvmEOz9cz|No7LW7*ycYDI!j?EKL(BXC`5R z_`x`2MITh?Lw%^U8ATZNp(r&F6QQCvDF{WdBBaQoGmF0b?sJ~!|NlSd+~@8XjE+H{ z1HvPTpETlGjxhr=#)`EVqpjm=w2Y~Xuv6=RWE|95TzMqW-6jFA8C&IZBKL$Ks8@81 zX)NabRFLP5)~aG0E^9YRk10i)YMzN6h?vD?Z17V|r)=UGJ1LI?V;%AwnZxoO4P)){ zJn@8l22XLxl0eE9*-UJfU*Is8uRBjJCQaZH=YT#`bUsjHl`a)pv0LZMoT5|SW4ouK zK4%F^99b>G7G72}W^&S9!d4-=W~Nv8TbBUqFrF`jX$WGsjctUgXq=A!w^>J3!nk}^|#oJ zXgnNpAE`g&ZVojywzxwrO}RPln%4S;T72aC5E)PZslm4aedL+j;)JU>SLz1`W(WKb zz^=d&)Z)>yHmJt=GCyRZr+fg4@MXClH0Y{mgA^R9h_1g71Gp{dhe13S%zz}kA55m7 mKNn1+rxz;IK)`I`Yb+xsVi%F&HR3Q%6Z`N7u@@7otbYIva?Bb4 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj index e93a3e06a6cbf1dbad08aa6db88c6f3efeb1f8e6..5ca95d70a7531f94b15a4353c9b13b2de501a8e4 100644 GIT binary patch delta 3279 zcmY*b3viUx6~6c1f1f$K`)~4RH~(%PyCflofJ-DqLJTHg98J(XH=>sYe6bqu6Qbr;|by_=4?RWk~rp?Sfx%WK2 z^PO|g{gb{I9Q`ji*2g97O5E=29(D>rC!`STgW~^wG>>~d38CrkKA#W{-Pzi)TxgoR z%z)D4+~MV4`k@RV^xN65G%^?QnslvpKs5+Ntt_X*R(VcArD@I$0a$90P^+>gvqg92 ztJh@JYtnN<#WO}(y$E*XWX*?BKa5O{BJ+OUKd9zrjOqTf8+%#> zDXE#$P&5P|>SJ80hIG=PUkDeqfU29uf`f-PBgjkJK*dMLvCp75e28N3_tQCDhyW2} zkY=JS24y2}h^|1EOnMYiS@Z{>nKaUkl-bmU4uxqnYL3uG^e2bjK$t~8gFZ@r_{8W= zq{*ePQClAU3ncO>7Z3&X5uoF=7qJO?2G&uu3)VvV1=1Ihg=EEa5uT%I801Q51jtuV z2>xX>BD#ebOMBotj&6Xwk|x8Dq<%n*r+Ub8+Kcp8(YFYmK*b=SjB4^D*)_Bmu{BhOVy4hy?60Mzu-1}hhyqbZy$G91z2G>F znz6r*l1N#PS8V_fG7^9ksen?FY>dO^B!%t*vTwU%4UWMx5QcA$=Sp;|aGd>=3>~_Q7YILIU4m&mb&hJb*~w2YgWLf`+VCzX>L~ComlS z4y8+)fvrX^`zgK!jZR&VPPzs(T-1&xx#_2n9{Lh`FIB_SN7GPV2EE2Gv=Z(2({5M; zDJK0V5!qxVASqvZzQpg1))dAsl-~c~)Mx2PL`CV-GuBB4E0vj?XQ%Zk zIz>sDCE&T+nuY{aAtUo~dfD=+s!*)^QKr%?z0cuF-nM!;>kMh^M24f$_T?)C&6f7v z9k43oix{~@+86to#TQHS)2Gj^TIRPvdh+2p9PL=qE@*Mu z_BU&KfG1%|`gq2ATb&NYf@eA4AsHJ$im$94DkC$NT#GBDUrKx0zKbORMZZc@5i+)l z15_GB!^r;Ar)Fgq$$GUabG$54J0Q!|Cz-|aX{BY2k+o`E)`qE#KsWpio~M9i&$7QM z%zI&E!QyWY^Or$4UP6ET)5AQm9-|l1Kf^wFjaf>X@$SdrtOq7~-eMU3%mgYOmp(J& zVG7j5x5E;giIY3FfMutD8?e$o1;1sEovtO|;A0}br#Liz zLJgZWH4fnWvSfhY^8q&U*Tct5e9vJg;#=U5+2Cf)Fx&qGrEM399qQKXaP2(qXooAp zub*4+KRHGn1U)nE<1ceTBY-k~?VikjFCtr-Mq!QGogJ@vAGtD=o0)a~;2?_T;QD2r z10NHkCmw_cE2CoH0^tu)<;6vQe`i`w?Khk5zJ;8fztFNHtrF|PbLb+LmVh!@3x+NA(x8w_1 z#5{Pwwqq6BuwTfU%dneb56U(b&AkM>PmW^KBN(0@EWkG8GHgd~nRd>nHszMr+C98c z*0GD<79$~ z9)!!ASls>mLixF>%g>ep^^^Q@L4H#5-;>hJt3yiV56O1bS}^Vg+wy7E4;H5KnVs|v z%+%{xqQ=X?{9h5K4omhwo{fJ?>@Nu8pB3Bt zS$o7r0D2ay+AeXsoh%CaCRQcpL*!yrpI0;E^~qTnUb*%%V5JTC%hb0Br~d&pe%Eo6nd@jwdS zz$YP_)LF=vRn@_iJgnA1-k?5$yhoKDO38k8FXVA`0P;I!y^~`6clOEYs{CEX?}60S z5y&Q$c&|$?P*1*>!dRV!+^(wL=h$_SruqnSx+*=~1#Vjpr!dhMApfrFj-=#K^#tT| z>NI4FD*sDL-lBRS4Rr+a>w&}v5h+Pk9pz%y9qmE_Im8rif^1S-Ax(8*s7yAfyblZI p_p0v05}8!3kc-t5kiF^^$n)wn^hbV$o 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 delta 645 zcmXAlTS!z<6o&UYXPXZo)g%6>TSb3uaO)E51 zFcW?-dWebwlOUR;U=WJP2O)%B0_g@qFF_E(WIaf5#pnY1?6nrmMVn$jGJnW9TGxFsU0Mym&p>f@26VE9X3dZG0&t){b{mE zjwfhRz3G0PAv>#`d+Igxs~#G|v|3A5SW!#&Ec4)1tDZe$mY*X>Eg$c%SaW>rh;@(a zur&)?7N$?KbI`iXb-?nVNmd(o*(uUbVM_X_2#d0Xg7_`>(iC#F4w}QLX47Zf)^^h& zywE~)6u-0vI*oF@jnzp#kU@qJW)Y>$bJ8PEC0^@Z+Q270K<}X$0cBf9sp03qlSY8z z7&oeF``K#Vpp19CCOle_X2>1q5BuYJ%a=26{-2sY+&j$Et|Mwr(vW!~2`wq0%xuKc#>tHeXB%~5%Gpet_~5LheQ=q_s2v?bMrXmL3bTi-11@6mE{ed>%Gtwyx83n9O&xn9Sn92_8lk-p1IV0z7wsv%S$DB zZ&ZA(cP=FgW^$+**Xw^$0{sm`9QM5-O68~t4N(}eP?Xj|;i$4*fwpifW#d7(glw#Z z3uzXc;bQGoz7W;eDADSccfVR%gTC6dCZCnaaNdFSuGM`Jf-*=-SiFn H8$JI3FO;J& diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj index 50bb9d5fe990b843ca285ef2802ec5738d10a585..daed5491dfaab168f76446e7fc43af883e6b1742 100644 GIT binary patch delta 242 zcmbOuxI}P*0;9@AMfrM0Mg|6+y$lQtX+R7DOf0OKc_j?YEbM$h9y1er2Z-We1<5gU zuq+2rjBK;P6o(6lVq)D4qF7kN!4$hRh~i+^1yPI~L12n00Z1`03Notl33D^^N%IMa z1FceFn7Dt<&oRrNM8MT=< z|6=~d#CTxxSGID-p2@lF!HkxZ53(yWc20iEuFkk~GB1ZZ%Kyu6ESPpg889-O} JO#a9$3;@0wFf#xE delta 256 zcmZ1?I7e`T0;9}CMfv*Q3=9lB+ku2M5Q6{{3u|Ux2?H|=J0Fn8%*5UVqBvMVa?Bho z3qcek+f*>ckpQBYSl5Cm7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4IVpOK%Ns-KsctzVQ{kYB8yT3ldkq@PrpnUgX(i_vHE4Mr`d$vJEsn|WA1 zFfs0!{Fkkqv1M{8doZK%_TMl*BH7r2S RfyHV#1Xw2k{m=vA0RX%4F#G@j diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj index f2360c09b0fc6be0a7e9a953ac7cf73f02532a90..899b71e647804e8d33df27f54bb1056bd39a7218 100644 GIT binary patch delta 241 zcmbOsI7e`T0;9}CMfv)F3=9lBdx1n65Q6{{3u|Ux2?H|=J0Fn8%*5USqBvMVa?Bho z%Rv+)+iWn!;R2$VST}ckpQBYSl5Cm7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4abpOK%Ns-KsctzVQ{kYB8yT3ldkq@PrpnUgX(ozZ9WRYrBD&A*s`F)?nL z{FSYov0-v9doZKH8LxbcBYyI>w?>v{WReAax@|+ENO3;{zeImHMpF7&o?L zq1bSsD;EX3DN+~B%0(%PqCvY5rBFnq+D%plNl;P28y~ay{(H`x|8Qrj!?oercDh## zzjLpsLNt9=!Qm9aur9YzYC6%j6GoIrq#pwymgxEZ&)_ZIctJf zxNhZ`*Q_aIm53+E$&1!O<^`)2i%KsgQBmS_9$wi=14zjbEn!6NqCQ-aV{{B3Ws1TG zs{{P@lInQhbF({2t_YtC{<_4Hx`USSLUqW%7j=-U`Zb52bC0@dP=db!1e8QglF1fmSeL=w)Y-$H+0|9+m`62OApKCtKd12bWn7V0C zVAAl>D5ec3Q0Dem1^Yf%tQG7PR-X!XMdF#!sR$i4BTZ!-F^jZbS~o*YaJQ}EvoEl1 zJacYr@2Sg~@iV1zTTGU!LDQlIe2+h;w|JaLQx4lZ()1K3JErI=Hh8YWanj^NmbnLI zC&^CTiBLO2yAyOAear$f%qWV?Sv+Fy!zObJu4ICSus@jy-iis~Z+z;%=l}Q{qnnNo delta 587 zcmXAlUr1A77{(It+u7C(WxBJoHM+2{zj_m1M76RQB6YP2!VD|R{-{Y{ ztSC|*jOa?R2qC@53$G$6q@aXFP!|&Y!wVxSV$mNIdS^Gk_j{i2`5s=rV)lD>u$pcS z)y#RPq!8u56d@j|(CNt5IaLVtHk<0EaFY;1O0ADry(=LT9$B{ZZVpI8zsyRLo{5r4 z#xTZcwQr4wg}-t?duk3Z$)+|eP`z&*KhffquS$Lzu9B*|%g#l!p7VWXj_Z5PAfJ28 z4qoAc*~2_pG^$~`hgP+Uw&0A~PR;nJ zHqtiK$QHislCJfJo4vJE7UOv*xKd(VM(94CNtXyeDTdn-w|E3nRM3 z^cc}A=+ym`#enYGPq_U>K03-3v-#*0t55l;CNZO@mA@K_dWPn)-58?6a7s7gB8j*t)=vDaCJ14)Z6p(E)~HHMj2@sPO|^UU|~r5tTfM2OwX*_|ni J`f)I2{{vpYki7r^ diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj index 18eb9391ee14e569e8109e1290823fc93fc9f08d..6df1e91bfd1b1a8de95a84700e130322eb277e96 100644 GIT binary patch delta 1087 zcmX|Ae{54#7`0*qYH~a5>$d=2}E4SM%#qJ zD#Xc@kszOFA_T->g7FtxjKRzp(FOmQQ6L0D_+zN(f-%#80gb4qi~7=>-1D9DefQj( z+u=#ti(j0+e1GPo%iC%SA^SZ-yk>B{zLvh?em&k?F@$iM#w{U)OLLO>BDj7O%+TJN z!V#dUz3qlA6lep{R`Az)lpf|E^*PE9yOs)kQmbF$MkAZNh)P9`!#|*IkPzF|KCHK? zNtY1)Dya*xRej67MnbKHvrnzkgy>bz^Xo=x+I3VOlre`83*}Y#E%__*3K`)mM%-~t zXQ#Q6&T@yDq7g2e^Xp4!2pNmbF|^n|>}D)+pTSz#&HRPAiZUE@FD1#H?)xalueeuJ ziLbdc*~h#>c$&yPh&V?h*MXi41=eB9yi9dW84EFv251FaO}l zWS1bAXD8LSp!b)^>>3*+-^XA#A|)KyGfeg&B)Jut$t~X1w43*MKXCl6^D=oXc^NjR z?18Mw0Yq6Z_W--(=h(6$b2!v9at2$fL7jy2Ie8o7cgap(q}pcO#Bh=mIHN()&xrS0l)9UGFl>4X@}CXNo47|jw5h9)!uD=lpu z!wqma)R`>%jEW{GhKNKlj2aAP#;6z|E-?^|vhasM6qT52Lc%b{c)F>)-GawK;kLl`(xD{!#q~3Gs|R ziS;hMVi#gWk19g!)Gu*Pjp!qA=Jjg>2)? zYS^NvY}Fp7IquhDbdpP2TWA^$KDA4mLyPIgZtA^`^H>YBg->hiD8gRH{iN`K;{o#U ztBwsc&A&Pl&5yW*a4sdsK8$lX;6{owL7t7+@_68o6)Z{K39t_X?cD7gp!GZr!%3b6 z+W9AEqIo3-bMB>3ClY=S#H(x{xjzQG5y;}e&Pg&4Vv>bGh&x>y=m@{$I$`mvyjs2+ zU4YFhvyg4_X^gT-P5{&L3v4+i*J7OAvWpG9QU4as=j2VqPsl#*(0gwG1K}ip#u+X0 zWvs38Qw(gAyMT5%$ZzUF<0`s@tOb(rjq{iK(x$IKG}jAS46nev3fc9d)rJcb<`smv zCKm~r4P0Z?Q-+rrb;hD_@PA>z=%a2vWEA7CBTK(8d=pXb%h=YZ_i7&?#cai#`r3bU zb?$cWr1N~r9ScQaHAaIC&^2=&=QH+tmw-rfkpFbI(+Ibi-#4CspxjC7QOwnd3#qSO zV14z;irXIKNKKip@OL$RG|N%XAXUnHJdY9`<9Tlc!r$I5y2hQp2;|3o399gZ-v#=J z2mMub%)c7-&-|#Dulv^!tjlYsQ2M;K-}0BrzFKwp25jP^Lls)Z2eKt})od@3kDuS3q96Doa5pD%DSC~EfyenA@GRHmt7;~H25HN8 zq-YuM*-@hXd<*Nd+*?S|`+NX6&c76z=@s@DBh<_H6yr3^8;f!K%nBiTxTeF)Zxu}n k@(h$)d=WU#REm?v31AbiFU5mXn}uk@-}v8GeI3>BA9ouHZvX%Q diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj index 6aa16599a7a7229efa3a354c06332623b55c4038..34626e6c9c88e658f9379d48beacf5f8fa686373 100644 GIT binary patch delta 265 zcmaE0_`-040^^5?ikI2lI2afh*m@@Z)@K(1GCA35CmS+~tF8vJ`PgcKa{O$yObiSH zY+uW&H!ff%Aa~VzL*8|06+0FpP<=7qo+45{%tPBhaY+68Fifnf$ zA7pgrJpnY$fbB9H1A`&kq{*U8`n*SgDy`Twfhw)pG$#i#IrA<7im<2(bpj1yS-E*3 zlQ=g^PG(;A=54&67$@tAac$nfZ^6#EV)9F|az>5GiQ>VGpC@k>S7y|jd{bPVF={fS oggWD-$(lgYWO5*oTrjy3NKTl%P(oe8L6m`E9nfGH06HHG0Nc_xp8x;= delta 237 zcmaE1_`q<20^^H`ikI0PI2afh*xDxk)@SDfGCA4GCmS+~t1bny`PgcKa{O$yObiSH zZ133_7zEi8fFeR{Y>W&H!fcU~a~VzLR|3Ul+0FpP<=Ack+45{%tPBhaY+68Fifq>> zA7pgrJp?q(fbB9H1A`%3&ty?1ecpXQl~!z;K$X^P%98_`oO$N~MOajYI)MhUEZ)43 zNt}E0KHd+En>X+~urn^0{86l&QDJhXcrfGJ$$Q0>8C51f6jx^qnanAn&e${A5J>7w Wjs%i3CN~1fj>#*5q{ZZm65;@$K{aXs diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj index f61ceb65b9089e14c753ac694dc57ea4c7b4c6ba..0c867828bad0e6654615c9f09f447fb42571e594 100644 GIT binary patch delta 1099 zcmX9+ZA@EL7`|`sy|jE>E@QW+x3|580;O~nnv88hB{B^pen953EdwVZAWhb+ltEdR zAzRHpqGl{YUglY5md0clC*XA561GK+^8=$(6Q>Z(68B?SF#d5ymzebW>a)&uf zdxxTC$tkDA@iy-#`I57k465P)mra|3uc+u$zR%+wLYLfLBuR=M>j%rRE zWYyX-ou;)V!eK3nS=I>8;4M}M3|Ck!?8Iu%Ryd3Oo+lxV?|6D(2NsyMu!!|$8{ELO zIi`;n(>JJr!fEPyo=xGJ>4Pq`yb*9=E8(k{B3#5Xgd6dOH}dp6Whprdz8C1mA8b;n z6QKV>>MyohNNOC)kY;+wPSYGEr~X$f=8Q_}4Jh1BgGyjlVWYJfHekZ)g)02UdY*#% zeLwpyQA6!Hd6RJIqe67#1?Zn*nSToUaoWEZ4r8fpK^7x+m?CZ`+=_?nV~&*~T(d*I z8G2biVxFfsE|%Z2E0{BG6cBQ(yh0^*EKv?mICPU~mcF4Aej~UJtbEophu8 zDJC*_^#?`BDq8$&G@$XUQ>4F0w=J2pHBWO&fea2+bi(WSbp?l3?5muGKGcJ~VBk>D zU=QdKII9+R)6GG$$7zL<_*U>fEa0iC(7FV*gAJ;gq5sP<+4{&(?z5^r5MB`FIVGQa zg5DXY70r9!S4xFfp8Oy~=C+zY0Y@Msq}{YayYXRtGdzZy8zR7RJq<6mXga8#l)Kl8My5Sl@v}vOjllSTE&c3|zU1SB@jha<>87V4lYX-R4&WEpydP zG{tubYUa~|cJjXkz02DeEWl;1c}R`$Zb4IgPLQ9kdf*`3>;~)7T3SaWyd{7O?xaNnjnj4m+CO*VqJ#Y6z j8T`(>sSE}`At=h{1dZ^Y1dZ`kK{t8GCimO6|M}S delta 1087 zcmXAne{54#6vyxBdtF!8*VmQq_5El&O52q>x0(&i7Re@tsi??ij55W{Ax+jOZMRBr z%C?G& zV;|M+aqlfrzeyeK32!w}z8UMa+E{^_jVMFp8CERHhm=mr_bZ1g7<*Njr}&Bz!K@Zh zWO|xc{-U`Dlm~HAYlakF($+&0-qz|MhY|mM@CokrZ-yiIfxic`SfSU!GB)TP@H6K1 z{p!go`UX*OPE*$@Z5CH`3-+REBp`}gD87#wip%&8#mDdqBk|B>n#FYhtf%S5AKHvi z2SL3`>Tk^u>M(eac3RQqXgb%}|LV4W%1-JCIJ;<326`Jdn;YQ)Oq;#XhToW-G-$xO zVqK&b$|KSS;Znzi*j5&xE}|!J3<@|M=!19B9W-GP6Tvu**hO(C4hCPh=~cKIj9C}x z&FZi|<)j}$9TnohnvY1h)D>(CHM?7>uX@P5mr5R`5=TNBT*UEE6n5ZZ=u!10y5YTF z6Ehg9w+gk|_JBzr+4rzROn-)Mn-VQ-eoA|?&;<6^?tp3hx|YLpxNGfc7)CYR3wL9G z*r$2P4ae=yXX$2^>?u02QJe_>3D0tP0K+Td>u4Tw~Mi-=*054(y$4h#Ep#!Xe#wI?rgV`ec3&!WG4MWav+t< z=98&>uDL0>Yj66+-KB*+@5!a%0k^yKR^e@glicvZb~ww^0zdJ2fg9XeLn!iYffoLu zKqtQ?FvYiOZ~Qt+0l72EYTq@LsBdhrcNh Y<8uNzensGA4ne{aPY9gjT|w~w2Q!BV@c;k- diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj index 11bc50ca25e1e5be5c776737969934abbfa99152..3e03dd0fa1ccbc5f9ca509e6b825ee5a5b90256c 100644 GIT binary patch delta 952 zcmXw1U1$_%6#edIe)rDK{v;&3#3gBBTy-_0iE9vJbVaR#5~?Ulh}4jzrly)InpUVy zqU(!BG`FR}pK4yD6@}D&k(sX?9^MVl|VN|kXBQkL^$u=`iES+XNxf6OV$Kk(> zf5G%RjzC$?JCJ7ue+joVkHdK-e-`ka!Cw`c!BHZ3X61YYofx9@vkt{_!%y$a|slKHv>(cz*LLh!NcYO zD1JVNE171N;zOE;l1)kjHQ`#Gm41n195wBPwzRkxXqK8iJo2{a7?#gsI|w zYz!+r;ZKq$L;j64A_1O5|40q+yzBs0$uZtUjywSWNNlGjJ_55~hJyFd{4!datBzCX zA#%Kl4oaglgVJ))Nzox0bguf|+0q>7qZ9HvP(n#5a@W(OG`ppEopIANCc|!mishMm ziZ*4tgC7$WXCH+YR%E@!1N4EnbI)fj-tM+t-rkmuJ^Q?teI3J9?p8@c~Ah)_Z=?hubQ;$KtJ?H7U%s*UDgYwnkPC6;C zz<-d{N9yUVd<$G9kB=lNU&5Jk`cqPw1i8|fN$6{8@k7habiSO;gy@D`!JF-J2RJ3u bz~7|eXo3o4!_h=^?IERp#+Q8myr=&Gc0|_N delta 939 zcmW+zZ)j6@6umcne{c=KDVs`7 zYl<=}wzopJ;ncAYQ}#iZ39~u|Dk~`JU?Ou?6sh2sQrLv~p^lyS<#6wL_nv!x=Zy>o z4i5&7&JWD=o~!xWkVit~-E)ZEcD35PsF0pE37occKM;Ugd6Eluv!MO6f z?zUD{T*vZk*%&0Ml+^*ED%qpAtT=DbDXVhBcOjx0>4VE!skew;l6kOJC#P(p1#$zX z5@MJ{^)d$K2B`znC@s)mD9xBzB)3r~r58G{${jFG@{_)A$Jx{#JKnGfd|KkrUn;-g z`ZDprydnGGXSsAktzB+Gd4=@ruXby!8N9h5`ndGePvG24M4y-Ho9a6W{!m+;)r-cU zK#~Nqyo-wgicDf{mfhx@MF{1ij3m--siyJ~{lSTImtJ#f?1vB}nbv=tHomAycX+M^ z5$_M@0i5}>cjh|C`>UeVgv#r6!fokogTXSn0zpHhWKCjVEXe?EnF8a;GibQ-HJG3r zM|dJDaK@8i)V|Cho{(f=Gc3PhG9p<_mdj~`9i`|oSh9^qEQEJhqX=3qLzH9`iLvOB zU<0qwvEVyAslL3-k2MASQa=VZ>KC$}Eq#D`jk;bcei>rn0*CKn`DxXhQg@gm58>lk z)fxTBo5yYXx!1~H=~?f`z?`6F{b4?%|N7NjrCh0b zE9S!+nN!6_k*2!2$<5oh=91gCe45;u>)PI(%yoCQG$%Lh-qM*ZMqmGyi+55puBP)& zaiaa;G9K03{tVyN^T3Fj`Ejn-8~GmmlehXZd{vM2oxriy{tSPwh5jBssLxTK)O80k z{8Wzv(>isafqjh?YWYuHT1c2qnrN{$j(AF2WF^&5m8!J=BDNrLGC67 z74$(H|LBV%C0~q?RRay75PIk(dA=-Tb<5im^PqRRtDd3 z)_09EQ+&hkK)Vy&rmQ!7b~TWNl-%UfbWF$!s>ZUMqSJU_%+LuO@U+lfjCvw;2p>I- zl!Hv~4f=qG-Y^Ye-s|^AxEcE6%5t8e@r#5gI*1i-GPl)9NX01UM3C#`^DNyro$%=v zI*Ri!6HFJ{XZp@{*}dI8_CQyEU)=7B_wOjTJ7e9wJ$C2C?%2ucQ=4a%>Cl!`K7GYx z%`bX|(c0&fMq{*@R&g(Si4rjCnwf{0BN%7SVy!Mhag@{-(K7bdmvP(YnfvjWS%rCK fD^{4hVKtPIA3K>9=x8X*Q>%q&a(?9B_%Htgw_KrW delta 672 zcmW+xTS!!45dLS+IeX6Dj(f|^whhh8wiq1Qgq7BH*Fu88j7@qdmLRl}+*Z6$)NWxH zic*liE>KDr3<66m4fCO(zy}{ng2Y)Jy{(*+=1jiQ zx8LNiiFt*;-{i9>NE_)i9!oWq7M_1XKhMhJdM|4VdX{-!pOAz&rq44T)jz={m%CoF zX^;Mdv0HCLLatMPvQoHiBQKXyFGl2M%Hx|{MX%shqQM1L`n98znUz|-&E&!p z#U3R@7g11R!A+_V>uhQ50y}vY7;LT5X5K@1{Fql7X#pPVFpXf`+CZaNw5BGPAcjk7gsSjV-C=H~MW_h%S}ZifRp%Kh z8sZ5{fwUP7kb8!Ee+TRs(pFpkS~0HG(oTHT9?~gXu}xD3+w5r?!!3I?wcv%lkqi_$ z&eC&Sbwuboo;m#fExZi>Yl$3dgJy(`yawD)vvh#GtQIy&2MGBh`tT{A7=YurA$e(kvudW%Q#?{pV;>Tl3J zG$mSS36~Rx=?Gj6EsPn)Vcch&!g513Wf4i1(>pXL!-}g+h&p_T`!JAnQxis#VXDO} fV>1>RQ&^D-lN*UtSgENHV(h;*pK_DHU@Gtr?JuT> diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj index 70f9e6e920b53cdcf82074baf91039ef02bc85a5..fd5d86a0efa2b2ac53d34b32d5217fce81ab8cdd 100644 GIT binary patch delta 3707 zcmYjT33OD|8NPSs&CHwmCvV=H^-U(rgd{{ra99!`AZtX6V5S7H$d<4KiD1|hiQq^G zh$2VvA{C1*csx~90*JCGF$C!Wm12%oPl=*n3k5mWx)v+Ne)kP%=bZb`z5n|C%e^y) zo9)M&?T^Lz@jZDJ?o_LjG4D?v#u9$UO!mvirnvRXf~93kr(tvngcJRAmV5LNY^XF80IdzmN{6C;e;^ z8$kzPHj>r=V+A!~e>1&+V52Y#wnD`4wjyYUEUcU$J5w&h*iq;|iIdVP_uc(RL4at3MdhF> z6#=%JPD0Z|U!ogCU%=K&%K<2Zj>1Z#y|D7p)0hvPt|EVfK8MuLl&{cG??C%>$OEZ$ z(yP@rZILqzuxX;z-7fGsotDoTl_EVmO@g(;0$#AL8T`RHSQ>O9Ge#8%#3300R%A1} zq;M^Rs|x&>va6cT4XMsdSsX3IGh`J?6mtP8s)f_Xtms{hOpBxsrKYT}7ULNz+>JF8 z;!9s_R&T`73b^|Q@SZhyNR1xcFT?CMABIOQ!2>;Udd2KS(po8xJc82!(<6&Ah)1U2 zbjVC#9JR6B8m+@-ro>mt-Fr~hqh^b^M~{{FkSM2c_bKqY%-0c3o6gmN`2N`ZMtZK{ z)_8qp$|=-lrcZw}Q=&tU`NqLYyF1PMhq*~y(qoevQCO{+$4&#mzsz|UKy3~8O@qg8 z%_As`_6WBI|FXGRV%?BFUCAs!#kEJ%NEpw2P8L9; z8)+S)#&-_k4dkX;09w}vs9#7w@(Sq#?Q-~GJQYMA8h;NGeFIEy(5uvmKyJJ))h5`j zn`TtY!yR^6RK>V}g6Na%GMv+xB?on~b#VEYES|;msdgDgHO`^O`ZRfP;AdH{5W51= zlnd&{085=4cGSxlXnD06jhH8+{91@6%(^kiIyjBT&08|4G2o!$XkAusG^Qw+40P9koK?&*)2e}JZeuA)m|HPe4US5rG^3mrnhQuX6 zeV=$Y7)^NrJaGH9)EB``Aem0xUtKqw1;$-Vy+|64zn1z1%zNNY%SJU?kY`|ub#NP< zQf->0=CSG?sJ2TOUaRhb8tb4l=Q0W4JM?!28| zNH=)DDYaC?kD3IV1Iuyn8ht>6Yph$P8*c!7@ImV#2pUn*9*U0Kj%EkfXL_Kfe1m;x zit#nVifGREBf;-J(9+BYP^Q zTJ6T2a?U2BV{ZBD;vOWm^E~2}a6Gac?}k^nq=Su8;ZvMhUYEEOj-}e5Y}UBs#J(wI za>Md=0h(Hv_StpaC(E6SVutFS-%E}h`2PdeZ2@3JH_X$@Nqhv+7 zS;C%~m~skZz}q;VV>N-X)0T(h=uX1&(8dcT%1^-l5G&!6q1*V-wTRjiDao`7EnMx~ zdV+of#zd^%`C>!nratl^;#+_5f2-wx6|Qlj11Uk2FJ0Bc;%=-0pQwuE^Ub0mHk&^s zK8j@)TQF*PfrN1$DqUD<7&Ux|w3To37_364h-U?Pz9`Gu%uB_Itjw?#VmR+6)t-UM z@39c#N|p=}&mP4mi8#*=&t5s~v>E)Ae0pD3B@$m78@o`Q*fBW&= zUImumiSp|L+34R|_52LxXQYe1BgMGfkk5+S+$}vi@USemm`@bjb3-9ZQfm#BhJp8B zLHh@Lhh=(y{QpT+e4!!jIW+JqH03l>d}=Gs;b8)CstLA+B;y>Id5KK?t*)2 z6ZLiT5{qjWE?APNU9zxW-^9%Mb@lTSGnduPpS?F$bx_^=-sH;3e5}ZOHOW_qMWE|M z2j~T1>`U@*#f*JP8=EO!-dD-*6?}h^KQG3Co)FtXuZXWe<6^{tB%dob9yrFAiaQS` z`EIcTbhh{bbekCcT9W@=Yypjni=e+2<*z6Cv*IDpxHttmR`fU|gDnRQinl-yiD+Ar zza;9~8u?Li7JF0ld7}|Ncf670Tg4Bcm&NGzBv5T>FXpGkpW5?ztGL)+#6JgylOqV@S7MUsq( delta 3670 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 delta 6231 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

    =T8P zZe^E5_oP_1EX-j~HaS&^gRKI?aq6(ABH`3p@x!F@{>7A=qaOJ;Rp89-z$iHdSJ*L+ zLH;`DgHm2CTIv&)cY0(6PJ#6q40yJ)emuJ@&ecy~kBa<;81-3oLk>GGZf+=GN5tu1JNkqR(7_2ka2ORsv2aO>% zQe0}Rz+d^Ird)PROmBL% zvnPkx0I_m%Mc$vNhUxB9T3Um%cojy$V(d-U(;?mg!cHO{>pC~NC(Bt(7N6Io#RsIt zV|{tSEd<^%v`c%U&n=9C>7sT@PFUJ~QImE%LEb}4$GWyn8P0Ob z$lXJZ32avc70Q7Lk_New-sY?!Z>#uXYCiix#F}%lCr35cv-#rA=1jJ(>qxU;*sOKa ziddV7Ps<6v2m7pu$sMv9{x8QEK1y^?iy{l}Ov_~#9-lsyvFW0DMs9%Kq3juE(lz7S zbx*vYyKB#kHkLP%l2Wav-9AuJ4#C4NjDnHm%Q%(a3F0dtoFL-AMQKZ>nvyE6Yw3r- zSDRXz!bhm%Ppj#j;PYZjxG})@MN6fcnj!|wN)NwAx%yfS(!o0!tM$b3V%O|h3mCgw zoSdB-pjRE6=t?;DM7-pJ(B`~dIR?dH`(0^|K=rE-I!%J|Bzn-5N|)>>Abdo`{d8MC zw-9Z<7&b4P%@A|v4PZA2F|RZ85o)LV zq~RJ_>PmSh+?VIHZe?ZHr0YLil{&hqv1M{qLsL=9xCu=SEsYZ=H;f$JRro=gTXcMz zrma}GXkOR!PX}6EkA55PwY4yn9WG2&hfHA)*b5h_6WKxgDFWTLZ!y3LyP3dS_5lL_ zu)hOPFK5{`H>netX79ZTRMY;PK&4%_1YoMYoxla)7t&y#zk6KPNEQF1rN)_6Xc;pCNF> z&RqfUjorRN{WFW$RV#tD*}Dkn_J;%x+5=kww%Hp1)E|rNH(C+PdONd?LK|c+YXiE? zJ`R*EvaNQtm3?Aw2T*?;VymmLSZUXvru`oz!+H_` diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj index 24ca7e629c89c1fda49b714d91f8f9f70a6005c5..a6a374c93ab3195e71a1b21d2c49434fafaec322 100644 GIT binary patch delta 565 zcmY*VK}b|l6n*#o_vSyx`SitxnSx}d=KKGkF`-Zq4N)zEh$c#zkZ>~67!oy^!HsT0 z5dtB&kO(qV6cQ9AzbL`nl#2+77OgUH;X;JKWsr;RomM`0=iGbFxsUhWeAnZyhbc%d zrV}!wL5SE_Da1{&cS&R4Cq*jz58jXmF0624^e{!GQBRm4@~Tc|jyUllGqOxC7 zr%n)9TL;^Tw31-*xGWD9S16%K68fmqNu<6LM5dc-T%RYfJKR%5W`csI$9_Qd4($d$ zrw$^zzwH zKsIbrT!=hvn7>HE{-0cKx_mTTjTaHrbILC$ABy-*&B7$!(Z0LHvoBI#ICV{=E{8S! z$!;u_s^y`|NM*EC!EvVr`X8Cm z!BxU%VLWpN;0<k5&?vzcaW&$_UM`K%AGv7a!8Glc8-j&K}*W&PyIv=AHhzn~}a ItNxSt2fulBxBvhE delta 578 zcmYjNL1+_E5dHIaH~UQ++|X28MM-MX-KENwR;-93o&*sWY(Of~NHL9zwT*2`?8TE9 z^wctlpe6L8rI3SV1rQBgJar13e*8#NYn^D%XL zA93yHzQe=~U4k0IxAMTHSETAB3FAm&kYn!&VzrJs^I-yWz&b%iRVk=0n-7R@(BH*- zA`tP1?2pDIkix!bTf=@WojFM(@ok75V`G(#gwN6zv~#E4;VrEb=CP)E5aLTMm%BDhx6DZTnf9hrvVx`lB+@yW|^y_`zgRmkFf+lLqUjqo_S zjt|dq&gqkXB|dX{z{RFx!wCLzY-7O^q6^oP9oX+$(84pW4J#NBDqJ93!`Fnjaox4M Rj%I}T9vz0Rz=zl=;vcQweCYrH diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj index 270a6d18244642743cde6600c61b0f09c67fbeca..25dbe3065ed3e93467fb0f9284bf333dce6a6708 100644 GIT binary patch delta 1169 zcmYjOe`u6-9R7ap-uK>n-rZ^4Ht*crZntYYoBLtTUxl^J7Pb~%Vi31ASMx+qhhR*G zB>4koU=Y&}hSAZI&~Sgm;wpcTm1cw(MVT;bMG=IFF#?e$K|SyG&;9Xz_`J{iJkRI( zzVGB!nYt>YH4^$Dk+Mo+t}&q-mN9AQMyn@WaE$T!>{!qk>xiDW>Jn*={+ktz#u(f3 zNw68l1Sa_8SZ9dVs-t#Pu4&A!>zbj|03l-p|N0n&FH2~~i2!x@*k%HT$Oq6*-a(n) zm>^!BH9bq-#W)j6kkCVR$G*=vM=?!h3kV`fyqg{LH+?8+GLK`7-cJ0){3nc0d}B0P^Z8`gMJ`chjq`$bD)NmtHxcXyBR_ic z8Bfy`ZuRB~Y67p8{=r#ePNF`~Eq)wjvW2&}#l{Gk049hIDv3duu=YE(;g=XQAGcZY zK3ve(otT{0_nh3kJ+v8YXB)v?N2`N7N`I!vZIe-cN1KO^Tbd6hyQa9^eX^L}?J=2R zrp@ziDrTw~?G6+(84Y6Hb9X)ENHPD6mv*R#x&I@smksf`7LnCn$vgAT@^{TKr4il` zPdnTAbIRWLnwEd4rx1@GW)hxqJnC)lUCz5k?4(ZNu;g{CTP3|Z;tp}X=dN1N?B%{9 z{>uzrOJO@tyjRziT$5?73{@=1^V>kLm6TUn&pt^#1)_ZRTFgwb31pm4D8MgW((Jo z_k6lPX%&92f7jBby}`ohlF24{L35e3OzJser=lk<`!z#6uBVAV=uFSF+}1yPhb5#h zK0hp<>kZMr7-zDZo87q>+J2kTem AX#fBK delta 1182 zcmYjQe@sm+R#uKeQ6bF$*-9p&2=G4iG843|PNh!)Oy_ z{sC?L;heA9a-@Iw16IRwcak~Hm99Txu%>Kfqgt(uHd(IHO~cjm!P@TGzGv@wzUO(~ z_dDOt)EIp`MhElBITv$Hzu{9VaMM)kO|NV*8-rJDr3}Mb>L_LIk&9*`)`ZeCon4}o zvP^@V3RcSdG2U$R6QCJ8WQFNRiCBqR3tNi+@+(C=Yaoa}Lha!ZFLXR=A%VNVd$|_8 z%~>9$9Nwc%To2yIqiE)5zw}#cd&f|R`6iSRK7fQJ+>V57{(+Rr;Vqc?QGOBQ=5jAI zd3+5_l=nlE&%5A_@#g`h3OI%2I3ESSl#ifef|KA2c?Q$E+yU2Pd>Jzoa}8W2{1Y-u zxuF~_m-8x^SMYlnHD zQh>EA^E+K%)tb`aN?jj=#`{j_7HWyuvBG|I@$exen>>Ur7QX?;%g2B=yFiB@1f<0- z2-ah`488?i$U}0#j?gI?vO5>_!KU~vOharqlIOe<`UWCjB^|_fw6Nf~CxcGB_Dgj4 zJ(te6Xr>{ZS*E=^(wQPe`&!ePHgS0UwmVwcm(Ew{wEi^ak@ILzo1^nnWLE1T|6Xtb z*EP?C@^C_a-tNHVWS!NME;=h`I2!Ik5^u0IbzJXt>SILC$rKOJu(bPfsa^VfU8o=U zo?2X?bN7+w8iLnBScMgBm-YS|^pE5OvKJ5I3TPu0eSnxt*t{?=*cfQec~^Vy(_C|~ zuVc|*5yo2av4}9!Nxl3k!Ijw83BGR4;%lWX_;y2CP&(~che>L z9ylpmo9n1dP6KzzUEoxzW=EJPl4@>=dgzYqZ3QRet=;sJ)a=x%BfvHC>&`l3c7v2B zizq{0PR40K`jRePl#!%s{psQ-k^RLXxt&}{gYpnN1(IlU=@;1qd|P${JLLT~H?q23 Osd4;y|35hT-18q9BIKU{ diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj index 1da5f5d7ff5eab62f1ad156d36422af6093b4288..9500f904122b6de7b694637af22eeb2e1bd9a5fd 100644 GIT binary patch delta 5183 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 N6W8R{pV{nS{vX~q19SiY delta 5164 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 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj index 580835603f0da83eef00181e8ab3a088f24c13ca..4f8ed323c7ea9260db8b6faaf843c3147b6af6d3 100644 GIT binary patch delta 4750 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 delta 4762 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 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj index 4131d76d69e7b2ad38e72c007de7d6c6fafe9b63..5023a5fa13afa5eb8ef0e1dbb1b17a5207d11ad6 100644 GIT binary patch delta 3404 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 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj index b165bf55e657844df3c03913a3c12b125c8484e7..e8c544bce77357af8e858dc2fb6d17ec085e0d5c 100644 GIT binary patch delta 242 zcmeAXoFX_ufl*|lqI~^N1_lP6y+9%jh(Umfg*7v;gn^lboe#)kW@7IEQ5>uwIc5%) zuwIc5%) zg&>NNZ7P`JNB~hxtZP9O3u`f$VmAj-9PFMTijgA^Ofl5}DF#MCMpZsxZe~7dJ^^u{ zRVoY<_b-{ej!~SYG&3hkO$sqDdw+LL#( yD>D{PzRRx8x|o@P!D4bCoA6{A4gtnHlXW@NS?91YFmQs!aySH78-Nb(0r3E|;whW} diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj index cd4f0caeb0b07dfc98a2968ab826ff88b6934348..2afb0f52415871740d7685a0a5ff5da2a82a25ee 100644 GIT binary patch delta 243 zcmZn>>=B%xz{oREQNI2=0|Nt38jx53#2~=L!kU>^!obYJ&IjZ%GqE26Q5>uwIc5%) zhaifP?JAh!Z~;+FtZzXS3u`!-VwVO{9PGLvijgA-Ofe+@DF#MCMpZsxZe~7dJ^^u{ zRVoY<_b-}U%h)OKQO;xVq7u#E?YTc$>dP> zU`GAPE7_G9ODCUYS7%+y%)nqV*^y0nG7pCU;H#46!pMW^f zDiwx_`xi;;XXNLm>gQ!<>ldXKUt%$Xd^9?YmYc_X_rWB%l;?COm3C;tVKHzuocs58!(?8~9fS^;!#&*VZjVE}tQ BE};Mb diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj index c72dc6e20885a4b3dd761744a2d9d1e7353a55df..8fc8847b0e747a45401b19731cc15a22291f2f5d 100644 GIT binary patch delta 5976 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 delta 6003 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 delta 4962 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 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj index 2270bb698bb18ccac620505e15864ac0e83d85f8..f1a4ffb60dc1c38f1096afca28d14e1f50ae50b2 100644 GIT binary patch delta 4001 zcmYjT3sh9q8s7iRz{~(=&ddQh0`f3n5CsQ$D5#)=_`p;UB^5Qz?3ORm#K(1MSejYl zBe%7!bd^hQS!oNyZr(1YmJeEKkDIkDvos%>N-rPR?#;U2e~#T^t-ZhfzaRVGXE@vD zzR>1gn?_YTJ5CIC?cx$5<{h^X(|kg-7k~UYJnqd=LO5LR3m$;Oy;;5zOw(eR@VGRH zT=nvJFs0XL(Ly+TwqFHPha;kc2Ek4zSj7qX%yLD%Phjmv2xnzNv&C{Rhy<&r%*{-s zJLT<}`5A-QEG_mSh+R%Nbfw3w=kpk3<;snFk;oqv!??+uU3?B2Kk`}k z;+$!;<6s)|I~!g;_m9Cj%jn4G3h*Nzjm_cnZ(gZ)?htzxfra)hHqt7PwnJ-`rJc=Q zFGL98)_#J4N81LzS7Q%R!WZERL)la4t8>8cCUO;e5KU>&KSiVm_0@7sXR~1lviYl? zf_;I$5U%Fyi_x)pdI<`jtDlB`y?z&*&(VA7LOh`V2j|&(H}Gc(S0AW)Ci%uApwI2f zMg;Fz--{fs5o$xUAl&xQX2Q^?5jaBYjx%c7g>1aDoC_T?BP-C52<8%pb`T*+YY%5( ze_vGcFbUT(c<^p>Hp6FNDR_SGo1Qy?Mj33pE&jW47Dg@Z%)8fnh+P}!*`(EbAN+V? zXWUaKyzf~=lyL$9ydQe1Ac-*!!_xaP6Y}*ef5S|a;yr1}bm6&xcy1T(fgt+s@m}ye z@&Bk7{~WbVKgUr;;1ayLqVhf4S?^QyC#t}^1UzsDGF6FoOgjP@}D{B!XRj9mF)mqf=kue{tPxnUs6 z654JQKw3494s9%&*N`{4!;n6Jns*-82d<&bVGsgwM)TW-=(B=w>G zljl6TWo*Q~=~tcHT45NnW2m2xo3CGYu0$>c#sqnPD45j3H+|j7kEYBxh=lZ?tvbt% z!?G!q=zk5mdOQXA?Npf8Bjo3ya=jG|(NoA8^D*YzGAB1l|AZZ7+q_BUDLFc~uwfxe z(!1L=)R~vi7`?!z?l-rwtkBkKOa7 zx0=lyejFt}1Kei1+36(GlR#}ZPjkJKNxuY(CbN>$o!?M4SJ`mJya~TJ` zk9;#gwU~mb*><`6%x*r>S?F_Y@_<=@`Pb`hs?}Tr1AT#g6-Ue%**z~rTjgDOwUj7Z z@-jL-&8`*%7C_DIdJuauhfg|$QA*-p72)b2UHM(fkh%G{#_EidYvHkaFhA(C#_G(i zv05iz%g;N{BEyHJ$kaX;en12d04bD94|zOKmTAS^Y@;r zLwqeDyKv8FWT--3?46uy;6^Cc)4LW8r8`1AI~3<>$CE;%LkDHB&)@x);ZN>A3@`V& zWq8G1_-DhbZfnFW!_FluC|d3;2~ndwT@u%y=YU$=rB?J&A^t+r9(PB}ye4F&vB%xV z_Lgs@@s>ND)2Km8l~_oos5B21PcOYf2j#@Rwe+lfv+q=z)12O~FM*g6-b?i|y{xJ$ zk1*ZgwnkW>`d{!N4n|>sXtX>l8Ox{{*4ee0Q|5cd8KiR*5O@AeZBRscvu`(BO z6Ia?FWD#tV4WqK+Pq1Pm74mbO84zLuR&bqs3!-tHz-s$v;9WzAgIK|^ygBMNqlT|+ zoh@=c@q9xtL3Xd{NwIQj4N{P+Y7*j!Gd)Go+}DaYyd|vQR@qXsKl?{?pK2YJ=qT6+ zS+s|r%{ZGG-wq!Ntl)Rv=9li6;Go!M_gF8{SQ)5|O|Ia)&UUr0wp8a=c(&N0MwQmc zaBY%qRe!FWi>J}0>2i8)8l8}hwXM`m){Gm5x3OhhA+F)Gapgog%_$QOjA{P$^^Vc< z>(|Yw8B^<~hbGURI%7(6%Kq`OOBWq`W6?3njih60$LCZ@1?ncl6gBJwV7uDH&|bAM z99Jb@0IJj~hDLRg;fBgN3Fx2}GsLK)3^P>nmw{P(LxCze4Op*MF&t4R89XZIYe1D+%+REceofy)bI%!?k9dV=0cmOn zLzBul2S5!B^{U-@z!S4Xdt`9JddNu~e* delta 3997 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 delta 3083 zcmY*bdr(y86~Euzy}Ngpvv==4fDecUP+p?02nZqyC?dqiI-se>H<6mCs01CI=(r?; z4=|0%r^aTeb~l)L~iG{9|j5@$Nd1wWUYAx`bsi6*e9z!_y z4R4p{m7>elFLuq1Gi`-rlq!p%Lne5r0hCV4h194F^|?p`m7A{OtW!ObJaiaEdg(o! z#u=J%= zkY&(1kY&hc5rlUyC zrv#)G&_aL~(rbtxLj6HmL?45on6@H!C|!cLgdTuq7{x)BQU`K}lON@dpmLncXc#V8 zPThX+SI{1$jihWqjG}XZtEBG`G#VSDP6dZL1i@NH@GiL3I{?%&gIDFb6@Xe+(2I06 zTiUaOKT7*AF(NG|m>}&h0o66zxCubD3}Eh&f#ZnrodKrquF}P)dXUwND|&j_DAetq znAM2u26h0#T^lTxaP#GPS|A;8zCCc7?iu<&@ievo!#y)zo)u$?sPg2-YCxwK`o9NV z=pBjYtbtQ6b`1wNT|++=x&XoGZ}MjJ1FqnpKOo#mvtZF^KBS8}uqkemtEp27a6GgN z^j^hx3vSc%zTSu{YGWddJ@}p!~t8b;O$(yf#CW-1%rnkTokT+G-^I-B0P1+~J4r2Sl zal>>SMH=;Djkh1$FW&MFh@FLj(`a*%bld|c)o6WjR*aRn35~Vb!Was;X`G`9t~k3} zMuG7V8nqxvp&$qt4U@dog@!w*1QsXVK%Pd)sKG_6t!^!V)M**K9(oi*sF$j-6>+pp z;?P4le3T1mkO_Q0J%MqURE$dnXex#rRMZ5d8O4ql;SYT%QLXv;n_R{66ZnQTKLvF$ z+KDEpvK13?GO{}W^ND#^{{XQ@GeXUK4%rXISPiVwuS=qWxxnJ90K3D5Ac?+*AplXOk`B4otu-u(id!So#X> z_$9nuyzNVg?UwkZwrvG3ml0*Qwu+yTZ78?37XF2;1?3vH@+w*7NZYrb%XyolSl~Q- z8+p6LthBXX@a5KAY;6;NPqwMrzQOA}D<&r~&Q>?`PDvlNL$~q->8oX-&FJDb{*s9EYlry)SkBLeCh)NF8=Fed##oPW2c1WD|r-Gr!Q~D%neX>8DFfqiX^A zYE>Fs7WlQjqK1amG;df+jiRQ>+numJs=hbnECWC4awNtUan;Q1D_1=b$2@YMz5E)= z4Fp-p#6$@1?+XXz=m6x}!_ngU6Y9moro zS;3|;1>FvoTS^d^Z^D-x13;jbarwd~|3mBxR201m6I-1ue-Px`f?w)hD3`SulI5{w zJ6gjwQXagvrS}n$hu^BPqB@vbc@otd!hH$redeh8Jcv&cz2&fF3vy$H32N4wIO z!WiG-N`HWtJ7K&l{UN#(7!mAqKy(GW*aI;&l*_&qZJ|7tA@+odS+%$m3gf3v3qL*N zSy|{)44L?F;E#3Y0F*zWDX*y4V^&mQ593#y`W(h~WuE@kb^7ZR`7T7d70#Uw*6D zkTA6(6Dz@bthyR3a2CXWHOj!idJ=8yLaWN2LaWHSJgdl_N~^|6`MIJ`;(GQ-bR`z3 zE?@VTiC4pc$rZJe2G6RQFsXJ{U37BosL|bj>3>m8i9ENsu_3bP`2~>|8kQ_>jx;nc z$sZi4U-taMx!rps_q^RFN?KiF+#0=mdc~3v>UU$riP!{IE_$^@*(%Wpc~~5PRD|!P zD7rfXa-rA-*(x4E?iAx+j>aH?(ys9F@Ww~FF~~pQMN)%-msi)6vuJCD0;O= z**($N9#wysFFt7R$4Fdn@53evUq_bKQi|UZQL!c@#&wuLoY9d5?lwqM?1JnRry)zl VBgpYDu4h0 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj index 6fa502f0097c61871d736bf23a0679546cdcf96e..d62cf49a2a075668c157f5c52431168b7d407926 100644 GIT binary patch delta 4229 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 delta 4190 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 b_-3*$hdS#T7N9r5VmTZFtP_B~=>hQoPIxwM delta 217 zcmbOuI7M)R0;9-8Mfv*g3=9lB=0HLkh(Umfg*7v;gn^lboe#)kW@0}CqBvMVa?Bho z4?z?o+f^{du>eFdvAzXSEUcTs6ni;{;$ZItQH&hxz!cLSAjQBa$f(LE%+1Uv%_krZ zv`U3x;{HvO|1k2hlxF6nOip9$*(}2JjB)cH<{wOq8zz5cD`%{koXZ}}s6Y82yE0?- j2GMH2Ko81m0_y};XY11#cmSqV3BMYfR+YCc%T-I~8_f`>dQ;M+xMH`4Zu;IQU) zE|Kh}>LT9Ij=~50tu?|D);lhOjSn1GUJ25%*nK^7ZtrOgA4Ur1#wyH>FoTmVmLjU~OUr)nVmM+! zHI7CWU@vw?vv2{QMJ+JU*J{Blv^TP#!>$?>GAIOednC-o^$WLIRQ85 z_e00ix~!7@1&kRF8Dj@%{r@Strcq7d+IJ$Ai+CcZotZ=dYmCW6fIoo%unA7?w65MfjWA6l7YIU|* z+A2MRl;cl|11iR(o|Afa#dXp;UnMO0OHeBJ(qN^WQ@M{kBH*5<6wk@tru(DRkECvJ ze<5x3lgHr<=~2p+ogi?ARjC=QtXmFo3 zO-|_0^tkT)grbYWWUw7gjy z7ar$2$&*xF!Q0|Ee8NAX9oDhcaRr9(xg!VDct}GS!)0w39L>A+y_Q*0zQGLVX2iVdXE@&|Cjo61*JCI$Wo>G@oZQ49BRrrTD2 z`*E%NAh^&9*{~I-Lh}&8BjF4U`Vh8(VO@_6@9-R96Ta-pKpH!HZJ5Q$-VD4)h}iHA z`w53}hHx2IBaPt28fypCqh*=ma5ZBcI9}ty%a#kS;gn^IGE_$}{sP`Yf-lFaR diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj index c034c12697f10086359ca4b59399bf3796535d48..7539371361da4ce4f94e65f2c661b1b27da204cc 100644 GIT binary patch delta 1059 zcmX9*Yiv_x82;Y&oSt*~_MCRLb|ajzHJdBVHrmx7Fy~el!zJ0)wFV8kgoqom4A)&^ zws?V|)0D^}@)8LeerT4+(8S<0St3S^CXJ#$5Dj2dSQG=%7)U1GnDH6>dA|4Ze9wEE zo2FCKbfB76o`@ax@Nht>z*(i#K9)~CJFJqel*gklSd#Xp6O*iz@d2`?cJdZ}4fK@& zmi9ZCS|t1k9PKrk@|Hhz%?~pbc^whIp*1W~%bepLr8ov1#mjZ2h%b9lf$JTmysTUJ z!6`#2o$tbLA1@+n@Z+GHd=XiTMgH|}G{(V?^7pb?ODtPNdOnTn4g3Yv8aV;xD&B%xNv;hlmEu=nH*t$x)GFz1S=1^U z48&Xbb1?7YhtW?fA4Byv{u|5;>(F1%?NDy#|18;{XL4br^?3MK)YLYBq$k3E!uIQ0 zGah5LvjZwTt-*2T(aavF0zY;;T?jwx{D^U$ac-d8(@q{uKIMES=kyx;T_}w@ISe@B zd@F{pjsB30zB+nS27O!C^*|@$zt?PsYDmYD{Vmp#twQV2zQ5J{1hJ3`T*i|}++Mne zS83G;jW*gT86#g+SZb9&hLDf10uAm1ntU1p7T3rLqo!^j>=55Tyo`_HPGJ>kNAI`K zYY+Pda8quUe~f#mBu!?XdSuc}1n2P0t|e;>Q%y(v<)pcsTIIZ%pby1kJ%AY=v=Vep zCag8h1?br?Q1Bga7os!RhP|IcSFoGEqG>GKp1SSbtT=}T?3c;9fSD9kT$1b7YPwV6 z{`Y9NeCIzLjG|9vx<`@sneMnua3nJY`5#_%%c1^Q(H%mnx9E;wt3yS19Bm#fy2}up zF1iEozAU=KsPa|O-3ITcqT4LraDjf2`vaTkeVGb8PiLjf?xZcU&90(jvd5mJOQJb3 z>X15Tp5|uFpj$qhsXI=wILH#&58I=OvU|KLD!`;+~7QL_+`ocqWp7884#=5~5_WT>bBwM?Syu^FE_7w7K@!<9IwWsovvgCg1J}y> z?ktY^N_Rc|CLeXzP?OAe$Mr{X>$Ni9c!yNyLUcr$a&bz@R^W{61#XfV;Lma<7uS1J QN}amJ4dp{LA+db<|C5{Pr2qf` delta 1037 zcmXw1eQ1?+6h7zP_xs%Uy?2+}KJ?uevt2LSYFnsj(_Lq1hTGk4urPzl%o3yAA~yQc zQtOHvg-4Jq!SqIH5o|*!kVs;TJ}fA~Z51ZNSoKE+l9oz6OML%$e&^%)J?EU?c|R-i z$3=dlhHFM@4@6{Zj41X!5uJ1O^T=lRlus0imj35h7WR49R?xh~+{Q739`{C@Q9l8`5kO znX=LYU#=r-%j2Lsaur!uhV^Q6jolA^sa(;uMyBF2DpyIXMN}=5z#4haA*z*Cy4R>& z(u;}G@(L6dN)r<`$T+Gu%9l`Uk_?!)Ngrz6E>&@&W*LRuB8&B$QOWP>b)&M85pR<( zz+5g5pq~|T1l8N+7U*Ql(l~8AaqjRT}}s76DA(nYjfvpO5B0=y%o+W#1a&{fFqB%Kevx48T0np z?YvR5cD{P=T&wa4ge;i>+VV2ck#PvPQmG?$UHwkj3Au=Pi5$Y7l9Xyg?>E-#_gP!9 zQ|Z-z?8Q8zEl!>Xb(fQgkK&rYfZYL1RV>}DC!P6xr%pNqEB+dL&#fBxLcckpQBYSl5Cm7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4x^6QejwX=YB!k0une4%g`jhvv xD>GJ4e#oxQx|*4R!D8}9X5q;S90H6_CL407vo2v_VBi3Y6#&IrCO2}30{{$~DenLP diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj index 01956fb4d3dd560e12499b358be099bb5284230d..93a7f0bcfca99069ec956635da836d31b8693478 100644 GIT binary patch delta 261 zcmbOrI7M)R0;9-8Mfv(a3=9lB(m-M<5Q6{{3u|Ux2?H|=J0Fn8%*1{iL~*c!$kEUeSO6nhki;$Y7KQH&fD!4%VcAjQBa$f(LE%+1Uv%_krZ zv`U3x;{Ioo4>Ecy>SyHVrt0TqX6qNF7UUP}rxq6&8|f$IWaee-CzWRAq-^G9dd@hx zfsJGHALchqj2kAuWGiQ^nViTT%xE%sE4wmd{p6eM>Wu3rGjgaizL=~DBv(uhk<|Q26nJm4u=413(&niARYkIb}O|2 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj index 9535c9a103c0c10a8c82573af1268860e3bf2cc4..ff325660dd33ef94691a34b08a249162da7cecd0 100644 GIT binary patch delta 223 zcmbOuxI}P*0;9@AMfrM0Mg|5RX$A&{RX_{^Of0OKc_j?YEbM$h9y1gB84$(63X)^y zV0jIq7}@TFDUJ>h#l-p@M6s~W22Og_!%J$XH&I9E<)UbcQxX=YB!W>Kc+jGKQk|6*c1F!?K6Ib+Y{T=rl_ r%gG1Xl^HuHKV?^E+&P(-L!I%?dhv3>+mEUeqX6niy@;$ZIuQH&g$z!cK~AjQBa$f(LE%+1Uv%_krZ zv`U3x;{FfP`WgATsrq@D+4@DP1^LDLsl^4xM*2ymnK>zw*D?BRmSK9vI5~%nV>1uS z2PVcHlmD`nGqy}FWe;XFo_vyBnX!5DTXuEU&CCo87Lya%geU882r#~xY|Ej}x`qYl RIj~p_hXCsYpdWfbJOE|sGt>Y8 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj index ec129fe0b5a6b179c2966309f011d56cd4e95e68..3ab50b287ae6dfc102fe87ffc234e9efd6ae2fba 100644 GIT binary patch delta 242 zcmbOuxI}P*0;9@AMfrM0Mg|6+%?u0-X+R7DOf0OKc_j?YEbM$h9y1er2Z-We1<5gU zuq+2rjBK;P6o(6lVq*OcqF7kN!4$hRh~i+^1yPI~L12n00Z1`03Notl33D^^N%IMa z1FceFn7Dt<&oRrNM8MT=< z|6=~d#CTxxSGID-p2@lF!HkxZ53(yWc20iEuFkk~GB1ZZ%Kyu6ESPpg889-O} JO#a9$3;^I1Fl_(; delta 256 zcmZ1?I7e`T0;9}CMfv*Q3=9lBYk`C`5Q6{{3u|Ux2?H|=J0Fn8%*5UVqBvMVa?Bho z3qcek+f*>ckpQBYSU-X&7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4IVpOK%Ns-KsctzVQ{kYB8yT3ldkq@PrpnUgX(i_vHE4Mr`d$vJEsn|WA1 zFfs0!{Fkkqv1M{8doZK%_TMl*BH7r2S RfyHV#1Xw2k{m=vA0RZ6_F*X1I diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj index 25a9ae1d2e849e930d8bf5c8da63c1e43f47ddd1..a1fda9a7ba4fa0b1973b4c2b959dc399e50a8f82 100644 GIT binary patch delta 242 zcmbOuxIl1%0;9r2MfrLLMg|6+%?u0-X+R7DOf0OKc_j?YEbM$h9y1er2Z-We1<5gU zuq+2rjBK;P6o(6lVq*OUqF7kN!4$hRh~i+^1yPI~L12n00Z1`03Notl33D^^N%IMa z1FceFn7DuS&oRrNM7`2!- z|6%^Y#JFejSGID-j>);~!HgD@53(yWwoiV_uFkl9GB1ZZckpQBYSU-R$7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4mfpOK%Ns-KsctzVQ{kYB8yT3ldkq@PrpnUgX(lhJ4Mbw*95&HtExF){9# z{FAMmv1M{0doZKXNgfDuXq E048}YlK=n! diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj index 7502cca09c450ad5281aa4556c7cc7494ace3415..e85c7affba04495c78b65692bc7e754bc7458e03 100644 GIT binary patch delta 245 zcmbOsxIl1%0;9r2Mfv*w3=9lB(m-Mb5Q6{{3u|Ux2?H|=J0Fn8%*1{QL~*c!6niCz;$ZIvQH&fLz!cLyAjQBa$f(LE%+1Uv%_krZ zv`U3x;{GjyMX3e(#rmnm1;$4DNu`-NDU&l8`!-83J!9O&@`H(S%jBPI<%|uJ3)zDi t4JRLES7xlA{E}Uras6aL4t2&ClP!Vdiphx_>JmLbNA`g1fdWP-4FJwmD-r+z diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj index ea3eb6b9ea68553b834405056777174ff9a1fdac..ea59b8e6a637263222194f229e3c571e71dffc30 100644 GIT binary patch delta 261 zcmbOrI7M)R0;9-8Mfv(a3=9lBK|o?D5Q6{{3u|Ux2?H|=J0Fn8%*1{iL~*c!$kEUeSO6uUHt;$YVWQH&fD!4%VcAjQBa$f(LE%+1Uv%_krZ zv`U3x;{N56n;5$k^)vEwQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQZ{olJ!hQU zz{aup5Az!)#toBSvXwK|OipAEW;B_+m0g*!e)3Irb;k9R89CG$Urg2nk}D<$a;Qsm O0A1b#vK$H+p)>#hzcG^l delta 236 zcmbOtI6-iN0;9l0Mfv(~3=9lBc|bxMh(Umfg*7v;gn^lboe#)kW@0}GqBvMVa?Bho z4?q+n+Z8aykpQBYSl@ss7S>H*irpMUaj<)WC`OL8V2WuskYZpIWK`u7=4R%T<`WPH zTBX7;asTqk9~i}1N;7j(CZ{rXZx&*D#yB~OjcXIj8z#mzli#wHGgeGaWe;Z5o4k`< ynXz*6U3PWWmCOtb7Lx$kEUe*Rid`B+aj@%xC`OJTFvT<`g#cmFwIM_Ww6eC9-m}1%uq!<_l8CCg&xtaN-`2@s) zR;e&d+`oMC2S#z0(#)Kc$*GLpn}wL3F;0$RvE{GE@5F{Uo!v#b!v3>zjEUe*Rid`B+aj@%xC`OJTFvXMrq!<_l8CCg&xtaN-`2@s) zR;e&d+`n>i3uBL>enx(7s(xN(wti7+L4L7*YH@+Fk$zH6W?r^_QfX#R%4UA1=ZupR z*f=(^d|+bSG5I4~Ib+M@O!i<#v&nnel^L5SKV(;D+&r0+L!I%>WJ4giW^yEuoG`hO GLmU9qXfW&m delta 236 zcmbOuI74uP0;9x4Mfv(43=9lBO+Z2#h(Umfg*7v;gn^lboe#)kW@0}KqBvMVa?Bho zk3bY7+chx7kpQBYSl@vt7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4abpOK%Ns-KsctzVQ{kYB8yT3ldkq@PrpnUgX(ow0Yb7}GPx&A*s`F)?nL z{FSYov0-v9doZKH8I#V!q^IM{VT6eC9om||)IQVfiOjH-OX+{}E^d;;P? zt5g^!?q5E+iBWTM8lyN@PG(-Veo|>>PRiz0j2=vr8`wBD|6zW^#JFMdOSW>xn#qam v!Hg!8x3ViU)=$34uFklAG9!mN`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q5E+pHZBpG&3hWmjii$;`lDF*%S;c(M$K0OOO%x*Y1POIR2f*ui2s90IH@K=<~5cmUApDPjNs diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj index 59c0f786689bc3e3f5764de7b4fb6bcceb4ce26e..dda9e82bea2b782f8b0209c4267aca8403b112f1 100644 GIT binary patch delta 265 zcmbOrI74uP0;9x4Mfv)_3=9lB(m-Mv5Q6{{3u|Ux2?H|=J0Fn8%*1{IL~*c!?oEUeSP6niv?;$Y7OQH&guz!cL0AjQBa$f(LE%+1Uv%_krZ zv`U3x;{HvO1sU}w?`8~E)X&JzP1VoK%+@bTEyyp{Pc1GmHquYZ$;`{vPb$sKN!iTH z^qg^W9UIr?Kg@5K7`IG*$yUzTFgcMun9+3dR(55^#>qF?)fqQVX5>(3d^1@SNUoV2 S$e}LL19W{4$N^Bm2&DlI2Qw%D delta 233 zcmbOsI6-iN0;9l0Mfv*g3=9lB=0HLkh(Umfg*7v;gn^lboe#)kW@0}CqBvMVa?Bho z4?z?o+f^{du>eFdvAzXSEUcTs6ni;{;$ZItQH&hxz!cLSAjQBa$f(LE%+1Uv%_krZ zv`U3x;{HvO|1k2hlxF6nOip9$*(}2JjB#=T8^>lAmN!g{YbJkWD`%{joXH-{s6Tlx xyE0?-NyEO`I` diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj index 3bf33cea10a0d45c654a5aadaf581752de02cc61..d036685e5c34f29a0926c8d948da8e0dbab934ca 100644 GIT binary patch delta 241 zcmbOsxIl1%0;9r2Mfv)@3=9lBUl|z~(tr#QU}9m-%qwAFW?|<8@|c;}J3tf%D@cx+ zgJn60Vq}{QrZ`+c6cg)a5XHh84yM?pK@!%hM7#ry)nD|F=A>*s{X zIgX8M6UzrC#yyiivXwJ-OwMEvW;CC?mtC2$b@D@Yb;hleIXToBKTI|Rk{c#R0?8?p H8#%-QAV)9S delta 250 zcmZ1=I74uP0;9x4Mfv*e3=9lB?->~wq=5_&U}9m-%qwAFW?|<8@|c;}n?Mu?D@cx+ zgJmIzVq}{NrZ^Hn6cg)O5XHh;45rx4K@WnWYTLQ@ylM^}AC3=9)?E%>c1wj9S F0RV^tEGqy2 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj index eb6a52c6f7e320d5ddeed9cbcbbcacbbe323c50f..e534516be9cf810a864bd7e46f9dadc9348649f4 100644 GIT binary patch delta 261 zcmbOrI7M)R0;9-8Mfv(a3=9lBx$kEUeSO6uUHt;$Y7KQH&fD!4%VcAjQBa$f(LE%+1Uv%_krZ zv`U3x;{N56n;5$k^)vEwQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQZ{olJ!hQU zz{aup5Az!)#toBSvXwK|OipAEW;B_+m0g*!e)3Irb;k9R89CG$Urg2nk}D<$a;Qsm O0A1b#vK$H+p)>$8p)u?L delta 236 zcmbOtI6-iN0;9l0Mfv(~3=9lBoEG7rC2~U>c5MX>VS(ihdbqNat13OqOheLq11?b)$5Dx&0RVyX{ diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj index 50870285f73a67c8ed86a19f3be9e0d988cdd1b8..c15c3519436e1dbf7946d60f0be205e0e394377c 100644 GIT binary patch delta 241 zcmbOsI7e`T0;9}CMfv)F3=9lBEA5Q6{{3u|Ux2?H|=J0Fn8%*1{YL~*c!oqZLFkv3>zjEUYuY6uUHt;$YVWQH&gu!4%U%AjQBa$f(LE%+1Uv%_krZ zv`U3x;{KJBTNry3^)vEwQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQa1B5J!hPp zz{atO#X{${AZGXR-$~noZuzuFTjx`60VHzw(;0g=i!nW8-299A7Zc-_ z$zR#Z85<_&vIjF7Og_l2%vd}5DZ4u3+R3~e>WnWYn*zxdlVds5S$lx)?V0?MSr`CG CUod_E diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj index b41dc4bf30fcd6d79c81e9a3d5f7d411d1235529..79ec8489a27a220668eb46f8b103f92f135060ec 100644 GIT binary patch delta 261 zcmbOrI74uP0;9x4Mfv)_3=9lBX+UBb5Q6{{3u|Ux2?H|=J0Fn8%*1{IL~*c!?oEUe*Rid`B+aj@%xC`OJTFvXMrq!<_l8CCg&xtaN-`2@s) zR;e&d+`nRSGh?@+enx(7s(xN(wti7+L4L7*YH@+Fk$zH6W?r^_QfX#R%4S}s=Zur< z*tj`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?q4za6QejwX=YB!f%_2k0une4%g`jhvv xD>GJ4e#oxQx|*4R!D8}9X5q;S90H6_CL407vo2v_VBi3Y6#&IrCO2}30|2rlD>?uG diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj index b4d6eae8184ca6a373976368fb4a5b8f930e76e1..1cab8ef602644b4c254cf1e651cbff3fdd464ad1 100644 GIT binary patch delta 238 zcmZ1?xI%D(0;9%6MfrLrMg|5RJ_ZJc)j$jaOf0OKc_j?YEbPHR9y1gBSrEm+3X)^y zV0iO+L%$J$WOeI9E<)UbcQxX=YB!W^tzHjGI{gFfksP{Fkkqal+(M_FzV< z$tT&B8M`OHWmjk2&CI}HF*%V delta 236 zcmZ1>xI}P*0;9@AMfv(a3=9lBd_W=rh(Umfg*7v;gn^lbJs8MiW@0}MqBvMVa?Bho z&p;F-+buA~u@poxv3>$kEUY`g6nhPb;$ZIsQH&g$!4%U$AjQBa$f(LE%+1Uv%_krZ zv`U3x;{H$4`WgATsrq@D+4@DP1^LDLsl^4xM*2ymnK>zwH!%8amScLxI604vYcmha z7beC7lNs5|8G9yIvIjGoOg_u5%-A~lBfC1|*2$6_>Wm*II|9iKlQV(jjL8!@!~wd; BFt7js diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj index ce2c6d9aca54a0d94cca93f7de0ac6e3ced59ed8..a945a1202a023519bc75a2de8596d0b9dd962455 100644 GIT binary patch delta 243 zcmZ1?xI%D(0;9%6MfrL*Mg|5R7X}7~^*{^)Of0OKc_j?YEbM$h9y1gBMG(co3X)^y zVEF)|7}=hHDUMzc#l-ptM6s|g08{MJAc})s7ep~~%m!0TD}fXPqadRypD;HwpERF< zIM6B;hKc((PVQlxGP!_JoGT|YFIzvUG&3hqKs9GeAL-Y_v9nf#ZnoN>bB zQubg*yU8cnl^G{be#@@TdYGAk!D4bEoA6{E4gtnLlWjTFS@*CoFmQmyYB&T~=K!7E H1L6Syu$L|p delta 252 zcmZ1>xI}P*0;9@AMfrLLMg|6+1O^5MX&?pxCKlGryb=ax7Ir=$kC}=6G>GD01<5gU zu)G3MjBNM76vs*s#l-pzM6s~$0aNVeAc}+C6GSm`YzI?JM}ZUrqadRypD;HwpERF< zIM6B;hKc((O6zCj=celCWoGLar55BD>!%hM7#ry)m1gFoOwMPVx>=3s8RO(UHm=Pg zEN_??4@_ocFK6tTT*)5HXfgRLyE0?%M6s}jgDG}t5XHf+3!)e~g1{700+3>06l7H86Xs^-ljai; z2U?}VFmeBe$=!^TC+9PYbLC{_W$P!EX6B@9mSuX*IJu9FYcmha8z#mhlYg?6GftRX y$R5mSJNYQPGULR_FWJ=@4^9^3P-pxz*%CE-?q_%pQxIl1%0;9r2Mfv*w3=9lBO+Z2#h(Umfg*7v;gn^lboe#)kW@0}DqBvMVa?Bho zFF_O|+g&ilkpQBYSigcO7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?%yz(iAkKLG&3haK7$+C7acmZ0dBeoGXEGyuIb+Atz^T}t~ xl^MGye`Hr@-ObFvU@@7IMR>9ShXCW3$&MWAtXo(Z7}&vL4M4FelP7YB0|0eqDFpxk diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj index d1fbd9a8aebece2ac6a1cdf6e1feb93164b94fb1..ac10dcf577674116a35188b8d442a6cebb661a17 100644 GIT binary patch delta 250 zcmZ1=xI%D(0;9%6MfrMGMg|5RX$A&{bwCUPOf0OKc_j?YEbM$h9y1gB1rWu-3X)^y zV0jOs7}*|!DUKcx#l-p>M6s~W2UG0HAc}*%6htv{%mPzPD}WROqadRypD;HwpERF< zIM6B;hKc)kP3C5@o7~OlJvpCIoGT|YFIzvUG&3h<@>NEi&7MrV87KF#ac$;ddBenb zWb#k8a>fah3)zDiZ6_aPS7w|z`6atLxIl1%0;9r2Mfv*w3=9lBYk`C`5Q6{{3u|Ux2?H|=J0Fn8%*5UVqBvMVa?Bho z3qcek+f*>ckpQBYSigcO7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?%y?;hl!V^G&3h<@-{}F$tq0Rlk*upHv2Q}W}IBW#<5w1{t<%}JZ zE7^k?%_pB_S7z*<{E=OqbvH8ugT-V<7U9VT90H7ACOdMdvuz&uQKX0P3~jk+RVf9hKcdWxIl1%0;9r2Mfv*w3=9lB3xR|*5Q6{{3u|Ux2?H|=J0Fn8%*5UVqBvMVa?Bho zFF_O|+f*>ckpQBYSigcO7S>`g#cmFwIM_Ww6eC9-m}05{QVfiOjH-OX+{}E^d;;P? zt5g^!?%yD-pOK%Ns-KsctzVQ{kYB8yT3ldkq@PrpnUgX(kI`rI9Y#H-$pvg2n?+dO zFfs0#%*bBO*fF`1J($sa@>zCe#_q`<+0|KhGczz)OlD*eo@~G&!1!gdBZoTc78V8u PcCc6jP;AQNi5%hpAxtmB diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj index 282d6fa52a8a471693a9a4bbd295265badd90673..9b57f613f4e0974718c627cf4ad94c51d50651cb 100644 GIT binary patch delta 262 zcmZ1?xI%D(0;9%6MfrL*Mg|5R1|V1uB7lI2g*7v;gn^lb-4n=TW@5hxqBvL=f+>~{ zAc~Rg37F!j2T@F{e?Sxq>m)G69tNT~*fT&BBS$ZoVww%47#IZ^Rr!Runfavo1jK<> zsW433|7P-W#z;l|jQreG{k+U<{i4)@{9^so;sRqM{iK}CylnlX(#)Kc&GJmo87Jqk zacmY~dBenbWb$9Oa>fahOWA`N?IxdOS7w|%`7OIT>tSXF28+pwY{HXuI0P8~Ot$4v YXWhfXz`y|(tKkq}ox{q&&;#ND0HHHBEdT%j delta 233 zcmZ1>xI}P*0;9@AMfrLLMg|5R1|SFn5kSDi!kU>^!obYJ?g`{EGqIlrQ5>v$!4%6Y z5XH!L4@_~)22o6`-#`=#>pC#SUId~z*jqppBgaZG#k3trF)#`;s`3eQGxJIF35Wx& zQel|5|IK6;CUKV1%$$_Ts~Dp;t1&%eoSetTwONGa4HM&m$&Bpfj6IVp*@GD^CZA$kEUeSO6uUHt;$Y7KQH&fD!4%VcAjQBa$f(LE%+1Uv%_krZ zv`U3x;{N56n;5$k^)vEwQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQZ{olJ!hQU zz{aup5Az!)#toBSvXwK|OipAEW;B_+m0g*!e)3Irb;k9R89CG$Urg2nk}D<$a;Qsm O0A1b#vK$H+p)>$8p)u?L delta 236 zcmbOtI6-iN0;9l0Mfv(~3=9lBoEG7rC2~U>c5MX>VS(ihdbqNat13OqOheLq11?b)$5Dx&0RVyX{ diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj index 4ebf3ffb7bdd5581d8758d15876d2f7a7a4b1f0d..e3561594d613321175502bd27ac5a19110cdded4 100644 GIT binary patch delta 241 zcmbOsxIl1%0;9r2Mfv*w3=9lBd_ZCa5Q6{{3u|Ux2?H|=djOEf%*1{QL~*c!SyHVrt0TqX6qNF7UUP}rxq6&8|f$IWaee-CzWRAq-+*sdd@gG zj*V**%LgXLJ(EAOl{0os&SVc}G@rbeU74|U@6niCz;$ZIvQH&fLz!cLyAjQBa$f(LE%+1Uv%_krZ zv`U3x;{G?%`WgATsrq@D+4@DP1^LDLsl^4xM*2ymnK>zwS26l*mSB3uxQXQl6XTZ2 zKiSF|8zvXB2QwN@KFY4lSU>qCyE^0g$$}i}j4viz0?8GV6FJl+dVtRD0oe!zj8GZ? DM7A#{ diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj index 5cc04435400dcb22384c4d42e7fe3f13aa65b192..4362c5bdf35d85ec4e75be8ac5824357f78654e5 100644 GIT binary patch delta 242 zcmbOuxI}P*0;9@AMfrM0Mg|6+a0Uj3RX_{^Of0OKc_j?YEbM$h9y1gB84$(63X)^y zV0jIq7}@TFDGnD9#l-p@M6s~W22!%hM7#ry)nD|F=A>*EWqQuI z`4{sqCdLDkzp|Ax_Ds%Y4`#HSe2`t4v2*fMc6G*`lX*GR8NW<61(I7P$8xB%&H%c) JXYxm8VF164G3@{V delta 256 zcmZ1?I7e`T0;9}CMfv*Q3=9lB#Xv$Dh(Umfg*7v;gn^lboe#)kW@0}EqBvMVa?Bho zPeBwT+f6XVkpQBYSU-X&7S`=xirpMUaj<)WC`OJvFvWBLNHH)9GOF?kb2IZv^9hIp ztx{o_xPOhbenx(7s(xN(wti7+L4L7*YH@+Fk$zHXW=_iFEXE0&Wtg5ZPR?QD*v!N7 zfr)X)oqZLFkv3>zjEUYuY6nhMa;$Y7MQH&gu!4%U%AjQBa$f(LE%+1Uv%_krZ zv`U3x;{MH(1sU}w?_ms4)X&JzP1VoK%+@bTEyyp{Pc1GmHquYZ$;`{vPb$sKN!iTL z^qg^W0vpFBmJdvfJ0^c*D`#w(oXH-{Xf}B-yE0?*4x(6Cv%nO) z9*E*#cK}h09I0T6sd(bbtCMFjhEDEaN)fsnA=H*al{4&`TNN$-N%c0IXgO!1yXYxm8 FVE~~eDIWj; delta 200 zcmZ1?I7e`T0;9}CMR~5@3=9lBQ-OruL@zbVr$7cXBil_d#Ze5Rm{>o8C>GW>Fvac# zqBz)NKolcKBbZ|9pSbd>w0=f@ZmND>X10D&YC(Rnerj=nv5|gKX=YB!ka)rR>3s#*F7ve#@@Tx|x}Q!D4bEoA6{E4gtnD blWjTFS=X=t9SIhz;SgY*z{o!v#b!v3>zjEUYuY6uUHt;$YVWQH&gu!4%U%AjQBa$f(LE%+1Uv%_krZ zv`U3x;{KJBTNry3^)vEwQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQa1B5J!hPp zz{atO#X{${AZGXR-$~noZuzuFTjx`60VH5RRb#h9KkZvMsmi-~c| z*@GDkCLd&1W~`n3lwF;1?POjKb;cKyO@ZW!$*~;jtUW;Y_DufBEDQiF CH!w>8 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj index 26e8700d8dc3e443f357129e42db000ba5784850..3a0f82dec49a3fc4bbd2ec461fa1ce35c2a28e17 100644 GIT binary patch delta 261 zcmbOrI74uP0;9x4Mfv)_3=9lB(m-Mv5Q6{{3u|Ux2?H|=J0Fn8%*1{IL~*c!?oEUeSP6niv?;$Y7OQH&guz!cL0AjQBa$f(LE%+1Uv%_krZ zv`U3x;{F$t4>Niz>SyHVrt0TqX6qNF7UUP}rxq6&8|f$IWaee-CzWRAq-^G8dd@hx zj*V;cALchqj9VtZWGiQEn4HKS%xF4!E4wmdWmvFGjgaizL~5EB-cz1eFdvAzXSEUcTs6ni;{;$ZItQH&hxz!cLSAjQBa$f(LE%+1Uv%_krZ zv`U3x;{F$tKQW54lxF6nOkT$5vsr}c8RO&xHjd3KEN_??*G&G%R?b*4Ig>q@QGfDY xc4fxu$q(7pSywYNFj!3f$SgcrfkS}t$z($gb=D;;3=AA#u>zo2%j8B5aR75mEYko0 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj index d0f1caa534a8b0ed55b38ede494c78ad759c254e..af2dc84b6677513fed9be787b58c8f04ff9f927c 100644 GIT binary patch delta 245 zcmbOsI7e`T0;9}CMfv)F3=9lB(m-N45Q6{{3u|Ux2?H|=J0Fn8%*1{YL~*c!oqZLFkv3>zjEUYuY6nhMa;$Y7MQH&gu!4%U%AjQBa$f(LE%+1Uv%_krZ zv`U3x;{MH(1sU}w?_ms4)X&JzP1VoK%+@bTEyyp{Pc1GmHquYZ$;`{vPb$sKN!iTL z^qg^W0vpFBmJdvfJ0^c*D`#w(oXH-{Xf}B-yE0?*^!obYJ&IjZ%GqE24Q5>v55=gP! z2T_b{m%$XrJP^gi`Wi&Bux;H#46!pMW^f zDiwx_`I+h0 zB;$qEDXl^zRoR5NWx;Q2H+?{>Em+cL5yEOQk$RnlZ9)j4Sf-ffL3Ubvo`|763hRLP zq@kOMb(Zgm54bDOiN}AJ4YxRwMhe}uVySI zrO`jE(mDd2Jkwoid%?kOEMs>W&rSb`dzzp6@kF~q-KcZr`iHo=wo@7B?1aj``#eNs z1aZ|BG?}fKbd{2JK`yMAWgj)r@}DVYOA&uLTHNJcPxKsR$v;TL2G2Y>k>{;tp7Gux zEneUo3&0+lz_)zABYY^*uy$YUQ20RnacEeHM+)8*^70j7os!Vc%)$(F3knYF^c_9S zMZ9II$d2fA39-l=E#Tl0<9?J`4r^l@^`fg$r*=#;`;gYuMnmXt(&+(an&zkzZ<}?h zM|Mja&l+gasSe+m`6!O+l)%|&9=*h)XePbFhiI<#?>ZqiVld)GYRpZA2*q-#2Gz_~ ZbTP+plUa}HW&VogT8HX|D97#=?|+Ii*t!4! delta 853 zcmXYte@IhN6vyw`-uB*p-l-#JDk_?5=vbO2;cwKyuogvNP(vy~Q|EM>mgSEiL&Q)! z1yNX%1(izL3_>(2=?9oWkQ9-BBnDFc0<8=ZI#0UrKKJ|X`JQv`J!1G6Gl!SVWF(wKVMCA=~3g%$9to0&kOUQXy z*8=G{^A%aQ;Rkhr`VmEyE{qaG4M(Vm7$5vj4vt`+m~eQOPMY~B6>H*VN^Rsw`W)|2 zGIo~t6C3z;DsYA`QPOE1qhPF_hmo%1vlR97LGt@}H`Vd-7Gf=L#|bficOPl9HeK3J z89|+tpv}<8ngumeJ#Cg$NbO8aTSc3T&UJ|tQ!?cg=1AG_6JttcLZK618m?2@5~DTrHWfGQ6-OyLCXw$UHDNJZ z@uo3au_53yV>Z|>^YtzBoJ=NJ(&&q~1&pR7fCnQblb|yQH`^zg&;zHthVA9?%;up6RXi0s$3$Ee5 zN+$@|LyW*hVhUzfIbj|z5!Y~r$k6U~LKil=mth5~s^#->Vg?#K^)%a7j}tsNO>Dz$ zHTBSoJvC0ahl@4K;KP|(CzPPwTTi|2dYw>=KZ$Wz;B&$pUiBrwD}3&Yg*W)kXN7e% y_^qlPNsQ&-dv^#H`Au*DkNK_Cp_Mpk*Gx8Dl@ diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj index 690291f17dde2f7cc17bfacb65d1b22774c23938..ddaa88d7b3a6bcf7185a2acc83a5a220d0d5cf7f 100644 GIT binary patch delta 1116 zcmXAmTTEP46o&UYmpNzV%$$8ZKnkhD#Ud~Q9a>cE6{0ltLOX$>FhfNWS_mVzGJup? zFE!Q&Erw>*RAV(MN?NVe(7|Y$HX+{HL?2Xqu(n2QV&V(2CRB)G;y>fV`LfpDYyJCQ zXZesd*&NjE0Rp@p@1V3B7 z=~%cnf2#!*#m9eW+o_t@>rM0{AJI$b44>623j&Zev7P3{tA4DZ+W87sW(Ej%mYSEFakB}C`k);mU53{2IcF)z?BeAPTbFLJv#Pg(WwLGMNi@i}kDgB6w#ciJuH0tDQ50lQUw2;&I% z6WFq2nM84C(n(w`$BpKmO($)cM0X$M245al)$J>#-}zPFnuqhTMn%~F4=EqBwG-I*lU-OM+wlC_-fe=_hU zc2?%<@a6Q{%Mhz`kMKHwXG?v?Y7~u%d>QAeyqU2&ma%#r^vHu~HslG^m@;3{d#sB!X&|h2=NMa@L2U;)^*<;|iJ&C>eWL?e_ znrV}J8o#Xyo$K+H&!swKCDB!$a5`x!b<4Ro%Qv#2VwI4{LYMex^a>p8YK|z{27bGFH^q3dIYM9XwmlKL!4u#T z{|x%MvSo~BdAcP+t9%B=OHE~oi-Z#k`4cbG!>yEP#ebpBAu&;;MEF0aWNLgH1OjvT{Kk|Cbg zZ>1=gdK#&hGoC1|;WJ=>KLMZPIZqS%)EiOyl@Ay-;aZ5ao*-#K&V1+*^tPTMdj;D5 z9a4GPXr!mO(7Zr%eAzrngWT>dRsseOd)LyP{Fb-l?uaGC(qPj35e*y$g01R3xQ=ix zLsqaY?!j2ePBiCz*V&bKbf=#0^A%%N-M(`AmY?+%-5bCf6%qXJl5$(H7QPH& zj*!zBKyov>DDr!VROMD&K$8tP)a4W+9@&S7FogD}!Pk7tf@g3}vd66u+DP0uy<-CA-wzJG-I`0%Xr=i&H&O0F|%0F9?lE>WSeSw#- zv(?Vc&}H`q|3b4mXMk7wJCiMWsa+^kL}$tE!(I1vTHiBJ^R!BhqAf#(K7Yio{BPB#qA9V+QjFT@blpBd==DqeR7E2 z=JUw}&GRC-l()AI(MSAoYl2?o!nOoG&1rBiUu=ufHvXw?B_2UfmD4${OqJ`iQS5*l pDwc3x%7%brI4R+AaE?C%>-k2W;a%mS&<-KKbN_Vze|V()_b+5c`rH5j diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj index 695bfd46d2643df303d72cf95faaa836dac27242..6ee140386333c24cd899c17c9bfdf18d306e2d31 100644 GIT binary patch delta 1143 zcmYjPe{54#6uzhLwSDikd-wIeZfz-r4Yb>w1Z0~`+(>{DAk1}u$aF4?rrW^Hq207Z zHm7la$pXX!idzS?iHR{IKpKKkanWps=%y$VjalL^NK6c3$YNq*jOX@g;y>Rz-*?aX z&bjBlnOWDBS=X_0*mt2~v+0|0Gv;6PGS=$G17>e9P2BZBq?R$JsP1N9Og)FcnXy{Txjs?}7Z1jRNPAIB=b5^iBLUsm#oNxQ@@VfS|1INb5MIw3%eN8U#2>(QI|2(*J8?QgQxJaRa1XRW9+JNN4r7UdL1<} z7L^x^S&!4nza*@;lSD-NuhG323-p-JQh(!5Jw{SOpT^e$iJCDfMM1A8t(DJ8wiE&% zc^G?`w@L4q!ye&T1o4LTi_{t%ZIJ)1;@e^uZ5ciwJ?oS!ANmKzV=eN zp+@~ZycXQLX9>0P*K;WaycB!Yd+9~|4W1R$KnxQw@hLR~@e>W~5_?HdM2c3Tigh%! zTWliq2tk=%aY>FQ(s-b>31WD*^f6dKt?bb#Qckn+y*5W*=TU$BZ(1BGi_nm-mkmN5 zeW5sfh-*V~;O-Ds?Il;UQIXH5=}pwsY*OT?ek0SLV&;Y-G4%zk2$#b{xG7w>e3&l5 z#1YB`(Lv=d5vRcw@fFFcScNCT_XW<8ZXGJSBPCeMmNelv;nnaAdLz5;|BNcFQRR1o zv1NZy9Ef|Wee~lp2_H~J5tg&^AvzRsLz+~)gGVFnaI)}gX<&p=^30e~ZkkkPllzjyVM&+YF^6~?z5hC;*E78MsJw8F6+buI8N&c2z1IV>Gd z!nfE(coHuXPN91u2{X8da1q~{xD9vViEI+ir{yH91n!pT!f zXv13+pTVxvNf^V6r!(Zd>P!+6I812aJmFQ0SoOU(92l0iaX5CP!n<2vS>MDOi|qpz?eFO56yVIj2=9r zBzx5fLbZrul#qBu+Q)DKFM?;-z~|1IR!K;RFQmQ}Q+#hMOP-#)nwxUXGP<|6G0%@d zNlbkjxwSktn=*&Am$itCF?}D!X;r$knZ5{<*6WbOPp#6*T^eI|jHlXt^42S;i1C*) zkn`G1FV9ItZzhR|%>SYe7!S0YomAiWTaS}eqi69{pr-VIlwzP)lD3|ICfOVaT=y`x ziMPt!affZ@LkQxm^+ak*9j%vp-FR6v@+K*+al|A1XVimB;7wc=jPU`Pa3cgubjC*b zhu9gcg@rg4jKK`v4#ozbQ6ZzpDSv~nmfpP%o8;vRu|CMHYl`ocv%TZ6+k7X@ZuC3s zYhEGa1|2p{XE{!zYqv;T@7th#OeJz_@@@RznjC`dAqxQeLgkRfYoTavL%!xbxuGgO zjdw%!uN6@#eGDJ7i^%cW|bn(r|EytsAjbyTlE{M?MY^?$PrWj4htg%P>-u474wob1QTbe zK@eLg+$9p!xFWtKSrv=%Or$Jug>-9A{!=Nz95%ZSzmL2CZ=*NbxcDALTJI{44aVmF zLv|qHDe=*d%Ore45jmL03ii{ZNEk9nVFr&!n_)2XXY}+!JXIT3cXf0nGbd{RGUK&} zLA1P;?C#pSy`{Tnce16etF^r+Q(bSXnZs*Wyb9y^<**Ht7=7P{d)PsE8nc9#Q9ozH z=h#H}7_Xdr1O+%eV#76@8A-uU*m^z%8vbzJhC5htAq9R+U$9{lJ|TMqJ1*LA5VIFk zl)3B!8&={zLO*^(IE97jQu0}sE`nchXSx_nyq*r@Xxf50vWlS}X9x!{aH*KGFC*;3 PR>Jr25aA?_T?+pTq4E2K diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj index de51f99b4910bc597429bdd5c18811a1bec6499c..00e33ad141b8f439a107030e1e20c288176493d9 100644 GIT binary patch delta 2406 zcmY*a3vg8B6~6!7dv|Yk|J}QLZ|?5iBu=ty2q6h3Bq2$8)QrwVaqKKKf-zH|i48FX z!kb8`-7yuBnUqkE76zSScm))pbg3hvHnD;x<5UZ6h0#H@mfDt1YwM#AvHi|&WX7G@ zbH8)Wcb@;hcOO0}22YBeC8G31BH$^#>{S%`xvD4=Lix%^HGGF)P&MCHTHtXP4|t#$ z`c=?WLz|5-Rd{QlX?>u1D&zc6h0&_xq3V0^(Ds1k`I_63&7(iTHy0LN;Y0>c)<(lx zG@U_lZ`|&LRr?PJ-qQTE@%K{1rTd0j~>;k;^N_Ls!Gn!FtGE=1+c z^zm$lqCJF({ADrTa^Msf_1A|xIOa{z{IeuuMG116wfKgrpb7K@>~HY2;GxY%Pl1m7 zWAJF-!fb)%&hx-&&BOu%+bxxcxCP9><5mIV3{nU7T9-IrJqPc%{>*qjb4ILB86V`> zqt-dbX^6nHRvE{RV9da2E5vvX^GEG^;D80uCJT)-$S041B&pu(q~nZ={eR*K}#@mLB$3*u4C>yvQ+?S*2Xo zpha1gRhs0p*r}Wm*{&)PZQ(46;D|E$GtfxbN zMUWxiK%{jv)D0zHdNjJ`OHAJmMH6<|s6!ID2bvuTJcb;K+yIMhnVrC@tfyOzI+39* z#uTw4^AlsKFTE0er_)~LR}^w$Q)Ub^?vDIslF_3# zG2<{QIV6n>G&6eUGc9&00Q8bUdJIA&#bCBoX{2*W6~l zj{)6wniEMR7jWdDISUSE@6cB;`!n9aP>z?NbR;2W(Qw2GJ;HtNDoBIvN{wELG;}ZE za(lzq*wo4R$#Beis!HA4*3kd+YI>4fE^U&cjoo->Dd%O9wGGhxf&X`{?V=o`+S@Q-Asl=-^=QX{B zDNDG_xY-D^dz9%D=He_xb6(f)Wrmm5+KFH}ho3i(GcQDYZ6_G#ZN6pxi!CqGnC*1$ zV4h9|B5?bro3_*A->`0D-#r~0x|XfU{H)?ZFO9YundX_zB|@VI7N$g)ehpbfiEpMvIjx1P zr!mN8inOLg8+Ek4D&jQ#&XlO3&5+-wamf3~U6c|hsR#0PI<=@@G||k({m5`+aY|gE ze*-^3Ywt>7<71G>)|L__2QviZ|#)+cfb%x(L}w;_hkUW10@RnifLdMw=n4 QXc%&k#vwKO=@~ delta 2412 zcmY*a4RBP|6~6cFd%G{YclYhSmzUkmPm^WygZa_?kwnDGj7~(x>8ga7FbD<+DIydo zX~q%QT1p8{#>gC$OzD^={Hth~Xe%NVIthYf#ui1#+M-p;)RxX@EB%{E+wbf~X1X(b z-*?XW&Uena_wL()S7iSy^63&;ay$|6l>Wvmg!+Rf#41Dl-$yfjhv3k3Uz+ao#M{?; zV3@`w$q&5|X`1xb!qV4+=BbMDLzCt_=xCa;2M>J@Se{$str;ETFq2zQ%9D!k%Su<% zFFb|!?9vgK73zmie}?hRS-dR=xG~tk{xK*ME+-^-I}!E93VquH)SRZDok9=*c&MUJX$XD12wpUl!}WdGHv5g-o980UFWs z(#KHT8*^5`tA7T9w={PP;~oflYjXz~uSB!H*#-9^tnY-w*Asi4@mh$RWzqSJN5L^G z?NNjSZD=fPHkmf!YAFYr{g*)!stv=KEuo7rOc9teL|TM%ZZYS6P0Xpy$r9%yE2qxK zvzbEwJ|^;)M|qb6qg>SA81CYn6QKF$D8@nrS!N@?p=wwXJpuchJgs=>N%R!x%6$nD zy&ba!R=ckQr}Z3cKwy`x@etKu2KL$cjDG^@z_5Lp6P9xFe)~_1>zQ-d{yXDg&VA9o z$T*E9@H4xdb4M^{;G`X5T*~}2P9t!@#?qk*%t`2}BOobi^tx%AQL+DX?o-WWqa<)0 zhN+&wsuKPac=*+w9GT^xWS^Ra(kkgc1|y`3(5ou-kH844Ybc^B9p3zydY5ymGRACG zixyRN#%NJv*i%&#*`Q6J6oJ;m~)1g_=afK9Vss^&F=k%^13R3r*Y4XAG}$3=tRh3!%Rt z$yDzk(|$4310z>m^U$;}anmLkx^%*314PtzSWYDH3^as#2p-3_Rsd_Ni0(EU6?0OI`>d~KR30G}!U$9-4?W z^(^Fa!{KRmEoJ=EaMYI-8#Qt*c%Njk{o!hO;{)8lf$-fkj6+5fGfZY2wjN@}3f|5m zR^JTcd830FE_K;8avu%a3Avq)+irRa7sY+e8sw4RX4Mnc_{_*BjZZk|RrbDNHKXTv zj4Pb7?g!>E&lp-5-jnP-YfW<9F|PYd>&i^s38R!516*a&`VTYu`AE-MMHo`Vs&)6g z(aMwuxy%Kt8SeNY7JSQU&ro#tZR6X_5VX-r1S6dOuJtnWOd59Fpv}Aaf%VT!CY^QM zp2zq!KFYSd3vTzfH(I`Ie8F0kT`$y6Gedo9*!W+GSFq}5S;ko&>dFnq zRilv^3+eXUL~@Kr`*W7Jjd|CyJm-MBEN7>U-^mm`k^9$zi`@5hrJ>j!wSbL(sAgR2 zA$6Xfa`WZKbkr@BTj-oyEcen?w_f|Nr2M?%+y0Hs$iLvNbnt@V1uuvp$QJN#R+bt3 z57l}jR%l_cyk@-7geX2roAb)#Rr+yWm0V8e@+xIMeVNxRC+MbViF}6^M$6>;v>{p` zhiM?XS8k-z*fRMtZI8{BwRAcblV$WltXs~Z+v7>OlDgu_L<3i?p1+tMiz@i0)S^_m zT%v6Pu9^1G!FYq*GX7!ws`78%)VqFV*XHi!8|ZZT9pl9ngLtWwNA=z{kFFYjt@4N7 z@ws&iOQfJ3_ot+yOITx6_CQLOQZLq8n#4Mf+(jwbM%|0vl(|&XmXg)973)%(!n&D? z7N_JGt;2erPA%?}jWnmd4+_WHQ}R8U1|Fi`2UD`2Cb2@TBPFj;cSn_cmUed}+Jvmz$G PB}54h{_79!L+0~8G^Cx3 diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj index 7c8cf74608f5daebd6e45f13bc2eddec4a17b8a4..e13d74fc7bed68dcf5cf19a2970313b31269d546 100644 GIT binary patch delta 1392 zcmYk5ZA?>V6vv-)Ti#FG+ZJ1>RH!g9LMKBts2}GH^0M9SB7Q*%pl? zTjR@-WF{jsTjpd7+qB}AIFfzPk<6Jb`oTp-d_#Q0A#T$wvh07eFZ=S#={f)Bod0v4 z+dqaa&xbAhGpO)*;2bCYWK)W#Cnu|Vt%Mee+n$+PkA|^)F+r&~-iKm5A4^m!f&F6Gi`~DXjfd?x z>E%<1Q@ByO?f%qP5KrQYSf$eWjX0$;_<6ii0X{2(c7J&bUuK&AwH@rmB+c5p3fgaQ^4)e%-}rqEaao;Ka;CTsagD7Ryh1QZ$bYOuZMmf z4{A!y=R{;)<`MW=z;B|%LUuvFhzI4cV;Vh>GmcesL{jzXzEMm}@_MWmrR?XRu_mSJ z5&Uo*lJ$C!evy5;m-fo%`Xt)}NNrPG-R831lM8xIc>!9t>zgoUmwpk0+jJk|R=pio zcIqiGy+fY@E8F!WsJ7@mF-nE?L(nwq&8Rl%w=im(UW8RP>L1`@4Z2fSIzESDbHF%`KpD>kPV+JL$a$xC`Eh9Mdto*Iyx$>P?VA#FWV}2i2N>i?WX>f(KzY^tB*NW6} z9Ch!uSYXw&YGJV=U-It|di%uY&ZDO?-@P(n5gPcCVto~I*d3reIqkmWEy6H;S==Yk z_Tv>3JFSR(_Gou96LrX`2^;7_)bClU(JHASN`(gQA#aj;cNt{Je@1)h-+Fh%AK8dzBb zJSGF+NeNyzC|BCRA~_E(7XJ-{HcCDCj`ZCyG;5RCZ`l1YVVy55t;jm#-d{;v(Y@ z&E=Gg7<65_M#7r)-Kgi$E)DiNN6keJjfSaEDj%C`=y?qHU&}v_OY!e68Oxz!**=y@ y%cN^8J7!0PQbm$q<(8{sI-QV_v25&e!jo(|DD%MIqy{XM2v{w>V2cbq@%{@niH!&V delta 1398 zcmYjQX>3$w6#ed-rPI#s%r^@&oq_2>izV%pmZhMfpmhO)(8t!unuxYU5^50J4zd*z zn`i`z-qgU4nnsIK1jP&`F+z+W2c36!Xt5Fhs z*=l?ZFv#^SqrPAbm&)n%g|tQjp4`Zr5Oi{Ps!}Q3grSQ&)09f(u$Z2?fo~ua;sTru z^D)#J+$8OuSY#IJOkVC(DvMuCQ7W59T}tKfm(t^jRep-3`Ft2^6Zs*qkVELiS)g3R zEnrUKqwp=}R;^SC$KgJi-vwt1H-IyhOQ1Q8KZJfMSCLZF`8QeYjTKgbU&d>}pT#|f zQnT5P&g0yVJWudiD3r4w{3rQOIp8gzKI!x>qmvTRlcJ1UxWgg4O)1Y=aP01g-h&_B zy|Pvp(H&{hVcI1h>CE&LP}3jrw_D44PrlQIm2pTn=xW&P(A_ZJu7jwz=>|mEsxuIJ zi_S)r*K{kUoAptLQVG2moO)f4X`SwcRjpnI&V$3?amyCtx7*ruu8GGoff6+w0bEs7fAQJk?14 zwe%^El=Zrj3tpJFnX07uCzG~GAMgz+{n?~WX#^@c4`i8e(WDJh2RtOFfyZUcC6ioI z4Gc;L@KJGGHmO!Bfji|O@TA-aYI&x|#5S9OtHd`ka3e*^E|iiQ9H diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj index eca5233727e335ea5a0f3fe5751fcd98ceef3cd4..230b644a1353aa9cf0b34057afa2a5593f875d62 100644 GIT binary patch delta 2566 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 NlRNMz=)Cs${{eL?oqGTP diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj index ae253094dc9b704b622af3cd769931e236c57477..84908ff3e0eda53c6e0cde43ca7b03216f931ac1 100644 GIT binary patch delta 861 zcmXw0SxA&o6u$SLf0;Qm#W=3xq~oACk=E#Fj?P$VWQ7Yu+e-_kG@-ecnu>)FCB6um zhaQX~dg!4r$fo6?#RN$agQy-XjD(74dFU}gsc#G~{NFwQch33Fa>u$KbPs39U*nz$ zY3;NKVGAolTsHGh>6cMXSG?wzB!r@9Wn7~a>>4r)VW>}p5c)lUSsk$op{B&w<40Xa zs+yH>E@m$ofV_lDuq}p~8@uAx4)_YvF$jb9z-y))FczvBF@@Z%sFFa7 zCLt2376p>%E1bzx0Xv0?`LHR?`2%gG(`)c<`lt$#LCcyD9`f+8DY<_Jk=ay>fxP5` zcOwmV;Z}7NJv0{wxS>qa_4wr>mfLkb<-_azeVCZbE1$RdS`8x9%^- z(7cWrP-;I9s@aZDVDu8_Gpxos53ud$3Dqe#@O!n)=!BS{3!I^aq@Ry!`*OZR*hIA` zrP3sN)@T}xPAfozjsVSc+!kAHfakT$>~h$4A~X_5b?Dh4>^6x0e_sdb9)BEHY?={?tX5~gBz3LGXWRDz2cd_#UpS<=B#Z%7$WKY(8tOPo%$2E)I zWKZEOM9TxN0P4%$q*#PJ=qic6G3<(TL_b?pd(@PAQhIz1Z7mUBYh#n|Or*W7!x!mj zFYx>7n;To3eDz(8%_pJ_t_786@f6h=e-h;)R}_V@o-0Mua)FNp!m^a_25!h1t|<=7 zYQA3FEvGoKBrGp-1o(m<0)Mj>%#mH3AIy~bd?@IZb$mYP)kfV|4^I}w^V6VR&haa7 jx4{jsa<-6Ne&Mu`7d0w?)!Y*DrgRnx(S;$`&YJlT)t9Ls delta 812 zcmX9*TS!z<6g~USx%ZA+jqx=)4eFTYL}TSEA9E`;45J)|$UZb9iXIrI^bsm5euWT1 z;_fdcM2v_8&7{Cg3!#YWBMQ_K0;Pib55cH4cHyqO?>cL(z0Wz1J05ln255aMXP)BQ z;*?5=8cKz1`ANkzAz4Pyy}(KthS@9;qonq}TPa)5Dy6JRfLjm5E2T41&f`aK!m9I9 zdt!AOgt{>G7V0=#7sNhE+xj73M;47-U$2b_egeYgI;^_64on;$8FD$MkBY zlMuf{P62!2+QZMG-^-(@_wjG&3)yEWRm9bB6|(`pgdf0L%H6>IyorP|oKXrLy3Tp6|On|d#c7X3{OS67OY4Q{Z@$Yk-R}Ra$La%KT9Qavlu~7+ z>=k{Ki{()&m6`Ipv>>M{qEsv66&>_UGApChBUgb>We)g562l>Cm&$N1h2%^)Xr9i- urAbX7MTWy35}61GX;D4_$K((2i|llQ$c{Kcvv!A4vZWnxJk%;9PWnHmte&R; diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/if_index.c.obj index 9bc8963c4e459d2734a11708c25d4b93d81b426e..17109bd7dc3e1fb0517d12a67b7981d27c2bdb84 100644 GIT binary patch delta 472 zcmYk1JxBvV5QTTvz1$_n%byxS5G6>63W`{08Emxi0$Qj=KoK+=B8sAoL?MmXBuphl z&`!nfQdn4M8XJXF0Sm!OuoP^p^lc>I!u#I5+1cH@^TcJM*h?d&zLWeE3E@8wLcBu% zm$b|zvQ(xGYf(lfwZUXXbW(<^lQM^4O6}`F)+DwJ zT`QH>ojl1J+;gYHxU~(tfy^NdorI?wkQ27qgNXK#qZuhP>c4B&7 zL3;V>0NJDZLYi%DgOwmZE%G(_qhmNm-o^{)iXcQ~Z{2;SisUm@r;pN>- zcEwE_>yquD&#jraCKdQN;82lY0*_SYi=aal{sf;m8FDDarO+OIu{Z3{94~-Hz5?(0 zJ3L5-+#iY2J5NXA)X7`m44;B)`~ar;13ctVdmQr7{>3t?(;tDOa0QYa48H-`tyMe)zDCrQ6SM0K~Ry>$b`tL0Qw9aX=*P- zUNw2(4RS|ag(*EvRwc<%1(ld%lE9~3s(B*GGXm4I1aSS0(AHG3(o3&9PunL!H7`hN zbv6m$il_%+xvQJ3L^5C%Z^7`7(=~9mf1s9mNKkP$YwvK+1J-tOFK#959V;DAB{Nn$ zlbVQFoBQ_e7M_UbT3oYv?NdHVIL4AY1_k_fzrqFHcw$h+7V!n=%@{m^TPtxa19i2M>u+ydtjS8*v4Hh&k-{g=l`37)6^{$CA(g3ln8i A#sB~S diff --git a/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj b/blink/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj index f48b14d5fd03eb028671dcb95cda7f80b0f8ca86..096a8f05589b71b7e0327f034dcc59865fbd63d7 100644 GIT binary patch delta 1401 zcmYjPX>3$g6uxKPee;%C-pt&&Vd~J*eMxDmEv5ylG+KnfFw;$nkde|*N&{3Vtsu6d zCWL5O3OPm~F$5Q?KQM+)F<4C`q-exYP5KXa4JInaB}6SE@!WYf;pOGzeBU|u>?7lF zg#LWEaJHb#l#Cn$IEF+$eDt&G26zLwWzYatlQ&cJ^ zlckIq4`Vv_fXRvW@{fr%c%8|Z7LB9`@Dmu-s^J}M(z*htbn+>UTvq%h%xDeJg}-Sz z@n49Kn)jJED8AiAz-+LT&g|t_%-6%?ILr^mCn>6L)=ZNj5bE#V%6wOa0zvyG=ISNE z{Zs)D+;3EBj71h5WHylv#f$H)*$Ya6KGnEee&0%{O<+Y)QcD)e-=nF7* zTs*Imwz=qKaSwiHuUPqj; zgU}uqO^bEd=Zn`|S04M__OFN@6>G>vGh&s>bHGKP(xDfU)%ptG^SOhLwB0di0`r6Z z)mK}t4kq$w_Fn4kPTEssV|MDxY_)>OMyc+v!G0B2`!~ZFp7G~^#1H+AFo{N>@xU3% zBsTxQr=3)y=(1G!hpCEon{JjnbJ|+kL*ygv z6vC7j@uxr?RAOOp1DwX;Un;!x7egckb?VH$IjAHf%REx8w(Fr7-ld3=jx1OA)ZOT!&(P65YD zBpXq-q+l0zw^V`;kG2%S-*~R249fA#mNLDwf_lW=Nr4MnL+~b6wU)s)e1zmA4wJlv Wr%4XsmDaM@ssv;EXtwj;y!s#Q(+z6? delta 1395 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 TDLaaO)f8XKSVcQV7A5^3)Un-L delta 147719 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�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 nRL0Yi=-K`$qz`n~P5H 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

    yq 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 O`h~14x-hCR>Hh%fX8;`l diff --git a/blink/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj b/blink/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj index 9f2091155798d63d98d09bd494e1f9daeb561221..c5153f71800d04ed975e5c4a27b59b223316541b 100644 GIT binary patch delta 980 zcmYk4Uq}>D7{%|MxwG@_?yRo4x;qQm+NxtpX68~@Li7iPFrgG;sUS0GX%io`dWlu3 zC&OGW5kygtkdacfy%_ow{dv#`syF*X7}P@#kr6>r=T0Lu55Mos`OZDFGwf1oIW?Z( z*?i@mh?O2@>^(6nXw`WtogZq>ebpEfOkIL6KwCLTusnCESQHs7zsuAR->Cj!wJZwalGp*U4-{PB^fb-WcgsgVQDDeZyXq zhN@jln^x9ondTL_Q;<2jk48pwAg5=bMlV5~-hzTYg9a^wKKcWi6u>E>GSE*Bssr=_ z1wmQ_E&2q8C=0)c&Va>q4h+*cSVC99RWu2fl3)Jdsa?y+R}e$<8nVCy#lT9c0@qR_ zn51oB6}5xabQ!FnL!d(q_zks8ypsKzz55o57;Qo|r$?Yh??4|F5HhJ7T4!Pu=gi~! z6Ab@h^#(h1Uko#FPn{0ll+U$z(+CWj3g+SLRlA2s2Yv!9_y9Gu&t3JdteDj$i zY@Meq=#8E(hu-|3ZuN8mew(Ljp*uaT-fq9ATcFj&L#$9=mgl@z&XqsqQ}TSYlef#) z(R%(}@>r6O%j%fJZ_AFDW90A^6S5>)Dlf#sd`Mn{cO72X^%mhx$S?5j!aE>sJIQBd ztL+#jG4@+#?4%|_a?GwVnnR3jaSzSgVV;$5Y=<{XBku44xgOjuyTJ*0HtraaV#Ye$ P>}))2^p`RAOWpki!{nM$ delta 1002 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 diff --git a/blink/build/esp-idf/mbedtls/cmake_install.cmake b/blink/build/esp-idf/mbedtls/cmake_install.cmake index 4ff4abf..4fdfc57 100644 --- a/blink/build/esp-idf/mbedtls/cmake_install.cmake +++ b/blink/build/esp-idf/mbedtls/cmake_install.cmake @@ -39,12 +39,12 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/mbedtls/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/mbedtls/libmbedtls.a b/blink/build/esp-idf/mbedtls/libmbedtls.a index c95f8bf0509c84650b5a79283acfe2003adb920e..6e2e7081ebda9689b10da5908469d02bdf98016f 100644 GIT binary patch delta 5163 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 delta 5172 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 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj index b3f49bb33322cb2d9b2d3376a27e570f458a0200..52079eeaec5c26be57d91f9665717439830d7649 100644 GIT binary patch delta 268 zcmZ1?xI%D(0;9%6Mfv(<1_lP6lZ*@u+CT;fFtMxI}P*0;9@AMfrMd1_lP6!;B0J%YhgKm{{1s6cf7)69WS?3u|Ux2?G-ct3Hs& z#KDpbRK~=}CJ$1{$T0!LV`9w*Q7o+Uz!W<#NRETO60DL#9H@_hQIJuUPnesTPnu6a z94M>8z|Cz3E}9oK%M5jQpY!1)!CaKQmbh7Nr*C7we}M7Z@Aq zCzWRAq)b+1{yaI4jcc&YJv^U7hjNWI+yfCKi^-Rvc=KMxIl1%0;9r2MfrMd1_lP6Ym5vGyMP!3m{{1s6cc+gP=uLhBkWrOSn46hTnomF+ zD67K2&20zdGECfmWb+|L3r3mZjQpY!h0?s@%=Em}6a|o_5FsFI@=qpLp`z4+{9^so z;sRqM{iM>&oD_yhjGmKgnWs)JVB^>|TVtls36=;l{4FwcBoaFST)UQEX2x zILOUO`JFg9D0wM+;bK$dAjzMAnGs9m;JM6vo0(=l^E?J$f~%L9wtK;oeszT-gb?cq z5aJUPS(IsNpjtI0B#-fEVv10m2SlPe>y}#}-=zk9PaLF__p5XKP$s4o$)sx=GJ#%+ z3vh=StHT|SCSv~ZbTmFh;>pCQdnh>_jt`T`vE;;*Tijv}(q_P=QZL@*S?~c`u$}Fg z&+Lgp2CubQSVh0hhbi3y?YL4=1DklJ8*q*nHUk(s3k-h52q{FrQ?A7dLQtQBj*C}W zv%f;6DF8pfQ!(I zsgm74OaUGl8=N3`10k#{+fuSwM;E1pV^*7iL)Ed73J>%s-htvhDqgMZ7~G@JX_TLH NLYBqfew1*jdIK`?mGS@p delta 659 zcmbW!J!n%=6bJBo&U?>yqj_Ls+dx`LAmU32Bob&ypdYrIM5^HE)FetHp@EnvZn0C* zf{_zc9GXeRMTc|{=}>482SHjeizS7U$w37d2Ql7zBz6%5FI*0Xd$^n*|DVZE$@&LK z(7G=Ir|$QI*{Bf0yA47-Q&%4}Z7yh!qY#E^6_zUkr4?5lN;9X%5RL@(B*?n%&?@O- zTI*bFN54t?7Eek))!?A@7^mTQzEsT?uZZhQrE(>tzNH-_O+|FfYN42?zVWT~)%=X` zj`r=FutpaGQCg7^n5KI}VR%6Ar3-K9OTYy|L62)~nL-?+xGxNksN^|^XHv`x{b6;~ z2CvoC=a8iZhpgCd)(c*Cz@D1WqQI zc2UuCoY+UT#lL7X|4Hir-G({3bK>P+Z62ML$Sp0FRb&}Tk2W=sy3X^~U4I7QJ0o8y ZjEie7S_zX5}*=xKCmFmauCJH5d@}~5`Yu~qadRypD;HwpERF!%hM7#ry)nD|F=A>-C$7sPcxq*#i zvjWQpCdM0+1=-6PmrU+t4`y_me3xCBaq(nE4t2)MlQn@P&*VTLd1i7YklZkNA%{2s DjK?mP delta 236 zcmdlZxI=J)0;9!5MfrLTMg|6+?FaE z2T>fXKoUr?djctD7S_zX5}*=xKCmFmLJ-Bskq4%jYJe02qadRypD;HwpERFHa}%FXWA^q@{5V_%4AXY xa>fOdd)b2-9VS0yS7w|$nUzDG@$6(>AjvT~6iA+!T+5-(x(4X9p2>nN!T?_yD@FhS diff --git a/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj index ba1daeaa5c8343c332132cd78881e6fc8d871eae..d3985ac28a473f1038a784310a2890022f74923e 100644 GIT binary patch delta 258 zcmaDN_(E`k0%OKRMfrLuMg|5RT?Ph*!$1rIOf2ktAc~3oDUf1jVa?1dVPN851!%hM7#ry)m1gFoOm1dex!I5D8RO)2Y+Rdd zSXh`D874cjmouK3ypuhc(PuI*hce^V$%Y*2j87*=0!f9*jX?6ju_+1? z8Z3TIg^R60MT@;a4mI@;G&s5gy61t*B6BG4Ar;2rmAW7NzPH`8Vzn=`l4rDEAkmrK)AW-6a8VFfv}0mEUj3r|?{$FMD;kibuW2=379h`-#QrWL$s1#YDP9&k_U JxRUV){s5>zWuE{5 delta 432 zcmYL_J4gdT5I}e4cC&kza1ap`B6twOMQnl~5p2XxNhek|7O^;xH2xZGY!ws+3lTvZ zK~O9X5d|%*1U1E6xW{;9tgxm_}rR`tr;0KznKmYV@g!a8B8-5Z-Cj4I!WzoxjnB z&YKjwlQ2Xrw+tiJL>ZF{z3tBgGCS=z%o?CLwUFxuTr60muTAx&`H7Bm`VopBnodv+ z3tZJEkN*~H*&0=x;W)@4#)1Eh@JxmL3LI#OLAuG8Va$r`Tam?OX_Z7s7HO^`~4R6E$JU6rlqMQhR2% z$e8Fcs*FEF3wot8y2HFwV=U$ey(>o|#)J*rN+s5xG{)#&bVT_|)M+0~*D#u+G=-Si zO=n1%2WSA<79Y)^!xE)IT=Llfy>*@5uw^Z$7_P0=1Q={GRjIYM3Zi3#vsOrjV1J-p z_1W$up5N>jEl;^IErX6ZEg#OHmac+SkxL#5j|Ak=;IKR%7z;<_KxC}4LhcI%M~CIU z$zZ4-NB%q%G|c0)EnU58*wrK7qeo#pO`UD7?<5~iHonNK?#I`3^p2*4pS)O2Ow%EZ z+kR?C4|f9l+(-Ovd*~IVN--&DRovoDBV#^DaSIj{6J=mianmx+xn_KF1Wf delta 393 zcmXAlJuE|E6o$WZ^)`l9dfQvAri~(TMTe`k2o{YBgA}2Y!JvMk)zZPxNCX2BB3?qG zQZ6Hjy6I+;hyjCO5I-@C#AGx0E@yb2lk?^*@9~vzbS13&X|Pb0u+azBY#CaGAoY~R zM8?E`RcCxG9T<}8=?p7Ui`B;ib5(^zj0sz~mulrF6Jzu!db9i_mKYDVYgp}BN@Lls zP#y*Q2o1sQXrdT;9a)OtmhWbmA#+Z_o(@*E22X zZ!RBk{kY!^y?T}nje6$|efY)=^;Z_EaS`>PExh7X$5P3-IypX}PRG-!j2h3R8$!;+zQ-IUgWu0eV4D ztDzhQG=*+3t0|(Xov~6(bvbaZ*=Py3Jh9-La}&Npg@zH~TtxCvaer}cNp`L|}fq{XUfx!ewF)(N_2r%$7>vSVCiXrM#lfn?1fp03K@=lf0!WaN;};{4Vq#qg;<2!DfaF-%dBGakAA{t8 zYGgMq5@4L{$Sls4lbM&TpH!NelQQ`wlicP_j24WO*_o{-$1-UdXP@ST^}6yE@~t$!~$=gUO;C>Wm8}+j6M0R{39?yq5cmm0|Nsy1A_^WVqnl<5MbbE$OE!iz_aF>>4h@t9b*gD4i(XJCq*7bM5Qeh|b1 zsuAC~NPuzkM@9=qnc|H6q7sGDyyDFCywns0kUbC~AZxM)v-RXnjN&Y%nK>zwlbCxp ze_(#Y#JFVgUAA(@l*ys&!HimySF$TJ7EC_NuFkpu=qHQGj%>n{c{l_ZZ%mfuP-mS1 T^b{vpEQUjXwE*bz9uN-zA{{h* diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj index f357d81952aa4ed37ed94996435f43a84b64ccd9..576d6cf2f13da575863122ef13adf4f382cf9b30 100644 GIT binary patch delta 234 zcmew(&>}cNp`L|}fq{XUfx!ewF)(N_2r%$7j)=w(U%t@KNf=O<3A)^K37{39?yq5cmm0|Nsy1A_^WVqnl<5MbbE$OE!iz@;IV&?_Paj-Xl zc+89(;u9C0-@Jj*f>EY8BfqFbp){{JGd(XgMFC_mL5{G6#~av`HQOKE0K%H$;G zp3NVa-!L&QnS7V6oH1o`D0?uY*5sA!%8Uh*&$6qtE&zJTVzMKf@MIni0md7XWjWMY VX8`@g2^Ndt5MV6;db|h30|1vrG$8;0 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj index 1dfa28ab6d98f8275e306af03fc1c3764fbbe24b..e74e1faf75a227bcb1ec4b2cf6ebdddaa3cd7e09 100644 GIT binary patch delta 528 zcmXxcUr1A77{~GRJ8n_~YcSo;{>XL~d7{u2q|InUs3B}CBkUi994c)mQ(Td#OFE1m}l9C>Y* z!w9I=@GQF3nMgJ8#A6tE5gdVGc$*A)I~P?ddJ2Q;W^@Q~RgK; z(Z~6a)bp%qM%ig$1v&n-FfE^shb4aDk|xcTh{RW%i^!DYhNjNlQQ-rNn$N6gw%8UE zEMC&A@oh}*j=k$_$FPZ$oQq3+%8j_xJM2%$^o9!>KO34HGdA|&GV?Ze;V|cIINq^o r!$@=1LV#;F{CLKiWYcJ7a}pi!u`>xrz8%u^aYmEib4`_>k_i0+s(PJX delta 550 zcmXxhPe_w-7zgn8`??p>!y3%ZcY8PVHT0Dv-^$J2LyDJm$jV)Y3kpgcxzt?FKNJ}S zcIaSezsW-o1cJ0f9pY7rLb@~zSup52Z+Z~}I~YL*J-@)`^5OaN{rxV_Udgjv@+>qV z_RcJZ&?h!SkKq@W!WI95M^W%PI0!}2Y80O1FNAGe#AR{cNFgLD#nzR)pLG?x;yRy`u*S zcc8-rbI(p_XmLNs{s8Unr!FrrCpORJaZB_#an!k!PQF{zPCJG@JU*7O?_@{piA-)h zZ)ftk&a?L5RCaX8?Va}4xyeV91+-DA9{tEsAi#W}jHF6yl2Ouv%p9d8+q5FtrvpYk zd`cG@a0L!6HE^1w9mzF{>)1e={_2?FPp3j0R;VO7O@T0nMVb%umZmL9l};JVD$PpD z^i8r)(Fo(CG07KNkMO(m@8eMnsOY8nMotT~)yU}sN;UEJhE^oU=s=RDgo$?Cpt~kc zAVy0jEDX^)qrIF_lwrE5!%v4MeCltFyv=BZhvLoLD$sR_Lr)|+y=C;TUMM4c(xc(i G|DS(o;hjkU diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj index 86a6c0533a3918cb9be3887b9e1d58d9fba6e168..5ab23f7b065f58a7dc027912d88a57d0bdd60c47 100644 GIT binary patch delta 583 zcmXBQUr5tY6bJBoe%sv7f6LNQdk7NU7Kr@JCJs{22Wt>|eQ*UmM63-QPB+rAmjoY@ zf?CaeU30e0pn^ccVhO#724*h~d3)Y*FZ+Mru+8{(#s?j5a(AR`S)nd~eZ&jh&(sLtCE)t@; zA9>Yc4wkPjx2$lbP8jvKdDZpfx7ul{bk?joMTir%*K_BpSBQc*sIgKZceM70LJiQH zcDeM)^tJ5`52i1bL>jRzS56(}d~(|y96`nZy-W7Xx&0#t3Qgrc9DC5(tc?c8ecFV7 zOuOL=1t&G%WawB3%6d^?i!dzNX#?%-4BTuFrk9TY11ZAFga7~l delta 562 zcmXBPQAm?f6bJBozJ0lGGnQsiBLdCbh(+IKfs?%?2v&r5g9?m_7!LN4&6S7*K4cIv zigNp_b2cZ!UZTL{dy)$6sRWAzu~0*e9u#}Xd{OM7v-R@3_nvb(f6m~f(l@E}R#Mw| zmETHlaMjvLUHD@4(GC>tG3D`8bGnZ05uzkh5f(zI_P8h+I*{b6CMLf8WM zq&W{7g|9EG$GEarSk*^-S_0VBY8}PSyBdok#NpEGX23Q^WMIQyLtoAE(mx8>p*rTd zwCMQZ8Q{URTuh`(u0-+WE#%W>*C~#mmH)jf?vS~*Z$qJ&Ik*4WaXhSRJfcV2Z%6c) zaZA4&iMMy?k&gK3T0Pupw6!AG^vr3SrFxx9>231K(-*AWhiTCVpl&7Tf zw+Z1?Giex4NvZ@v(n*BaMvSsSY_iwT&?o6WlI&}&vLE5=m-Gug>^5fmKah&dfTW99 zXV*}lmgGeu%>fs%kZvYFP7D^t-D9JeX7g}nB$dHnmoUM4VH=Wk6D@2OFW4w{*g2ek zF6j(1Y%A8;SE$bxHb`W=JAvZh8wJ+l?01kDif3{{V$3!hQe% diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj index 222ba626b3fe500f9713160e7773ce99b4a4f14d..776f67afe0250feb437029dd261635ce67e8258c 100644 GIT binary patch delta 1397 zcmYk4drVt(6vywm?QKib_k$J(Qmjz6!XQJC$r@;cgbmnb0fHl&i$JwxrOXKGG6@>RjXqSbU~YT4?zMkq5E zX1>gm(i$>}Hev2i&3E<=JZNsF&+xvvnD@PG&Z)V^Lz0zBgzY`H%m`bm)}F4tz{2@d zt>|i}Ea9|rp22taD4Hzwl!1Mg;@s3&I%-Id<$8#Hq^FYOBDT6J@Pnm-0?4ukZ%sM> z-LTXsQThMIPHSgQ%JO$(+LD{v>z~rJBewzz)^eJI#}?#M+-+M<73j4+L3iL%N?B&_ zVSSf9L?`fpU3f0pyXa%II7B|=SVtOs;s^#)Jw`XCd-(c#x+NM5-RRN9N2am0;;_`_ zkHhCo%8d%Xa;`|19co)zc6jyDvcq-hvfMa|TvhZNqOM^2K*P05tM(P%tiq&gkd9)d zTMXFY?qDX}VVcCB?soaQjONT0EbYk5~onf1#P)|v)GVpF~CUT)L-s!BUC!`uV&s7fQ)%zPIU%u~3|{1HuK zDj9H)>B1t@htO*(72#QCCB9=eqxf}|Herw%#c5_ga^6sBH+q@-F~gjMdHf{RV18Vs zL&%>{`9ls&sIt_8xry~WiuGm?uy-snQt?Gk?KF z=Itn-QfUo#FY{us4fU>7alFnfv O;l#+ajm9uB?fDNQjb_UL delta 1390 zcmYk4YfKzv6o%)_&R(+@cG+cjEeLew)`c#VqCg>qv`yMd9oo_$n6z?P!$z(`qeLt6 z!%Kx9=u20tt&z}JYQeHDi)mt`w1n2Gv5i{Am?*X}sR`-jhfR%9&$rteCYk4)@16I2 z=X^7BVOgGEmPazk9LfAvKk%7GlFVx*N!q2Aq(YAOFWI2q#Lr|!-@-w2m38@wJ6{A@ zKgp7!XhWTSl5EhrWEKs|IT1+b74}}vHGWU0u#@2cue9-8)@Bh)iZ)jmZcCL+)jKL| zivErwNjgRUF0TyAz0&u1H|<1RImOhpbGhP4ZWehXrVVcE5D%`MbS$u9GRpYgQ0y>@ zez)llmbB?yU>d*!#&wnf-b?o;6$+&f4aV#(ijI{tSrJw|<|W=pH=isTr}6+@ENc1~ zx&;!s_7jHX8bg1`@)HNE7*w)#W8PRzC!sTCdmtKrNrqy6(8#&9k|EiG*la4NCoy31 z(GbR&!_o7mexeano71QS`^>LUCw?~$XRPe!pN zH{}RVN)==lZK}D$M!r+W(POElKXKMl!28~`q*eJ?CL0BWZI1IZ!WOT!Cu*;<@QV<~ zMOQm{h115lk?+)Ru*15QiV(IIq{qk7(W8m6oW1NLJq2b&taH}mH|xWs!fW$C7oLSfripFhu(Zb) zMn-Z>4iJ7wUXv($f6vOYv9gtAV_Ons>0#tMH_$TLoc_dt4sBjp70$h1g=yyjn!s9@ z7_iaR$c(wF=||jg)yr8L)TXRq>G_mQ{tu3(l+rO=NfB1r{VI*(b+^c8-K*(qEV^?z zCr>8LM}3}me0ZzE0d?HzlKO(r_3dj9c1mr*rdFvV*wND6AHB3;Sc4ZgKCvp$*3}UV zbcUV|JQM8h>J0>YyNlNan)ip=TM<#SquEvEhUng{j=j`|o)1)d33JS0*pI99Hkz29 zBEq}?no#+@?_??%V)7?0xpNHh*HU%+YRD2%66x`YO19ZoRYahExR zZPO}!g~QBixX#Q#Swy8$9AwsFk=cg4k5&2({mfi^!EA*$s!~2e%!hC~`YexFG^6r& z8D##9%gpu2jQRP8+7a_n7(KBZTEO90j{Hv*&c?FIjO#3gVV}*RnfueNPWjBLjS7JfyA_@wOAfkG|Q#XC^KJU--e9!muzQ#Y*_-rfq zo^AJPokd{GXA%sv{}~WU zA{c9;kfxJfY5K_f5mud>zPJj%uWs~Env1~Gn`FO-gr^YVqJ~^IBpLRCl?=M;n20@-F{^yvQpl5W5JGu!|roBC6*-)kP0HzvtukyubHrdyT(eNK$&v>NdoTzR~phB_^Y3a(CxAS)RP(sde>EIlX2 zWVK%`(i9WtRXrIa-X$j-0WC>|T&CP5*9oOBw2Kn<9})Qgams=SwDC&xi|2fW3i`$T7fI&i18iw073h;DLyo&btYZ-&zQqBo4+-F@K2L!Q5)eU4~Y zVXTc@h~D%F(I=h{uw>tBNy+dHSABXw$U>w?yn?5dZbq)Zv48opa=W-GFM+dDheUJy z!JmQ|H*hKtQ6{K2Yc~U5yCUYu_*mM!nz>?5q_g8WGo8yO;^xK4%;*r7Q!#rp^-jgn zs%F1FId=|LaI9iM6qgBmY;QFLu#J0b7M#Y(S{|nHW9<=);N7|fk8!=8hnLv@)Pfd3cPmFb-Dz_@m*25_+2k*m#ie1)e8d#M^{E UeAYC=iwlgMqObX9^w^I52B%$_FaQ7m diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj index f23953410101e55aa2c9c181bfc17f4308759fc2..751f2c85e530408b86043e5c35a348c9e2d4d686 100644 GIT binary patch delta 4427 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 delta 4383 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 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj index 50d378ea20f3d8ab2d8ac0f7b670f20b05d36831..5d3ae94445ec21c2e6b541c286216affab8fafb2 100644 GIT binary patch delta 254 zcmeAXoFF(sfl*+hqI~@Z1_lP6EFhr`#2~=L!VadG*nNRCGYe~GUI_ye2dg?0P>zE| z3`8-q$%9lfa{OlmQcSD~ARY@VFG!AsofpL8V1EIUW8_c*3NkPXGOF?kb2IZv^9hIp zg;f~1x$S^lhKc*PE9z(D=celCWoGLar55BD>!%hM7#ry)nD|F=A=ws%apRY zjM0K|vLLh7ooBuGsU}D@c`6*jDW5wiH_FzWS$s5^~85<^FWmjk1F!?W# ad@)&-L!EKOWM2+-))rOx%q*;#c_j=?9IT2!c_t2) zFF-*iMmBknN=A;mARZHI8Hi$GeGR7Ac|mdHHnF^5V%#$MC0jXT$>c=#U`GAPTiKNvt0v!MS7%%`nUO=C@yTROAh~36 VAcwj{11keV56DYU0CW}@000+yF8crg diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj index fd2fef03eda2c10204f2767abf46a3a8dfd578ed..766bdadf63d3dd9b2e135bcc890eaf68d1d08391 100644 GIT binary patch delta 269 zcmbOsI7e`T0;9}CMfv(H1_lP6MT`s#+CT;fFtMb+}w6RF2ltAyA|~_@^e%5^D?vbi&6{ni}h2B3yh8QlX5civh|ZnGjmcVZ)B3& zT*YX?IEm3>GCQ-+Q7o+Q!4x|$NREU36j&vP0?1rOK}JaG!TuN|$H*ZF6l7o&WK`u7=4R%T<`WPH z3ac=1bK3#A3>)_|GMejWkm;iR{6Q v=99OwD>JrCzR9l6xMeaUhdSe%$(lfN&E!B1b%_pE28JG><6r>jUN8UvaH2M? delta 242 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 delta 2307 zcmY*aeNa@_6~E`bxBC_zxC@KG?%OYLVOa%N)KXNWkkIDCkA=V(Ypl(Oq%0MKF^x4t z2b1X}F_Rgk$Br@BMrTY?C)$YEQKn(iWK5$maT=OwqBEsXW0Xcn^G~KWnYO?4mg$Vl z+~1yi?)jasd+y`hxPEqA-y5TYLuGb;|9vi{@@{HMtyQ=FX&$qIl+p~d83+0$$i`nv zsv#Ro0Gej5%u&i^xH4NGQ<}&1Z39Y=u@wF^a#!L^Z#7}Cpme*KljmsH8{y7lbwHD2Z2>pe z8is6HPXY6+GtlHKeFLAE6Y0MWa=*134N=xkASr!Fd|%M_NRv(g^gdDCOnd-2U*tIl zAbIp$@;wY!-cBT}=TX6N94TM9?7URyG}mPtzSRh-&z)81rG~FYEbOeJ-!O^{-w_EA zn>8_fhOY~S=~c4|kH_$piN(TMh2}PV0dZ10t8kH_3M46g3F%|_H6*b)e}_fekAQoVPB*l!|hA9fAiUcTMe?WCgjlKxZVRl19R?~C^@L@4u4 zhZ75q;%?2moJ~A9BPVw|o2uX$6k)D%Hr0V`%4~BwyC^69+z{zQPW8c) z!r15()~EDc$k+TK?Z#2@6X4Y1I%M*BQ$Y?@aaTct-r>E#`FsZWI!_cNmIvX24rp^f zgs}@urR-loq!({drJ$$5TU76Jb79S@uaOS@S_{=<#Iy9!gfuo{O1FEVEqW6|7GzLV z=(}*AbI~Q|&&at9Q&@$%d89B(#Fq-|sFi*GC=KxOWCjV5@yI7OE^ zToR&DUS1Lgt}ltuHQrGYr5WB|(oH{Otuz(6EFK=vTI8y!eSYR~MGtEApCBrABu6=2 zD%74*p*~+K)MKTaDTfOJDQC**Zf%9sNbSkX+!~N*J%J=}e;^9VY2XZh9Ej7~{0)Y& zhmQw?OV^3_25q@S89^U^hn2h+CD6*O65eEHs8OqS^6IFbLSv*;+_j z_WxR*3k&Y^2r^QXAP z39RyKQb>jpgHXCL6dG3fMd^Bm>cp}dinu6`@%mW9n%5xG*6iDR2@U!cR&~2L*-CT8 z{uC4^vFtHys5fh=51iYQ^GH|H@XX=?Z$Q+gkRM+5BI{$z-E_7RBs`X`X613d`%Tfp`QzgTqfHk0yCd zd!wD|dZec_wKenO)T5ofk8DqMZtq>PIQ8I9GFvteKiB?S|8U)p-g}%*F^#9`eQpDO z!iRw#{t{Tk&3{W%j0b?NJPGXL+KDup^(62Fe+Ybo%O=xg@HSu-zXjaP1%FS|v-|*X z9}fW!FV8%;lo$nh0n~V;&TKT;+(5;`hDP^_$cr?-vs`g@A@oFf8YbaR-OW$ z<7L;UHn_VMBA1@s<&Fg=g1@|V+?Dh|vfXbm?5dpQHV$^*a-9s$OA5_pz# MzDUqsuKl9qe};4aq5uE@ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj index cdf7a94ff0a6b00031793a980f2b9da9ecda37ae..f48d3c449208d4265cf6cd8097378641cf82ad43 100644 GIT binary patch delta 270 zcmZn>>=2xwz{oLCQNF&7fq{YNAtM8WHjn`VOf2kRiizD9NHeprX6BVJFmbS|G6Cf{ zSgrz;v(bSQ9`z7S=N$9t%4!h{wU64^ff@q!<_l8CCg&xtaN-`2@s) zvMLPR+;%`N!^Hht74^^;07b5bU+X0qB` z!f3%b`6-j`WG+U%$uZ26Hh*A#!^F5@@?Exa#)8SA?7@u2lUK4UGuBK#%dXD4hM9rE lVzMKf@MIni0mdhjWjWMYm#_f63Komu5MZrgWnkz5@c>DWG{*n{ delta 238 zcmeAWY!RHGz{oODQNCWAfq{YNHX{SWejo+`CKh%u#l)Tr6k%pz&CDxdVB%nvX9CJ` zuxthjGBL8rgH$qd%mMM3Sj#{Z3+pN{#m)^FixJvXgQgkSy!kiwIIJ(Kef2P*hoLAG&3iKVG^Uolh?8u_l0cEUd>tJQj9d5RZd>5m+UM5>OulqadRypD;HwpERF< zI8auFft%Y7$Yq$gfBWP|OyXQQnR(gzNu`-NDU;VS$!#uUv|tp=$>g))W^Um$f(LE%+1Uv%_krZ zlvQEi=C%WJ87A)EzIiL71>@uyjIxv8GKov;XXNLm>gQ!<>ldXKe)StYSU74|J@=bPi##NIUIn)`SOx6UF XOC|?$s7o}kGBEUjyaWY6XMq6#Z+0&& diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj index 14c7630727ee5ee61fc8adc30b186d703e7b91ce..4abd36e6eb76f2050aa23412523294e015a00fac 100644 GIT binary patch delta 4313 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 AQ2+n{ delta 4279 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 C*q!JA delta 4776 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 X3cCkG#?c=9_gj4#`+xXO#ee?=WTTH< diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj index 8cbbc419e890ef8c9ad52a8d2bccd00886b388b1..13cce3d9ff5a068f7b08c65f467bcca4a1860808 100644 GIT binary patch delta 3126 zcmY*a3vg8B6~5=*yYKz8&#*~$lWd-w&1Mrq0)$rxkMK+&futgj(C`ofkzz~5CyQ-$ zqNp|eI9J+WqccPp>{#3u&9sH$bfi(RfYuR0rGj;|Q%9zqR+(a_-?^K}^v<0B-2eRN zeCIpo|NncRdr=>JQGX^%(c?wOvQk%EisF9HsVIh`D2pKDk7~F5Q&SXGx7~nA+hb7_ z>-(W9yz6y5@SCdIf<8sD=$4)xyA;)K`P>epUH=w9RkHrq%gTPn1NUCj-BKffl^{j2 zwdU-DX`!lHrm>CSYg?ZCJiF<((JW-sZHF|%poQ5+%)yHgCq z-zDt8cZ*I3z{GX1%MwY%dPFrmz2aq{`GkR0zjzmY3W#c;1;uYts6AV(w<^j6u^yF$ zL?b|RL=pkH!hwK15d&OUJOq10WC1Q;Jc{4~u^Y?_#UJ1k6_e0{B4Gn`v3M1$CE^q; zrJ@cEFB2Eh=yDMReoTCVToqy`qT*tY3;n1RHUuQZF)UOG8^V&}3)ECC4kMsO{0Ws! z6mbO93LUg2i4%aU6HAb+UOb5^CyNazV~X$sVXF8mI@BP30ix4HIXtI})fi`pA>hmu zp8#i;cnY){#YtUBDYKD8QJO>*g6D`IU^Z8@BK5Tc*Snu}Rh9fp*62uT&ui;)!VZp7o9W*upABrIzWu=*{|NXv+XLr0*&PVimdVOsln%?K!5GHxVf=~wX)sBb z znH?ji{58f-c^#uix+WxpF_cXsYUH~(e3?v<=Vi-;!jy^&;C{!#tvZdh5N~w861fVq ztH{A+e#B;e39(a%`=AtzavPtc0&e(M>=0r4g$%E+R;?~vu@Db9N{#47K|k;MZq>|_ z9A6Aw({ng#A=;oXSFKIs3rfMDR6`RRs*uH1XtL<%wU^)>y2gXaBDxsYO8m@vgx5@l zra5v{ZVTm6NeKh@Ms78(44VNYRBqw3;icfq$P|U4 zfQ=pU-I97Ll=jln@-O+OW@kPkYJXd$xzG4+GJ}WV{2(MTm|js@rqYnSuRJ-+?8=$R z%qfDqm;;&G#wcgzaZn@X(;*EepAnNz7v^i(wnbhmUs`JBJZq*vuNushXLC3>kN@cq zY)gBrnW$SD6*D~M$v8A8)0BocF+$u=JLFtJ1rB0iz$4=s}3!#D9 zFj#%TTl+*Q_kmV4z6LV1FW*F5+1P;(7d@FUyWG)O1t@wdv(`Cnn?gS}zp!51MK?rg zdY0Y4{mtoKZ6?_l!H<38uKN_}tsJXxvl)k`W-8ol7Q7b_dmwWMWvcQV4a?RFX1GLP2DX~~K7x!jfv&$$|z)90$!)yPy=$l2SoV|&ep@Avd>lGD4I<&o}S`jxIByLD&xrcIkS z$=`0xlj}EH(mh+Q`qK*@nAArD#{DWSr(YT)tZo>&8r0v79#&psm{pVE(4k&8?qqe| zILa!=xXJ2>vDgB2!#K!luko3M&QPCm+=|(GgKSWXjCLFChRX=g>_)B~YLn5!>H}k# z)p^6=fa*2wbii|$ae-$YMv>E;9b|RjHJ^)KQt2&77umC(J$X%EF{$oP!ahlbA!)oV;+)o66Hx@A1hs>wLc>UYMajFEg4 F`X4^t{;B`~ delta 3167 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 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj index 19420e0fa8d4fa78f13960c17ca2a0b747090ad8..02ae8208248b088ecc0a1700a4227fb6e5aae5a4 100644 GIT binary patch delta 384 zcmXZWJxBs!7{KxOdGAsT`v3_&gGdyFw61iCXc20#MXXGt2$Bx+Bb6koA&78`zNd#y(*PP2(Y$#!2!RPsw}yA?p~7grF7o$pU^vmf-?tC-kn8I|$JbxG)^` pKp5AePAFqJ>V_w*ktX~iUr~y=LBar8#{_wT+vFZr$pXH`tiKfwY_b3V delta 401 zcmXw#KS)Ah5Wv5C&(s%&#Tzt@NE95jp82+@p`pPVtkg7uph!?FwIn2P(4ffz=~^P8 zKT}Bs_F94FUgW|3xcl9G-v?j*8osMg>VsI-CUfm|jxob7FgAzt zoUbEGEyw91B={%1;pA?IhB1v<9Aad~XsU6G3AHZn@%?ax1N=A?aFb7h7vK0n&?^?r z5txj03MyJ!WHKd`JtT|;the2R8%tU%EnaB9IB{Qn@Da>z_0BCFW4#5e3KmgO{pr8I z`}4}HP~@PXBn+b_s}xJEMx|tYSz3>#QyD3mNy}boaU;I6gcbXUA~-I2%m?&J&DrS! z2R5et;6Yp91BS6H=!YOK5X)F4)(}E|XyO!6k0-<&eulDehVdEI-x7CF2>YQ2XTvU- w!0oUd4)HwfglB9JdHf;1pe^DA5q-oat`U#%fLOwZh|`>#WbB>(wH2-M7XYVf!~g&Q diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj index cd6f7276ef239698d8ff98ad27871375653db2b7..26efcc1aa5994dac0f7a084896879f1772d4743d 100644 GIT binary patch delta 3070 zcmY*a3s98T75>jY*t>99cG=y#yRfjVydSb4_=+Y%L=>f6DQXp{2+=A51%-q-+CYq> z#vxWcVry!BH707uqz)KHnxVA z?!Ei}W{s(TjcIcV+&L1QZ0qWa(lpshqEq|s&mb(9K+_B+%ONrtKQU;U`BP6Gtqlgt zm}pHinaoYgIy8eYo6MvXrb5bMe#}Z@F+?08DwQ0KZwpO}%Jr_|SP<>x5v8vU=6_UL zxPM-AtAsA>&~Rx8&P4F@sWKW9iV>7L#Sa@d_!$XcH-4m$kf}j-j~p znoaEXs->JXn%r(AaL{~$)+WvPCh@c!GTtH-YqE_XN8Ksh+BkEp^ zjbTDU=Ig-4K+00|+CyD;NtGrhisdw6d6k5C!Wv<}k8+7gIxxw#3`%q$=Ob1>W%P~`Q;Fp8kcR2$*V~@{Hq&bV3(Qi?8O;%9XqRPsk z+gZ<+>ga543!FC)9Lb{>Q^6ilBLroP^j#azYfbvOMqL!sH^~aF{v)f6b#ejDaukHl zb868psyWif96B7l*5q?s=b1<(ji1kleLVI#3T!86DRx@dvzL4pZ#sP80aoqS=j)Ya z-0{Bn2b9e(zt1&ai{`yek&3~Aq%lM{O->;x4kaz3SC$+ZL*Q`iO9b-dI-D0@)HQ)s zZ#fQz(KWL}!+CaBrvO3Mx8R z8o2aX8#AbrUvRef^~o>P+#y0YL?;Mltgdk@tH9D#P76();^Wl~F>bmLCN-Y3bc2hL zP({qJ89fe0l{&0wVIi%1#5s9yHtoLyB;C~QmYwlh#pbO%T0}P?q`wli3^z%u^qbPGAHTsAleVTclvI+QD6H2j?r~Gfut6 zo<9To9(qqyF-+~}5zi7e#I%0_@(9_=)MT!=3!K6jq~WSC!`%>nhC(V;Eu%eP|CD;V zsLo)HD-m{KxoZ*(;yTyPah04n782%BO7}(LBZU)098E{*m(dLl2AV2jt}4RZq$XgE zJ7N5)wlu;bP5GJAvWRDvy30vhBd9<< z%cw1a#;L{3aCroks9&*dMFdULtU0t3&rum`G=B#yT7nfXsOj;gbWUQt&Q{X-Pm$TU z3iCaA5X4%~NSlX<$lO@gYw}Ip?#by|LT$)=V+L7_A5w+bpl>m)?L8zaZO81x9P%gH zUE6UduQhp_gzdNb4YJD(MA3Fy2QGPza@huD5jl8eF%_|Wpj-U%BxSZ;@bTv+MVg7C z?P9c-spdkLd=v((~=(u zyz9+)Y(E9SMx+0o|69zg+V&mQ%N)Pk7{|;a@qtS?#~1L%6aBak&3te9M*C`Ls3}_D zD8B4Vfh>H(m*%OWKH^U6E~a$m6F@9eRFlITJU9Kn)= z0_ex(2>}S>7LqPJlAzLGrGYv+qPit{#*om0?Nr9m9JTd-n!peak^fwji3#BB%S`My z!bH53oB&?@Cbv3&h3B>h%9Vh}a1cR)q3QmPM+!6c;%5mw4RLH&mfA>Xei@>d`SbnN>5%49ZY!2Fu_3_V0P*-)}+>!eN4?klfl!k$ko$9 ze^KzX!NVt^Kuf+(Q-@}QsX49Cu zGOt4tHf4nZdjC6Nl-_@J-Z1?yz%L<9PcSR_V;smzC;z`?Er1{56WJje_pdsnaedkjhtxFs0+dCRMwk~w{P5AMQ z=)MhY?{`BRR^1H42HZ<>58fo%f~B{@boRH9yn$bk6j*pW3@P{m$uc}oawZ1vgrOUk zlN`d6B=4bPI1H88K=K?O89ob_aphgs50WfF-#1}ch)pDi@EFPW(0Y$E&m&oe2k-5s zNmbnMgtzhJ{V-i&$3Ho$fh1)k*@5t&lYCZ^oQpR}p6F}(*J6Nac>dckm@xRT6UO0= zhhaE?*GX=}@sBv{rAN6?ibo%%!d3k2Q6@Nh0Wx7mZ#K!|-YSx(dRLPCs&_BR)xCox X^LlSWrgzVEO{?OM*?)dCdHwfqHjqe} delta 3052 zcmY*a3s98T75>jY*vooZc3JlBE-WnTf`A|k;wy@ZiqB|~h)Dz$MNx<%C^$GZ3RPl^ zV~l#hv?)nAW0 zn^v}i-Cnm%Ad4n2oZ3oPEh{aeOeaX>0j!Z)7HO=Eme{^5}7_!G& zCK5X5kcLvbPgD|-bMato(zE~-6ye0dygiq|CkBa2yuFG_i6L%YYp#kVni#5Uu*ff{ zH!-vi3legOPU4wJIT?Mo`qI(GmSTd&#wU+vP8Qk4?Mu z`TFEk?s!k!eaaS)PjbzDc0St_nat#kq#-0XRZb%m2a>AjD?_IDA<`N10+DRF1!u+O zHxFjhJFYj$R3s0wnr_z-A`@K|ODi>T)Rjd#C&^x}c0w;bU6%7{y=#Aiyuxod4>}EPBejF#p)KfvKnm76KJ8Sb9}v8ppS>%3yb2b zNGzV2Py<+D3nVj>D#&A92ZH0As+Ezj$Ds!n#@0`@jy8R|TX*=hu4tIxl+3sn!x{w>Huv{$4a=XyKAEzBVru6l~;E{OYxLZ+$(%yxtG zBK34heS-bt6JZlhh#w7~;)eK+VWpfn1`=jbO3zi&BZV78EKNu0FQW%sOf)ruwJJlo zMUBHUPr_qeG+Lj?15wHTcX%iRA&!Zr^0;um!J^b(IeHMpjixQB?qa7Wx%mU~aEfve zM>u*lAJbeg-hK5svx@&#+sFORGxmf^=gjjVp2H+vbN;pPY^PC77gZptX`ya$xoTrv znmW$mHK1Q4i)!LAKLd_tzE@KH#I8$>&3JWs!C-|%M8y9^^lX+ z87x<=Wma#nVXBT5E;m@A`aSQhFxVt5x<8%7Dk>9g=l=nlmSD#7YD(N>x+i^n?mDss z{zTj6^_b($hDD>0>?4^4RXq@B++qFC-L$u<#L>n`Q+e}1ysawPTvX0GnCnJ-p>~` zMaGas$0fU!yo*e-4afMxF?Hs?$9Lvg#_~3PX(jW9Cko?$Bto+{Q(;MwC zqoJl~!4vqRKLv8}pg+|+i~5K?sk^+yE|Uqg;0^rRp9=fXk)Q$(ILST18#mZv9wpI1 z3m(D3gj_g|%M*g|6mBDQ;GqPS_6HiMt1+rYl4lJd}wE zkl2-;c-Ra@csV%%Qt-#**_5a>7=f3tHCPSau3N!;pp8(7O(mg;;KkpBK7(IiZQn5D z;I_UM(1W-8CXhvjGt+WNB2=1+cpzWVK(Eo0?WT(f3rr(iqyc7zA7ELyyy!AD2Q?<| zVMVUqM*4|@XG~tc3AtMGHJUmsG1;E*(6MdX-5fc?-b+pT6}U`8|D2uy-mZJ$RDi>n zoEAyr!v~)!#HSB4!fjL-{H759N%$$)MNjr{T#+^w&f(i>TLTOEG|eXc=tzMUPY-k? z`7|wj7U%c#z8D2;8*(Eo1PRpMz)_hI8uzly zGP0b>?1i29UjG4}6dvoIJWkL_=ed`jp`{2}n)@d5g@@tgm8?reruxDQ80_P}58 zYNUsBT*w_wSHP2(Z!$;Wl)T);*J$D;^tiPt18K@PXb^7g@kO*;)YYEX+CQeEX+dLM zZDmD6CUKjO)I#gK}gpE#R0^^^Fit_dI85kIN5`cs@5Q6{{3pz97kWrOSn46hTnomF+ zD6GQ3&20zdGECgRVX`f=I9E<)UbcQxX=YB!B0wzRFh4 x7&FqdE0q8M diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj index d1cb60f6e96a545df680d55ad5a3806ed5784a20..669248f49ef2a045d3a98811e360ca3dd5811aa1 100644 GIT binary patch delta 276 zcmew&@JC>R0^^^Fit_ap3=9lB#~B$IEP)IVU}9khQ%vm9K$@9_H8Zb-fr*1vfe9$b z!NL!s7}<0|Dj7NCK@<~f9*AOLWdq5vu=9d=9PAr_h60sH0|glv1sPTOgt?jdr1=EI zfx;>b+}w6RF2ltA`zG5mi>v2k=4IC!> mCL6K|PyWL$z<6geFNZqo92N!!cCeTahX88v0}}_U6cbR6 zgXJwykcp8^7o?JrLmosiv9^E&Sy-QdDRy3vAP0LNSS5!jP#*)MAfqauFgG)wG@pPt zP*#P3o7)b^Wtg~s-{w7x7L1eUGs;f>!jwI^mQkFgG&3hB0wzRFh4 x7&FXC9=LibYw&{17Bk%5>{H-6qKdT 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 UuK_ReAh3aLSHtuXPr91)A8A1)&Hw-a delta 2521 zcmY*a4R93Y8QypI_HMIxx!v4_BzO6{T*6&LLJsl^As`tOu#s?4k~EZ1kV%9H7zl}2 zD#1T0gEl02!8#SjU`M8{XoZB1T4I4I)grB6fvSi=`Af8lZ2_Gk(C6EPw%*M5?EAex z&-?RzyLb4Q^3E}(J3#w(WwbiiH8>>6)vZa=52SDZWX-WdmL%EcxCaL1paS_sVlHG^ zb~HI9$!1eq9&DFnO?_B}QnMYh<3aWyY%*yjx+JNKEO+%N_>~?(Q=RmfP}x*p40e@z z9Wd(KZ0Q_{2(jB7&ts?AtWeVaVgt=DEX}WhN;Z6Kx!w*TXP`dYg!m1X^%T(YJ|ISU zg_~Siz9@n1WzU9I>B$90dGb%nVQ{*G_-PeE~) z*(Hc>>N---G6zJSTh^u~Znp@R$SH#3C-L`gQdHNTTD`+G`Lt%L6Um$WCHE7v1 zZXhboD29*6xEr!pQtkkcR;IKeLfHc+ZE5f#Wc4^8K`2~nAi1~~YJ#pwuQJ~h1QkfDSNlUEKDJ)cXM2U( zWnRW!kH*ZvW0pA%HS70UGp;c&iHJFtrPh1``Sm($(_nT9OM|8#0z;$O%lT&JWRXn2 zUzvf2f3=w92HAcY8>awVS5cY21hS)5wre05F(lV>mzhBy@N2*|{Jt5cV*a-|fu84_ zxMYgsnQ^%kmmAE}p@-S~h+%A3#_#B@Gs=e_5&WJB0AJ@m1#1D##G+(wS zBYHF{$lK$S=}R62R`Q4OWwf0W#uU>Yt{$_O_OhNZ&HM!J6r%*hl&LnPaznxrI>h@E zB4)8Ly(`~2ggMfjP*rbYrnyzP9hRfwZK3+mY%WM_qXWDn@fL-7M^Yru3fd=^+zvuj zv`?NeUbE=f^nBzBnE|S7SC>ZlEqUSs^TtR>I5H- zociTy7TfniRx$l@jTbYNd!&%n%Yd9MdXalFyaB>ybfNCo^=aPTU}{9HD(;)!`|RuEm?m9?Dk0{&)fbI2-fEm^n9i5Ex3 z8ad5QN*gH!Gv@NpGMd7#hF0EV1zepcTA7bKF&8V}I+$zYM&0wRlCI4iDcqKCP3Egn ztCoLK^!4?)5vwbIHm?W=r|uS4@Va{j9_PS#8msVxXyUq0=$tNyScU7wl)us6N|&T4 z_SHgH!0&}uqO0=nXbPRGp%s0$mH*vM1=CUX4**vF@Uuk-kGQPOxVFu;ET zzQ(ENMV95j4Lk_!=2xwz{oLCQNBKlfq{YNAtM8WHjn`VOf2kRiizD9NHeprX6BVJFmbS|FahN_ zSS|pSGBL8rgH$qd>;&)IDYZ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj index 4412b31fdd74f2bf8cb55883a35814fc39bb620b..00bf906f3bcf08e11f300c2491a76944b6810a54 100644 GIT binary patch delta 4614 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 N69v6o(r9|({{fEn>xKXT diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj index 87b34d34633d3c22529c51cdc25d799c83991a13..c75f2f7fa0a863d42557421f809227af5ed95d76 100644 GIT binary patch delta 2475 zcmY+Fdr(wW9LMkP-o5)`7jStj4`mk-mWQx_P)Mj5q^$AO$@IlUmj*c@$%}7%zqvd43-!9tTJ9E$XoX_uZe&?}w z4;?TZJ7DOrg7t80bVBQ8Sr81BT0y83l#i&@WQu|ysx$}DApK7LA@fx1tEOQiikcsE zf*`A8=gMY5)XFne2(_vT%qN1HqfG?uC?-}d_qxjl4W_wBxr!q;6H>{AnpPY>Kqsj* zveU~nyK$seX+EM6Xy1^~_7!EB8uA(<=>lLsJ@jqtYgL2TYQDxsC)FdD_nD|xm3NZs zSg^d`bb`PwZ1mk&l2*PL9EY9(je`868G9_(77yL5(iT&F3M&_k16U;(+tEifhEv7H zrI<)%9K%9nV>uGFaXS)?@dNbN8jqr<&bSYW-e|!Y0*tqj7>r{`jDmC$k$R0Z3z^=^ zZrIXHRy3%);UE&#HNtVsnphe*Ld(8upsmdd{Die6niE^ls(zsV1_KHM!zk=u{Rm1? zV749y550r3phK)bF%l}+P@)4cSCS3NSYc9vLqaE*VacJw@fC#dPq7$y#-H58LxZ{g zWRyseKlzRIB_+T)c0I|~x|6ICV7c%(srd|61ThLUNN9=zeNKVN3e=1H2L{pd@&CD8 zgiH$b9&Q3ejH4*;I?Q{B#VFi7Y-h5qxQz}^BU#?T*?em@*AWU*pzXL9U{;_mLKX#T zW~LNdYdbAviENRuvhj@NgqAB%GS$6Wfu1DPqCjgYaH|4sq7&Jm_1kW96`_q<%LLjM zjc>sX?2D9~*7aoZD4Z*3Tg!F+=P`^I30~0o;(g&kQGj$bi>&hWefwbKn9@<$QBu*GTdwyTs~ZJOx77+-kg5iCoV zLEVhVG=R5Ghzer6)2yIjXVVhE&PLM`CgqU7OO&5O^TS7uCi?yeQK>A$9-S3W9{r#t zmWg-IbPa(JRfb(T6uf~YglUHHz!uhKw}P8>VOzuo>~r7>)1_PB7E4OEq;A1oRo98? zWc)IjsKHP8C__1nyNvG9>Cj|?jR@-SoxIKmrxS#QvBRu1a|JkhPGmj>aF2~m%L|XjxnV(QOcJ_3 z!2aL(CM;luS({)H`#!4~r_9f;fuGpkY)`P2(p?IXDP0>RI(p_k@vK>tfq9BMe8z)5 zqd>-tk|Go2vDYg-LEgYlpX~;kVyZ4_z{LKnO9v~9bIyQ1R^_xsZ=+(0Lke8^IDuA0 z|65vBCAMiE*6p;xHukM^GuA(Ug$b~{8dnM;k83j2vR>EI*uU$_hT)!+`VJYgSbtLi z`od}(z%rKP&VvzF>yCxL*jBd<^4TGG4CJs2*zRYe?nw~eV`!E{IL3n4M#5N6^4gz2 zi?!FSYN)ZVbh_-TYZ_O%?KSSkX_@xwdgn@)y?Twaei;u+h1|ZHRG4Miva1OCb`^<3 zN1%eQe<+s127Zp@&W=c_6bw6@*iPAT9NRpu1C&a>h~!nim!yN=C)vXtB8ruFk`(Y? zNiOs0l5`f%a8Tjs4lgH(;9Vqz{11}ze71~ojC)9i`Arm2aPmyGR031@Mm5r2K1hKvkyouyI|B~bepP)ra+DxMuC#lZx=C`_`!Y`&3XJ>N@`#|KGn^7|xLd2Be!``kg&&zn#pI_`=>2mX>C JJ$N0x&wqF%qtO5W delta 2447 zcmY+Fdr(wW9LMkPzV`02m&fv0SdaxDEDQ1!4G~Mlh&PH8<|6}3WJMhi)O4^-XEGYC zWRA?qKPJnr2u z_E`_?v+jt4$e#G<1n*fz5UdL|LD(f2f1+lZC<=loo3^7tx<&m#`$X)^ldus*)AwdU zP-Mlkx=9cjzhSdyk(2p)%?0ri6NlO203$29?Vvnp5Y(j!>8p!Z{ypf{tBs0UNU`g}|z z>vypbMK4C8>hB;i=^XtveLs4d^^cKQ^eCJmK);E^s^3MT3({dk>RRa;WEKaz?n<>e z(4g*tZY1(G!edxmVtL>VTK0V_ZEbGgM{HA~J#jr+)yJ0aFrXkXh{FD{455?+rde<> zJTjOQ^eO94jDiX_m{CS8_93Mf5=p-`BpIpU5gXjFo5Rnpp z@*C@OC%|#`v)ko;kF1g4JohB2{cEfUVh!jtq45UPM}bKO)Q$TGR?+#%|GAbCvKdet zZURJ(BFD%&>>m<~HMnhK?*y>TWMQfGz2n2FB?!k1$xZBBl7x^ zJxvQMwD=#}eR3VJ{GDj~Nr1EbdfDh+4?-OVKiluf9{h}btNF3{Of zN_Ngo+LwVqXAkP=6?;VJi~&{A4IT7Hk-xBosS{imD7$KlDa3R4g-3N^S&9N`6C&FH z-a5fyW_wfP0NBaY1aPxEsR?5;$-hoiiqSm$pQDYwKZ3)>GSZ^6oaE6D8nH~gd$wx` z1V<5el`t3yEF(-aj0Ub}ucyVqD%OE*J{w5OhjYxF?u2X1o$gH8jJvAVifR&mzHHRs zC;ScuM;*ql>J`zv#g?4WcPLlsK*Iwa=x7EO89E)ENA??K+xbt1p_s%I?*sgM*FpOotv;?Quo7P%)*Uv+MG30!^m>ElsY% zHgy}@<8eU?JMGzu^;fL00hYI{E*Vj4-B_q%hw5fv|9;(M80<}6xkG_e*55E2ePN9Y zUMm4z1Aj4go7-2T@>8yOIzS&g*eO)EurGqesZypxQp^2X-x!o2om4n>YfNf0M zF>JGV2%x;ct4Zp44@nCL5v85aC5hx6B)R-gk~4g!B%OqQZkBO$n=c><=A9%n_+KO^ zc%g!FfbSx?#BZU94{LdjDwRPDe@jK$#jlWLakmNORlb4b1V2S`nMY|Taoj`F)%T?) zePDqCz91BbVZ1X`S`XWKd>D?Jc>{^YkCC+SkZ>s(7V+uf(l`j<)!~v$nf4S2*}S6! nLV0_*6by~L2Qkikh2$!S2$UbVn`9@SOLB;BAZg(p5t991=z5z( diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj index 734b3e49f0356a961fe9772be0e252b6022128e1..de57d9fa5070307e72996de70437900d788d272e 100644 GIT binary patch delta 267 zcmbOsI7e`T0;9}CMfv(I3=9lBK+I4IB7lI2h20B8F|khvQp_x@nRz7)OdPD*Oh7>n z7AX+L$d(CG!pOl4;xVzV0_$TH1o2qd!$CX__BV`RC2BxH21Y?fRX$;EWX10D&YC(Rnerj=nv5|gKPG(-Veo|>>PRiupOmdr# zFj_E9mSnb?oX^}nIf0F1GYiWbCdMO^KeClGwoJ}s4`#HSyq8^>v19T>c6HVr%nS?` jlRq*GPgdX%VEi!IkVBny0}BI#5Lm1LC^lhoBZoKu)?GBa delta 270 zcmbOuI74uP0;9x4Mfv(t1_lNmAZB1;0+9?1Of2kPAc~27Eh7U1GYe~GUI_ye2dgSj zo{59y2T+iSku4LXgpuPRh{wcw07S8{z6Vq6;UGB<_ETV$910+F83h?t`GmQd`K0*- z#DTIZ4BXsyKrX|^{j7|enVBpYWr{QMi%Jwq^NKUm^HNh3K(<1JfUL<@%+}KS8Tq-X z`gxhz`bDV)`NjIF#RbMj`bnjkIVqD%n0q$=WB$g(cwq8ZwsOXX$+_&ojK-4>vMVz- kO@7L*&bVnZFNZqgo5`j?a?Rve4t3TZRtAQi$&GBn02P!u-T(jq diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj index 6680e04056d2630c414f5871393ea42a19755e79..f53c2a4a07c1f9a06054ce899d6d88b5ea10169d 100644 GIT binary patch delta 3096 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 delta 242 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 delta 2635 zcmY*b3s98T6~5>GcON`{U~xg@wJ%m6>$1Bnh#&z$L^^^%1cJtKV(TLqbhKjPBW1yH z6q0l*a~ZF#HJY?GwWg_Nt=hC$Y}7Qi*d}#swM++6CW+HAt!*>WiH$wyUmPdQ-22`8 zopaCYp8GGK>^4vBHt%=BwNoyc6Io) z6=(@)*jzrVj^x602{~;TmCVhveqvCT+h{;rAfL+3tp2Hnr>`Jw74PG$wV*po#*A)U zi*X{pK*yFm`%6UJCZY*bumtU|&^lF~&JFSVTz;JEh_s_yzACE$<%t$yq*a^rW8CSJ z=!EG%!azV5SRJkxV?3H(irEPL1B}L`|B{l@|BJkZY46}Eu|(@4APW!ey^)lSPV||E zJ-`#7AHfq`|A?^~GF76Q}P&CSE^?>jb?B=S2OF z$mmS_OkQ^6Mmo@4L=T`FraN#3rX^DtztjA<6H9T@&Y)1-%YPQv$+S+X#+6mXLyACC zw)Gg8NCew;6tUDi+9gA(Q4mv>NWF_C7HQLjmLXCDq>&XPB0|_jDkqQ5X%&$oQeU9N z3Z@CGRitjD5Q?S=ZWgIoWF$0Am_V=@6qE>qwwaIuOZh8WsS}lua-PDhrxR7+rVX0`U>twqP5~+Xl>|M_>(HRpJ z*o-uviizggR+5obkT8OZm9})b+_j;A!V#N6OGm?2@d-+-B7$?K9ewNvYhB9Q=p<{U z{D;e%GJ@S>ZAyyA%Ctbv1FLkpXD3sgtgSPs`v)Lrfoyl@fnDx&J7J?dSe!e%$o`_z=3T_@H^|d%L_qg2Pb;3INlGg#9@`N`N{PMDQF1#%N=Uq}) zO!3YVv*;!A+#r=JQy5pS4V{b>e2x|%DAJ!m)C!%XTy26*%>A*ak%}fW=4+HM&vwCK z`R43FI2@gqzt0Sra@7AMyd^V=0&r6{6lJeEgv|sGxR(-x_R#7zYv}cb{baEtObq~_ z#iUP$dRDJzz++NA#KPC;uoe^ZArZ#1Fc1&r*6^78O;Mh$hiq9jqkH*Ki*HhXUUUo^ zjeZt7${|i3D5*<-kwR_e^Xc3e_QiWRykqiTCH8c~TT9GaO(J9EIM7>W zX{B!rwV|EcDY|lby(Q{ zl;@`#hwsEb6(8a+=L8Plr!rV!hpo{?6`KGCs#;|yie0GKFaqm=&l2R)2ohg_-Z zwM|hXjga&mq^LudM3+~80q}d-UgOU(Uc$&6dI+#=;j?RZFgWiwa%`*JDv#8-pk7|6 zIR~5N&f2w*EGKH6m^Cci3otAP>OyI^$a;4Y`Ag2kUl<&VPDZcR&4sKVkkK}~wygj! z;Tt{MaZ~jS{TtD=Pde%sxOxRX+e~geYwbEJHJ?OdB8$g9;4M?KuYM6IdAYtCj!N_5 zFuW@(7Kfl$cH?@ZJi0g(cnvGliFS0>Zb5fHM*}+RD8(g>_I0>Fh~0(8*YHfSt*d*Dbe_qI9vDu_h`#p5fs3$Nm2ZJ&II0E-#?=i1rV77_kf?SLV2}C*!IX;Y!7jdkR;}oPrO=~};}#~=J%SYVwQUF`>bnGu>ee=R7Y5X+ z=WxdqJda>itpvYPuM$kCI|Re3W;?<~HAFD3CJ9DWXa~Yw)lbl%-X|DWuAK;VY74<{ z)dhkAW!r_u*PI>P1rZLXRa`H!eQJ3xJkRgnS0D6Zq$SD~L3UJaA!tw+BH#n3x*Y)z r{9D=jARpYSoM44oP4E{rNN`h~A~>jS5bRgbkMOiABxqEv{V?R0^^^Fit_cV7#J9MfS4g0L;wL33%dh|Vq)(FQp_x@nRz7)OdPC=Oh7>n z76A~&$QBP$!pQNH5u}oJ0f@)K$_|oaVfO{`IM^S7DA+q{9%f^jk{v(@Bi=I+T3Y#f_E zFh5{oTr&A0TRCIOWKZ^BM*Yci*_9bfCLd&12a3N0l6NKxa;P)TnQRFp3nnLWhywuV C)+~j(ozU;w_nv)l@D>LRzKFY4nIB)V>AbDf5D2F=ZjLEhf>a01e3=BP!A2JIA07hLc A6951J diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj index 102050aff1f819f8fa6e28d1987f70e1bd7afdf5..220547d04f584722af5bc242473453fd62652433 100644 GIT binary patch delta 3163 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 SVZE2rY&YK#VgdGF^862ueoqwu diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj index ca3a9883b5c2a4c9255f4e6eff6f29b32b64057d..8f1e9ef64a99b95ee405920ea293de3a11be8445 100644 GIT binary patch delta 1146 zcmW-eZA@Er6vqE&Z7F59FNfE@+^!T9a4X(*fRr(Zoy!cmd7UhAZi!QrNjKOVRbsZp z5m8xO%*>fFMA@95n87TwArpRUKRNSYQ;(9 z5Kpc|0FOA7vhfpyVQk19cbvb~;5}MA4yB!RmER=w9)rr|c~2d+%Ya7@^}_G!wUuH+ zpVJ*Dh^Ml?(;WV>CdB3_N;VtyO$6853?^O)@OhUtp* zd5xD}L#Kj6xRXkDBeROPfor%A2{C>jnbq8xqtv~;6A1=y!p>{?20C$`f@U3`grZD1FzBG0-ly%RU;iMXu)(~mKM0Th8REF=LH z{z}SuBb|{}-arq@Sq>Th!C{-tc@UEV7Vuvy;M57XP>{@~?y-wL~4VrML`=RB<=aHJK z8#I*hmbnv|#I6B~8tn%=+l&LL{l<~DLkGKzwyr}p>x|Zp)Pem*>kFxl=Q5+aKh!eE z+ZT`0xV$uJ(t>;k-X(!QOnO>U;Gld8PKxV>Nilg6OvrigxGaGurTM0bP5Z&EG7TOXS&HRCuU5ll`+)c%l2C)X>#sXH}V6wO&XHa?QU!}fjTDfSu3pvOvuRW8k&)R pXUl1aMCU58TQm5%90nJpAFP$D;Gj%{Y2o=wIxP+0lsq$E@;|W}Jr4i? delta 1171 zcmXYwdrTZv6vprAF6=^Q9|v~nKD)b6*wsR(6c7rfEmet%bW}7Z#Y%#uEv--@R!oXo zwZu(IO_SrJ#$X#mO-*bXvSQT4M^vJJsF9{MMk(>Z(@I%dNoraXzu7p+{Bq{p^L^*c zojW(DEZ3(j$D`yMiS=qLZ_QOoYgwVxs7+345lYHuT4R&buG9)^RvdY&VNoi}@V}zW zl+Bf+RJPUjCZ6op3NuIcM&z>2WHRS690P4113A`>a-YLXW3t~n?b zBT2gS=ME!N!d~o2oE`8?a5K1;Uw}g?pMqx@cV#QJj-P~s&f75adY(b1oPS5n1|CFB z1#5VtN*+bWDt;Rdw{bUCt2u!B8a9yM$a5IBmIKh%@d@vS$C30=Llq)VaXDMBQ>T zSmw$|CNmOhDNjmGXadFF@LBBAm*FDBv*F#~_SNHHG-AdtMeYI5N1lh_gV7PXEZMPs z@Wt3sdMD*7bkqd(y$8BF^zP36`V$>J2YU66-kypLdi%l7$9JWIJKmzyFRkxtQahiU z8r+*cL_f(hQwF8wJ1{EYX@ee-E^t^r0e=<8j6n(630BHkuwVWKlhQnE&<`>M-X#lQ zTI%NvIxNS)t#WDZYnqVL^9HSvW$=jH`KMX)DtJMr!5*o)Y|!5_0KP95!EdGbFM|f< zAUG^z;4bkl^pQu7Ef}<3E+PI#9=c+XT~1%=gMWC@pfl37*oUd65htW7ZMqGBm2xq? zmS%;PifFqOFU9FuXk;bN^A_~q00#5PGKlA^)?4Bggk{bqmo|;iuI%14@#yMkM zB>orI)E8ikOLd>t99)+a5>A3g17r1-<}_K?Tp1yob9K&fq_X8qQk`-pP2n^tQpx2D zOt@(!9$RB|N4k!kTfeaaZQi((it6j+FwKu&5Q$|-Dt+RRnyeB$QvaaFK{F`qmCf`* zoe_NgHJs!L=*Cq(3`M-+1=z%d7=k^V6}@nc2ciY;$`@inl{2~gbotlaBrz4z%6{Ld z4g;7D+K|K&F@?3@8)UH>vY~+e9X9OXGVuW`#CtTu^AN|~unjBtN_@vb!#PznqLeu| vIw}8TSa5@2TAX`OiPNr!L8P@dZZ;tMBQ^4rW!BGF38zE8Kj9fy ARR910 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj index 769121f8f1bd096c6a3af9c5b0a7c98e06ee8a4b..ae68ee36248f2b7c58d7ff04ae4ff81cd5a9d8cc 100644 GIT binary patch delta 2845 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 X-XV)_RQOyU;w=~c# z-YgxCPZA={a?W+?5o1l+K%3k}F&xQt=_e^dDDM0Mp2_UQx9p-FIF*?6LRe8MGk&IP=;P_R@Nd zB4}wf_~aV9j#oB`TCYLRnD<^%B?7()^5e>9&vm$4Ph F{RPzZeir}$ delta 421 zcmX@GoN>o;#t90HFE%RHvvA8XF);ARFfcG2WSqR3#g6gy4wn5uVfHOR zf|Gg1}0&iHlnS2jN;#$%IRII9`!CLiD|Vf;GTlncb($W_94cd{C{Cy-sh zZ3|?t<5pm7pM0L%gE4lq1W%5zw0=f@ZmND>X10D&YC(Rnerj=nv5|gKX=YB!KKjWRr6Mc^}s!WdbD`)hW ze9_OJv0}2Kzdz%O$%R0YWAZ^DnK4-~z@IT>aw3pqnY=NeoRML&W}rXgi^-Kha?a$F zK(c4DWRNx^&t%siWybT9GlSGw|0^;uSWISA6`s5zNPyK`iGe`_%)1aI0JQsIkUC@h kWX@o9#xIi%!DJ+mY?<5`tS-^v$-oc?3@;b}1}PW-0NYG_VgLXD diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj index 2b00f84cd392c08b555e19291bdd8b2cfc57db31..3ac83bedab6724f191281026fac3e79622aef8e0 100644 GIT binary patch delta 448 zcmW;IKS*0q6bA5nlJ{QXGtp3M0}(Z1B?b+4P!!s3ny7v8br6N3NJYV5>{Mw>8xSSZ zp@ql?QV_vGp@S{x!=)%VXyc%Zf2ZQm3WA7kuKnU2e)rsS4(DF(&VuYMNG>e5Yc*GH z^Ukf5@6e^x3La^F@(>eR*jQrH{Q=OT6<-+YXTiUU%QIg%{CkjMta+w!rVW)HF{R9N zD&`e+nR#^S8EHmdkF~yL#?xz*a=x!eNSxiiIigB_>a5Kg{+{*6^DN0_i8 py1P=THq<1_uxbV5DYmSL+~R`Hz@LopkuCHS2Jho6?ZuB|@INJ^fGz+4 delta 442 zcmW;GO(;ZB6bJBoX5M?l^L)!>$PhKAK`g}BpqTOT#-oI6G&KuTC`CvUQ&LkF__Luz zSy&oxrDiiF#zOfhvJ@7gWKTKcE`Ila&pF+DQ+ss2M;jIN8L#}Xs^3;2v^$FsMJSer zsR2_`g_7W+bqA2#rNdMVthQUZ89R~SmxfEl0BW?R}^=8rj%zywi_O0je_Q>k|J6*momnP zTFr;dFQQ>wWQ|apS*}@f5O>(6x$tBNPREvc?>LiC?^n%jXQG-U40ak+gG06*->i;~ zE`vs~$%gRE-k{NEkcKF`id)~M<;R6xe?N8N-EYt=yxj(^BgP)#iA})WW6(AhSq)cg zElPUR4}{qXob}Fgx3SNlS47zqZrKA=>K;lWpjXi~W^|YQTP8#cqRv8`=y}wHr0$|m Xyt5JH2VDF~FS~%?e~z&OhzIO{j%I+_ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj index 890c85ccdfdbac1b19c7cfae8c739c2eb5627f41..9403d429f2a3522a5619917c34f41aebcbb5c8af 100644 GIT binary patch delta 540 zcmXxhK}gea6bJC%_wP2@bm?N7xruCPtZhO_J2av&kfl)m36zv5D7}n{m=Gf)!CM}r z#g{1Q(4`$*TRMLQ1sys>=B0=T420&PF$JNzXZga*xX9TVMg0IJL&P+ zq+e;SkG*SD>aAon%Ze|AMYj4wi138}Fv|Lpf20A&b+L0Q#4Cw5$7FIUb?n-WVxFK~v+qH>lCdCY2=_tM+)!Fd~f@6j(R) zWbzy;3WgLEOVf8hy&FXyXVk$cXq{SuFe8G%{(N`%ettjrK0M#%rqS3m?sa3`?wR)( zX(#KR42J0Ob{ks`ro0n4qpRLH@QrI-1=Jb${V{(zmFf(+{HDCl9oMZ6rMj*|DYfev z`~7M3vgjX!Tfg_;2VU#Z-Jb!IL%}2}91k9qjU8MyQ091O!uaRlk5FHvAzc_nq$M>K zhfNlfaI@LvSn?Zg43XC#5M2OGK+y=`EIU-lMIVt=e8Hy*@}ghMXbH+}8c z+fJq4$fPQ4#uAuhz)Zl+0kankecl}DKv3KJt|gew9pnC7)N%95)l2$LuI|#qrvewz zVzFu&I|bINr;#RJSZFXWPH|53aa(-O?7W3#&WacKReZ`r3u{>7?}c{$~Xhj@1z_l z<+zS6PAEAj%0cbHm5Ut2!Ta{))%(5o`}1BtT8JLC!DT73bWmc9)i)6UC-_&~(D#UP zq0f_3W2ybQrCSZIM@bSwrqWxC8&X|yLyVBfK^v$JqXH@^ClnL%Q!$~hP*Ms_B-I5N zK0jbgzay_Erk#>zyrM)_pIXTJtvjjZD__vm5a~ zFBzoLYhH3Y6)fYZ_FW#*A0=F&Y2LssKA8!qV271}F5I?uU>DzMKgZ#40`9R$_=d0H z7_4Hg9fcD1*si?R7#qZ1-NC@N;T!jD7bfw{b~)(yV0XeIev#CVtqrcs8;lK9!;1~J MEQA>A#3{@91AU8B9{>OV delta 446 zcmYk1ze_?<6vywm-TU54efs1n1rbzIZ_s#=v_wloKL|sxT7nQnA<0y-sG(njTLs0T zCWnT`g21+xf}s9_XsFSxErh^=&UNa*`JQt==X);P<484f+6UKX{po`n#+WZmlA`<{ z+|Vy*=0Z<##yb3}f9;B?!u4K4Ldbk^lW{|;Gj50pf*iDwb}@cHIpwUHgbcKcUL~g# zn#iaNFw*>hF}*>~j;MA;%-B~FCt;mM60qg88YpZ^sM+N8c<3>(2b5Q+6@|A+3kXFI zsfPt$Ay=enTs;Jf-fra&&8S;gGEIUflzv#|mHIxkc#peUTF<$~{F=LwE0-#6u2PPV zx|ywfAzR-Ow}5lnHzrJ@p3q+;++o;!h6nsGlkkSa{v`C_o_`z4*rfgvrvgcM!gJDh zYy_f^#h?{|BOJ3FxW^UCkzX495+_X?YnBDGctfm3Y^2RTi7nzUxnnpObYK_fgO03v K85_dKfc*z*Ls1|A diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj index f26795c771a276155bc99e2c5fce5eee38dbcae7..ee2de6ff1ee3569a85a4f75d4bf7eace19db3148 100644 GIT binary patch delta 324 zcmdm^b3kW;0^^B^iZjdwm>5t169>B|P=JYry%s3L#K`6frZ_Gz0(nfV#ULINyV1lC zZW`%8HY*DgBgZ|E93vAKkk8fy63l1Y0W^bs8pvdhu*q?ZHH?9qZ!=1;De7nB=celC zWoGLar55BD>!%hM7#ry)nD|F=A=yi#2z_0o#XrF1kNMuj5d>11^pR4CYK5x zXAGHaE9B2uF}W8=PMCZbNQz9>6)tC7GkK}7KjWRrUxB2=WLFW8`l%w?j58-66j5fZ znfz2l9jJy^RGsw+2Lpq^<^aY1OkOLh4z%eikbE-v Tuc*323_k-yHqd`C0Am6GboEVC delta 306 zcmX@0vqxuw0^^a1iZjeJm>5t169>B|P=JYrJsK#(#K@)$rZ_Gz0(nfVfgm0eyTHT` zZW^vYHY*DgBgZ|E93vAKkk8fv63l1Y0W^bs8pvc0lgV+6HH`Y3Z!=1;O%~;dkk-%0 z&rQ|O%gojWud$TLQ@klM{jDyUCqE^2g+jKr&$RO|Uqln7Tv+KLbNH&^IsuV*&u- C*+#Pf diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj index f549a66234cc99c3f098c19d6a9273edd0911316..4ca723385d2eb2170ab218b64a4796668ece19c8 100644 GIT binary patch delta 652 zcmYjOO=}ZT6n*#2o0+F=Y>XjwoKTwBnTai$h@`1f{6IJ2Vybpi5v!$}u^%8tQpDI6 z7g}{8UXg&h>!#o$C9D1dE4Z*&Tz63^mTX)IEhuSg|9?qsf0jZ>Wj~{cl=e{~Lz&TZSx9a68`RWlkqN9HG$}#a_E)>kQDG|UHTSmYvBuYqaUKDEfw#P5C?qG? zo?{qHK4iK>ebeiF$GV+$Z{jIw`w?x8oBdi7>pUB!z3XHMeSnLBeXFd6{S$A-0(SCf+mx7{w<>{=`LE2}O%TsaE0>B~ne6MW0UruB4_~RgvEWuBLLh zZIs{(X4N$)H>#?kE&3IsQ+M%F>@*f)oo$oR^hAE_UNku_@K)AoEXAq{=RDmgB!&`D z#`&HQp5q!}4Kv;cSj6vM2s?Pv41e<)8us_>r_mCl}IeM7WMCxjtCI vZ@I&i+;b#=_jsIe6GsSlaGvlNE)k}2t%bXUP0aKL2M4o4Z1MU2z5dBR*@AfF delta 661 zcmYjOO=uHQ5Pq}!-tI$;jY%3Cqa}@QHc7!P)-<8iiu5WhYCTx$50Zc(rVULsUTP^4 zsG=xN>q(0zL7`B|*{c?@;K6#73KF#MeSZCPC?|4s!&;c$AyVh9?`zM|^^6?_2EXU!n z&?^L1%2^{y=t*2NdiOo2nIOdU5^uXl2E-#B3oDG`+zwS_wIeL(xv+EhVCDmbnz40-TDz>Qp&?6F41B;Eng|(P+-)eUv;5c$CHsr>sjEY zY-K|eA*f;Vpbv|_JeP54Uz6}Rt`hd(W(WUL_G?&(W+yw6 O4XQ#?h%dO{hW`PIkbm0% diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj index 5ba8a130565f33399d29dff1dd66ce1be5107c0a..784da484c9d90710430072e3e4d847b605bd5be3 100644 GIT binary patch delta 658 zcmY+AKWI}?6vpqlfAU^xY+h<;(#eK2CMGE_TBQ=CL@1RmKCKQ(5W(2A#?&-14IOnU zh&WV^g5shOgouMNAQlzOR5CcYI7$}>9TdSK3Zmym96ZDCJNG;1T<*Eove&bl<4|pf z*5T?iV9b*vTwwnPH;ok8TpA-f7%)2CVkaIPyEpEKkBGt5R?(5tc zs}C&Wr500t=8P$+N|iMxyev;`?*qv}NzT!bOB#P~1d~i=$frb8*hCrJlO_>6I#2nR zN!&pi$*L39FFFhr8cR$$!#ZcXeq)W#@4i8)S`a-F5yovEg}wNd2hzv1UvS-_)x33$ z$7Fb46WH)^I;%^rC)yrBH_%JkM5~Dzk%vckUrfRV_CyNK;ZKo0umgS^n{Z$pOT;8@5s#od;=nBC zh$pcX*@m-N+vmUYC=ZUYdP25345g=f z=%Jtm@yC-Q^;q?g5Cug%^b~URBH~rOYHd#yD!z#)=kWdi{O`SCW>$0eau1KtOs#v7 zmS2$&ZkFMT|Ce-Zk7KE9*9e6!T0&Twn`A0})(AO|SX9ePoi&lP8%C5qW}3H+4-(~8 zWWO=u=x4VcO zZJj)l)0ZN9yxEtpObH!y7%$p)u^`XyUtz1SSWOn|Fd8yR3H+3?%ypCJLy!4s;j+OC z4#FQ8qT@90_05p^nQ#lHfp1b{MxJ5JnxJ(&v4&_FO)E_~{I)Vw!iXA`eL`5Nz-pV8JI&=#&T9c(b)Vz+&GpT*Y(dNi>-*ex+i60jThZ6aWAK diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj index 68de9d68bc5b69ba6577b394a273d151c1ca0362..02e6236aede2b10a19695450548159b35d7fc6d2 100644 GIT binary patch delta 628 zcmXv~OK1~O6n!^uX7Z-3p|z8wHX|h17}S~x)esw+j|(wwj3$Lr-IWB48Jp0kMO>({ zF2s#;yHF@di%?NS%TOrlLa>X9xUkekK|w?p3Zha3T?pP+?JUl_bIy6^o|#8YSZKoa zAhgegEZ%A>jJ2u2m{9OIFM^E^d4I=y&X_vQ7}J!yg#0o7=CR?bMzc6cW)L@BjJd>Z zDe5cazQFh!qEy4bOk9gw*+++Fcycm&CoN%Ol58M=LR{hldAX3;iulB_sl+zdNpPR{ zIg$gDwf*F{s6^o`t|^6RrxYjncS`%8EyAAN6e8}ZGW!XQAl68BG5!=AY7~k%qn3<& z>zzN62Snqayo}wNln-eM$l@g}3_Uoj#ff>R4W++OUQ3*xrm~%b`wueMVmzSRMuNVf z^?>GmPQs?`S}(o&Xc_ZKbshYytBGUoG^B9OeFY{lAxdx&r$o{}L@nBDYM89El0!7n<1w951Ue*U-#(AdCci@e{RLD9} zJ5{zuD^+W(T(32(a-+Vd&l<5Sqg89@ U@E88bM!Mc68QV+MH=d30F9!REqyPW_ delta 588 zcmXX?O=wd=7~C(r?`2>AXf(-F^OTe}7E#kwDbbMT=OF4qqG>^j7lo&2DTuaGQ9&9N z1VPmA;z27Fp?VNgf+C0|hk}=aKd8`yh*Iz*MtYE<2WP97+1;7h`DXWdg{l?05hp#< z(IcCWDIr=c5@JO1Avr)-`H9>a`Xhy~ri2i-dI*#sd0D20j@sDkVVFtZ4hRv@_l)Q? z;Jzs22T)eneFv^7sCHnn!)<%u)?FAPbQLzzzb$j|E4)&hY^6zYMWt2^BRzONS~DDZ zq9vqwP9^CUFR5~})rgm618M)Wb)s!6Li8l^gnof7=_SYkA)oQ6m85-q-}1u`Ryr@j zLwfX|JkRTFBk#4-l;H_GK^u75?gR75KA2lXUQ?eOL)q1X#odC|h9Bd0xEF6|-epHV zLulP-Z^1E&VIpeO6>!CxNj@FSQJQChSLiyYwNK~xj?TCT(4zgMm4I~``O*ERbYzgf z>uvOk<4$D#H}g5Mm_$V?d%js>nQItA1D@uxlcLvr$;r}et?oPxamaJknG+*EkHzlR zwtJn5-(+>|aJ=24vwSN1g9?14f1HlyeT(Mb)L$V!2bmLT+El~0^iJUrdfWO o??j6)`EL5fPNAE6xEEOGAz+#(fb;waSm3w71}_8Ob4Str3v{!9ivR!s diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj index 237e8a2ad5cc1d9abac2d84a8a1ba56cdac38b32..f1b7dd6b34be72e61d7798649ec565c6463c72cc 100644 GIT binary patch delta 482 zcmXxhO-LJ25C`x#n{`cKO;t*>@rwirK`N|C1rJ^nv_)w96jDkGEi^UY;z!a33DSdj zQ#`2r6%;BeC{!pkVNKfD2o?k>^&oibr4~HcgV$oQ1!oV=;rHjwW9IPQ{*`iYrOXHD z-A2%-e0QPQH$hRX`Z^wZR3R$V`$7m$lXl6WXUVaSA^pN7grd)|uBr%kCWY(N8My5` zv>YBXt%S;OX=WIB~GlbQ6r zsF@hC#)i$rxHU3}a(oSSud2|JtFf1!b*sn~-S+8=t|zpJ;EtpNyk?K_l|4sIK`LSp ziNa&jkuOLxKt)M03=|J(9{x{~-os+gP-2(i`79}iID3h0wjF=jMf8;^i=&yt#arF3?+Urk}9NVY-C{_5n(448Pbpc=p1yj|h8& WINOS;y|D4`qY!KS9XI8?vQyXhBAA!} delta 443 zcmWm8Pbg(^6bJC%x&J)%-s=f--}C47j9ynEEJRt^C}MufNK7pJD@APdk|xbUjk0+4 zwNN~NLd}BEb^V)r%YrClF|om7EKF9)!a|uT$L90xoYOg-<5%VARY}HZcDcY*1~e3! zV-!NltZIBvh0wJ+Aw+uAc;WCT=-nKK{O3GX{8OwNsNl|oP;WF|$TCm43Z`i#97a4C z=N*3yVqq)yiswdIaQOX7=sRna2PZgup(}KUM@YqGc$``wBNb%fTcnIG?Cr>BqK~$b z+f1~Aw!9{~#aiA7P1+yweWX08b}X8z!Jqa8cIxyHP5Zj8{a~-vsebd#@N=d|b zBpqRt{e=_u9@&mm{`H{W`9wZAj-)K;yONsGx_e5~$lsH+iXrw69y^1;zNB?@vd`FH z%kiI0qUk`=52V;FJRT&d7k!74&fpv-xL^8H(h|P1^SEI7vRh0KsCNtL8bhw7r+*Qm q8o#?TvF?Vb7M^SI7k}9)1U!peRI+F2WQ#EAS^CSS5R1t0GT#7y!I8iK diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj index 8bee778c1406bffce10778d6519e57c48b769fd9..7ea75c9ed3aefd1f3ef12e48fca5d6eafb7bd7ab 100644 GIT binary patch delta 404 zcmXxgPbh)GCU7J;l+fjwMHlS8>Qxy(1 zhhkRoty#@6gAhv66l+MH5JF7yhF!0rcns=U3aRkw?IdxppOFV!sonGyGNrW<^`q1L zq2#D&OW#yXDn8SX6*6K!qm>4bY}upb(7C0c2y^w8M3-}Dptxt$>FUFK-3BUT3c6;E zp`&_}alvm2T{Vr@(g7OhBwb*Yjp3D5Q8_QkifOhSw`?^EeUh5tX1xge&gm3>zoa`n zvNtGQkhB618$^VS!G_=NFk6BXwgLL0q!x59u9F5@k~D(Wr7?0K%=rOXf!}LR_7Zym wJ7wb~kVj=mSk9+jl(K8+V59J`PuOOw5n&JT$vR+L$ delta 384 zcmWm9Pbh5s&KhfEPB4)=iyaSY{7! z#}?3l|8AIV#w8noGp187#$r2E1|_c36b9qd#%najXcMMyZ({84FOLxq$6)}jef*5^<#VTgPgSz(@KC4+b?P>gPf-sdfnt|#-CQJH>QLFmgNH@W2QR<(|2_{d@ADSEd1hrr+1iX% zO@4=e=1$L$k4W>~CZhUQy(U{=mR*|!4s=V`6WH+*d4v5@c}89XKU&)A{z!uZ2MAi> z_MejV?#ActJ!4PQuQtAx%`k4dou1I59EObsXV_}u-n`WObNVX}k?Foi&AU>mi`5q- zuent>nC?VouRzvI6znT};vCvz%vspsBtLW}!ylOwPBhZTp6@=4x1Mo>lWM!%fj6lf z@~IZz)>5}3EK8txomK9IqkyyaK zSVC|`@h&FBLzG2AZRMD6;i#y149%;GJMlnl$F`V&wx)OiS+R;G@dM7qPZ(TRY~k(t zJo|CIq&SBcr6+ufn&iK@TUPuF@5L&9mpeEDyK;#q&|isbGijnej1)tdt{8lTnM$0u duq_7hRg6O0h|52^#4Thu;#zW%=nFPWq5o&_mK6X1 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/nik/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj index 7499aba42ffbcf7e8778b189bb2c6fbd602e7729..514299c8e110e5eec9e97b48e98449f52db1dfc0 100644 GIT binary patch delta 1091 zcmY+CZ)}rQ6vprA+V@Y}L)&$A9kj|A@YZdm`%@So10f_`V&qLw68JDB(N<%5}%jo2XA_R@4e@q z`#k5~+p*VOW&Bptg-`1cQzsqLovUvnAy4+yy2dfJ5#83Q7kZ)Jy` zrW-P(H`M*6Ba3@rsqBrl!;ejzb~EFOgC$d;pPFUPMkCA4X0)&%2dM^Koz^ z&q84nAH-@0uSfo7b|Jon&q9AI-$8}X@Hl+8@#(b?>g0P!+Rg_M+QAlP(?sd%wX>&NLdyf-%rFsql_q6OXEsDrta}8aQakG|8xn!op8fvD_ zm3=Vwpeq%6BtM(GsZ(0L8Tv&|coVcvE_&aidD-G?pl0dz)yDSWmZ}#0*WuEJY9b*A z&P=T;O4%1_dg#b5)$f5M?TxL)0xfkoPe?Ds&SEnybxk6jUX0gN?)VIHJv8L5zuox+ zcqP?HBj0l-`idmY$i@{vIg|Rp*2oQ$6}M(}bm?EXC15L?1a&?(Kac3KFXCcZ*K0tvqd6BLwKsLt`~2>t6dQ0vDbOziNW zqukRWljtoeS3gay@@4g2x>e!uA9ad-)cHg&Z3Na|QNH!zsW4(8h1QaydW zM~|d>^1XepR^~T6(&hHBQMtXTWg8i?e9WdHd4ABQF?k=Hk_X^^=^U~tC*$B5xevZ8 z$-GS$qzL+D0en;9!#0(rfB0AEbQf$?e+|sZa-l%CB!Aqd-7*UvlE?{1KMQ^+)8I|< zj1=gq6h|DL1#qGgf9-9;!nKn&otNd41r(7l+DMuOzn4hKravWHYNGGtol*m3WV&Qg zLGG6<&t#iY2j%PGu*61#v|5s*76oJc( B0C)fZ delta 1054 zcmY+Ce{54#6vyv*dwcKQwuiQxvn_OLH=uQ6qlLoQ0AWb7{Ua~J{=ozjmBf^kUlHgw zq}u`_i8GcQH2kpyBtV#1oJ)a#S%`@!*+04^5;I9i_``${jT(d)!ykSx(LcP&{k(I} zIrn?cz4ujyt)&GX&xp(2PY&UP=Lta6|Nm~gm(@vaj z%5A5q_hqe=a~fH$edZ~zfX-)tXImkd@%n=CTm|flL0H*mj>6WrfPm+==qE6Ozsm+U zPd~~5w>iOR#o;$m(&bCF5aLNRrg>VvaC_?SLgQI}8#yt)2|Lb@CEzvENy&K2hxVf6 zQnqlSH2+$oRECR?Z{$CrS3&~MZT=tN;j%p|2QF^x5w;*h2qYt)iy!Z+4jHO>bI-A){!mrj!*mK zRq%v-3Qou$V4rj!@Tn*#!DDg{tVr&lPh&CydNKzNOX`qMqq6_dZ_s(8VSh!B{1*QZlLM@nd7;E0c; z8Sn>5lzsYB3guRslaI^I)GgP`Y1%LMz;V$-X-Y~C)Uq9%kP+~*jDwqHZYUk^+pSa& Meue)A9_Q)!2S5kuB>(^b diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj index 09b11ed02e5253c621b4f78b3daf3f7f0599eb40..4254a22215262348329da242ede66a182615ca99 100644 GIT binary patch delta 878 zcmX9+TS!z<6g~USjPt&C?#wtk&8VX`P3Gg4W|?M!Q52O|LM5aJltWGBqofQHKcWXc z(N;nav&?5uA2Ig$D2N~`s4$3#NQx-vqw*^%C~9B3uovg7yY^!3%{lWz>U$w|N9f>< z>>pNVzEud9;IB6YxwZ~^i3_$&CCIE<58h#3GFzMQ*ro;crU;SJ!pvVTYXO50ree75 z^Jx{T?YrC+hTyPwJ_#Y;#(n#c|EP^Ms%{p7)I1Y=3DW@fIf`U2``hRFiX|b!N;k$G zG5;^Sp&ei#)z3U@pJB>TL|$Y%gVc>OX9jhm!5O7;bUI5zhKIA*_l13Hm9>n{68my) zpJ2nM&Pw_NhpUYISn4`KgP3qN(sty#x5!U8rf0ve&mu&+0`$2Th97WFwZQG+l zR_fg83uoAmDR-1^BUO&jCoGV2X(k%wQi`HmUQhS&RgTg-_>{%81+_{RpWBoGg>XdK zn3cyPkt9`=7(>-%wI{X;GD+H$v5)#lL(=RC5al7HW>5nbsfFqtqu~{mcd=0Lf-S7FT%gVT-g%_Sw$|xTPWMetw^i`8 z3%SxJure)+BFRKrl|(;rH8}UbtZQ19&b#q*vFuwghh^%FV?^)K7wV!Mgu;2W3CqH9 zY083Y;R*^RKZoTgyw$g|wQa4L)#s1Yi-x!?QJE++UA{!mL1yWJ&B!7$w$>I z9Z7l3^IBSs$%{I*p|D?;>NYiJD5`gMvRk8wwfIQ9l;5h;u?5z>Q(wKX_5;G5`Po delta 891 zcmXw%du$9*6vpqF-L|_sJ2N}ByKU{X-CApj>Q*0Kt@k5Dn2onm1REMkX{ZE^kdSz# z^+^bAEp3&gk<=0*Boc%OQVD_({2}oNDjp$0I8$+x^GoKt-}!Rxo!j(KI{Z*-2-3E$ zyzgmpI86w*;Pom6Ax9lOz;Q>8=4I7xW?g1ovZw999Y@rEC{>8mb*%j1O3P;mVatc& zETL7H;M}0hw+y@cl#mc=7p^#b=hX8R4^J+% zeH^71_I~gTN6@2$sS7?eNUtzV4N(p%)KVIc26ZuA!3Q-=KjGENsS+_Qm!6?U^OFyI zv?aMAJ`zb%S+RAfIk~k}s|4AkXpeOtbAz#@-Qy<;A)sed3?ua+`gyD235}{}htz1# zt4Y@BjkW=XC6A##$9TRVZy8*9cP()&xvg-iaY3{^S>RhrG!O^<(~0ohU*YTRd)eDo z#-|<5m2nr-GIFUrS(PzXqR%*+Rrt?V-)qa{yGiF_+sCYaY}5PhC3=pgKs^}<7=vgb zCL3`{PDQ6tM!w`bLk$O_tJhb@qwA{HL^sB3*4IYkwKc^>(dC<})~>|2@t2YhCQNnV zeZr9p&bS$)NqF0A(rT2pn9`5g*xfRd5_sHVQYOMDOzMwK%tG8^E`u*&QUl`53%HoL zP4}?FnAf4Sn)DQvt)}#A5ze*Fq}TY(Qa5I_Sq;r?C&-S` z?IyM1Kzkj(s+7|veZ^d+1MN%?zMURS3i3KaJj&#b2+cutMcC#?v(MV=?7hz!>{o{SmAX{A z+2dPho)L`~LQ~^}_%uQMvlNT@2?vxo^9;0@{nUqt=A-cg%rdoOjb$bsMy;isd>FEH zxQ5J3wO=s_LH5H6X9?36z&b}SVR<#+d{06o>mMfIsWshIWtHS?2C_%^fXO*f)j4^R zoG@>UJX0@bv4nuNh-uq6lQ;8I8d*9l;x$hC#jZJ%56!~#4ZGAdx`9*b0xH21)vNGL z@6>z>8fghrhzhYx^V4mFwFqTkSWBXd_^x>=0JqIgr?AB4P0qA%O_{b4RuuYA7PrqE z+i-C&u-leK4m8?QsRFlbd2|q8Y~|!f*~Cp$4P)Z^-0M65$5d-SXWwPlJHU>2HrMIR zl8VV?+?u;N{-r#Vr15a#36$uSbQ+iS6ncio`pS&uJRHg)hipwwGRih>CudXcc(9iP zmt-&tg_CB{1tUCZu|g5!oFkDaf_qLM_xRR1NTs;#T0}a&x|U9^;_j$hlf#s2kd4la z>Oy1(5OVwI0wV6*1(2*BM~KVb%I;=1PmZkTnkKt2)xV2+a%Cxo^Um1*V{~DSG3@Rp z9_4Y*s&RqJF@YbP{Oymxmj48*{ua;@+lYWG-dSYDEAM6+!jhyNnjC2%{GDO9&pAFImY-Buw9>!EqbC91s#P|@c zjL-48IjF>~Mqx`SWuw030o7n_YmooLdB)cmWo$%An-pqd+=us!XOPz(q^mf_*n(H> z%`}4j9YIRQqmI2)hk{OdS$!u<*WyiQDGLQ+8FT;@vFZG*2V;IkDMEKFofcsr=BEaX dG9H4j%ddzAtmsPTi*|MSxrZjk5!~zY{05^>`1Sw* delta 948 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 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj index 3e4bf2f4a65191139fd4a381ee45b7aa9dd8f0f8..896af0ea2f8c7cbdf4aa7e8380d20559d3de20c8 100644 GIT binary patch delta 646 zcmX|;PiPZC6vpRGW@a~0>ZY5-q*iTd(`~b{M$}TZ>BS;eT4E_dDrluPNN^JZrqqa{ z(&8;peR@*CfAnMzk}85AdWr`HPo63$sE8tnc<^A+H$hyO@6CMg_uiY`{W#x&7Q}>Y7bRRFM78u0qDh}iLT!nl4sMtTC=Khn-hY5s>Acu5Udgf`tjmN~< z9tvY1_=i}S2U}bG^1*N!$BY$7V6WK{f2ZLzbY+RD(0+zi?2|SJAsW|lJhm4L<_;cY zc-Ne>PEZp)A;31cGoR3GkI^imJTj+ z|EbbsVS49ezKB2UUA6wu0^k=XPeOKwv)!{Wgs-~ma22ohWFU$k zduHip9!X@t!X?rXTqQk=qpk}TthgQYjc&S*EQT2C$M=qnE3O5L_|0{==)_2}3m#!Q f=|C&yNS|Rf>Bv-+v4;)#Wzv$J^tMkin6Uo>r6h$E delta 662 zcmX|+&ubG=5Xawa-rL=jP!qF}BnI0W(oNmiR9k;x;-R!^@vsIhl7m!jR~pTxp-HKF z(b^&&JXnVcqC!>lq)=Ie9#rV5y$HS3i#^moKoIH8g3b%p2XB6S=QA_!Z520*4_jgV zeVfgjJ_2Kb$BeNk-r~vI4y9btdPopllqz+`b)or4)cJ3P9H+qD1MHd%KK# zjq+ErntlZHA_j51AO@5_3}1>AgmFcfFpfXPe&ZKGP=nLPwun{geeexaw?q}y6|j~ zxNs4$yLnPS5cDK^vf_KR^jR?9lIYWKnHm5EY$ z1iuGQdIKR(fg31{V*x4+xg&>$N|jRG%Nw)ctw!o0*uZ|%h6K);%kUO2rY9kXYw2Zp zfX_Q@2;z^9Nnq&gvq8rXWcyH9Hq>#@vY>`jRuYclYs-XD{9>76-e4?thuI@mSb-K|BujkBnd?+CV`DMnOhZK4ETVK50GyaiFjY z12?xFkjt=fKR@H-SY~ncoXosz{iM>&oD_!QjQpY!h0?s@%=Em}6a|p|5FsFI^I1kq z#>vXeR+B54yC-L{ac$;d`M|_@W%6IPa>gl>OWA`N?IxdOS7w|v`7OIT>mg|ZF|luAWME)sVa?1dVPN85)dI>h zaj^Ua3NkUW<$+W(ay$d^m{^a3C>GW)V2Yg=B*(#i9;}i>6=W`>AfqauFgG)wG@pPt zP*#P3o7)b^W!Si%pK&uUlLh1C4~(*tU74*WpJNnfDb37DnOw)*vzdqG2NUC&$*k<< xj6IWU*@GD^CSPP%2C~1ht26GIEX$$J_+_#yklZpkmqVR(1}g(Y&tygxVF2HWC}RKs diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj index 8bda2944c99950742cfc396f37220f03ca066008..0979d6b24be0e3b9977478d2c2aeef5e2b1fa34e 100644 GIT binary patch delta 256 zcmZn=>=2xwz{oLCQNBKlfq{W%5hDYGHjn`VOf2kRiizD9NHeprX6BVJFmbS|FahN_ zScE|oBbz)(B_qclphhMp)&vlbg_R2=$HLAF;&HG)1<5gT$O8o#7zG(s`GmQd`K0*- z#DT&p4BXsyKrX|?{aY0EGxBp&_46{b^@~yq@{9FTiwlg6^pkQj^Ro4mN;7j(Ca+?W z+g!|O!8nQ0ViL3KSJIOWK`u7=4R%T<`WPH z%BnDMbK3#A3={Wn*}RF-f>E|OBfqFbp){{JGd(XgMFC_fLDiP=?JKO;Xk zRX;B?TfZo^Air2YwYb38NI$7GGbd$o8gtL&05*=zf0&;zF|L^Wkgc3CV{#;WFr&`o kwd~4_C6h0*t1~W{{1ZstnXJg6&NyeXCy*?eT*x5~0L!{NKL7v# diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj index 4d30a7e774079493e63c46330198b278214aeb50..e6eb33b8677ddcadbeab67bc53fa6a7ee2e878d8 100644 GIT binary patch delta 1742 zcmYk+eNa?Y6aeshcKO%^uPlZF0m55$k!8`{WyKKuh&B^!Oi-thByn*`HV{}p_((=& zvI6Z7?M@tIq|jj|Fq?*;gqgUi)eEpS5O9!?NqEz8tAxs*+aJ>M6RN>p|YJu!ekGX z6E5_H6d%4>e}_t$zfLVqdoF1mEjHW&y_0G*G*A;A1MS9-=wiX6DAkg-T}RwV`#9+l z)dTgQag2!SqMe}uv<)DHDXL4ITe3MS81d(S5h^l08~Rj!dLpMNOHY6qbuit-ossl1 zMzbZr+iJDVvpBePO!xof-|FU)3)75x&z6=PN{0S@X@&r;mny0~9eZ-xsx)lV5u!U6S1hDL3yeG~Mk-S#Y) zuR85p!Kr?;+aOWJXWAfFc`_|lm=vcsS{=4z(#@T^0o;B8CL!v%WpV2d`b-p#s1VWn<6XsXrig(h|1 z-Af~CxgB0qUo8IyCe`umH8gT1+Y0$=Dw|X7SwX4zsYmI+&2p;0R`f0k4&Dc_&_m+) zc|ZM=yVUSgjmg2SZ^6G?CkG>`8(hAXmKWvtXqQiOtaRM#Io)*Kypn74I4=hBIV zYIWZGFg@^dUg7$IXI_5`G)HCao(e~ezsj+ckeN04JE8sO=ycF~FR_QRXy8ml3__Wd^aI89~@djA1eJBc5Sy;{#?2^S#7FJjobv zl8HfAIgx@bOeRh+IjHR-p2YxDgriI;M*E0L^fDdT?}M+vgiRIH^WkNt4&z@ThS1MA zahT~v<8C4aOPCJqV@x>9v|?c;AHE+uE9vl!c#pbN=t@6PiEYeHyvA%p+p9z?HZenZ znYoMcRYV;6nF1VU8qruyj9>{fg?&sW&N8J~xQFP#Q_R!pp-~@R zW4h5+ON?VvEi~xF1^m61VmdItj=l#+aJVj*z!)H!v4q)*eT)HT0~C^pfxXll!coS8 z(ff!Q^fHOq&%`0@CvvcunZYx2y$Abgc_aD{(BLW@W=^27o}imp4|eFmH|il3X0fjx rmVgZ>7%$E;L#Q6Fb!AG<)M-IvNoyvXGbvl@)=Dj>b1idYq5T8X+4niJbsN9W`#$gUJiq7O_vP9L zgIfoKJ0_B++xeX{e1}7+(VIsrbzzLLCi+O3DT!VhFlC7;RA<@}V=2tMotTOBe4@*D zb*xfW{ZWWgLHb)11?#clO4;-`TB%Td4p+l;2IArRj7dmZ7Bg;~Tz#PA>Y^~Y`kqa$ z)|x#@S^k4|rASYVRLY{O(7~$XBBb-8N2D|1c$8j+t0B4xQ`&ST_6^m;=pUvF1AR^z zyDN%j8;`5Ve-N2*`ZMemuMeVjg1(GMg5EYtsfqd|s+@WN^Car67NwGOE+%*BlR-+k zb&gf3WX$}bt0?3&a2I~$)M(G0>Cq!9`ksq?q z`V&SOQ)nh6KM`MuV%rU}rej9i1}u(9+8KHb2V-OGrY(7~1zb)3AU;NJWD_|hM@2Ap zrVZqrOG?=z*c?e&7!k<$^S=xe?#ZEd&1_Gcw5agJ(jBwOO|g1UGz0`C^dt2n9He;;{E$0)rmFAH=p*JmA*`}nLWNzN;SXwyp(HV z(!7*y{An)wtEW1xhUimsagvu-n0u32ur^O#h{(Cg=`^k9{^aFEY%0^^@osNUzlwE9 zhL7GiuVu6#9+LTzJ#gD%t@Ozl4E3~gz`U7x25IG4K8iK%S(UWT+{!wHh{^WR0`qzH zS9HZ}%PBzQ%N#f5o537uwR$RA$y1N8P?jjI{+@bhd?0v>$c2a0g7>)*e+g`Qr)^9K zY<+|N-8vzViPJ!NDase*R$-Upxo&#KT*=*s1_m-AFSt{~a3W`7yt^ z$Q*kmDrkL8ZB>u^<#sZiTcUe@e&xw1bNTVGo`SbtJW1u;`z+0;Y7SitTDeTv#fOD1 z9v04WaXGlgyMbls2;VBFr^wEE&mrpJt->t6BrIa@5>U_0LOb^hJ2<8S?Bg2YDEA5{ zICLpE&1J%QJ}mse!@^B2t^~jHZb9)c!f4K02BLYZ;NnX{I(wIc8Qd();eMf%W2(SX zt`R!8w~D?X8@H{%Svg-2s@eHG=;8*!!+pX&cB}-^Tq$&Lw_szc2CZBIEJIz~S&c7W z&$lIdlV{g}rMzAEp05iFIO7G-%56dyUl6Xba}}_2gD{KxgnD+=f)iXR+~jV-#k3lf za*5Ev`-M|{8(8ig=f~Dy`!wFZ2GMf9F6`orI&hZT>S%*y=wrTHhnx;BuE)RrM((Q* zG;lP4My?d*akrqD)*{8l&1-Si#r;AY$E*W`Tq8tsuVClUMv%^B!XO_WIU8<7c|A9* zM=+cFgm!i`0o=qU^3h&?y@`_OH|}nt6iVVt!eT~M3ik5~tGGm%!_7h*?-!18KZqWh QM`{Xwavy&1D;D_t0}Z#x1ONa4 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj index 8b6bb68b08fe4214f4b6763a66b756a25efda27a..34a56126843a0af1ce887565ad82add69b84d7fc 100644 GIT binary patch delta 254 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 aMRc;~M80g}fr$5crXJr%+`$Jh diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj index b6da9b3329dd8ed0c40f3bda9c7011c1c13e9a80..9f140ed2cf5f17d95a0ca690eb2182b7076d6a6a 100644 GIT binary patch delta 3970 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 TKwQN_QWo(M?EdkI;@|%OS=%1y delta 3953 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 AivR!s diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj index b458ab7d51b8e8e404f6f8ac64c10558db7f0912..9712266f6e49ea6f0ec39b960cad0d99de18edf6 100644 GIT binary patch delta 385 zcmWmAK`29U90&0K@4f%qX8I#LJfe6}8w;szyeT!gIPesQIm|&EWQkbI!9h`44)o2z zMGlhX#FG>UPN*erM4}yB6u0H(=khuHe&4?J`#oh|Gn-Q&y{q(xVH zMu{wpdAI2o-`+UI(dsKuzgzM>RU%Pq`qR_1GaVC|>GUM-YZly8t*zrB>T~z%-%Yy2 zO2nZrJhBp2)S)WOM{g(uJLYJ@LM}E$qj-)ve0ximLx)&m_i@*irE?^@9j@47L-=6V r(P@V%hm_q!E>`Ry6_ID_@W}E9*dAE%Ae~}>-M~D1i5*trI&S^}aCLAN delta 410 zcmXw#Pe>GT9L2wHW_~-H`Acb$-B55PWx++E*j=5$1P>k8*@K{70>eZ>BBH^Qe+~(q zqId`r6dfXp6qJn+ym-+rMJI7VJxLG}l_v=b{3i4cpTm2PcX$VJEq;E9zgc^U6AV3nCY7nH6^gJACU# znB#Bv8eTK+&8Bw#H9cToTV~%8x$JY(E5PS3uRpb{scUC6^K7f`8+*b5(+$IWrc3$4 zq_M&eri{B)FEIo(bJSnL9)J2F3hYdNLVxu%S!>`)=03k<(q23@Jzl+iC3LILT8`7$ z;9?=dH|{Eh9mNRsjEf)9&Ksr3`IF`2(jY24EJc`PS5JgjoK?Q$=bjn7=gr>Vqe&ZHI~C19x+yK T@OhZa$aRrcJ>5shc4nL2bU$R;4{QCXB3V!-)_X7k5pG9_VAW{jAa2!=n@_WJ`%jg5^`A}8_0Z|^p7QOmL$1R!rCA|$77b< z(kD_R$!tn7ttrXU15thr4k@Oypm7UiQ+Y3Z|W)rK}$1WKU zK(NM*M-9-`aiJ))*P$cpdHO-u+~UWCN~1g?swjhh5i#YK?r$RUAXR#Tqqa&)@L5|` zNejXx(T?3n>@%Tlu^BXqFF}*|8MVq{jLE)>YPrT<33l5X$ioZvjhmiE>$b3%!pE(Y z>E-Pb-$C#yUC3vvRqjA2R_^CA#iwXciFr>2+$2TjCS@!ZS=rW&hdXRU> z8KBqsrgJYn%%y1sIbqz6a@@QTg;-xgsI>x+@?6}Uc9m|kKfQ+fxFbDEh5TcBW5|hi zEH9c}`sr=gTg$l*bevZ7*zLMjk6%xc8$@nLzr9*l>vqX?f_pbi&@=}#T4_of%5V_P z@dueZshgKG{nW{YS!Lwl+N^uY#wWANoY{yaAy;q31=F75DgG?WPffg%RRy=o?8EsE z-N7sucR3`f3QjxlVsx6YwYP#l$u6hw`SeD)MT4+7rX5)kZ<@+O7&sUT;wr(0Q z{J+)hyvuZr&$#Mw0>8Pg(HWj`Cs1i5U$69){7R%sE9V9%$o=P44A3HYkhdjN zI?6rZDZT+FxMWbp(Z|7Wcn)0P%psLlIRZL43A$N+SEWr{4_5LZ7~&OhpB5g@COXXx z7gQSI(F+5Zr<#i@ChVqW^CB4H zZDUByJ>Uy`1DxfO_f_0i99-r(u$(i;RjTF)_&g`akD8mtqAs4B^wAjqI_Z<|geB>1K0LgE p{YfWIb7#^=y&M7E+y`FgBpBoQq%WuW4N3Y*|H=M+^m)^te*h_GUNQgx delta 1269 zcmYL|e@v8h9LJx}-95*1eD9t+;P`nQ90LX8;4nzB1*1(I8_`2k%r;2_u3&MB85su8*!}3JFMHg1~baYtUG$q$XoUrCXzLwQ3VLx0LZmwB8SF^~d-1e7~O`@6YG^ znDb_$C6cn8PfMdC9Rk>$K5PsrUq+WHlER z?B(JoEPU!&=-DgP-?7M0pXOXOQ=NxNET-fmOj6UhR^3ZW{Ha<>SH_)PMBnq9t`z7F zxB?XBA6kqqbN#5J;v#6Gq#rSBOFBI@RQv3`1=)8cX|n=9jXP!_)(m+Q($E(y78D=wIJXDsk+oS$Ch`*FnxD~Lbh z%{Bt8a>gr8Nh(IrBN%u(wJ7b=`1ANYTIIjuyJ$#nO=zSIy)EWl|LLtH8hYtTBO9(B z)BmMzB~8+8KI^H%3EcI}(^Z~H?nkFVuhHqd-mfr!D#e(0rA#^3JN;+phVa$}ej@b& z2)Cv7&;Td<{ITo)&h^4KaQ6!sh^qD-pd0$M??9?2P=7cS3><2BKJY@Y>G07&@Mu&1 zgMpgnhQ>PGQ?f(WUn;GS(3c*&UPX2u?$s!R*Lr*K{?7MlRK|C}gIv_F;R&4tU*|>e z9OqoraN+IXb)ExnvUfnEyBq=)o(A3Q_(&rkSA%{Y1`Bx&tkf$8?^sz=Ro(2opaap4}t_DBkVQ`YyKs#3q8*QBj!+ZxU{?+KT@{{u<-gO5za{0o^SV;KMd diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj index 07fc4aec5257eaafc6a9797650ea6cd15a88e102..09d5ee69505c3b45462696ffe616dbe57e67badd 100644 GIT binary patch delta 1136 zcmX|AZERCz6n@X`-THC*z3#SKSJtiF#^}14bVNs@vJWL>&I(LM%|@7GF-RT8IA>6@ zXk1W3#+DP!(EZ>;C1rDTsm7R~XoP?R6I4t{#Ltn4$r4az!hY#Ti&)N=!BfJu1kIBR7%r}u2{^6wZW}av2H!6 zl(OkVK#gn}#EPcxM2-P1r=;1Ipi$Xji@2WhD&^qw4yBj}MM_1v75pmBLZO;nXeq|u+LelPMpvqaSKwI72ar|APEu+$ABRpor@&mpe_EAF z@Fl1<@Ho7Z+>YiO`D^4h@vN+Ktfg6b+7Yz<28DZB_sKzrQFa(+ZF~bZ?Ysbq4jx0> z5AY57)KO2Ja@`T5i{j)&`EjHX*T6vIMu=K?%7*5Z<$Kx0U(t4{bXNJ#Ku&KYe*-Gh zwPM|WL^eBPv|pZcZlQoII6H{N<9ZU2y{^8BT3lsl2;3*od6}6siZ3*bXSiN&xiYjO zUG5%QmUrEC!S6t}yixuvTJJ-pMg#{Hc}o`E4^dL?^2BLS9`#g~FPJqvrWI=_&oBX! z%ede0M>6ioQH$K;?Vt;?&wIIf93Pq(*FlutT~E)5s3fG*jFYqBsJRBPY5JQ|q~{CXifvSO$(-BqdXum|yJrOFlzG1YjJy=C80F;WUFP}+O=Ach delta 1119 zcmX|9Yiv_x82;YV)AjP6-n*8yE4#E?9bGq)VnlS&!EmC?%5Ar#f|0qX3#efdCS;OG zT#OFL3xvQ(OayfsV{Iz>M~R6L$bwN&lZ8uUE+mtn5*a`If$=%Sc#`iq-+A*q&-=XJ z`Q~S}JG0upO6n|BZMAWuM=4`cQ|h!KM{OxOF6V8_GM5acG~GIFF<-W)-Aa|{w!KOz zyS@dek-Z-^>&S!3$3V*$vc#UE9kR(DbM<aub;4{2m&{cnFn+yc3lQ zzGhXblAFP=;+Nr2%`S`-=N}zPCAdphs)qkY$6Edjsw5kv)Izdsfe64GjwYu8sddafaN^S zH(HQk&nRVNskepB$u93tONQ{H={X8?puJ`PzPD?v0Tivrrj=KhHrvOBh@>MHJx zZqup{qoHc909U_Gp$tAO>qEFBSLI@?i#8T(7nY~x&g!t<|4QHHV)L_;RP?u9aTIU0 zUtUW;$k(G;+!xnamgXe~G-Lw!uG|L(rENS*&&#p#^K?OaPG)IHP6N-1b;9It0Dd4R zfZOCAuv1o^GWiFAN^YLoPKzZsnWY;t0X!i0fsadDK1DIvk&n}u9Lp!ISJo)CRA$-( vaxL#AzxLNLq)wao1(05Ri)nFTEqz3*mnOGWiL? diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj index 6f5afd941d51c0432234e537b9d4eafe05a4b559..7a532939edc3121e125fe07d24912e1004aeaf90 100644 GIT binary patch delta 2460 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 M<|wXzSuh#=4>yvjB>(^b diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj index 1e628f184e2f384d0630a230331e6fc6a15509a9..64d2649f7f11f7b09f1c36b9aeb35796ef1c227b 100644 GIT binary patch delta 3700 zcmX|C32;711D`}IuiPUXFR-GBGj-Cy^6 zxw%Qdy-8mmlm}kPSeZ2Tf=dYFYfXqVej)Jp|DWd4=OhTB+4cS&A#9a6uz#9V2%%~E z)&MlSqjlaQp}8C}aWJ~BdNjt2iT9AbA2v%_>N7N#+Q?O~IC zDh4J6FK2Nad)aPy)fj)e_PbZL`LiaQz;o`@>u@5B(YQJHI=Uh3!uEP1w3lr+pvBtb zLK3mlP`qx2p=~#lgm8rd)v&wm!*KU}7A?g1D8Fku6l0D0-k;X+ATadIlyW|vfx7&9 znd>|sU*Us33H&VLr_L67-*63f<5_s=ePg&Fmr>znC6N`wIISiHMx;ER4AY<}Hrb6= z(U(3rthfw^Ivfb(-UTaqP1uxZEJJsCZCLRe8(A3|R#J`0>eoO@`#lWS82vg%gNiW; zeQXpf%M(6im~qj0T%Sz1hFdpsq49$HOG>G9s}FE+ zi978I2R0g2N~Q+dhoJ@iWSoi4rWlC^ly}2SH4EQ4#9!B!NEc(97x`?NjBJeg3AeOd z#`qxZ<`%|XE)!XEnY|ctxg^#Mb0ZhKLb{j=k15c-zDh==13S^&?1NQ*G6L#1cl)3{ z712`7NxXAwr1=vOFWBH$clZuf(Y@Qj^_7vGMwb2zHry zM7h%P3ctc?>d#B#6*$(KA8>*#GJ$6_+`PcrR_W!5)|=n>R8v~AyFX{$DU-So@U3a8 zC(;JV)#^mr3;iBrqGM(9eF*lIV?hl)LAu;%(hM)PPsXz%%qs5DjI?1lOVnmc?!OTX z`So7XHJ$xW^MHCwFDt^lg#3DGM01*(d9}-=cMy)ip8Af+9Y9eY{eJ0slcRr7$>}NX zdR5{ zBPTu0)11F8qV+R>@~A86E94H<8XP#$k5LM$z&6;Z7VBUqA82sUDge01iPI>`!R|)W zLtrn4Ny{d-txG!KJb zw~#UXDH)$MUbv<7Pk`Gbvq8O*IYI(5GrRo!{#FTAGoGFp$NQuxQwt6U6yiHshq12OSL@bpp(Do&t_ zxF?d?j?bfyohXcjEVGz`xvbRU3HNyl*0=p(L~oZu&&no(Ae zj>4Wnet3q+1do~20^}^JMp->58w6+5Nmz2|5EAE76YP0pY3)MfQzd#TpwXzhklYwp z5pBbU71Jh^QbIofv?uMtsCv-~B<@Y~;8{v(u#}Mx>C5Q?5c<$mr0Gk;k-i@#!lyr7 zLSqAHBv`4SR&Z8HS5R~nZ9p>v=~0(x7lWt|>KaVNsH>VzVK0VI2fC@D!6>4ZR$(YZ zDHQ>A^lu~^Mx)>}oEqUXf}R3HBk2*Gj-qO$uO}Ti4YU_UjHWGUW(?iMX(JgJ>sT6z z(|hP=M2!=+#W6yqWhdz`0kEBBtBUM`f<15$)PyP}y$QQUjhLE^J_ccSS_?o2+=GrLuqYG6(vcLo^o_AyF%b&Owl*nJcE|BOr6Oe}!6zuXCwV7F?|@ukLq z)`Xre{ydwA3rxmC_$GpD)q$L${&8U6xZ!*TXbae(0yh!7?oqM1RJsa4#=FkFd{E7| z9tamfFF=i-UF>>{tel z?^EaV{vaJ{WPYh!rv8|pBAeCb{0!Mk9nSBO)`7lbS4u}6@S4F;pd8Ew=Hv4rLhq^H z@@M!Dzz};_x|o75*yA!-5TVc2BL&$qL2WBYmuppbL4D#$%+@_ib3OrH0;%v6p|4f2 zFe9}coF}dcr#Q-I-*X%MQ4pbRs;Mwl)~Th1DRP_ISePLnR)-3E$o1-SVS3^$AlhoA za|tL2M~UFuD!wRP`$bp1i^j^0YE@BC9#gxDvb1Z_>U7cHWl$|GZt#o;xE$)px`|A3 zLe4pLuK27blhw;5O|qlY)$?JgUG;RX=yhF#REx^`n&F6#Y(b7VgZZAsg}5VS&2mj= zcKK&^`KZzcRIz*YfL@UVEw-3&f_ve(V!(#bM_5of+m@*?NL$Cj_VSr*m}^UUoR_X+ zaJi$iUq!tpUs9{9Y6`A$ZQp9y%xfk1?un~7T*g%`jJpel?QA@!eyqxq^Htiw47pMb z8d#Q43qW~YOZpAc)^Vu4{BBa`69eOIXmL|@O^+~ilUBpfpW-$C7*|dh`T;HXf1Lbz zNG33|hKvGc+mJfBwDXN2pV>lAyhk!xGr0+^qqaPpDkhRj>uBUm2kXi-si~{OD}&+F z3$lp6QgVFGN=#i|ki&N4r3UYJlhn`=A$e5I8u5v&Rh1)an7_wIh9dm^Ll%UKnF#(m zNB(4nqhFMjlMuZPUzrWKa=O*qqe@dRGT>@y@S5_kA1?XAoiebqQpMHxmEEeYel0rr zxPGs+)T0f_5wv1i!)WbjY8ft|?Q1BLKJ{fo7s}c?x&(n|Mh}<1PXCw*67lmIC;B!q zy9<&JLLA0->=3T1*E=sXjumbUo|OIjATmG&-~KBslw?2_q=Tjw;3sS8>bE}pYU z$-gG5<@@cOJKoacJNKQL_MObKV!PxRS!p$~m}Bi{@v!wPi$zw$TM!=WMHX$=cPuto zRc}KavYuv9XlLWWM~$ z`uUX1l*_EN(=x~Lw{C2M+I}X%nsQotEOuJou-InBz7Mh7Dra%t JYI+Dhd5nBoiKUf=^E|dYMZn# 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 delta 738 zcmWmCUr1AN6bJC%*`2n#w(D{;HCr}pOwc*g2~rdE!5XICD2oy*hz5<8S~?`k5c-Eu z7=7(Y#n2TN3dQwbO*aWeBqIn51g#zldQd8;heV^Zm(TD1?)jc`&%<48mloQk`@1Rf z!tqWvhLVLa9WV$%SeGkk0zP9V*>T+H-ZqmYL{g6s!k`~urEaau*g(_)$&{1-j9X+y zl7uiSZR}R%D#uOA0w>Kv`l#n}SlT46TXDoxkZMgd3{XhNL%SJc5D!c(SqA>TykWe} zBmAa=9GCwYpYWyHWQN1sWDW9ESx+>S=o{jK&4q~BOD-&#i=0j#DwOra`bvn4Iwit+ zN$KZjz4B=b_bBryRQ%M1D~gkf(Wh)D8^)AM(qlu}k@17`=DuVUx*eFOLx<6tfs%G&xmK# z(F|;vEwrk2WL}rZ0fRk{%U=5o``2De$Kc=fhJL}8&F{7HY*|MosB)a3dTqcln49G} z-*_?LX$W5MTn;ofHhTiiO~pl?v*BRq9IC2@wai0%Wv#ky`V1AqJfe~hr&vFR*$_6_ zo2VI8sRzC60@m14l#Qvp>OIzi74{L_<0^ee8(WCC<8z#RIHA&4d}D1Wd8yKK++tVp zf%U@qO65N#%>KkIyNtA`N`nZn6Bv!Q(g@s>t<;XklPc}OAJ&J;saDFx)Kns4j;Xqh zPMnU_(lrdn@<_%~EQgL_Gv-RVQ7c3#D(bB8#Vr&?P25H02(vlpWtTC_da)LFCD~32 Su@jf3tjM3X@PcL2>Hh(TJm@$8 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj index 5170f91aa11597caccfa1ed06fee44ba3662f5b4..d5510beed09c7c889b59bce48ec17b7e6902aa09 100644 GIT binary patch delta 534 zcmYk3O=uHQ6ov17^Im2e(QU7=DR!0gMX`@h-tK>({hfyRWwTMtaD;je0M|OY;g3JD3K>AIj@-S%Ax0mpe+?W z`5$y(2s?bVa9Ip4#ea(!M?f*%5%$@e>R99;%aEO>_#0HzA%2dts>tVXO;z{~o~lw} zRzAcdCA)#oQ)(MuRHd+B&9d8_l%U^+%L7AJ%2|7f3sPfJgY&JbvuNa^L!lN{k*v(KPioBCW&H@;9Z;! i@@7W7ANUmXV=joZhovCTb-Wa=q9ggQG*J#?e)2DIIcx0z delta 550 zcmYk2Pe@cz6vofF@4k7@aZD>q%^BxSEru9}J7p_zp&}FnJtC@A5#m5Y(~M@3Vw6D< zK?~)$oKQg_moY6IT17<&E?PxFLXxxzg1|+D3%@%dbm08Hcfa%JzV{Y}Dnl~?x4uky z{NN7}#l9+{gLwEql<(zWEA9P+?Zg1}sjb_J@(e_4w@|uG%6G5YK3_k#!jZCVVSl6E z=}y&mxO4wjEy8p)szsb5Zx!_sJFDEX1mCLyPK~3}P$C~ya$Yk(!J*+k@E#fM*#k8O z@|}-nuE5}I^IwST02I^q>V0Pb9g7@b4B2UFu1QWE;T1Wny7{zBs2oqripsW(;UezM z+6{bx+CIt;mCHP~rt#{ND74yQ<i_@% diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj index 5604ce0673e29e7b747a685a1835bb54e8cc5a1f..6c44247b192b8abf11104bcbcdd09604f7c25024 100644 GIT binary patch delta 389 zcmYj{J4?f06o$W(OY@alX&Tdl2wEJXXbtL8P(jdDqN7+SwoNtk-b57fHaJVmL2$Hm zauFqqf{P&f2Sg|??mFnEi})pzXL#Oo-t*if?~=_SSZpOahh0KQ&ptyx$MA1BjUC)e ze3At(NWETg(k!zCL9{9k;i>59JQdbh$wR>KgFgDExZz!bDElGJ_@-1~AqqUuXSM_m z2*CwNDHGoFH0*T}>j(+g@dO582`?cHJ8p>k`+2dSPv?Au14S$uT>33 gu*>+45Yu2DM;U9l64S&;h>)D`He(TZz;-PD2VS*V?f?J) delta 398 zcmdm^yF+(^0;9u3#l`hs85kINW&#OyAVvmE0YDzpHE}~A#mvIa2cnqR&6pS%SXfvy z^GX<)IaopJnK@WOfr8A8Y@T3>;}KXTYa)op!m10V*u%jp*_(hAD+@Ct#|I#Tt&V|V zvNNNFuro+VBpQ3+{Y--m^pbJV+>=_W^Sf`%=-En`MIh3d70VzMX3e( z#rmnm1;$4DNu`-NDGa$usVOBn#qnuHsi_RbnN_LrC7Wf~9x!f}<49uMT*s-#!B{YP zsh~e&&E&6w#~G(g-YewKxMni1us`FA$+1B4%jC5{vSRXI;c~_|lS@VX88s#!1(Fey zMMbq4yC*w}Dl_IzP8C&WoIAN!RGsxI2Lpq^WJMw2$!A0b7*!_U1&TcdinV~nWW)p* hZ6@oAsWawG4h51tlWWD)B@Xa2Ff=fNyaxd=CIBYCRy_a! diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj index b6af2cf8ef56d84575e3bc48ec8b985cfe2a2487..6c180e5816b0abc9ca573d058bd0cfd53cd58b54 100644 GIT binary patch delta 266 zcmZn>>=2xwz{oLCQNBKlfq{YN4kH7DHjn`VOf2kRiizD9NHeprX6BVJFmbS|G6Cf{ zSS|pSGBL8rgH$qd>;&8z|Cz3l$VT28+p# jY{HXyI0P7SJIOWK`u7=4R%T<`WPH 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 delta 8290 zcmY+I3wVsz*2mv9nM5WxGjf+mGLj&K7$!|ZMB%KOobQ|G+4Fn%-fQo@*4}Ha{mz`& z)9L7*PSpw2RA-&CI_ZH_O$&N9RMT#D(X@lwe?JEQHg_{M&0uWvw%Wfs+27O;6@O!@ zYFwS%`_KSQ^LZmk)BLlddt;2xYCE1EjM|N7gVDDu=JGiuO{1dg^rki+s+1?==`&UE zWItN2)<3z7rfy#oN3kk?%>o*$wy)_{&@>Q(zYMXEC=s}{o2CW)NIhp6G|f03Uu`F# z#c24|zZw;@F8rHU*n9;`8Ga8gZ3h9ZtwZ^(osK!@tj!Huf;qMDl%ASK;Z0^pX+9U# zskJ@Gp}tw$o}!fhy7-XA>C$}{hM>DjrLXG|;z-l9ke;DtA5H6GKBXM%y3*5X*ShHN zfW9)}?LZk(YSTvqq^b|sb;pc9uA5-^BS#gk4~-7Q2AMP3VRNL zE7#{!gF3sO>7**%kV@Cp<_!a>NnPB~G4v#~we%*R7GD^$!Vf3Yq>LLgsH@7}I0%x? zjq4JdxaF^0nMOaT=eKl?j7z~{b{{kLB5^)N_4VC?r>H>n`IaeIBxh^i5Nj_q6o%#D zM2+zm)%vXmqnGE(&N+85PI zJ(T!I)y(aK$f^!+?_@cHF@`$bUyKwV7VlCwwx`iW6{@ZZHRWti{Rj;aKI-)MAP9ag)iVkB!0z?CItn%NH8}Tqkc6i9A z0|rJOj7u;DWBXxK>5gIacXen-7CoSD?8u~{Dt6~ZI;8IGjH5ag_|)j&E|Lwx$H&N- zO;WR-%B2J9&{LCQ%o68TSCA(Rs)(-Eo$X{n&77#>c`4$8IfXJ*J;&hrGmfP~^)rvB znX2&VT6++VCqCMVKdC&Ey7nJk4%CPxah+JRttBQtb5$ z&+`RD1?s`w`zTYj?#`iiRL?!r>6+THCy7$k$vr*DU$yL+L+#Yqy(#dem3#B4yE?mf zC@pq})O0ZrtBid;qB7x<-S_ylv0?>r;1~%st?LN2a^Dk?|C6g}sSUbb&x^nt3DRd# zq5H>2z1;&k4=24dup>HWKzprQs&eixf*P0iSJ8)R`hlgCuRcAnmcCJCFODT&b?n7- zc+~9|o%pV-?Mpq>q1rfX&-=AGcy4oWAstqa9ZaLu>g9t4^p(1I@In7+X$aSnq+Hc- zFi}+=dLD@?@TEa?OO1ZX9U(_Tjs*P}9z{eiK(W`W=$HRSrRvVhBj}#WI{Xwl-3^B~ z5|yZuS3A%^_p(<@iI%Cqzm`eY+~y;-hKNs)Cg@yTH?cnpIm9MqnfmB2iy}HABhtk< zJqIP@zOkaDY*!Q9$r!xST}||f3OSZf+uak6B}(P7<0-UB9XOsqJ>6%ITPR+id}>@@ znViPiH_25{7S~Tal*Ze0)c<(aL$$|G^i9wud&KqDB`0_#)8f)a(%{k{diBJ^)YYAP z5?)ZLK6|}4T~U@dmeO9e@r^P#^6fXA@sjaqO$R;YQITE3f!1~iD+&O|*(%lMH&f_{ z``DZ934!16R#ysBzr2;AhYf9y^~x1N&VFi%w{iKOjrL0Q`l*H9#?t$ZW6{{}?YR;9 zGI8F<&%-qBGK#&@UH^6wc?SfT_tHy6|V$ zwU|Et=?Xrb1D_vp`u?bQWBUH5YxC*nB97$2z=W9SiSWc~L{}9`ubwLV-Nn6H;pXHQ z6EqwLARpu#jdoRHfK4COCMH})wL_ozS@%&i)l{ck}EBTBz*j4#4fMoy#VRzBl`$^&Dt$<@QQ+ zcm7~8!dN~3VGa(k>BG}>#l7dR#|-evaTnl|YU_n0oRRxNA;k_tq|vd+a7hpH!Er)& z`$*^>=1yp+BHW{|G(Le`*8Oiu^n!cL-?kFGzWL+9l&m^m8U+0-F0G`C?pv3>CJI-V zE?F*FEWI8RpY1%-4FaLbVxBcvMa8Gsl_9Tq{;@g?9aM-_+VD!9yt&|M&&3DU@#b&l9qhkxcuesf= z2MFUPe!m3W4d3UXsomXKBKz1q*|T@=iPYEks>yr__d9)UNxSdmC2HdjiP*MRe)xzU zQIGwYmaGdLvGfp|X{_zK$k$m?WlJuM(zMr6>?P{rkD26f`~TF5sNS9Sb9bUL_d~zb z5e2BWzrBdWbNshd>hHes+gM4E8GoRn%KsQm=hU%3wou{DfwY>`v9t6BMf4ZH`6R?w zG&)nPX{S(9>>f7IX(Ht*F;XuBUF9u)5bnrE6EF+=j}mQzq13Vx|?;m%le-;r^bNEEE7w?8e92Q4a`x)lP&waiP?Upk-kgC6S$%gkhBu zo*z!T(b+bF7@eNlNE(j4vx8@#dETQ}v@BZ+CJ- zJPpRQ5ebw`UwN_QAM!p&)q&oioPeR{txzSy(`uzHl%V$( z1*VHn5PI=SLE{1+n2#5BxlkVE-HCLU8dxP!npcY+fxYiLoRg7IGU+Q0Or{U1BVSIY zH1F!)2XyoLoOkuR0V(?YMK-4=sgw9ZhUaEydWj6b_FNYCfl^f}Qt{8kQa!mRoIsT8x;_NP1jN^&uxouBv8 z9&101H);y?(_dBoy!ylZ^m_;I9d-D*M&b8+$J;7B4Y}kidS1@cXG|YJcjEOK&-?zr z8PEH6_MWf(3g-@_4j588kRF3aUmJ*Hyu!bG8)FC2Xu9C397N*`ROoqk2>B4)=iE^G zJodeASUleNpKENQIOMK-XA!?vuFt1`kdetpnQgY~}tCEPF^8V~f` z9WJJS#XpaL-|J(p82a7!`%2DwkPaDsP2(>gM66pmbRlpc9WQ9wxWYVX7_2{^cf9x(qc+_%BAw6mMy$4s0(Noc`F;qe`_=hnx z5}iZFA~^oZ*T(Ae1{CRiGm7-SqebX*aQ--ory)FR9Cd3e8Nv9fNncYN=H?gBsQ*SZ zZuT}7JNeUbv<`#Z+REWMh2JU!P0vWG7b@!}V*q zu9%+0O^`m3Mw#UW!vYDE(?R~M=__Go?<3D-gBw9%G_@hY_N0<4|B$^1thD_Gg+%Q>Jy8Af5zXX~sT6P3r}X@Hh;Ek0Pj^X!E6l!vM^1&twOl!s_Th9a zWt7ua5}0v~cTh2MTxl6CAQv~5(K0ALY#L>HMcV#X#5IkU&=2fCooZ<Fq0gt& zk$p?JOSx|MoN|2^+Ro5xg)^`V7uYjH--VkqXd{$xJWOs3NS;Z3fT=TaY1i_FnRFFN z>fkKu)V3BbZT!tAY9-=R>l4YJ&C-Vl&qiLj!rcUwTp+0BnX{4VqWR<5xHu%pjDvmt zZ(tgS`23lw;6ZaRWFYsSL)~RB=Fnw57a2b@c=OkIJ-eamjpYgUfjsRI-MiL5Li-HA z^ySnF>X5E4bIKe4#S;C-w+;Ft#gZJ2?-+u`g9>yjP8)P93atEi1y*(O;R*ys5}&WY z9aX}Cl{m}(oLNa@p;1*OPUjKsIhTgeSYA3;7dbvx7r8N)dP5{~9>Ob+U!I4|Uc$f3 z)BC#2#|hN(;`#J48m$h!aioJLqw!@20{IUc_gp|R=p3#8^mIo}vLP@*?zmwah&Uua-;uC3HJiDUY^OroI3Zo}?h)=cRZR^RGQ~ye)^-WiO zP>d+PD1InyJWW^qtFmYp&ki+>qJw-g)U=e2vMmg?ci1U7&y9jF*&1%zWB4_JPluaE zl0RD_AR6Y`7-7Osf&^}jgit2uMFFGPC78v{f-1H}1N+%2IKqvBH`&@Ac%L1D>s&9m z!WuTqh`IiUn41p%= z#ZEyLHzs0dp5}ri)ZXW31V8fENocflSu$!PxK04eIsx;!P;i)Q1ShyvaE9|b11;q0po$9xN4Q3CiCYEN zIWHBkvrCZ6&4LkZ>kgE&Q!t+!1smAf1887}poQxNciEB#1aX-lpX&rgOg&-rR9@Z_ zwF>?~u#BT^Xk5cC8*0_uEZD`iUI08!0FM(~VQX(7fgOTWt`}so#SV<-GQpc%CwQMJ z9k|4Wf*-j?VCGgqIp;k99A=l`3^xnzvMmG9*eU4Aje=~pW&-)_5EOB}U=3TcfTLU{ zIL~#0Or}1-ATAV4<{H5)ZWZk3yuQF4b_vYfEQn=WHn4)7g2UV>xXadl0M-*M<9fkC zw&aNSrSY^JcwZ*hp-PLG`U5afFoJ6YE4Wp#m-BLg26hSHDS~Xa(8I zE9?LazxLwO1N0><1JOE&%LJ>qPGDpj1jKTopqOg}2s%Ln=M4t3*(Es0&4TaPHU!9I zr(hK~3J~N&fiCP2tl)Y<5?k_t^IRqf<2u1)rUKwiE)95WT=pOuja(-%GmQiebD`i0*9ewzt6&G` zjRKO`CCKMy0i1F)aD|-$tRPs%)L7Iq47W&-4`@xXWN5M*+_U=>>?07tk?fNUbz!Bh;a;X;8w z*9b;)t6&l5O$2tZOMpBnK%OiCve_wE#*G53Hwma>hu}@F7a%WB2D)&Wpq%RjSnna= z3>OOSa*ZH~TLnd&R|+7=1voOnXtqrOX0cO%dqD6$Tc-lo*&$fP^;2TK9OkbDS2*ht;1X{X82PH8f>SDh(Y#zR+4Dh#DU#$4twi+_+vb|~K(ui# zY9rV>4=87c;4s(ELthh@%||VX>jYmiIV3)I^B4!>BY|sBh5D_6U7WW7ILa;Bje_fJeG+J4hu{R)3yRpX2KbK41XWxo z(3sW&tGG~bhHC_P4H3Y;bpY%WAf5%tAM1fIb_yD}QGgV@0qDsN!6L2~l(S_cfP5u5 z$aR8QOq+lrE)8R@lxCsv{M4j-yQu;TxpEvSuVhXBqf7{QjU wrfw9>{kEDC@h@W8R#Rs(@kT)&*9j2Tf-I(OKq{vQZ~+K{c)0*hw9ORxztz`Z8vp)ISF?n=Ciw z3E^zu&m3Vo#Md0Md@qFUt-0=?yi3^ExwRE6aZPfq6!0`?)%$1zy3|2(bQsHFR(60> zQXh5m1*x182lEv&acTYvTFqPXKcz0Nady*Pe8@RZ6FlTvO7r}Y>lsqB>)kq{D7P0x zi_?fswK{h>A_&~`_^B!4*9wN6i?K`ki3;oCN$aaF^P0j|O7ruDqvg5M`~R0Tk<*l$ zof5%x_MRd=Q3c;$tfJx3;xzTM)uU1mSAuC??%95Ozoy=zaeXAv6Da4)4RPZv?IAK^ibE% z-o8**-_E*7XmcvLV_RtR?qq69Hb3^GB|EozZ=8lXc{ENJ`4l+EmKWo6jW>cpJ_*M7 zPw-*B^QAZ)=Of@(d>OpL4I^=C;-^NYX@u7ui_;7r0}u0W;1oB%9H$GM0S9>&{GP+3 zaT?&q!L|GaSjzt6ae9__fgkW0@G84bX!@Ne_K=gm#d8xc9*a|o_klxvcC4D-(-W?*OhQOM$U+z&@Rtj|Z@^tsCS5|Noa+3V zpC`=mQ=0Gaz0JtX}N|P@saFT&RT^?+)geN31Pm9n{sF7huma08T0hEN+ru6 zgd+GYp|m9kLCVkQF>CZ4PMC{wyLk>tIm#m#6-oC}>X?a2HaD4+A?}hDO;=XNv20$V z1zfQN=raDa3{n=3SgR-z=dH6PdHkliK>FDDpR>iIY-Bs-eT(kgBI(XHE*q4?Hue-! zE2eGFXt%j+xnFU!M=hxyHn#+A#oY2RsS7B#t8^TD?9KkYJgB8Ws$@xNjK!>ee?_7Y zj$(XaFQjw0WB2=av#_l$-ks-vO4uH8=_}aaTtI;m^cL&Y$7nZqX@g{MNyy;T>8H@8 z^idlYl?{ zFA{4_mWaync#6gi11ZO83>L3O?Z{?Eu*2KEbxc>^PJwSY2di(>S6sEG*qGDKajAMu zu_?E$t5eVpO5Vg1QgdDeE8Z5?tn~$0^Po>?yuLXIW87<4XpnI=VNBI9Vj5LJ8Hny2rz`hzrc$VSgh`x3QO*jdz(9_=nkx zU2lddigD&V{$Sq3)@YbFbs{=PC(-m)n0GM2d=-B&XHk7BOh00j`2v1rev8u6VLFBg z^C4Vg`mp{?n1<2MJdaPAt4N;E^*bhxkPX-Qz6|-3VcL&pnS;1GnM?2C@5yzv3~efy vkXkFmW-LYBXq|G^qY)4_z<*Mz9Y$b|b}DakV0 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj index 28b4c745ca352083e7779e00849b6538cad2ef2c..c65ed3bc9e6692ea56f866b2b9c53afcb7bb8c5b 100644 GIT binary patch delta 985 zcmYL{TWl0{6vqE&w$r`LZuioqyWLCeg|(8VtXdJ-T0+t)MWI8qn3U9@*xCzi+1N!B zENYAz60!;SwMhx6L~0@rK9I3)rQJdzQXgpSLt`Y7ga>am;)9U{C8mDUKKSte<)3f9 zbIx~WW_(qfT-8oiOaH~1S+{Y*rIfe3M5!7VesRAXdd8`gqm`n*t+Gk+p2Y!AbxNmF zTH>^*xJpJyOWP6I;NIvghP19`rZMlNj>H zr5VTln`0q^JMGs>@6xov2KQ`aoT?5i`OnKk$OUrJg_S^){Dx$3yX;4IFd2ED&1F&x zA7w?FMGZW)x`C6ycFEyJ@F~e#8$%xn?N`e)p*8yp>vrvws-rUyZl$v`{AlnGH+%JK zwHfx%PVK1ATW7+{!iU+4jgrSi#YAwe{!dvOC(qjD&5=w+j!VlO31yhq&GWZIsnq>A z5qVWxal#SZydLx8^}1y`mU!%#?a{65|5kKUFlP6-Am0CnUy2TjypB|C55tefPLsa) z(+tuT@8aEx@032=i*KirN&Lh6mSkNp!S5@&#INxia)(q71Ics#K3jdmXK<=?K9WGR z>h1DD`-R7}3VWbqC9Kr8ZhThNCBv5UzKKnkY5%q+-G6wvH$5_NDE&%r_V8%BcQo7d zaQfiTz{sKW!6O4hJ=S}>_8OQgxU5^9-UBj)+m=1jSQcjsP{Z}9J&si{0ViXGC14~lk++rw4|nADX!=QgI?%5dzsF1p_yMhNOmsO*dh4mg$C0 z6LpvvF>12qVWwmxBJ4{)V4`<02J65ChbEc~LrgHn1SQJ83DHDEGoQPC@WcDdo98~~ zoael4VOcx2tc}%4&u8@)efm3Ir2_lPl-ljVZ@%Zld5==AO%&bjHLZ&Ge(d+xCF`k_ zmw9X|-m*NYiMQ2pU0zYHlCJMD<$qX~@U1@?{MScCKkZgZ^zX3jPskfc=o?ywS>w`8 z4k^6LDUWV5hgaVwO8NA&cuU_TU!tV{Ds7kw)XPs;2pp9TSiw$7<5+Mq zc$c-_necti3O|J>D{3kh{8Tz*RVv}RiUT2&BWpVS{q8!ZiT{Ed6?^3)JQ~_4TQCqZ zWj&6D*2V)mcX~!E|BI#v9B|J^7^gOa#n5SK!EoiU?7>oHtK34u*eqG>GZNLGGJzDd z$m^^~v8aWoVcCx{BO`g-Fm_1MUK9RUXundG4zJj|R_)rjYNWF=(m`i7@`Q1lZzcz| zhBSL<<6D}F_GIL`@Z(@~jTA8voiJAF@5;(J+2fRNtWHPsTw4B=aGH62Joj8mCF}5h z^(&g&3s-FIYRprsb=T=w}ZET&kO-NKx6u#%ZckjEt8FA*lXETaMLkNSl47(dFo>jD zDJRSz2x=LUFovsv0T<$;pIwWHAly~7iB=YV=h@<(@8^8?<8LUXJWnSx^UAgQ4YscJF1i3Rms7Bh5OEzn4CQ zeHY&7d6-)MO9AW80kr3m9Y>>6L(UtB6PV66hIcAnxGSOqkI)yw7s78Mq!+{2!f}+| zOu6|ZJfZ_Ji}fQcD#e>{mHmoa=6HeP zb?hAb4W2nc#ScKw_Hv8*yQgr$Zy}d8S+cLB!zKPjy;sjmx{JEEq)D0g(v_#u6e4Cq zL?5NU2|gm=mpWDeU$D#w$qdUVW2o#3!jw0{LmYbE2cz?8GjT>e-Z3>^GlgI}nYn&) z;#M+!t@+Qi-DW$e8mjWo+&0zuZN5QctiuMa@}=-LwfP(G~#uao7VczF)%u#-Txxs63MgPtyHI!z5#5tPhzj0w7yX<3X delta 585 zcmXX>J7^S96n%GQ-kX=rhB%)!ALD0n!%Ct~P*JxC3b71Xuu(zqmqjOu$!ZLOC=mov zvB+|RSVSzWM3I#(7D16v&UFz8{GOt2tBV5rwE;8fHxG+UlrrxBlKAKQ1k>!`eyh41G13KE{|TYFE@tHau)meQSkF^_ds7TY!}gfK%gI>vI{6vU_^&_wA6>7qt-~BL*9nu+|2n(GM!E) z7c147*`zXC-MuS0J(o_6^Ha00q5an`j|G{=hfKlHHvYBlE$!hKL77ImEiBU_9}6$j zOJ0Hg#`&mBzxhHmNLTnlw3Rw|IV#dH{{YT$5Erpq0$$@&z=M1nSm)=!HC_c)nQ~o! E0mp!3!~g&Q diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj index 4957b968969104e27fb170c7ec1c0f85042a79e8..7dbd62922f1ceef69aadd7831f7052defdfddef8 100644 GIT binary patch delta 326 zcmZ4Ev%zPA0wc#n#RH7DCq61>G?*O5sKCU>GP!~=Us8dEfq|_}=oJG41M^Q1dpnrT zc4QKh8XpfUP{5fHBH}#RgsG14`sB?_7K|?@zhNq4+%Y+sS&^}Jax1eYqt)c~%u2LnZXSTY$qCU0Z02C_e~sEe%!n$H-+V+^!QgOPzj4Tu@U{%+Q1mEoS8 zCm_z1lbM&TpH!NelQP*$KxK2601wmTIf@*c7YH5UW4tmsRq;LJgUO*v<%|N8&no#d zUYIPaT+Vo6@>FGipr4)s$(G5cD*lXTCbz0+Gs;ZfsG`i+Gx@5DI^&+ne^u03zX&og za7>=4C_LFlRRE~lS5=+$4^V6ZSgZ#qc4zWjRdt}Aqd-z-@>`&MjywaytjUGS!T=22 BV1NJs delta 354 zcmdnsv&LtF0wc>r#RH80CO#@=)S4W|sKE4wd2$6~zN8cj0|Q%|&?^Q82IkKo_I5Cv zZQmp&H9j_0pnx+YM8tNo2~!>8#mSqQEEpe6e#2D8xM^}Svm#^pKO;XkRX;B?TfZo^Air2YwYb38NI$7GGbd$pzW^`OJ9{oeFKV30EPU8Z}O-(Ka4w5o)QFnn`Jzq?lGM z1^d(rLcBzO6a+hPBb%$Q6E~PEmFaUwDgj;(rEi&MgJq{hW(w*+W-3Z zUW_icTv=6|h9slYETrB3>=Q(Gnn@qG`osDCKU_)NE? zh%5Rc@xm8eU(-xatwQ86&-FZZD^+zHJ;B*>8$-dVGxjjoZG2s!RE1%CsW3*waeI%K zsxrRdu4eQy?l*LVL-Rz#@=&dep)Iu3w}sad<<8=pP%`M_G0K>r5ks4BEA)Z9ipAli z=vWh8lFCsV@QHU8y>thvvLeDy><;YkCpGh(&WwAD&vz5`m~ZsTIgA)LU4K=guX>8y zz@_SgiB)vcuDLud^l&pxpI}WYmcr*XyIE8?5;NZoP}1&xD!JlFG*+YAY=BDqjeKOL znCOnokskC%8e{>kMw(bAC0aTI@QJcLRb z$s9{gV`eb*rWCL)^<}J|SC$@0)>3+b6&5*7ul;|Dr~QVmbc$zgO*@&#)25U$lC~s| zlzE-;Uri?-sB5Cv%DOvJIFy^@+;L_m&v(V>eRz#v(Ge!HgVyFP)cs07<$h4F0UoZnZub-BG||_%2;I(OUJPk+Ap2h98QQAJ>kye zr!~en2;qb7}p${50kZx@&NO-pVVz< zlD6n@?_h?LHhq;dshElJ$Z@G6Y{oJ@0ZIm(|4A;}5{=X779T*>-9xw8B5@3xPstRf z%m&$rD`uAfdUTEPJe?A7=qr2#$A`X5FFK-6i-pl>HdeOB%{pQso-Hw|%9Y(?eHkqY zlTvXzX*2mP`r;kZYfZ*SMK&Rp_#pijA4d*I@K0LoZ#yI8#HyiGatbpE+qs-rPiHW> zOM0;{`F?DcSC+$)NKtx$6PCF$%KAIWZnrU%PO|5rwC(&VoslvY(goRrWacXCcQbZ9 zP~XL@o%J`R_p|0T_8nWY-K-C1pJ4q&_A%@_P;7GnWQfhrNzi(_{u;2RaMNO>wodLhq-1BOme2Syz3$hJ2$#ZC#F32** zNfTGeQDlB7NEkz8C#K1}(94&oyjCvAk61fXV8R%A4i)khL@(I-BH4&<$U|^nv|TTg z@8Jvb2L2%1v1RscIgjbtf~-KFvo*WP8#q0;K}z^(u7Rij%r&`JUQ((Jxt<8xD`BSY ls5FTWW8@${B1cgnP28_ExvRUCx`N@^2%6`^l19gT{9j!V6R!XO diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj index fbe6b890ae09a6245aa21652c4d5901f91dc45aa..ff3b105891765aa572f8376e84403246b1cdaa10 100644 GIT binary patch delta 239 zcmdlYxI=J)0;9!5MfrLTMg|5RX$A&{jX(?nOf2ktAc~3oGLT|sVa?1dVPN85111SbZK}JVjdP|#w(L~*~=LhOm1ZlW^|Z* zlUa53^85k@kGqMOzw&4(9Vqlr<$Dzi0fQ5lU7%bSsA;7u@=;R&{4*<;C BDqjEq delta 223 zcmdlXxJ7V+0;9=9MfrLrMg|5Ra|Q+mX&?pxCKh%+5XHoP7DzF(ux93!Ffehjg5@|^ z-hkv7*&cu?j@2NFiS-AFVqx6}rr4W66bJhh5XH!`6HGB32T}}-f{dzs!raV!(tHBq zKv@-riTn2o7Nr*C7we}M7Z@AqCzWRAq)aYkoW5C$=^5i@J{Bfs#tV}L*~=N{Ozvb4 qX0)1omtC20;$%h+b;g5}H96Fo{xDAt;!tDUGr1Bdv|{o?4sif6;VJ_F diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj index 25d9107885491790ae87b85429b7b6a2bef1a5cf..1c0d3c35d289f0b6124e4896b9b519d10e047a61 100644 GIT binary patch delta 526 zcmWm8Ur1A77zXg~J=@uzbN1(qEov0ySTw2hsJT>1GH5iUSdgQFyii)SHaBaYre_2} zU4#%s4?)nPE;78xVH^Y_u+>cw89@a>w*^5g=t4BC=-tileIC9SzPGwc4_4`B3(Y=> z%sZs2j1P{6Bs=laS)f*Qx)Nlf?21tl_g!IH##7e_=gsbBj=OuLfCB}0bnufy2=eW7 z3LyzwNfJWYX{+<_e^zvNuZ??=-;@qtGYh5Mq|=w=qAANVm#*MRF2@uDU)(?GIo>D- z=`1{I3sumj4$wLZ>H+$Qn!1g4 YLK5Cej201RuVc6plS3DT07fdo|9;n_q5uE@ delta 504 zcmXxhO-NKx7zW_`-qAbvZ~oAj#-fxdZxrKCG3f-66Go#T*U*InZiZSU#iZ0Udd;1* zXjQxg2}TAHnI+k+Mc_hQShT31P0=QZ7A-8Iz=k6F2I?%H@BPj>@WDBA8<^d|-tzQ#A&y82P$YOn~6?fMZ6v8+4j<4rw*1wPdalD8PuoHjbtueB^1$=-pWq9B|Q zRV8p%RTOh~U`0ygt=VdH2BhzkGqWvR&5BvB(jLx96EzoVrP*6IBu&40hVP9pxWN}@ z7TvV1MwFPcy6}!g>kuAs(b^7^FReV*xXYfxDDT*VnB^}!gI7$4l64m~8Jp7{NU6V6 zBZJ}%JQW%S{pX$}SWh6R-1@c%R?I9JAxqJ6Fcbn4>Y_;sf*I1=!EJlnuFyhxwT--Kh(tFC15x(iPA4%Ls8h!T1f67Ti(y6- zlg-5kJCYbOv*}{8O?)H^Qw$?dKO9_4Fct?x;$6*(yDGu&+}?Fx%oOuQTwWXiGD!A9*26@(BL7Nh^ten(TntN`fq4h{m7ubP1 zPiCWZ)xt+JOLHtJNh;MIPQ!D3Bp2_QTvTavLU%`sS<1?%u0$j& zo#;z057wb#Z?J*R@v)#W!+fwF%_VLM#mT$hn4&MWvO#2f8mD#(_h#q$y6~cChuc`t z+qfOYxfLTF$zGuMnR7PN6Z}_BQ$;F4ekuXA)NU|ZD0EEXArGB-@|I3P5qlh)*^3=N zhf}?Uw}zwWZeMsMl^KIbU?BijQE!0o4WQu!$OGMi89RKP9Z zd42=D#=oD|CGi+HPBtU;@T3to5ANcsPmG411;_X+u$v1%)$uX*fz^Bp{FA*?hG+ZK zb~HB!d5}w{jr*P8MxL22qEWs+oli>~N=D5k>##_^I^p5Aq)P4FlZ;Y~hru~M4xZf9RGcvJGkSH=Xkh#?hcMSI1cV*5w923l9v$Fq2yyTRvTEhAt^zBFhMr8 zk?9{MHtnk$V=>KUn@r8TksHk|>V$$L$RJ(OWOJlzy4Yf?HLX6+S%37~exK+2`uV;* z&+}l&usUQo=BLF^^4*rg-%LWJdn`hnN)`V*lG)TqLP$o_Ft=L5)WHWW!PGdS3?uxp zr73eSGE)-BF&n=F8uoI!H9}FYv~CDj!Iyf)ZUTYj$27Pkh*SIgoy}5~WQ!SlpR$K;@kynDruhe@A8aj|N9akulNrq}Mwd!eGTL2(#VR!+eOC8=j@qC1EufSn zld}h_67s8^uL;RU&U$FZ^a=jJ9wFi>dj+}pp}mRD@J7czTH#4YY1UC>szI_9A$AF} zS07#YHMXhk(%)&^t43&)PpK|)@TY1XUFPrAVhXU)SwJCVjOW%+KHf8BQia|Ly$}kqlv6-$u~1GL z(KlS?twY6bZv)Nq6|X+SvbP@1#UArT$@v*}N>Ct}o~! ztmkppV5E`UyCCJfcG}H<<~5cl2?~+~)Lh%Ew-A&k@h}{pd-IuHffuQ}?LM%dtH074ItskRKLOjg_-l<$^L}6%&j450H>F2*P3=K*%aHeR z<+N@;1bm4Xri^^;07b5b@dGd*Wq%)`RWcx5s#dpYBR$*t_cj1H4; zvMV!ApZu3yo%J{~1B1n6Mi$}8HXH&>3@nrVIMi4VurM$Pg9Upy1X$Mqo!kTB0RRy8 BDBb`7 delta 233 zcmdlXxJ7V+0;9=9MfrLrMg|6+CI$uuX&?pxCKh%+5XHoP7DzF(ux93!Ffehjg5@|^ z-hkv7*&cu?jsy_J#QFn7v9K0{DRy%Z#lh|gq8K^yz!XyrkYZpIWK`u7=4R%T<`WPH z%BnC-+`m~`KO;XkRX;B?TfZo^Air2YwYb38NI$7GGbd$oA>;JTT1?LvH}kPDF*9D6 zEXZEYIA?MvdoZKb<^JHp<$!s?u0tGJqIO|I>GE<~!yh!(%CyBWgHbcm zt=VkQTpPEqtTpkEYHhgHrXBy#Y6}Ds0o~Bn!nuW;8#@08!P%^>`kv^I&d&3B-}C%_ zpZD~gboKKslWk|sC9m(QTPgn?mr|W>Bzy^3gS77%{eiBO>th`ErDCmg&~x0jQp%Ha zkkrJ}L7nSw%=jwhdHmsfw)kYOQf@ z6qkIb8x?&C8-kBZ5^cc&NnLtg zDjCchjYV_xmp8PahppbG`wdE>(QYWzCEnuLTw0!EbDp~t84UTADsIB7AtzmLC{^b6 zQti=d>m2j$_!*5$uD1DiMrm0U&)|9}y<8`Mxy~_K-leckWzl*my2n||LkX2p7iV;g zQW`~fxR-7J8FuOs&smePAVCgb~=YHf*`j&bg? zSm_+|0q<^sQa$V(b}8?Mv+S&{b-G$I{~g4x>OIb}mg?^FRI+>RoZVm2CrlMhnCxm( z;z^mayAy^+Rj;{~sws0dTYPAiOFg3HKX5-=p5$ICM!6raI3Y9kiz}b2!bs)=e3=P* z540cbsNVZ_`+b3;t}~Wwoh2{3qB<$aF-m!#>-A~AChgDCH<(Hbo4!whcxvO7AKo!7!6Yv z=aD4`ack-cc@u%@3aLWPbds0bN@j7CJb}~GNljkBwdqx|8IPzs0`p2zQrJ$OL)Vq? EKc>AQRR910 delta 1046 zcmYk3UrbY19LLY^7TemELVGQg+d{dNt>8KSgBvoYjo}3+3q(+~8f7L^ z5;Iuf0rrI$;~tnZ(ItBryFR$hWH?|V)MQR$LbGI=m?-fDWpVy{@OMNLZ*o58oZsK? zxxb-Pmi|+gp+c$|*Owg58JiHUdln(?TM=@Gs2*|Wht_PiS_U!TjA{q@Xw9&hLI``t z9;QO}KIwjfYt9nt#8YQoV05JrHkG`K?01xB@THh?-Xp#&pvBcgCveksn!M=A%+C}Y z>rjub5W=Zy_&&3n+~z9x-$bWzH)~PRY?#kZ(s?v^R?}@9_QdHrE_imUXSu0+G&9Ou zmQ*A15~%dPMLJr%qf~{5-b%HLYdZ(5Wp<9)$udOlMQl>nQ!DnVVOoPxwVVhuY5~>Z zuDUfR&GFQwcOP~A}c+s~$mk@zgeCCto`h3wsaDp+A4HGHSID*?XKTC) zR3vlzSoX7A*(c=BrwVNGZ=p1f_^Ujs?0JrIf96nSxH;5fPWwM6DnnE&rBAR;tKrlW znoRwTS%H7G22Oo9@GA9#H&YJOqV^0x5-zlyf6O`Ajc{lum6LOQG36xu*( zGZ|79HudT6vuRFW%@QB!Mbv`4qTl&EUlidpg(vwu9Uh@Mb4T$Mt2|5hs~9u)w^9 zsy_^>!Pm?&%rpN%>7+p}^e{VdWztZd?}9efNXO7IWl%PLnYv6P=$)3K*O;53|7lPP z`>=gx zAfC=P(goDd85G4y<_H$%-k}coQeg_CDiz^Lx27U12AYKEMsGsJSSp(aF`kMj&zg`< gz0HHCs}a^z$}C3H)rkMcUxoOFNB8>U>Ad`20ROQi+W-In diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj index cee6d31e755dbfbadc57a8a6acbf6e44cf78c854..33c95ecda8cecd307e5e71fb3813993f6b4edc5b 100644 GIT binary patch delta 250 zcmbOtI7e`T0;9}CMfv(N1_lP6JB$nr=0FArFtM@PHsQ%K90H6VChKyjvuv0}}_U3Q(Sj zgM}BQgpo}fOmQp*Dq&(`Z30m&tQ)};yCg`CgS`jDW8{zrnae21sLChI&CDmwCm;?K zR$<`gwgYk*ChkAB`3R#0P~c!Ta%twUsZRp`euCM_a)NUxL+E%}3E-tKv%Z*%}Mq61g>7q~cbPHiGlE4nBZo z_6RrODf^%L=lMiDs$J8FytQh7uB>VaQI32Q`QE{HN4)ro#Be0+zYAY_%H&TV?eOp( zr6;{tZQp}t^XZ;SbU9b7<5NOFyeMgtz&MTf5uJs&ibrM(PF8cuo1Q75H*SU%?PcQ z|05{PHcQc@RC`{|KNHiFIN%BK*QryUkGUkN6pveMRib!7_MKvS2D`kiC5@_zS>B)$ zd?oaVm_LCZymg#}%NHui2*J*KzE?ziSxg^FZT0Cair&&W&clmkk$SVJL5|*UOS!$l zW>LHCMBQS#nJmuc1&s=ET#-qPmtEpdaP)!owWeUpJ;6FBQCN&3H`E^svhJ5V(cDEu zQLpTTsZtF^lW>;nPP4}cdA*`2oX$l@M8CFaY!gn8ayx!lb2-dZ&% z85hx%SoNba1$@~2M>;*ygERiHc>dzASjAgYlYxu%_@?bUq}sgJSof};$a8zUW1XoFo^5ud zrn&+L`CZtj3`yB8_yvXqC$Km*U|F&U{kNNW1;%b0QorYKgFCTPuos^So@kNyqsOm-y)F>TDSvevk&L2=^&CR poGwN->l7FJVo(G%f-$rU-oin_B!(A*zQNy!ew9JFztnxG^)IxmPb&Zb delta 1141 zcmX|tbXyi}m1b9MT8l<$5@t&^T|&JjN?XxsdARr#+s%2WmbXGk-{Gp|5cOh< zRiV9j#`=exDHMVxq!~#FPefZ^DUaSGgpt36@DAWbTYt$E=dcZ1e`CGuysm$M1)H1N zQBZt@(wWZUXNd;!wY|OcTP?*MDI78g(aSZvIOIV*;W%a2w|&;H2fDGqrs^R!nccBINysS>Z2D>1#PK8pM|mUiq- z(wpkA3X$ZH^`U(f^#Bbu1T_vP2=3!K@!r&c#K-ZkvD3lZiJir_1uAjy8d6UpTi zBI4l{D^YErNE&vZY}aSJm-c9q2wMwK?<=DiT74mIv)|W64OsWJvGTINs#34>&Q9&2 zEINd^%~8FbUjYs2|40@OCUDUo=99nrt7rs{fS;UD0yXk;JeL$Hd7O(#JuV@3XsM*g z4lR|a-G%-@l})?+!q86bS%|tHFcH{BPiC@#Yq8BrTgTCaax8g7Ii5&$bSjC?RCK%Y z(urhy92Z)rGoQZDXv0%Wn=T|>r)dE0+bRtq!MuoZ<_#F zRXTv9%r<<_^Ym1c2}nZ>yU)v$IPe=jtV9gT}BRpTskKW;5vqZG!MRC*7__ePNScQfNiFlX^La|q+ileoFz`3GJgRI&g7 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj index 3e471f4e5472264ffe10a3aa1c1653a2fd6015c2..d2fe5b9ee7cc027c7b5ad4f97d4235fa3d6bd518 100644 GIT binary patch delta 537 zcmXBNUr1AN6bJC%x!dl&)>STBx0RGA)AkT?vjq*(m;OR!w}*s6jgpNV{u|A;Jy`S< zR7l&t=I#oM0$~KjY7<|IFeX7585CF)6}<)a=OM|5pmXcx!{Phoob$ROEmovVBmH>L zbX2Ag&dLQk0bSWooj9f(r+s*+1lBKmgpe0?@PW)UtLb_&bov!ZkFAvyhK0C z{?+SE}BpIVxJx6(MkJG%by&>^>T0cy8@l0>!Xhr`d(HFe)U1B3^p0YvX6}w_g zvA5QqrZ^OTH~mJ$-%6*-6aL2LCbMsNFlr9P`pq-Z_;A9ECgP!OX7503sNd{O#s(so z-g&2-XzP;83%f=S(Mfb%wJ42AHiIR$g7%C>^B7}Qd|<=alC`KC=hzE)!IrQwXVD`J z=Dzd$9;9eH-oT;=TE;D^BFSo)W9MO9vuFfSwuEW63eSY|v6IbUiXFi(_6YXoQ{=|u zymP14cG@1cgnRa8YQbAOKt=qqgPz59A;Or=`OsF-Nk>N^NH&seA12uim}9G0V#i@z O4|>vu!mV7Q7IZ1ybPn&8fd9_{A>@aiT_J?+tIYL>|FtWDZRL2yVTF?mv>*9U ztv;m!3hEh}!?WB{(Lni{0!v-mr0$*>+scj`CMNWvxAx xIjh^l7BQ1+q!ZZ81?UxMDoD#{V4dh>CosnLBG3A;z?QJXrr@6r@|Ct}Z4Zjtx0e6_ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj index 6419b8029b879ff380a23fc087a49cdec10a990b..693dd5dab0b3a5512f505a7fecd5e773969b3032 100644 GIT binary patch delta 2591 zcmX|CeQ;FO6~E{0dw1XNefyE!y>UY}upt}RK*EM4kU)SWKq-QDF$P4Tkf6bA*kpqV z0~nnR4340Tg5F_MG=dGxN?n zzw_}szjOD_%OBo{vG-wb91^F>@6rp0b;hhN##kvnQG9;*(@gg!U`*59Z5VR>3w_ty zw^XCAY3}`Q#&q4t_6{)3Gmkn1gEG^Y8f!*vslF<|>#H=cEU zf!GbG#yDoJCjT2l-DM;SjVRvuje9YMm>57Z!DMMFxOW&iC2^^2~nRP zO_bM}|HijyRThtyW|4~53u-gPHQb%oM+jKrkZR(o!ef|E@VVwr93Z0?Mo!+^~%OLcvO1j6-Jb+Yt_&sJR9;j%g zA*(~=Gm$2+hSM^-0MhbvPdR2x5mSTi+EkRzmG_$)sPh0CK2StH6X$8pW~UQ>61r1? z{pwwJZQ&%keAu%CUzWH*J%?=I53XCkf$_sd^D!0_-;?Si_FagIFX+&p3HdP=6P$D$ z_0k=Pi#LdEr0iDAB*Zp4ljCJu5hO+2L~z14jG$Vy(wyf#FL0)In^XMLDEC6q80Hp< ztLnU2QrM0@KWoohF3!-1SG}(wd7JnJW&UK*jaelw(!2})Dg`a@Rq_7)#Gh~*VGB`aKkAg_QALu)os_bUbIP(oaQ9%tK>MiZ8>2&b&cr@QhK-AQHiBANfuL zc;@&nAu`2074z4?kXq_5hr3nIKMvCBQGW_X)QkQJFs9x?n^a$7R#PQ`3Gk7c9Y}zo z)&`1WD{-{^D{1{h->)yX&iMFpfQKvo(^g^3z z4b~Ly#7*F21&N2Yst%L~rzUX}1}mm~fE&Z_XVNb8kEj)&gv9fOGodDo9Y_2$J{30o zOE$f0-^oIvj>ujXr0Tzz|D0+vs1#l)y^4L>zFVjEG8nUFFs8l_df~>Xr|2laJL+Vp z=5C9IZnXtf;w<_`SJ@)BIU-j$A|H&?R})rFSww;cCq5Kl?5F51#K#f&uq`r=xD%g> zIyEaC4=yDcLlf?`Wwce_P#eO#!K1E+Ybq8JUv7>O#8;a`(Q8u}*yF+nDVie<(5|*c zYHIB2Wec3@surTXZQA2S_*&td$IpH|kBZFbn~|vi)71ZD5HBdYQj*N~J z&k2{Oy7E1psow0y)B~M;`TkUAf8UIBYJD!-yD_zXb2fLMx>hx7v}MXlx7c#;K)z@F zy8eNVfzcG QZP)JU3&KuysPC5l1HP}Va{vGU delta 2575 zcmX|CdvH|M89(3dy?5{Kx%=LeZXSe?Y{)x=M<7IoB!CKn25BfZK^__~fg~G-WH1J2 z1Hx!(+X)`4ol1b|$fL|)v0)S|v~)(M&|yY9Sc?vAwf<8_hoMZBQd-;JckkHUx!?VM z-{bfF&e?PCp8JH(d_of?RP_3cbw=)(A%rt1gy_JP#`Vp|X9q?|2%iyXMaX{>zW;-7 z)x!7r0+RtD48!al7!p3)obV%P8~va%->^{k1bKyIeGi5H7Q~F2^eFd|{V|ZwXa3nl z=GU7LGagL;h*O67H;&!l>h}B-ZYVIxd^>yy_2!o&L{vLul?6f@$Am4--yCldy9OmB-H^{q`5`KJzRaUq>!F_o!X=|SS zIqtGkJ65`I2dJzClG|)~8*8@~q!>8zsBW=lCv z$O&g*cb956FwYdFqXK$nQw;{fmcxCD_t2VZaf64?^~UAA@)Ib@{q0s z`$9G|Sa0!S3>joCj|OKTW6O*l4K&Ou;eEAs+FQBv5R5exXJ5$6JZISJ#81L!Dmtk@ z3N+--!nFs?VFK@8MOYRTSEmAK5-L!U* z%`(+xE*vHAFsr9{{us$h)EMdx=f)_-$W|pRX2}>8GjvoV@A+PGPiahDVkP@1I0u|5 zb%tr4^+?l-c)8Dcs7UqbSAvDP6vuu@q2nN}RC~C7!mFrNy}S_Zp$2u0(Tg7QJT;3Y zy+p}V=xb69oO_vKQ$UN<1Z()QSJ|pQWPPuY^A2*$)Fqy9h?0C>maF%R7#^ks7p+ns zGde=C&p>xgb?b*ig)~q1hg#@&`c&v((_2g&rh-1yr7C#!R+8*eILbYSisB4}`Z?># z^OPGZs`to(+!JU{TeHa?=K8N;tT~imAk=F-c&>*m73JJKO0*#5CZkHW#AL3Dr{iP>LU9Jf~t}gZlEN;4TQ=v+UUv18H%5GYm=9>)vG*nGo`rC!I9^d zR0hIVTU*E;#Z=YCLVCQ76zV73-b?OTGE^Z3Slc}0sE4?6yN6P0gqPpvkrb&rjQZO= z85#9CHx78EmFiO_&3dRoZDKU&p(gbOE8O9sRyD3aa*8Rc?>G;XD`bM{WENEZ^Pmsb zCdb)tz#4)Lse|l?bWgZ8*8)agS79QE$Y&54S`xdC27euVc~AVWSf-yJMkk%P!TuoP zPEq1t@T0fEW;+@Cc{Iy~*k`9a!bL(>!8kKZRw7}DP>h;_=eXt>5YfUg`(6VDo5NRt zY+0p?B6akfejqY~HtW7f0X6GqBeUqVels$i-qC-AZP2%o4e9*obo#qq7|l>vZ;0j< zZNTWz9eZ&|h*F6|v=d`oBc>(wL{!m9eJolRyM?9F&CvTO@f~Q*)ay^91GHYRiPh!0 zuo605#^R}?>Osh(*JoM~Mr*6DW5x7~MqUg55%FI@W*YXF&L&zAI|+OQSD8!ymP_wH za5|T%XR=>PR`nI~x432GmsuE;F#7F=cZdVaDb zwuWVlO@G{#(NTL>Z%vL!z-zYKZ3R|KcgUr7QDR(p5c_H4N?PY)Y5+ zwo|PhhV9W8d)s~gY}R?(Zs5ISZa++e`sns{TCTr@-KX#E+eMf3`M!2gg!{SeQP?B; zRR1pO*5w23^bb7@JE1SauGT7BLyfvETju-sY`rx*6AeGeR+!y$glN!h+miZ9Hbyc1 nr)&kisLjC&dPLX3p4Dq%uj!`;E7H5S;CSHRee=Qgx}X06px2+Y diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj index 5af83c9dc3b89fb7378e0d7dd8a72a0db8631a5a..330e97536f75efa848f95c7d35dd91070e0cd13e 100644 GIT binary patch delta 453 zcmWm9O-NKx6bJD8e>(Ht_$+4;Ibn;Y2$>9CexN8J47DhsxkM5KEkb6X8OM*ZaN}ZJ z7(E@wH~a|_Ds6OAv?$&Xw2T%8QRpg?HUkB(kU((ZM(oVu{?6fW&f(l(&DdEpyi>UN zE`Hv`6{gHwVn3u*Ltkt`DPYu1;3w<^5b#EG66BNS zIaK_%Bj0emBI9@jJs>NeH!8I(FP7!u(JJ1v+TzH`zgp6`z^lwWOtV{lFyEhIwKFW`82EDX}_musL3x3#)j~Q%a1iS`9}=c?`rJP zb+w@`bK6Z}n2Grfc-)=WxXt8(MwDf7l{ImbokfizXT^Y9VuA5Rjdk7=fAZtv1}wTI zjXZypre)9drTXkk@fml;B9mSRK5@)DBmXFS?YP4a;#1bdw~UnA@tK|CK5vN+I4kb) KmAKBWa_fJqQkVb$ delta 478 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 delta 5038 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 ZfNmjJD$n_Ve}$)AGLFC{i@(yt{vV2By=MRb diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj index 6a52d5f20fa7a3fdbb95d8707119b94c6bb0e8ac..5207d2143e7c9c4f7f3ecc02531e461f1c272526 100644 GIT binary patch delta 406 zcmWm8&o3i!7zXg~J8j8K$FF6DAS!B`>>kFFYAZMhF2wi;#E)c>&Z4!gE|=Z7Y^c(i zMK@VxK)<6<${L;FMXoK%^U&Q~k$cZeP^S1Pi#BD6Qn*s)=`Xsy z-{}&^-VQp&tG9;kP^5;a9=+;d-7eo297vviKK{l1a+(-7BTBZNLv^H(=A6=s6^Tq| zt1|6V%o!sglF@i#26nItql;zu5o+;i(fE|1#mosUVNA!9nvtAtZPCUj&DexCo-!w$ zy-;x>zGW2Wyer&KH+W0yWq3V3cKLWD7vDaSvnRFc|JY=5F21nmHQ a#xOgN-|RjP*e5*N0gqS^ViRAp<^KUE#ehoy delta 392 zcmXxf%_~G<6bA73+!=Id?qqx<8dGGLDRe~{3Q0ps+&{r2BNJnMBsOG2W*GO@GaLCR zvalgs%7UV>vojXTUTTt^1#<4fS^O5y`<`<;+xt>_Uot8veOl>}9YLEAN{bL8iXJ&! zn3ROD{aUn^g*dg<<5E^BgEzU{b;-HCp?K5EWfVAkw2Ed&lH#~^EYUlMRPF?BjJ8J|%jGm}k?>dA#s5%V~xG1WDR&z8o3c;1Gr|xaBa--|K$y9LWb={wXX5xS-qB?v8Pv28uz-N xU$eSD=et#i08TrKP-nQQ4ef@Xe2B2~NU;aFV4v`6_)EW5gxKQa|I51Asz2EQcV7Si diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj index 275fd01696e9ede1da0d8dbf09532716732c7e87..9425472da655e3b298dd3020e0db39d9ea6cdcd0 100644 GIT binary patch delta 681 zcmX|-PiPZS5XRr^zPGzcmzrjyX-Y|y5JL$`wuwS5D3n&kzp+N~q7s^x5)7?KwLxrE zl%iHJWv~b~5~zX)1xqL@UV5?>K~N(qh~y%8P>NVRsW>m7dzf$L`+jfU@~#dR2a9W= zFt=`%>Z}4|W|zv?L+n(8XNxp)MURjOE^^M(Z&>E;Vju#qqfCww|KFn68IoGCVBHG?~nG6lX=K z?H*lZ4A+6j{{Uw7%VXWz^Z$;gjNimTDB*Uk(_Ww(p#)X~y{kG^8*k2z6d2rsmMjJ8 z)XKOII1#S_YP82!uFPrI04`vc(GvPe4)j5|M5`6T|IqCJCCx1OLQ>QIw|LIj0A-vv zF1lXP|Gg*M!2(+d-(T6`Snt3|_W%yNz0Q1Y=vch(WG>%dS#~e;O3k~n8f<(MO+g+* zu|?>?udz|6;y`>6JQ%f8a0AEeQA&SMzZ7!Kf`WLP|iF!ogDe*q7pim3nq delta 697 zcmX|7O-NKx7`@+n_r7^EPG*kcjF}cP4TCvvep;vz7zSlhqe;+0!Zgz%8zrZVLNlws?&5ssJLkM}-+QB-_d7@TQf7AF zPSdkULU<3ELY(Frv;5XQtkQ4=F_cuPbVf*92^?ulFH(}Mw>m=hH;85{KpLuBOH#c< zz^DZ`lYzV1k*-ZWY}XV-OS)vMUdg_Rp!p2kC8vSLyl##b+z|ZLENk3>u<#5)BTtpK zg)xJn!sZ8zoK_WaClK*kNGK;)bKz|Os%UNotUo~ONn=m8{}bH<`H>{{JbnH z=?7aXPEA~`%KX=maV@H&=r~~rvFim$zVL;)R~3~!#A1(cnFHEv(J&5CGXn>E{#lc@tsEtCCs5TJ)i@kJ1i|rH$>e*cSg@^2eG{JNB zaNZ|0EkSmRvMR*W*?RYW_im@F=W>UWPF-@YboBQ0IURkyiMZ2tHPwBA)A<*(8~Hya zpNn|1Yej2?bbwbXlhnoG$O6^!dZeE|bIMtuJdQ<^^oVaq`{DipKhE{BBn|UZ;4A(f zt02LJ@p9V3)$tIWR({0cMyIA#{d;jog$7`CnED@gA?ceYWX8X4Q+o diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj index c3902c7d840bf8a7f82dafaf6f40034ce1423427..69174094eec9691050d5d6ad4d8504a4587f6852 100644 GIT binary patch delta 335 zcmWN}KS%;`90l;-SMO9xOppk?{wM_oSqDiFfp&H}6`Ub~K|@HQ;$Kp+h?XMAAqXB# zN)XWyG!#dhK|^gtgbhJ9wk8gNW54AC@4Wo5EF~LuH&TY81f_w}&}JBRh_i4o#vG)Mx_F!7A;*zogM7 zPPi}l=6W%$PSG{i)p3%ruX@DgVaDe19&n(k+UXFls)ri*<6dGUJqtRMy{8-$U_Hu23Yb zO>uxqsk&e4`{~D~whv27O7-e?#qVhC5I&4v|288Hl8XB|htlXV94cd#t>D_|(k@!_ z4lUuE{l$#wP!z7&rC~HIhq8FG4yXoe!J##rv5)vL*sQxkveIdTP^e~WArd+Z%rY=DPC@*h~KTf_hW diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj index fcea4f806d32c36290bdff099efe72b24627fe00..10221c803b6672d5794af5e67fed9d158fd659d2 100644 GIT binary patch delta 269 zcmew%@JC>R0^^^Fit_bY3=9lBcNiHMw1Er|U}9khQ%vl>K$@9_H8Zb-fr*1vkqIcr z!Eynpl!=i|9;A|yV<(8m#F_x&v9KNo@mSb-K|BujMPQX2GC+L{jDn1+e8Sw!eA0XZ z;y_sy25xRUAeUj{{*8+I8Tq-X`gxhz`bDV)`NjIF#RbMj`bjyNdD;3&rI|S?lb18e zZ7yK6U=+*A&r4ST6Qy~@ndy0{DGEU6P5#dGezF4_$L0^r511I2Ouoog&X_XUlRcPG kfAU;*WyX@p2ietu;xB>Zoyme6>Wp(HTLQ^~$%!1|0C0Xg%K!iX delta 244 zcmew(@IzpN0^^T~it_c^3=9lB*BBWXrUNkuFtMv0}}_UG!syc zgXI)Zkcp8^9;A|yV>5`y#99WTSXd8&DRy3v90z*?SS5!TP#*)MAfqauFgG)wG@pPt zP*#P3o7)b^Wtg~s`5C)D#7v<&*OnC0I%`b5bV% zWqQB)74s`5#s!nFvXwI?O!j3DX4IU#kX@NEZ}L%gb;fy<-vY@SlSMhy8D~tkdUNGUXuT4qmVN=aIgJ*Y39=1G(X z54tIdOcBY$UiL;U@q|PvCFQqv>U=uqd^+cxB`B4k4JW0Js=S+B)F{$DGR7JLevMtU4$0&p2~m^C>ot?7$(6hG zrL}ake6;cdl#J;aD_zg4#+(}CImAfNOtR9?Tk4w?ibJ_Td4q}d{$V=*bk^vK$6eAIF#MoWH_tw$9d9;c9@e1@_v%IDlqMtXtHbY+ej zgdl4NZcPm|i8oVy)xKT`W2+-VLX6mwn!|iRbb~XCOh>r0G|?u$ErXOoQ1X!*F-hh= zE%^dePWsf_hDAl496&p9lMpqjisdg`Q(R##If-W}LIthgI;V3M`B94N8`{{RF*#fw zSkrs9%ExgzsTFNnHFlLgB$Qgi%KXACev~LmilR+7p6U?mv1*FT;G{*kyH#4p60?AF z<~8g+?{p99Rp|ty%n9rW7zw>yt;O#zzoxfG}DjV-^~Nl1sd?yHFpUC9smDdyp2Eo0s{VP8UO$Q diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj index 78a754a644e46e206ad6e659b20ea45276b70c0a..70a180729abc55d15b5a14e444010bae1cf307b3 100644 GIT binary patch delta 246 zcmeAWoFF(sfl*+hqI`V?0|NukaYhCPOCSRTm{{1s6cc+ikY;9K&CDxdVB%m^V*<)? zu!w>vMmAlLN=6QO5XHor2clS5c|dY3?7Scz2m1z~p+F^yKtTpZK}Jus{M=Oiyv%I2=XRMeU$sWvTGI=e#GGpE3i|p!*>n8sMk}oDJ Sa;P(|nCuB8TP7EBhywtX12F#p delta 287 zcmbOr*daJUfstdPqI|t20|NukQbq=b|3C}^Of2kRiiy1tD8kIbnweL^z{J6-zyy@z zVEGIbWMX8~1*v4@kOxsrtSulx7S>l_ik%lE$idzRR>>g^)W^Um$f(LE%+1Uv%_krZ zlvQEi=C%WJ87A&OviT6B1*1%HMt)I=LTO%cW_n&~iUP<|h!Bu9`6pA6w0=f@ZmND> zX10D&YC(Rnerj=nv5|gKX=YB!aXrlC7MvU~(dRFr(h&t?bH- o6_anWt23^c%*dh6_+YXokX$f1kV9RfhLwS#2k1B$0J;|p03^gYNdN!< diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj index 3a4cd892099e94fc5c43f7fd9e69578af09b2d20..c542028d797aacfe76ffdbff440d14b4ed4651a8 100644 GIT binary patch delta 254 zcmZn=Y!RHGz{oODQNBKlfq{YN4kH7DHjn`VOf2kRiizD9NHeprX6BVJFmbRdGXdo| zSS|pSGBL8rgH$qd>;&8z|Cz3Y!IBFz{oIBQNCWAfq{W%7b641A0P$+CKh%u#l)Tr6k%pz&CDxdVB%nvWdh1^ zu&e_LGBL8rgH$qdOb79pSj#{Z3+qxa#m)SJIOWK`u7=4R%T<`WPH z%BnDMbK3#A3={Wn-n@~~f>EY8BfqFbp){{JGd(XgMFC_fL5{DP@=auK6AOKE0K z%H$O0p3U!=-!U<+n0%M5oH1i^D0?uY_T-i9%8W&m&$6qtE@Eb2u$b(~COnykLxAzl bWLXY%);TN;3|wHb7!Co}5>^I=9uN-znDI0K diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj index 824978782ab44c8444eec447f3e469ed5e43d708..d0d9bda0b716173e508d9b9c288a19630e914417 100644 GIT binary patch delta 384 zcmW-Zze_?<6vyv*zUzIOiTLBaDbgZdkafX^T-qFkx70r%Nj@}{ENsYhsi7aB9hyq0 zzu|2Wjzm`~$$C8-Vf2L4S?+Ap|Ge&lW{4|@`OUQ-;CxavP33H8LyKvSq8)IKf# zbAlFVyHBPAZfQUh>=5u0W>JeDMcin_}wX5{0-krIgh^xthz^GMiqP z1v{TBO1qekPs^39^hU~QYPaC*i#2dQjk*aOtNtYPW7~fZGkD%xf?4bdlpuwNfg~K@ zGckeV!4kaURWM1NFJc+zLX&WYnNS!WuojBIFWwMi_(mK<(~7_X#)t`ABEDdi*uW<7 I3EP(S4|E1l%m4rY diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj index d424149b60f57587c25f1857008ff8071bc967be..04a1b893b113f8a8b8daccd8e5c57e866cfdcccb 100644 GIT binary patch delta 391 zcmZ4DyTW&Z0;9o3#eS}OX$A%c9%&{9hI5QS77}1$Vdn#KnV8r=0A-k2STplV7??O% zK}wi7Soncjm>AiZ!4$`8pb{n~)^re$g>@f@$HE>AqBz)7K@=m$P9Vin1k}vRQVAqk z>VO1W%Vd3S5xqq~DMkV5nIK7KAi=)FbqoRIBer~FMUS_s_QEEYcv3_cCfw7T(Qch-GwtiA+W=_gx6Tw-G zn=c6M;bYt|xmWQ$g;_ za?j+yD%y;dlQmV98IMf%RaIyGBFMmCG5MjQ@Z=s<0Y;t4b5+$Dc_tqPk|vYi0!fL< iqH5|uwYF;NtSKT43|?ThHEIH^E94m%Iwlt?3j+W<^j2U1 delta 369 zcmYj|u}eZx6vpql-sgMz!ZM5~hkCxJ4wVmbXlQC|5a~b2=s^$7XIhvLh0tDdmfQ*) z8eHT_M1!b*_^;pNGYsaTY#VVT_GUamM1b{C`}i z5xO~7-+-}zP~7r9=x~+Q}JrHQ>$c`?X3g1wCy|NeehSKZNQNc_J@=G2z0S!e83Q!i8>tOS0WDrQsgeh@0pV JJJ?E1{{ZB%QD6W7 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj index d2cd7b42a8d14c01710560355f56182d20a7b3a1..625c1806255d44a4bfaee7ed3a8a376f4ab95a89 100644 GIT binary patch delta 234 zcmew(&>}cNp`L|}fq{XUfx!ewF)(N_2r%$7nD|F=A=ws!6di2kkNv1@-e3B$+67cle5^kHh*A# z!o;{{@>RBS#+=E%?7@r%lNYipGnP$0%C641Z1P(m`CzgrhdSee$+jHotQD*b3_X(* G*@OXuhbj61 delta 265 zcmZn>{39?yq5cmm0|Nsy1A_^WVqnl<5MbbE$OE!izEY8BfqFbp){{JGd(XgMFC_mL5{G6#~av`HQOKE0K%H$;G zp3NVa-!L&QnS7V6oH1o`D0?uY*5sA!%8Uh*&$6qtE&zJTVzMKf@MIni0md7XWjWMY VX8`@g2^Ndt5MV6;db|h30|52 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj index ef48392e0fbdf3c634083dd40ede680af85f9868..264a7e4251743cff9064e71525f23d7fe7b04176 100644 GIT binary patch delta 485 zcmYk1O(?`c7{=$Fo&SGkcge?oJ80#w;jp$SA0;dsb)?7I{@$ktZ)-3HElU{^F#~lmmYx|-rYy|MfFmADPJ~CMWAQP(mqU)x>8U9znI2B03K4b3vBTvklsJnL4$$tp zfE&DZMWGvO+)-G?Np}Wv_(}c^TRl-wxJ(Sh3FzUb;&A%Mlfj+O~_wMK}-roR2-Be zh(l3uP(fU>xH+g;Iw-oeXrV4HT?#HjhMt?L7w-4_&i9==+*QBsZ}#HRR^NFofB+!_ z0Ppzze}vRco`ulg8EsO{7f9tW4tle{Xp5?D*!9>D0Jzh62az!O2+} z)>8}v@{%ik6Bc`ARxhrdvJTNSJ#;1=lnp!KTK2>U6L1 zl76@;9HoIs3ct{&$VXhFzw94qESf@~E!J-O9es;GsUy~pJ`Km>D%}o{APl-xh=p;7 kKF8uXNXM*ubjO;YSJoHm^WrKK0!X%YXS^_OP|@@L0l4O1j{pDw diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/nik/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj index 33e1d2285aa96d55c7ada76ce80a0f5ed8cc9284..9b5e79bf2a4b57156cd0b1dcdeb102387b6fc19a 100644 GIT binary patch delta 238 zcmbOsxIl1%0;9r2Mfv*Q3=9lB2|!{A5Q6{{Bil_d#o+>?m{>o8DfVL^iiI^COtDLY zC=OO238dI{ffO?fYi3>vPzgI9Sdir@h+^aj0#i)$fD{9xAfqauFgG)wG@pPtP*#Ou z;{Iim8yPzl^)vEwQ}y#Qv-OKo3-XKgQ;Q3Xjr5apGV`+alS(slQZ{okJ!jnfj+u#> zanIzBY~_p{lQY?a8I33JWmjgbo&1npopJ4CP7Za(7n2QvF7(VCTTYF3Iy=`f?7ABTXK31TsMG+`gB(u!9K|#b%%oYU%gzB955o2&$ z+{`|V_(J9~H}QwlEHPp0LS~{9Kai5e>CC2Rz>#h0G+A_JZn!wI_r2wZKkjqhuje_> zIX&4Tm`R4_=q4t} zhA7SovSfoQIi+f~#F!zfj~U*>SZqhSp*W?KN|NC|&WhDYH$+l;^pbHuW@0|p4e@Ce zSQ7I^#-_Zj?tc+saD$kZT;FLNS$#P-R9E_RzGbKgZ3`}GuZpF-$cEs!C?Ef(7v`Jd;$SnPeoZrSev6tGl2+ zskGx9ZeUekkk64`dz7g!8mNnuOuRO2zV;Mm$~KIxTBYnpN%bOv7O_)n8hGiP>tYKv6**qomCe!bDQ<>{GHj7GP*;a_aZ2zKcXlvz|!m2h?fN6Ity;qGg?) zDCz_ytxku2y>B5}+MJ)@;!rQ54NKJd8(xJ=?V-+k=OJ9CGDA8pva}tkvP7|MDOrZY zijz0NNyW{-hEb(9tq6CuU029YExJjjKnDl2eFzaXi~kOr)iU9}1jp5d+zgUd!so&~ zElYSTL6hd?7hs>3kEH=EosYvUt(+Hv&*J7UL4{=-ABI6oKTn3;)(SoZSFHIw3?^GQ zKL`hHSNQ|jlDvR_0sYBq_`i^0-%)BptNiNogY;vdcLl$kN_+!+Sg-M#oXzN%Uvqzl zM)~5LN7TC(pjXXnb9Ta*-Q!P15+Bjuve>z|Bd?C~8)*Z$h@D*>z9{2k7P?Kbv$rGf zPnh8t8AXc1mKrG!!110ll0FCS8CHgoT@1uj3)X{zO+T4u|n-~x2mT#CD zyNq96Am&IL;Cv5UpBBvN!g0ZCr*UzWld<4ucte6Wm$ZXcJucJZ0L*o}_!(I0_GTT! zx)`2Dq##|2820LM4V^ulPcbVN;B$9=))5*FmFn$E8VxO>Cl=g5qoKyl_%>MaahPzY z796EgVMc;|f|7!Suh(3RmArweTbH?srxy!~)=oj0OHh%X-7!v;z;k+6rGF&>-9wQ6 z0fa|%fEzvYF7M%fR9A< zCB*Vl5>|cFburzlZ?=BoOJu-To-j}YS)Ocu7b-oesy>umFnOMK&rB_u&XZZDkA@0k zeV({C_Rh<@1!LpJ^=+*UQSeswf>!BFYHg0L^RI4iZmo|ESB{%v-!GeJ;IF`iZzH@O z(oRMAH_(Q-7)~M%gW4bA_hA*H495^1@E>9oRGg0RP4FpVFZ^-(9*@K5nJwH3wPz!I z4je{Y1`iR(Abc*ur$RU4GPsGj8wv&@d@t-m+z&q?_CV(O2p@rV#J^zR{1(0yLW2>3 zeGGdBEBSmF9i+A|o{K`uwIB5s7Vp=>-t S7%>iQh)vLqcoa?!IsXUxSekkO delta 2033 zcmYjRdu&rx7(eIU+x4!!_qJOLZ70wb*h;t7vW)@jRyP8hMD02rLtrC-Y!k*d2rwR! zS&cEy5E9@UNFvDi1LhxMrj101zy^$UpouQXD?DZpf(lUy%6y=H-|b9ja)0N0{=VNi z_w-%|@gj&jGI`S{p4&$AHUneIZqC?d2`sYHHy?emhA}2xa`ZccHD^!MIhPDzC*VwE}g?(@Z63GxaZWrfZYYk(t)6w)(xCmURqbX7WI>n0aw(1;(+FGUi(TBeEMPE4Cx6l9jGtK)e9Yn2I$~#%8rt-i&E=JJgv< zV?#K=s?L_$rUGJ+PhQG%&$XP!ij?FqRd>|63j?y9ileh_BXc3OqqprW3)x`Rxy`^P~qYcJ{wJ~8Q~jGU9}^8 z%OPTRO^wiqr8W;{oJ?7&>sldqBZaz=c-_lf#aSRsDdRX2<)u*wq1)VQF!Ek4NEDzo5(-$3a}iFheFTva}U>WQpvwIV2el zDGt6CPAG2vG2Bq9$ClyLv}+3KsYW&FWawaLY41Q(&E~(rMs1HRiS$k7=79p{we%@5<_+d{J& z=TZ#N--b`lAUIqeo*OT6?GsDesi3%w3Q)LSUaXg+@Il&WaV?!Uug+apzk%_vF8QXJ zu|a(NxpDj0KF;^RwQ-@GZY&pkHYyjFI2a4<#S;>Ixx^hZ>GllW&V}dPPJSLf^?Vk5dos#vA?s9> zcS9@UOVEe-HH_+s@_SH^$lxEbDQv^P~IOEhWEmr z{z_f~cls$^n8@X$VR>Q#{|Merc=>fWlJFYra~WF*p3^qCpRn=-Ji$y8WDR(63lYQ~ ZXhmEG`v<(v&f|;?;OqVWhp$Ed{RheXmFoZi diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj index fd2e7cdd4b8935d5612aef720080c4225000add6..8049836184fa19842b7384d69b3c0e3bf6da9525 100644 GIT binary patch delta 258 zcmeAXoFF(sfl*+hqI~^o1_lP6Xdqz;#2~=L!VadG*ncrHFfg;QX6BVJFmbS|GXdo| zSj0dSBbzQrB_oGCh+<-02-e5S3zB1D=LPXN*dGJ61C=NN1sNCx8CCg&xtaN-`2@s) z!YT~h+;%`N!^HhZmGm?6b5r&6GPCuIQVa5n^;3%rjE(e@ax(L>^^;07b5a;4FG7q!;ooBuGsU}D@c`6*jDW5wiH_FzWS$s5^~85<^FWmjk1 eF!?W#d@)&-L!EKOWM2+-))rOZ delta 265 zcmbOr*dsVWfstpTqI|t20|Nt3AtR7v0%8!w!VadG*lz$unORsf^GX<)I9L^d@=P2o zUx0#4jBL6fm5dznAc~1~J4ld)^);Ac=LHFJupb1g0o|Bu0zL_ZTH6>oMC)>u2QWrt0TqX6qNF7UUP}rxq6&8|f#N zX6B?!&SCDET*t<>iRA?ozFz z8$>a($%9lfa(rO~QcSGkAVC&ZCNRa$3zFktzYCIMSyHVrt0TqX6qNF7UUP}rxq6&8|f$IWaee-CzWRAq)cAJ6uG&S z(SmU@E3?bwROar@@0dR^G47cBkgc4tVsa#VFr&%jwd~4_b(1f$t23^f{1ZsNn5@X5 Q&bVT-Cy;EJT*x5~0BeLWMgRZ+ delta 262 zcmbOr*daJUfstdPqI|tJ0|Nt386yM3e;@_{CKh%u#l)Tr6k%pz&CDxdVB%m^U;@f< zu)G8cGBL8rgH$qdTmtc!SigcO7S;z~ik%lE$HBfEtdc_-sE>hBkWrOSn46hTnomF+ zD67K2&20zdGECgRZS#9Z3&zRQ86zgEGrLIZXXNLm>gQ!<>ldXKP_CtuFP05`6jzM^ZcLJ zbM9SVrsFD=Nyh(bIANB61 zET8l~ZDg@{;66=ahftVZzN~!%ZDrb@Q*|bziOhuWqqxc3i3gJHjUXkyWR0uV1F-{0t0(Jc<>jIlyg{l{;Y1&mUDT=Ior6K&=ng4?KtBgO*wny~}?##jRPnO$ZFhSLPm016(u#BZDD z5U^{SX&=wjB&mbnsQHZU@UGfM==s{y`0$}nolEyuTSE;5t`0GI7N!oS$I6At@#NjwZ%ifIrSyfFpbdT;#4fmH7&Ik-r0ndCOs&MtL5b;5G0pH_qEs&xQFp+RL|Lk8}Hi zO$Yc0ILzNJq$tN53rTvC6EC#UQ62)%^K;-jp8z-bOAr&m>l|8aqe1QhGyLpg|k309w(C1egnDoK+QT~rvfih@F6Fa-mp{zwYae{wUU-rpyD{&+o~&-?T9 z`{nz}Jk8C~coUsG-yG9qUr-1$p$TzA=e1fpo#K+#lZXa{@M-#2B!qv`2e=IrLP^0> zJgv2-E+XzPg@n-JbvqF7k3!J0(ZkBV&X%6G9v~V>)ZSA{ALsN&I?CJh1=g#E5MlWl zCQ5mZ$MjY@!DsbUW)t#-oJSv$$NZQj-%vwj7@3-!MwKo<=ev55p5vataP!B=51mO* zU^`P7+MwEUOo#RfDcj2MOrW*J%lb0&8^IRwX6x^xxXE6R3zEw`XNkQS`^rwwSz)J? z)8#pN`-W<;JQhI9emlpn8ND>Y-x!_iud1xIUY0@5v#NDIxgBXya&9TFkZ|A?$(dCb zR`hn*LeAGJw!!lT$oY|bL#29kRJk=Zjysqj9B&4NeuJk&%}XVYWFGM^`~fk23aD4g zxcRqcOksoAI+U9KXx`0;ScaqFMf4Z13cpK_^DOK+Ciw(y9ya{HSg8O&wE$=Svsa|``4)BXZM)l5$cn|%`p|b0HkmIf8 zO%&yi$}Z)39_;50`&`<^?}4B4ZE%LWhrXjfnD)DLm^Xu0coOXAyWl=vQ&E|3fm3`7 zEb_7gEt?9ejP0G^^ta3&HBMKxxDCL8@y$h)X>ncEQhBSKLf zqChK&6n}KZf+#40OrhJ4Ncxf0j{+-0T2WC!oi9K5p7(vvd7kGy?>qMgzWssY9@u%^ zE1UIW8A7Dz>xH;spn%yAI@)h`LK8*Io|IWG%ULvNb}c$-5JEdBgh1$N!W$rI_I9Yw<6uf@osqIt+5E5SH_-^*GFx4LD7YtT|9a z^Q^r~PTK%nrHeMNC667XI7+qBz} zDJAvP;s~hAxrODK;~Jc$K4%5EXxdo@<&>2<2BS2QS&=u&xxkpZRW)kW2+_#D$ob8l z(hS&(`5-S%>c=;_YF*>^R?mVraImeVKG53G6zHgLZ|e-yceWQ71!|fbTAKnjk%s0v z@~*Uv-zoWk)Yz>XzqILR5zNs@S6I?)r|(_m{JLe4FjUeh#&&wo7^79)^UzPZ(J;(X zgwa70(I~v5(4jDR=qTeZnqlmt!k#cY#2G8;NzWt<)2YKzs3Svf7^dhzZxr(B1@H4I zHx`Da6k)W|M9dF+=u0dI3dk1sK^2AKKJAH+5G$y<+d{Fp32xC*?%b!Fai1ib>2*90 WhDe+6K{^#CeA<_7LUhvgUdul-KGgF7 delta 867 zcmX9-T}TvB6uxI>)#L8EyUwmVyRKVnTUu<}Qj4XjnWSb=t`QQEJ(MkIx+?y(nvVET z6crJi1jP)q0v|FAdx;2o$P6kHqL4`HA^XGVp&u$GI->*g-E;2!&i9>r@63-ym|uj8 zJ}9}JDJ!NCixB3uCLx}hD5M0yKnE2!oThfgmuN5xAv9{qikWo zjf!6TF_q;p$e4sDnThz9HIq@b={o)FV!})!`+>j!S9!33nHgy3*ozB{D{z!&R-%oo zeE5caGjV`aM?R#|KF2!HNOSlDkC~H)J?y>}J={q?+L&2@`#CPea`xJW!#q=j)AYpQ zhidx9wXeyYb{3w{^|Va8j}@d1pseSEFi438(}I;|((>2Lajig!_X7BWyOpq&HDxS9 zeUCZ3nt=0^>kPVkxm&<9eCiT5NIGZ566YxOIK5Cnmz_HUS?q!jA!SS#wZsnB2%KEb zl8rO0g^!jqqtQneHP7;i)r9pscP`7;Fjc7$n4lZ#DyX2xYKv;oE#D@U?c&4H`&@d| zJG9r8E?LYJbA|Nb%JT5sH4b;F*Ifl$=#{$^$|)m#6ozRsy((*%`vPlHi7wP=5aJlW z!vB*srCD%>IgwXe%oE!^H6Bl>wkZ}3HP+RKTB6NOt)XaZb9hteNPAtw(TS1GpMjKI z*TiJ*9A3Lw9ESHa))tW#%jjQQ1%D-b+9Oa&LyWcbm9dQqkAH(+3dSSwjxQVm#OlQl} diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj index b42c433dccf311f31898ebbf45e20b90f835b52d..9e9f1ed8765d4ab4a903818726ac7a1136cb8249 100644 GIT binary patch delta 4592 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 fTnMo$UiH^`}y}Sq@n)-x#L8+ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj index 6a42531b16686d653f790c4867f433c92505286d..75c7cd7da5212690b2dc151298adb655829326df 100644 GIT binary patch delta 472 zcmWlRT}V@57{}lL**V9hi%o@12g8~hBNiN{RFu+1H(AO~Ak%#qveBTi`B9@RyUDIB zD1<*mUL=7RwQg!2`tq);qCn~@y$DLY&~6P1i|E+{?~mvG!Sj2tibtzhIH0LiJv{2t z=5*e0-NZ-!brn$MxPG$po}rZTF6&CUydl|j?+TPMyt{m<_eZwHxXa#-j^Ngxj4T zQNQl|JCu#%H8Uw2KUquJnzFc;N}_{jMr;glQCQ*5$U8h?ebmNtB0Yomyq>l-J;4v@ zB<9(fvC+?x@EqS{q;Z7J*{g_fE^A|mpR=M)Gn`9GM2LpVg75BvwSPmE>& delta 489 zcmXAlPe>GD7>DOKJ2S4iv6IBwZb`YiET}Y^(jg-%wh)3H%iMn>Na99|nU>E-17BefIZrg@VKrhN^ne56kl*ts0C-BD0=WC-)M*HzR9bqiNE#Zc*}!ECr!# z3u){~`(3lXqXDmYuFJ+Rmbz?peLvMy5++ZlY#ilNVINmh?=i*Mw2c=m&x~N6V;NiB zYT~C%5~Hli+GyovVLRVtrP0dD+;!~X-JFdCzve`pWWAG=$W5mK&3xw6Vv!%5I09T1 oCK&FHOX-;KDht8|J`}ESR%mj$JH9J%Mp0(e|4Z{I>-sl;0U`L0!2kdN diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj index 3ba6d87d0e1feb0eedc13c9bb0984a62a14e7aec..e7ff90d0ee4c28986fe6043f813950075f3f71dd 100644 GIT binary patch delta 223 zcmca1ct>!80%OcXMfrLWMg|5R7X}7~y+8~COf2ktAc~3oK9FK&Va?1dVPN851JU2tjM9xcz?1dkd&BQ2qbSzo(Uu`Og_jV4gh@1D%}78 delta 221 zcmca3ctdc40%OEPMfrL@Mg|6+1O^5MX&?pxCKh%+5XHoP6G$<$ux93!Ffehjg5@|^ zet_f{+1`LDj_n|diIoLt2onqIDG-l^-5f-5uzNz390gNMmw^-mqadRypD;HwpERF< zI8c!a!^HjjCo3?Cvy^7$q)e`5T)f$d=^5kXQ*2zD4Om#18NW<6WiMwuFnKL|Fr(XK nMh<1hm6KID)ERG1_63q6lS_f*mC18C)LG8}9oRGZAe%4%o0BKo diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj index 4517836a618f72a885bae70e54c59562c5a700dd..0003c3349296ba4a9bbb02447ddd1ac73daf9f1f 100644 GIT binary patch delta 3345 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 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj index 0e025dded71d030de27acdde558666cc95d486e9..fbca15249a7bd37bad07703069a86ac3cef54068 100644 GIT binary patch delta 2869 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 LSj)>>*#rL#Hi?co delta 5743 zcmYkA30#&{_Q&seS7Z^qJn(|}vZyaXf`Ecs;ub0{poXBOlxw+BWSUJ%=|`QkM6IhG zOHn7Y7?sI--D<)uQCu)9Elp7~+a@Vz%CwT4-+`I=|M`5L=lh(yopaAQ_uN;vt&OT& z8?`c?ro5dnFt`148A=651}SwrMX9su|Nd+N?t|G%*&OamW?62={ocM10vt6R0di#} zDrNtWlxoo-sxu}z1Af$AP-fU&jzK?`^GW2ukWp1(Dq==C(v#G z$)Qxx-TI7-d=?f2$AtYX?H$at!K&IjZSFRU9!-u??hm(US~W*yy1Vv<^r_` z_6F&NFe_Mxn1MsK*h16IPeanF+O!{ymCth3U$Blxn3r3*_&MS@ss^$}|qU`e~4D?8P1rirTO?o!I737&E51Bg_BUV?qK&_z+Qivds@ zq>o{Iuzmu&4$+6PeoH;x6y;~p9(w_Aw^+S6RjD|=8MESbaaW}h^dBCj z+UmaqDAi8C(_5+bIt_Y#dH}{J>UWcrx=SxK*YcC^%|$@d^dnd;UB82MGV~sVyOR#a z+|K%emP%#n2e6?m-GIGx(d*!_uDTUs-c2uVrBrvFU`7v1qZ4MyFmLoqj2Wm`V9i|p zE%Xl3H-nWLtcRPu!`eN&1??mB(sZTn)3;$~fwC83g6psLmDs(5-SD~F0e2|Zww6IK zKo`Mkr60r$(!JqPn~wE~FQbti4*fmWaB90OpKl79@3Fgd_<+L?L$( z92HSAexeGmX_i`8FC*2$4>wDJmSZ5KBh6Bfb;~?3@&*-~;f0=-cQ7t9q9JT(2u2Ju zvkNnAckVS?3zyLp)2(O#ePo_3N~C$_jiNkTM7p_A)Tw1LPG{su&lRNcx8c)G)~M8w zkC1Ya#gu>y^TwLTMrF2~2irVpE$)M(+JsLrZ;yK9uCK5gPtVA&kwp7LN~bGNc2pcT zb0Yi@Qo_@_spE9G+w>m2gr=I>(aE8r$y3mzX$i$nf9d{oiZvPc=g=nebE13d~~fC)-p!Qm#|>u!ls84kZ)$H4%H&O%-}^*6{X zmp+TIxb-<`3(y%!l5fwWhy>~@*jA8U3fBbdYnU6Njma3}ad*IJ(0Z;JHpbg|5@to| zwup1IjzGa~ts7xbj2;q-o$E2N@Q8{$i3#o?JC(x5$SG#S7#~eAHDg|*N;75bIPY25 z==L~0**Jq!te(*7j(4^!L|A87+I%&38wHz}ijzav$+@`giuT2$I#^$rW5qE87a?oi zJD^$WW<`t67R^#mE8C@j zZL+ccQ0snFI(JO7G~5a_GapP2eH;FAXSgi~Y#V3gn=KD^rGJ_$4<;id!4JiB$U%(V z!`#6zR4uV;WxWyZrYu-y{V0|eG)pV3mgc^Pl0$0|1@}|U>#egMH_t!Rm7M0_LtVY6 zQT^S|yTe0a%YLf{=fS<*9TW(?wbo7(Ic_{%G*6A|+5MKRu*=yt0G@VOm15ssXY-M; zzCdko?`xJ?ShvNt{moLK^_yuJH{Lr-W`EP%rmZuGqWd>zn1xemSutk%_^#f^a67pJ zU9tVqmSpXbJp{XAhd@fP7Mp$JW9SESetcJ2Zo(%d(|VIVAtrR9jOyj`G-A|P>wtM= zLRTE84d}mUj!uZ7t>&u&?599-#`8Fgb;Gn*7Q4K+E%!@1}lc z=j63?-Hdp6fV&FuAnh^hA09}#=Ie)_p%?sfv5PAyT!L|Z>m?r^we9ic# zCg`z98e5S)QVO|)yvmwrMo&$oiRRgR5;{x3-#E@A+SA>M69^^4(3%_x-Oq&1tqjc7zJeQ>Fcpi+f8WX^lBk8c);B zFQxO^4n(mE{TnqKh#MeuEH)gv7!@S6$-s`w&8o+XlYd4k#U#r`rnbnaHrR&B*oUhw zc6G@6($a_qm6~T-&+Lo~H-F|d+wETFy_ru^jmdao6g<52iChXdA3srtmW{LKAd*qD z+tIJ4C*BS-Zgw~N+W*Sz?`-s{f8kS)+bG}McsiL9{Bd)Cw9!d_=rjFnVJ{;`Xm0z& zRQQ|7o_3vKEA*Ul`HVR?5|o-NNonA3Xwk{SOOt` zKiD9zd!rAoi#{fHVF8kG=ECkMVA~eH(qSu_sV1T6*dO;ORfDI?Cd8f&H#h!S9Oxw(>i%Mv>KVWf+!*d=^q2&n!*TTj*t(BUNM|IleAF}ke9aiR+e@A^xr{#I{ zCo_L}50sm~H+{EQF$XORR&1fo{*;x&3GVYh^WrL^B_`aYi8FIdIn6a6o8@rh_*E9& z<9~8hvW*@w8(;R(7XRUwpR{4;*{}4Vq2{Sq#0!=9jx}Gt(u+3v+rFAX)Wtt?Z4aVs zvtr$K3N-U8S|?`9g_0N3w`;so&*E6j#gnxO;imkUEV&e^KxHp7`zv};k-1ah#V=&< z`n~wRuwK4@TmLF9uGJfQd5Vy$bf|Tbq{e!Duf&t-OgI17kc4sJ8|T@6@8W-P<6AcB zZ~AU}m|B|3P00xC$D1LF9YSfOVTq+>SNy_nsYzgh`inwhLP>HD!1!pJY0X%-Uh}t`X>(w5wZlm!nnt zrmjMCZQGSV(dOi?{TQ%fcL4?ZzucWC+B4ouMgbl3o^+StJJA2;dwwGFk9mJO(Li&g zdNa-Pm+YNG81~h^an!*K*zcn>Gh_dF9G;W=vuw9J8|Q&c8e)1JSZr(TZw^4%XMQ=b zIdT*9Q_rBLwT7_mG4aQ9O*xeI-w(mwh zH~48A9y=b#?!iwxKki3K?5%bVqf9Ol%;RdoDh}BTY~*6W9kxJ+=3>jYu!JqRRmi6E1!1*bUV1K?*a76fyZ zAc`9W?K$rdFoP=uJGem*&)GFV3YQDIalK#-ryd4g=Q6=|t`qcO?-5`qmk1_twV;$k zYJnwOELg==f?#eGy zu)#CH8ZHySp@LfWehQrC62WDz7F^?y&j1G(3!qO>%8i0koOc%ZmMa8N+#ty1>~p{j zE*Grhdcb!30C)Txo}9&HpQCj?*9n%f_dHO`C4x3wEy(1M3&12U798TL3(g~0bap+Y z8C)aS!4Ve$izf@l@=n1Tc3uK5bKxcD9LY(MhO+lEaEMC;!CWoq$su0=C%9N(ag`v4 z8^6H3Sv>m+q|00*xWy4)0%1H^FqC(Gi6MJ9^(v%bE)!rYSJ60+`+wEcxLPohzY+v+ z*4Kc87Yq9E8Nq1weFK#8Y(Xy9e1qx8`fnj6ak-!m*9%5->UTg-E)$I8I>8L~{sY*- zC4#G5E$GG}-vfKNSa6D~zQ>x1eb*qh=h=d8TqD@d5e+~sPZnI>y|cl&o5Vjq!pj#p z>$-CT4(plg&L6SCntx)jqXC z%Z-9rT=NTtyv`9ffzv$sCPq5AUL@@77SNu{1W0$mb@u)Wq;QEKhpPo+IpjB>Jr@fq zxk`Xo3D$7l?*NXMU?n#Qaya`optxLs`XQLbsg1xkE)(Q(onRb${{Yr;i2%o0Fo{F% z09UzK5YJVD`P?X|U7hDbPOPrLd*kW`ypih!tmJY*0M`qKbE*x%*%DmlIsp>V4$R^b z!Dy})Y~&CJaF&Y&Ib0>EIN=z zncFo7iFHGyO70&3jN83Bz=a5p=Da|N4z38qm@tkAf^>@~3vzg;Ad{WJt`6{jMzE_L yJ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj index 7c92cb16dd0c306c84c3f22e2f9b32829f888868..3ae28c5f500b19b890df62dcbdb9862054bcf195 100644 GIT binary patch delta 6213 zcmYLN33wGnw(jb_Taufb?#j(gCpUX;AR8o*g(Vw-u!l#0gngGS5G4#c28S^Sj-oJ1 zD6~O9L88Ej3j`SyMwa0TvM7rBSXAI4C<7`k2#f;nKh@(i-`Drle`-7RpQWp__eA)i z6XDBJ*xs$FXXA6qy^7*}*i@8%rz=X6^826aaeoxAD5}H#nIA%R$BCR^M%X>k03OFh zQ;Z5GR*gL!J>0%i87K{qZ_phQ!J2KGj8ohV zVq~~O8x{6vG$NW5ZL}{IE%Y^txe4hB?UJERH`1Z=4uX0&8j;84fI(tgLOy#>Tu3PF z_FfR`AJ{kOjdDA3(eIn)Yf%+NpOONguhA5R=?|ykl=_lHtggR-84kU_s7Z{?EsKM7 z`ctqsTrZ8qhWbz7z^fmL!K#Y(119?(&^lr{-%=qGJF=x>f8rSRZh}ZoO7D3SJNSML z--c2Bj5%Qdcfvmcs5a)nc;8(KYIr#)@F^^UjIWKZReX$@M=@+9_lrl9UTOXU#wmIe zHqrD?LApct!*@>I33EOA0rZCHZ^J*~dR7FP=)~f>?nqY@L%-ux6s}*3RFr5%yNnaK zO0`__Wh0hw%}QH`w)1KH1W4h#fOC0W59z0&G0wp**ZibR0*WyQ`@0^MMmmfXY~)%j zfk*K;R%3*AL42B=-{(3eHS0GGGWimIn4%rW$)k>F8cfmZsC}z_DcU}2hx8K98~~$; zTv8V2bkknBqBKXR;Duq_u0#!DvN)72(VD{gffPNwKLf1XT|G8HAKmzv2TE`aJ@(NO3AHgUuIr(-NBpax&@&OlJB|?Z~L?1Tv~SEvNqo&YXJJ02#Fk=DYQUAjPBK zhGk*;WVFNeMd*!C{L2sxd>hMN=)sgm{KSw(=X;q)foG!Yrzm_MlV&QMe8Km_7uZ*E z@a1BCdN3-El<%_0>(GUBmpGCh)W1oC?lALFqWcuzVexZ%=e~!LM$yX|E$h1{1Diyz z*QWzSOnzXR68&PJ0Byx+#c85nNv94kf~o>iqtVf?GHUzk#OzSJW;yB~8M~k{jZa~5 z^nqwPdjh7+qbYSbUi7<6w)=um|H*h-UyDWR_%EdHqxQWRwQ&^j9#a=P7l*oP9HG^Q%QU@a zw2JrJbztMgukG6TXwN{N+%v&ADe~LLHD3We0o&TH#$f`5(u^vj7uE_C$DRTWHAWMB z9_S)Lqj5M2pqn&inei0$beCY0aT5s|$!mm=&4GvQmy7WMG=XLb z9L7SVT413B9^(VDZjl6DMSD|dS;d~qn2G{-KvZVM`F;jxihcrh0;nE@XkZ z1g6~j3b5+YXQP;e=^XJGuGfdC;(K7ISMP)kBK3_R*r)G;GotiJ@TTjxVWpurQo8F# zdnAXx6>IwS)yT>iJ=6&i70};7X^7QV;0&gI6YV(tBo>X=@5Ql$`ao351bsWUOjP{Y zLeHsSQKBX%n~e~E%1LEUh_yMni5D@{yzP+AQ210#H=Rz27#}At<#b{HE0S{Ko6lhx zGujzl3|6}G9h57v&e#xan!$(S%w~#H(%isn$eeVi|9`-2BVU4(nIWgQ66k(DA7+~w z_Q)oFFPJgAJ7d=~MOna4;`HVSr;P8#ivM|#WG>Z0@51fQ?M_OU=f&>aVJuDP9lF#x zu(NsF73YQrLcAl{eaDp=36#nIM!PV#Orc!flSaDS@lPSM^SK{1nQj{u@(`9aJvQpf z_lh+gf=SzGW5b;ghqbEsmni6_-$woT};bc zJQk(dEV9uIeu+rvZleai8{uM>*r<`eNe(Er(f!;@=9Sr~iC@GOz^rgfO6K#fL{Ja6 zq;diOs+l}eX~Rc(5wSklMvM7M#IQNUp171}Aok2*Hd@BNp)E$arH@zeIAUO&jh^9O z)4U1x$d$YpF>W^5#;oB^+F_oJ*6|7H&43Ttu$4cBI$<{3XcK>p7F}SYE!>NcF(0wf z8~hzwW|6(ccFw5pQQPdDycnTx{>4VSc?&u9Nq6)WFtnF{OFX^dj`$pbbcko^N|j=6 zcguUmQC^B{F%R2|9_PF8zB7;6%Y4i^k^jCsJO>Us$tU45V18huFL|vvofjNEk52uq zJMjYI=BDC5h?F${s)bVFUuP74Vo0;peBJ4pPx(l1OY==<8eIt#{vv+N9X4|CaTI#* zIAy``@DpNie%3uQ#SYjyuN~%xY!u0JD0Pn5$j8S~sD5apC_afHNvJ36;)qD&^Wr-`}82W1XF50!! z6+8h{i^>I5=8|P%Bu}N&mAhh3p>HgoLGx-|F=v4$^4=%`<`^4I;qMF9IjinpG<&m4 z`u~2u1jW>R)g`Zw^SN}{PM37q0{$8KV3#ZIIk5jI_tMBcuEcEYheEO&ZZel??Vf<| zVs?w>&RIDlP(;<~4w*?Fz7gkFXV}Qg?|>V%-bOm_DNc0GiaHBR)IU1n&!HIf;3q{y zK`>__mQ^2fBn1)qwY&ouQXjX`O2uD8rJ+UZFb2_ID1NPKj zn)H^3g>sRa>LktW$7Z6bkh39TNns*$iOq$Hqa%^i>Uk}?5BB_tg_`kpP%mhb-mYq> z2&~~dHNGSED^)}PAcDhef_tbT@|GImklw0N6@MMvWUkOMvcYdmok%Il!ux+fQ3dNS zo-C?}U5s#1GE%XIre%~uI5fq7Cr+Fz%1-HtLn`_nP|I{q4$%jK3{77Hy+iTWi|pbw zUkio915T|HvEt7Zql=5!y0&G-msrmToY<=l)AX~b6!FvWqt@UlPL(h#MujEJlP%%MvdU(^W1feY7k_$V3)^h)DX5R&u+G zhf4!&tazrh7waufl@_vT!dKRfX`)|QUia@2x5gnRXFiW|7rBF`)BRNG@D8e_I?V0b zMf%;~AhJ8uk+g}D{jAtp7Q-%zgJsF)6=HC#Q!e5`j>*AF?k;hsEF-Zq4wqOG@dQJC zp+5S-6`OGOO3|Y{nVl9B%VW(E2rYh`rBV2=qJeUs+>gZ5K8ie-q^z0#Wlh&1-9H@Xs(j71y|$5Yw|q0C$*wbf}k&hFzXT$$9wWc_uEvv7_*zC3r{VG}A?G*IB6()Q8dKIMvPw~6B zv_P3m)^CEMm6TM)*xO;UiXDUEASrj!Id|LB9himx&L}<3wEeSxoXVDn&j%78Y1Lgp z{+Q~xkxo<~cEckxYAvE-6(0L&H#~8)nc7livvkuFdll4bEk8Y6Dhc_wCrDrMYDF$uj>0P-3{P>nNEwvM z65DzX8sucJiDg5p0_AkLgYLK_6p)8N*nN14GsM4!KE{rTIm7ajr9%_6)iGgoZ(Y3`XOWGiKy$nxr z!nP4EC;Ovtj~&M5wv8D(kg@+38^^V>^`d(Ga`u=wJHDPhDEd#R$A1Rf@cW=hoVb&H z()Q`ZFPM7C*S2Hwa*|@elnrc?_;$)L0==egU^~QDQza;!wt;1fbJGS>Pp9cGuxG`G z(@n!~GmwD@8*@c71$6>QZdo=#Iz(JjH#)==$u$FX?r3D=b=8 z1I(C8%&zebR+Qeq#ESLxY4}VyQ2(I4?A0)N%TNZd6$54_GryRLUrjtYGcT6zE9y%7 zzLK4fyAd9xXtOvzGmq_BJ}U++1ZI^mhZs7m7M5rqsg0}tI(D-!Q;$N@F zr{>L=eecw~`|4-q{b6e3?74YU=Qb8}&YRp&f8VUU$q&>wO!@o#ST;ZY@t-@fzyI7x z-9MR4vEEvt4rYy3*fS9Gtx+TvTboI&ux^o9XZ3#;VvDtk!~yFv39r@7f(Thpkf^mz zk=SHqt%OLh=8-70-Xk%^idzLS->N6E!g`Cu7Ax#Ii0#%W5+|+ABs|tF5;Ls+t0B%= zt4L&8mshI?*=N?)HR@nh8DObv)&Ii2L)N0R!CFsZyY)Q@zg77>#QjzaiI1)GB&w}W zFF^ccJwl?N^&yF6R_Z#4lhzy(Db_v`yDeiq#6)WniEGwY5+7UaMTmaZ5E4DC^(3}f z-;-ElRc?T|X0?#mZJj4^)#}s=k!w9dLbpC7@wJuu62t;)4vA80ABhypco|}+HHn1B z+WNBkAk59$2vlv&BhkZpkA!K(ZBldClUDCdYC8Mgs^6rxXQ@^TiBZ;DBy{UMiEdWd fW{8PaClc4JQ8s!6!t_6(DqE1-zx`33(BJ<72?psw delta 6169 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 U+%h?qL!EUBD+5E%h($ delta 263 zcmZ1=I7e`T0;9}CMfrMd1_lP6GDZdlHYOko2$)#d!4wmFGEkJ6g*7v;gn@~JRUIhL z#KH0bD9FUfCJ$1{$Z-?IV`BXSqF7j;gDG}ikQ@j5A+SmgC6Kv{f{dzs!raV!(tHBq zKv@+AZf-jumto@my_^3sS};zY#~44^l-WgEKO;XkRX;B?TfZo^Air2YwYb38NI$7G zGbd$o1#{2jJ~pn+JS=aR7>`W;$yUzTGP#gFn9+3dQFdjb+}w6RF2ltA`|R{H@^e%5^D?vbi&6{ni}h2B3yh8QlX5civh|ZnGjmcHiZk+y zN)$@-iZj#mQd1N_E`kUFS(|GZEg2_YVrrjU%G|yAAM-CJ#tV~wvXwJVm|Vyn%xE+D sD7!La-{hC<>Wup)3v#G4{+MhDBzH_sxIl1%0;9r2MfrMd1_lP6>5L2v>`Xuw5HPW@gDEEVWS}TB3u|Ux2?G-cs|HY> ziG$@gP>_j{O&+9@k>d%7$HZC&qF7izfhl%gkQ@hl16U=8GRRy;K}JzCeAp0Y`I^&MXk{s%cA0|5j$qkb;f#j6Q6FI~ImLe&j diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj index f7758ab197fdefca4cf1ff6e3e68e01a2654f18c..07b17889e74b5703b2f197d2950a036993ff4858 100644 GIT binary patch delta 266 zcmbOsI7e`T0;9}CMfv(H1_lP6os0|&+CT;fFtMb+}w6RF2ltAyA|~_@^e%5^D?vbi&6{ni}h2B3yh8QlX5civh|ZnGjmcVZ)B3& zT*YX?IQcwN%jA6K?#T&k9Gh8K-Y_v9nf#HhoUvtcCVMcW<>bBW%8VV8AF`{n?qFtM ku$cUjS$MJnhXCV;$%Y*2tQ%Mu7=*xL1wgS0lN&k20sb5`B>(^b delta 244 zcmbOuI74uP0;9x4MfrMd1_lP6>5L2vEKEQa5HPW@gDEEVWS}TB3u|Ux2?G-ct13{Q ziG$?_P>_j{O&+9@k>eqV$HZC&qF7kpgDG}ikQ@hl16U=80?1rOK}J-MnOhZK4ETVK50Gy zaiFXU12?xFkjpS}|6V)&jQreG{k+U<{i4)@{9^so;sRqM{iK}CylnlX(#)I`hT@F; zq7sGDyyDFCywns0kc%KfK-T7JMoY%Y7n#~77c+NnV)??vcw+KbwsOXf$+_&ojMkG6 ovMV$8On%C)&bVhXFNZqgm&v9;a?9jc4t3TktPBi2lN;HD0YLdYEdT%j delta 263 zcmZ1=I7e`T0;9}CMfrMd1_lP6U5pG2Y)n8F5HPW@gDEEVWS}TB3u|Ux2?G-ct2$7g ziGyVwP>_j{O&+9@kz+cD$HZC&qF7j$f+==hkQ@hl16U=863AReK}J`W;$yUzTGP#gFn9+3dQFdj(#Nc}Uw`*-`<)SPONbMKmdiEyWN5wkylBvZc^S zq79Ldw35PEM2PZ=iIDd!^r1Bhf6%BB$mz8ZB0yH9z+oB6CPYjU zj0N*J?NWkpjE*Wtz<$zJ03)=}R{XeKA;h#09s)xAiiwLQ7q7@A7I7QCG>y=MxcCws zv*iV5WkO{2^(;cHsvFlj)FLw>PPKxbw{5FGfU_-P42vyd2A{TUaT6k|QEkKRsAsGw z)U#Ly>JBUu)H*CMslQ?@ss)%etKZNnH4Z90s#d{e`lY%T&QZ6$4WDWI6L5!~u?My+ zqA5$v`vvxlDt!Bvs?c3LhguxVkf!f(j->{8EYH&)?Zu^|yrf>*g$cj1h^{ORMt!a_ z$1~3xqEt!Hs3QPr+T?f^{-MVlk50$ZmVZ+uz-i?^TWHrs*6PC=qK9I@wke<@=0 z&sFZA6Dex6EHs8mPa0yAF-&^2^D5;dUbEH6)Z^s1GX~jo*y)GA=_!oY=@n;A^5vHT7hw3a<9>i7>4AOu~Sh=pgXzGw}d-#D04LG z3N(GpU-cXLxHXeFK;(=e_84DBK2$P>Ry%OAhBP(ec=<5!*x8A9*kO|2aCq=cmCiBIQ!IOIv|Bp@45At4huAyDH2EHHg9tjh>L+iRf|Go%2^{k?D0e+$t z;U)0XKf`T~^L*u}3hyCIyjXcb?<~G1!V$Wq{1TMv8|5Jg)Zz&U<7K;WNlmhE5aSq+ ztKZctHs5+W`*3%ECefGDLkSxMBM19>yCbPYPo%#)-Is}UXVS5XNM|yU>WOp?B$8cv z^tCQQe?R$*RbL&vJORsWT7ni>Wg8q1Sc42L0y)Y~%kTmyYz-xZSfv#aWp8urVJjRR zEUX}YW&<4c>>|gv%wt2OSvSWpo8uT`W)(5XS~*tPvNj zb@mBI7yFlEj5RwENjAlCmfhz_vpNk1;WnGoPz^D&3$e^vIqtD(ju6}6=wJn3eaP}yUhN9PmTeKJO+jhPf|WL6A_WbVR(Y&o0ePft zw6SSu)CPJ>PNE+S4VsWN2$>Ipinf;6V2No`Z0Q%;8f|D|V~uUJK2pz}#z|&==RfD3 zbM86!-kp|ynU+Sfpn4{B+2QC?7}H+1Gj=SAKXgQ3jYqUV+7X#C8zgSB3CM#uNPZkv_=m}X zqGf7Ij(TS)XG9a*m& zptdNI?Xbjpt(8ZN0CezLqZ01$ca2BWk()BENQ~X1^nZ%`8TM;5+rOdL5DH|+NXcbc)?YvBzr^?Dk%TrC2Yg|!C+_??fDy~-C|Y30vT zd&>5-OVn!(xKGjGl^Uzei{RcOd@)NkgL{WiwU%lD_XJOOKS@2j;12u5h?G4U6BK+3 zsEIXd#!ed_bB7?zKXd0fzo%oh=@p_my^Y^?XIcYOU$?R`t0A?^+Nq?qQg>>%Z-I7X zXp20O5~%%H{OYm%HICl)*O=OCi3aO*)V_7Y)M^V=b`$L}DzEl~uw4ywhYh=W&`713 zYAy%oDV@;3AEx97XUMOd}AxNdd@P6Di& zkhaGLn|X73v3Hfq!+F>uZu2`dxwq(jY=)1gzv{Y9?ZQRy-K2YD8+|tSmg BSEE^ zm{VYbA9zXL0;v3tye4B-tenzB4%_IiP4ng}`4=U4pBEK;3)$xVf?Nm`(FANK!gaKy zBHlefc2wBqXUvi(u5RY(9X{#J_V_;2Xm^6SwWHOR)W5%{x4pZ|9FK2xn5zTdjlvR6 zDo_tA_(0$;##E@c{qr_{pu%$?<86|Vh2;)HAs!dlh1Ud{F{}}8;E+HiE(%=2fRhkM zs#p($I45uv6`e4GjRGq;slx^M5)UMkGVq+hFuDxF8Qd$dhBE>!2rj}=+%3?C;{p@- zn?M|^+%N#kIOitShe`@z2^$4|!byQFd?3(_F%PW_;yDkgS#+fm&f?xw`q_-vglfaE zm!RR0z%nj+p#aX~eJ|v|b`1Dn9rR-^#OF5MQ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj index 354fb226e05cf78afa897b7dc38baa9a1ae6e39f..4e101890cc6dbc7ccd49baf2a02b1471d97b19ed 100644 GIT binary patch delta 1370 zcmXBRdrX^E6aeshZd*o6*R;T1Jmt~yD5I2ilgR?@5H}p-kwK8Kn1K)_FkVBMjtMw6 zU_7K;<{`2v)u|BCfZxo7XeI<7QDTP4bS5)_NTMzv8Nq~wKjyjk$M^m2Ip4YW+@a=g%b4ap#+a{qjNYo_;(2okyf3EB$@E?|nYnSZ3rUOg2upSgfCS}=sBbjc|N;=CmsX2q~2bms(ZN@u9kFy?0n6W>@Y za8;~W!px1-iWzp%5x{UwMO!sg(e_k^20D-0V5F}a!=|vsBtx<&i^=vMqm1^i@C&rQ zMnm)0(z-5TB`x$Dusc=;+JR zh(&9Taf{Z3UwsZ7<>bk*c_l631Aqpxyx#^}N?>9)z|&&HMuE6v`z$AUzp2lu%a>{J+OZRg#1H&>mOCl=}~=xPIhY zcu|yRL_weE%*cfR^?Ec%;8;bw2>l}_N6VGxEw}q1Z9JC1iiEgkf zLnrjAT?Toie_gWtyp^#kdJb%esk~rlSMKIzszEP;3-`l@$SOPngGx`~CD^?oZ>=re zNtf21%vd=+%yCe}6deVFQd>laTNRq(clM>y+Pp7L-j=Jnwu#0LIZmHdzAVlbXl&#W zO6F=fMA%-cJyT(;sjRX!RMgd;wN;$0b0pi!sw-=%Y-KN3R+lR;{4*BWp)1e}qyqUm*_2TLVGI4QY-&_XydUs8u&Nhdy(45GW0 zm_v``J}yZD(cVU!!ZykGxFA`?h&PB8te0%!jAR5&7m0B!m2BXoM32x;tYE%m4!!Ms z4Q`_65=A#~Npc$Pmx+FClTZfk?5`owyNx|Pb>DwvH@1m#^ zy^?GAP%?z>E5s&xBuTh*g(^p}xSKeJ3zA06>LKpqOwV?Ssh7V?*E-ot(I`S65s3Mc zbLf@O(h?`S-=ujXI3)=|dp|LVWBuEek0dV4^6)0E7C7tSIrNiE1C$-bQpp5P4sa{X zR delta 1376 zcmXxk3rt&87y#h&pSIYRt^&hJe{i7qNX>2G9X>35hHu`X7upx%WH&x&L|m=Qh1L zpqP*xGC8up^TPe8Wy zg~D#Jgzsj3VZKT|0fzf>$ai}yXu=>G(j$iyie^hF%!vz@;5{GFru0U)hB0qrfcV~G zfoXBa5@N2Uam@H2l>o+36>ZhnMcY#u>!}{KQBQ9*#(TmRl>~93A}ZhSed^JzhMuJP zH5$s-&xp%WWiTUxqO*gyXc67RpgT=3*xoKmjnrwtXPrX-^WxR$pa9vY3k3Lvx_l#b z7SP1eLVjuD)95MqNtDHu!3{AR(*ohb5t|Ls;+5D8_(6Ogn+jI3Nj=pf(V7k^;<)ui z?xhtst%W{YG$;J(m3)ws&xEWh8F3#1)QIK%HrP`9<9h)z#JG(Dam{uyG(^^VPosO1 z_V^FAH|e${P@vtzm^n>(Hz6Lttz1hSa?QvR_V5fCxk1N8HeVa1I z4qSn9QJE6~-J(0E2yDt?PORFeg+2lN%u5sfcC$AWzo*7HzLaTDUI9Cl`BCupXY>2#)1JJMZm2|?s4S8zq znGQO%jwHq^>1OuBBC7NtXqCEBDsDw+oNt?wX>Q&hBTp-!o96BY(a8lBS+mb%aYa`}x zM6!Tu5(B2T6GyN|av7H-ix~47v5ZZUyErcyM$>8H19VC5phu!cT?es@PRSfjcJNJ@ z!jVpjMsZDY6jNU(y0J$>D@bUCE}{~fx~R-X{7XjNnB7ena8Qzfx4P-w5p?!Y)P|Fi zbGR)Tz`QfWT^x}_RfJQfGt@JDW|DwN? G-RobSdXmrp diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj index 7148a984054000ac694c78c8d98289c3bbfc5d69..c99d35d65dd455542456e0d7783ea6b437abef45 100644 GIT binary patch delta 469 zcmXBRO-NKx7zW_;-Wjb)y-X@PH(DgA7b&__f-y)Cv~X6ZT!ce`KQz&0bR5#sB9N>g z2t;}*jM@}!j26o6$C;WxQPdz;LbVd1$ZF%FKv()ry>K25hnK?#-^QqKbJRC}0LkgP z#WIZWS6KqD7%hKd-Y8Yd$TWnZRH(d@Mn${zyF@9Uxh?ulB`Gm$q*Q7i_WCMp;3OZK z5v+Kt<}fhgbp+dunt3VXGg`t@uQrt0Bge`zUs;bhzgPZ{-lrAC9mUSwxmGjE-%@@CtXcX?xH z!ZA#6>5aw|t+yJBbj2W3VlxBpG;T5~u5(g+$}RCVBQqLb_*mS{pEC=n=5$Kq0+H5u z!Lw;?_|Nls`WiN9y)S;}it9{?Cm8rptVYEZPKq7e5?dL`3}Kjsj7Erivl@TcogKm) zzsh}+O*xHvUKaE>LnlK8_~#=Jl)}%c#naCEt4KC T*r9JzO5OJt7x6!`sejo4$snSc delta 424 zcmWm9KS*0q6bA77y=Sy)d?Z$k5r>3YGgQQ4L7T1};&fF?F;2-K7*H{wRY8c2Tc^Nh zL0Xs6r7d03NBt9xd2iAdl{&cy>L9koK{o{jPcEDvhs$>k_g-hs%dD9TVI&{ksl^Ze zuN}ub#=Re{$x5Y+;^QckYVyWu)C~mBJW83?jaXqRIUdU=p-QXG9;=H0J$!HVV&6Wt zW`J3H&^KT-ewHu}(H)g|gP~N7RB)M2eJh4}R(~$Jy@x3iU)UW;AY(5D77WzbEzK`G zn2mKY5et}8sZqXo9kh32zpLz}zMf&^c<@upOn61ZVOo4ZS8S($Rb!G#@q~GCkyz9C z&VKO^KZ%N0YuoU0eO==fs|y;-j2E_p@Pz2XkjPQa-Q>^_j%59-uHg& zeytvOt?nO9_s$h|+OzIih0rcrgix$_Xs@C!c=V~tM+<88MbwFNdN|aOE`)mBs30Ny zn#0DM+wSE;h&*AlBzaXkF`^ex4g!u*b_jS-OGgjxd}2=*Tyoa9-%`e46wf z%qn^lU#jZoIkxC?n6>H^=yFujDfBw(7{75EB?->kN^@*1(zI#pU>oP#&KtiL;?uTB ziW#pppu<^2MY!k;E5j#(^0QKWiMA4!?9E}>hpjIEu`0wcm;R1@)FN)*R!=gv zK4l^^hSS-Bk}^J>@s$?g8!eh$ZYFwm%Ik$1;}$X|Q6GyPQ6#d<-G|sC>!5u#%bZ(T zBwYLOrE4RV;k2vJe}-9oeOj286zi0x!nF%ME+g=PT{70EHAqqdmn9o>-9X44qgw29 z@1kx5Ju|2S%RI}d2Ddy#6hSYe0lT-7j-uLIKow~6R+i3T2RfrYv%$La^e)n#mns{~2T_rCm6%!TfOlIUL=ShdtG$Hb5ylOf^fi7SYNMNY%W)58yfNto4l@3MS8qz`DzcMf=m%6Ji|JR? zCyTB3zY}5}jz!%#oOH5l7c=?zld%yW8IQvlE~W*TJ6!DVeI>+8{(wFY{y$UW6Lum8 AQ~&?~ delta 977 zcmX|;duS9_6vpqF*-0kJ?CfM8*;Jim{v6D!yXVD6MT& zqP0|8>Z48g^bbV^5nDwAhBelr5u}QO#^M7NeAJd$qGmO5W2u7BbN7!9%W(LB`$)Rb75dqkb50Y&=yeD&tm3A#hR(xlPE~R>EHD?+L3EjsaDAo_YEQ`o z5+Yz^>Abn%St5ie5V|A9t9lTx&0^9KbQL=P$q*vjyrl?{V-{n&D?(?m%2iZyolS(f zflrh99jl7j#+Rz*Nsb+6EvuRtMW?HZ4x!%_XU?!nO8@4(UY4hGkzq_@2ff_?EpGzG zL_V#@(n_UKj}B`z<>8bSQK~cX&{yE2bz``l`yR*@2EI{!QHCdu;YD zzy3y^nvN=kTR6FZ6Lm7_L$7ZG)h1@=T~P{>vSN~=&16MB75vh^3`2;b22=!h6|~5L z*YtnEwRFKsXS(2z;25ew)`&S2!`u-`YQWTdnfWAtk$bIdC`9SMpmv=8D!e&yFTX{z z{*;C<(qBU9nD@>SEDYVCs>Imv1C`p59k~ke&H?MBxI40xDNa9W8a15Ps zzvGLh=B0_BKFp-V@A0UT`Q@_DK5tsxl6ckFlY@q&o;cgIW;6Fu{?w*=Y-BD)FY`DG zpV`!pPnmt_VGhDMVAEtYG6U#jZo%7uOLPPmlQyk|@3~DUu#7nm-OpRef$|qN4PztI zKrgcog@dj12)hSuT8GEXtC%okQzf}Os^@?{xyBbXXRAEP=I x)!IK2VlwKI9<-$_)_10&?Apx?-~qD%+HjQip`7_X<_|};M~{X03tdB={{ReO2ao^& diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj index 66a8608e7a6b587518d3fb76c7382973a85dd981..de3b454765a33049ecc3dac533cb908656277b5d 100644 GIT binary patch delta 6638 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 hBciM1Bq%QsUGL{{b@MEZ_hD delta 6627 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 E7vNF=aR2}S delta 827 zcmYk3Ye-XJ7{}k|?4q07aTgCZw{pYg5b=_lxsq}aX+eNZtd z{}CENpM?nGR8R4AoY_XgraU^+n~l+X;g=~%B0?hKf8fS z(3)NE^0Pi8onOfPP0v_wt;Se(B`xAtc91T^=jfzr3_4*O66T-4F zr=MpDo0A7vs%@2Q8*ML4>}>j%$rJ`zWC@djYuw{3v)(l~vF++%txFb&oO+R2gjGBY(ip@S98fb2yGa%&Wnn$;<#%+-NO@CV2y__sm9HMoB!8U8^@9> z=y@!ciJNO=Qi2aD*VmR&?rx!*xaAJgAB?)&sRG40Y1)SzEvT$9V~bWmgE*??(<5Bc z@+gVhY`@o^YAFLjozffgR#88Gd!+=Md?A@?_BBzJ zKI$tm(kQ!0Q#6i zNHQHLnv7Bv;*&3^4w0!SUBHd0E;MtB!Cc1knJ%sk&qk>k zeaweQGAB?p7o|4D=ep=Rez5IF(aqe85#~!I Un6I(ItVJLll3&5xj*fKhUm(NsN&o-= diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj index 0e45192a83dfba78c64d7e5613042d88576a97eb..decf2bedd22d4bfd84b407cdea5341ad40377781 100644 GIT binary patch delta 860 zcmXw1Ur3Wt6u;-&z570GZZqB1{5##;W}2V69*Sf-kwC2sA9_eC9nJc3&FLl;1Vh3H zjX*qBSlB}^J%;$u9|#I8qKCAHq=z1QtPrFpAqqNY(1rUu=lss^{O)%z-}^b(nuEmv zY^^ms(F&^|gyW$QVw!e4?f*+N^gbzsCiO*<*bL%r+rCx`nx;F5l2TcjywD8gw-IT` zUmU>xw-}5aQmSN8uFfze)w5#Ie-mk!y5wf121W_d>NXX+Tp~1rIAZH83sR~r!74Kg z_`nuE;bP`hQyrasp!6FT8x`zPLxW!_+7{UV9dNEfq|!iZq$}vs;%ao zU4_S_mp&*tOC8~gk~Ab0xHqVDPqBI*cze0$j`%XvV?0JuXn2K98C@Qy!Q89I# z^0&+u;l98tst!tUUNu1kpQ?Ho#!bS*xT``nqwKQmWP>S6D`J!sL3lo+Y4>}2=qzYX zuowR!yu22kvu9x$KiZ>k1NZE;P>&ux;NiD`bhwMcAiZNhZU5x@fL`muJKh1z*ZVqi zW0?zSE0-7M<;kllGhhzu6v>(KbSfio)pZ1ieb@1l zH@yDA_ekOSc-GHuq`H?S delta 841 zcmXw1O-NKx6u#%Zd*{7sbe@g#r(-!ejw71C1XhDK29XxoMi3(iDPw9dB_&-AkuI!F zc`PY1Xcg3=#8yR6U}2k_Hc`-`g}W9a1aAAzfEVs}&iT%FzIX5C73XMuj_%je`by%3 zRahdW{O^@g)7Wj;yUTK&ZmpE1ox70OE#U1Rk!A$Ta+*PDZE|Ci%5qK62I=a*63Dkx z3a%d#Gg6Y9^FnE}QVLELIzH`aX;xa~+Mvxn6pmg1x_x}X?kMY%(FIx-W|p7Wsk29f z`A~lVv zr_)q@P6`3tNL3}bfQwdICtdPdFy?jhhK?76)Q5@0Dew+X&AOGmQ4tixw~d-atvq=K z-A;AVO5<|J5i4XscM?fq@&HH63+z7$-g#K|2u$z}232JdjOjF|kbf4o1WSsqnFD0= zys4)IzcvSHkvD+Dyk(N{VR2b37lR3;!A>M4P@xTO^~FM$@GWZ0ikJK$vcj+UqHmnu z@;6_aZt{+=hI%;U)Q03OD4)t8oWVQxVaIZ-{Z37QUq(`VHQdkN!x24|%U|X<;e<0X zHJZONrg%Bf#T}99)neqCSskzWSWBDS-n~VWoah;#e>?%q@TZ+vvoMpOtt~cb6}jm0;9YQOmeJOFbf>w95BicdK;oc8KrLEu)AwF{SVYX Bhot}j diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj index 379534e603a78de6a8a5d2f58f88d5de547d02bf..c61a1068f33744b69c4139d7f90f6ca60de41512 100644 GIT binary patch delta 1263 zcmW-gZA?>V6vywmx7U_iN?)E9TFPq$+9E}Su#gD@Hz0Egb-o2g&}}H9h{Gk?4^y_7 zu;4^v@`uDN>-+#?Ste6cT(V?rae?TF5KUy^!{*+^ePHtq6(*MKTtD=ebI$Yp|K~a9 zreksCT3k7uMPnDUGcD#NlO!cRSs_V26E;{fO--64$z=Kw?^<#_e;V~L6q>RCRTCXEWTtXn;4QM$u16Z z#UXqg3rWdgv8h~9I8&DSjiz>AgkwW1!?|q0*H$lmhY4#&?h9-oi7uX-#K)|X#T1XJ zh(=Z!#3$TL71glV3h5@wZ64PtK25k~9%Pk)AODOET{p4M_U8ND`omHvVHdkdsne{_ z(NwZcaq9h$RhpTSH|l3zut@WedV;e=$)#V_yhH<>x^uKVQY~EZjOc!T%GC`#fABN4 z0C^kqdcVv6F5qmf3CEki_rv4-R+qOu4f2=PozUrwF8nC_A=2y@uom21GOZsV`QNIY?9-o5^CU`}o55 z8r8-g`W!O(q2{io(b&4&AW;R{^9E$a44Z#5HKE17mN#_Pe~@}$4}^Ggm4Q}z2Sb4} zdC7?10|j&rmS7qEfZE_0vf;O2F?|b1euU$X@+*1C6Zs`P!E*kdqS%q9Ju=oD7U*oU zA?c7CD|ZawujUkO|K0=btKUAfcmJ-~_ztrrHq~B#j7}r{ZkT4!!Mu%8rW2NXVJbi~ zvl_$9O^7o;K;8W?^&-kVgMXO;R6GdN5u9Z9;8$iJLJz}q9Y>i(m}G86`h1xFLC5?R zN<--*z241y71NLI@rNIOtoL<2(fjUZZo(zzBGiR254UY0!d)hrPSh-hsS5qf2Fxx- zs1wcqMW`Ip%t6#W)w@KWM(6@uOJUj2i`J!jD#N8E{+oV|!e{mDbo7}%(Kx0KWkcm5h-^5-@`nj# zN<`TblJCgW42{B=kI5wU5i_@#$igz`GGj0p+2fBfli}PP!{MOBbMYqklk@nU@A;jR zn|nTH7>^nHv*^3A>`Y6-yh#YNB~FN)aj3LpnramxBr^SmeHNc@f;q*orSKk4cIN^Oh=l6C14c)Qu5qzN34U5OJSVyI$}a7}zstoG`U|B5WI*7*0*bsLf5k;G8YPSHKcN?c%vfeV3~w^#+e= zPhEw0;vP+Cbz&;9oQ}ce$e}TmJ2qOY&Aj33)XQhmtgCRyQAmd|;n+c=$X36k2K=fX zpb6AFE9o>&I5qkKXPjBojO)%!Y0`)|ZJqfDuio~vyoHA@z(bmoUPY7ES6ai9Su^8@ zIXumaw~er2o6)hJA=0NfsMOL*-GY9gPRCh2mr;k+NkO_C-JW!T=p_6pb;&0t$HGY2cY$gn*RMU8LHl@T!Q3TTS$sOI6UO|#c#$d((eHJas946WvoyuaV8#v~9 zg3678`@_kRMlqg>(^)+z8um=a%u3&*c{J1k1V47a+GI0atd}qb)n@ zC3mQKZ(Cz%PfKfPUt{~;j!C&6@Q26WehN1!wmBP z*4zoxS@bXim}FMLHy5UB=$xA%CraI$IdfztYCY)m4hUH$E zOxSfV!d)hrW>hbPsThOICvkHj!rw~czY%&EmzYOTdtdKz^nQdsM*3n{TI$1|#TqKW zsl|x2FpNi*YFMdfNuOzw$@hvqNI&AK*aP%5I%9r%9fL8ye6n7MetbBmVmfB0aoprg jCA4Kf_b6q4k4EN299;IN*slrkNxc4H{r~WPX65-0RF7rL diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj b/blink/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj index bbf3a27391961dcee9141ecf6141d579d9d6b095..1c9d393e7a4df3fdeafc07898a4ff1355ff185b6 100644 GIT binary patch delta 979 zcmXw1ZERCj7(VaqJ-xl{E!;yl+m&HqTPeDa8<>kD%n%bG%%H^|fDs5}(1h8oovvFM z+u9m6AkM_(aSHoGVlwzeqLhUYko{m_O!x@NkjRI@L=uf8iUI$)AHK)L^W!1Zdd#gXWDbf>yC)*h`+dFu&hS|es(CMPia?ozm`cdqabgamE6kjcVtO zV?|npZ^zO!hVZ!d**#vQ&vBdiJd&lfA@*Rn^ad@*l~OZZ#*~|A5+BL%|n=hO`bfN>p0Y2u(z~0->-i z?f#g^Pn3r?Cw;JiRCysGfl$`?Vk(JLMAND~_}geSp-D+F#z+hXNxUB~XU@I%+;i`p znLB0UcG;L%OXlplUD5b*R0#LBEyQ~gC!&p+txQc*?tN=m7`Duj;D_n5$e`$$j>vui z-$y%*WE8$tO>d&X+D)@~*J>-h;&AVL;&mZJt#HgF%OkVe?;2_DTV@lNWb3M{9I1OI z2db6p5#>i%r9R+{RP$W4RYnTos5Dn&s>J!Y8f150T`{;xUE<7Y^&Inrh}3hl?1~Jv z>3KQrv2Xov%;h%>t98OLmzYNNV)vL>dX1;~6r&sa?M&SaJChn_8$;dYxe@i>gMA7- zU8*!L+by($-|d>}&$t@>H4g4K*>zAau!1UQApHhwt$>_GPKo3*JTzlT@}Fd*nu|E) z)Yj{q^)QjksfRLF1IZ)If*IYIrFyLlCb8(GXaFnDTTO;#)UKXFuZ z94)c+)PdgEJ|iyiX>1c6#b2?f=u0%lb2N$f<9mXO{L$o8YMBo{%iXSi=^{0cHSRI$ z#k5;zG@JOueT3e|&u(4fLzb_a@}~9wpzjl@3AkR0zC+gQrmYzETGH3KXuU*o8<%@5 z7XG8v=d`-E7gxN;=zQgtS8vccRQbE99f$l^d8e=aE*eE#ZKsbbJ5@PC1C<}vTY#@NR8_`WpCyDF19^Dw&>n&5gDL#Ip|5gq<2nncN9@Y!&TqTu z3FHok^bY12C*U0k=_B+rF5m*=kGRix6FvEmY@A_i!XJz~uw~>=Dx-Ncq?b`(Jb=Z~ z8Jb7#Xh?T3$LPWv%Tor&7>96wOgs0C=V>iI9}j65)dlS{Sjf{U{K9+z&Bf5T`x=VH z=P8NBVk6Dr-{PYbN4k`io7;ux#N-Mi%fbIm=j0v$ diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake index 6107630..b06ae60 100644 --- a/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake +++ b/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake @@ -38,20 +38,20 @@ if(NOT DEFINED CMAKE_OBJDUMP) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/nik/repos/esp32/blink/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 "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/nik/repos/esp32/blink/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 "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a b/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a index 9ed1cf87579c0e2a22e4a06aa77525fa7444e3b2..61fc2ac30850d46ea379993118e519f9a4210f0d 100644 GIT binary patch delta 129876 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 R82#AE2w{#<#LHm_{|7>K20{P; delta 1172 zcmYL|e`u9u6vvry_44Nb~l*9{Lqmh>}Dxvy+4yudJ!4YTQJAc z4`Yu<-?XttI~Y`s8of>jdUnD!NuyZT0T47T z3srmr%Kj}r2@XqE{zBQQ_)F%^NQ%15Ok|c`GuxsA?h?e*W37^vn;`6kx%uMd=m61F zF&F>LrgzPq71ybyxR9JAS~UGNjn+SYGg;F_pBATUdaSk&Wrj<^AJ8l3ER3e69i@`x z@h+ugd_OMV3Ul+OVP#=?bCAlL2encIFqE#W%vP7X7FJ7B3E2WHlQ-#94;?c@sZRRB zoJb{?Rp&FJdLpFMBQU7GPW9rE)uj(C*AGARXH=^KlEj*l0PQY|Na^f)!~u%LtI1bGhlfj!&@ zSodG%X+QN+GvAYJKd%n}uk&%iIbIYr@wy;zkPit?@b`ieuhBF?^L$bx`svJVO$nmk zIZ%agg!=?j{J!88-xD3m@HW9lo{i)BX1xVhS0U`(y< z;0W^+^v~CAyh~hD)LEcC>{zFNP&uJdsx8zDyyPOiLEF`@s9dj&eq)ll9*3QXe1r2& zq;8lxjoL;3a;;;R6}pX{m$Z+)R%#XXo3xM0tF#@{PE=MP6xbxsqdoA6T*2MIN{Jw; z9nlBuYjlvkL=#l->3>w1p`+|;>ASe5$BMgvMG__?ANolNUs&=9HbiyzZ_i{~&YBlaFza zOrYtwC$FHN+>0D}0Lc@ce2QN3GA7C25j*M0pXeejjGvsA1sFNyNe|?-Cnb25T!IYQ ziF;%%ng%?nM?d)xIWmFdpeJk4OYX%a*^1bg`OGe|5#!`vC>b2iR%#ZU5dJpnL&_Ot*1 delta 893 zcmW-fduUWw5XR4}cfI%S?7E4Y>_(e)qbAuv)Fiblp(gDrjSon<;sdo0#6-cMf`Vzp z8qm_TN(nUm>LZ#oZZP<049FVLmVgRTCJ+0f{g0(ZT8}9wEqZ z^q1>az9p$m)Tz+@>{zMysJuWER9mR$`N&0jpLUg=rE;~_*~Zl9Djap=aslVuc;x_f z>U1yt^;*d;pXgS4KGjb4N^6Ar%e0fq%k_Iab`w&IaA1?vU`OCb8N!o5T4Jctor!1c zYxEj>iI!8rr?03mO|P-9r9a?Lt;wID-~BdviRJ<4~|f9v~A;e(;Emq)56LvAFUuw_#f?yhXE^2sTPFszb%0a~vdG z9>~c>*J5*MRPG@$<0l!x?=yO7uMV%2Npyve(4L*QQrfdkc|F3*RQ`1_xIXhM+VRMs z+|2$JnGm_19V%=V|8~l5&qia-rMO!cvsznrZOiUo`i0mH>(_1B_}Thj(goRYeXpCn zxZyvm%1mnLHUrs6WZ~ brN|JzCikI(Jc&zW1;+c6zSmuN+aG-gJ237M diff --git a/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj b/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj index a0010f73f4976c94a79863e242dec99efb7b5060..ec1217e6055f61fc2be348bebd33ea67e2327523 100644 GIT binary patch delta 726 zcmXX?T}YEr7(VCw&bRM-og1yG+nfXE$^}!uxrr#HrHs5$24NBuk&>XypOvJ9T_gli zWai$WZo<3^1jz;SfwroKy zq3=*jDTAak8V2Jd#0Wnvpbk(cy2`0r3K67QEM7rXP(u{vtnNF1h^{KyfEuAmIFHd7 z(vH&t_-cBI*G8!wT_>pUpcwUlsi6nhp_VQhLexU}&RkUyN zjEZ}_PJG8?*&?h;RtTr!O=ZiEIpbXL61Fk#=+jvF|9@Jg?j78yk%tYR%MV>q3~10H z&l;CyH}4tc@;*Bq6|QfXTU=dK2=?6O21keN%-?dPq|t@7y7KGhD_5RN$7R?a7#;4n zM+P(Y_5SSWnB6~?O(yKVp}~=i-FIVf=xW~br4+mEqI`F7`KY|Wp1QQ$ uav_?yE$Gc9kH~TMB%=sz20r9opr7vnQ@oUn8jnLltQM@i2k(294ZeRgjhImY delta 709 zcmXv~O-NK>6#edd-+S|}<1@#h(^L9Fj`e86%0sCWt*Ty zf>Pt%vpv5yrXtn9y0=tTcVUAV}!og+}gopoVhtI4D`ue|!U7jXaNP6AwYT zjR)bjohQLJ^CN5<;cj&8;NpX#+ykbCN3cVT`z)p6+>0r#ya;`Qr@*vvUY5)drR296 ziq3-X;C1kwJc=oMc^J$-&STbo9)w#LpNDfdFG;tKh0lRe?1Lw97nBCCKxy(J^lC15 ze@3y0^ISsUU zL-N*XIx1^c9X$}QUGM(IyGol&ipIWc(r%}zzi{0?NLCtar3b;7kSeNFbh}c^LqHkm>j;eU*o;8G0_ifD3Xsks~E96B(Kl zUt5k&%5YnTCgc;aF5oR00G3N0*df!v T5m`<}YF|Z_`hr_+ew*Px01A&C diff --git a/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj b/blink/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj index 6f1b4a15bd8a21d84703f23e65dee857e330b9dd..1151f15eb5e3bccaa23aa036b445bb068c013f40 100644 GIT binary patch delta 3992 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 Dw&vhR delta 7289 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 diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/abort.c.obj index 4465c5da25a78a10e6947d91200d2c58487b3860..f7c59c231092e7aef54b0d024fd6e648135a0561 100644 GIT binary patch delta 404 zcmW-cJxBvV5QTRxw|AExHIR^>yAu_WQ;a`Fgb*-=K}-=n1PeQfAQ+VpB#=f(pHF!fCOyB$RTKFp`e{MR@!MLqNPp5*%b5MoA1pQdzXAj*7_lHIbeZu&lvOV-~xmy z!xCc>XlWvn#G4&cOTuKHqs~>OEZfng4pLWzX*@1oX=)p&lX<>SqI30{I@dBad@`63 znT9DZ;Ubx&$wkq~b+LdpLyJP$AaqJdog<)@hi)lrXC%zMkAI*;3Zqh=wLz_WRuQ~L z1NB`3-U|^!9+6##wTiceE7CYLoT{`95JZqi_%WR19aZxo*QRwny@%j7|4$lZhZq;A|rN4{@AMZ~y=R diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/assert.c.obj index 33323eec21740503956d6b5aeff7f9bf1458a8da..edad20413dab146e52b1e9177ff3f679aa24b5b8 100644 GIT binary patch delta 791 zcmX|8OGs2<6#mbB%$>Q8G z1#kHlQ(-bn!HwSX+aeietw^6m@+yK4ea(8tm3lR8@P55AyNct?W@lU+mGGJ=_nvSY zpKA8HPb5Lw5H_|A2u#(p=@O_)3YdtmA;lgwUZq@^gK3%h~$;`i#3IbEAFCz)#iZf6urrxGQS1M|?v*TekAZyh_vgaq}rftHiwB1*)Xb zg#uiW9PhN^sSNH$>mhd&3;jFv__)leWz4ldWqE{(KVndI@_Yygvq<@tvSE!ElXiYC8jDgV=XQHE$dvSGi~Eu*6y%E3 z6gBgF%A;ET2HwdhTRqy#uUn_+EZ4Mo^n)jWgS-sf;F5F`4RcpIPQ`pK-9TMD3!LN} c@G*Y@K45BZpaLg=ceoGumZyQQ_<4KuFR{RjF8}}l delta 808 zcmX|9O-NKx7`@;7nK$zsb8?=IqUh*o)2KAhW+E}D2+fW5BAG~`fqsaFLX9#DlOcp! z6r_Do1TG>X0x6V1P->AYb0M?{R}qG*Xce_;Q|EhN55DuAd+s^+-Fx5rP*^HV$LYjE z<29{VK}v-uG^Og4Qq`#KM+;iLkTt`~LDCJgFnnDZGOKUI+R-%4Iw~z_eiC2MXxGsw z(CN3}m~S!vV9uxnH~On@i)5JfFc@nhc{Ra@zGgkvtBte>o8QTB^##?M0qU;@X75;^=)ew3C-YV)#kg`>QE`SOLAzG=B437Ly zmCqw(4+VaTgI@85-q7sSTvIv+eUA4}XF-2p> zSmDYAUa!n@BAPGVjlLn{;@I$cp4idELt(p=uX450bZk$Ivb?<4qdpF$J^Iaq=~YtP z=#En}KXW~*6Be&L!-8|AnslOT%=nIs+H8Q=&n k10V1=;5`mylQhpAz?(b>e9d>V$?E6$o8RKYY(LxdA73PiBLDyZ diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/flockfile.c.obj index 98a3dac062cadb6e22d00d43347c19da1c53028a..2a624b36e5f0a390f861052f8e9c03bc5f39379a 100644 GIT binary patch delta 749 zcmXw1O-NKx6u#%ZJI^=u{9)cLMrR}^LuY(5jelvDh0qvIMWd@04hS-aHlt3Oh!}xw z`VZ@XTC@owR1zd7NLmzaOsp_kNV!R9VGA*X2&Axc$GVH}o$ucJedoJ}HyuqyhYP@c z$Fsh3h%;tvDU6-q=z;*;#V~}S3K5QbbLmWdlo4aJ46h^;wtG}_rlnM3lj;I7?IVJc z4<6j39LpP|TfEAg1UkrWi8EfEmUDySMI{$jaYPA20>4ll#Z9HiwPqth$S!+0jR)k) z>(j(-6yjm^0Lm-mQ^a-PGvS}jQNctxWwxq zADyF7?; zBiYq$<`zGs<8|0wuQOJ#tEDr^_)Tz}B(_g%s+g@+Ss^JH0kf4h4~qSgjY3X4v0BkA zGmL?KgPPU}6O-C)sK+gB)IBAQGa=8Sulb9P4Q_(IL~1dJPcuT6DIZx5j*<*|jp&oC zVw-8=y&PjDI2z=D#3Fk11~`M~^u6#JZ|N>r#tGe(AC^(#kRFE+cF7W;mr^jdSjH9o zC;XXNvU_%*5YIiq_U_KMU{^;x*wdEm?hUr}CM(K=t%;7Vc(ApvBN3Zf5Q8c<`t+Gb zr#A=2aljja6wVXA!d%}Ryu}q?1b$;#Nd!VTM0f!|5LTkc>Q`7H-nUM}Fn+Tl@D*$P z5%A+RzXg}@nZJ;BKKYA5AOwox6#59CU=v{s2M8DOAz>}f6B@V?D0Yq)G1eo0yMOC{ F`4`5HruP5< delta 717 zcmXAlT}TvB6vywGxiikzxGp<4ciRuzwGUTk*Ua*x4`ag*+=>>1ddMX!Br1*UVKFLS zf+$L(I-u4=PX;L%()Q4jPrYc=LIko<6jnqph4m0d1a|H?5C6HpIro3gf6mj)bmn#h z{CA>@t1ofJ%w>hKyDA1D0go{SDL9A-?Xh~QspBO*j2^R9!i08@&YbCQRH8}s6_H** zP{PoR>y(y2mTvI|YZ9nX*4@i^qhsf01TQOV;WLgXDL9D>bUuuKl}*8K8W~z$a)#f0 zMqPQE10gevJJou~;dym?nbWq*`;Kxl)5S5brr-stJOS@<3mIRgz8H`2Nbf4{KdJs`JaZb|K z71G6=T;n$IcE|;Z?-(^YpcBs+6)=OtMi7>8!U%?2WRzZT)**x{sSk`=3KkOc_{sPU zOSz&ex(cU-k7rN!_280~&%G5F)!bfxod?EoFqVdCERfD%xM~*W@M~2X{$PD|8j^UG zv>)e5YjLAJp!}=A2lfFN!XI`T7O**_4@sM_kf_v*0Au%^yJn4y6Rz?72N#;3JOBUy diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/getentropy.c.obj index f52eecabac8750a70b64a10ea8b2fd613f2af1cb..94240042afb2c36787bf54168495c978c2b2f9ad 100644 GIT binary patch delta 444 zcmYk2F-XHu5Qg8Sc}W^mZEZ~)3N|=IP>AT@s31-%okS=&SX(ey+iJCTQU?nn3YEjH z;3VkaVnAF32f@Kz9dvMU66qo?4&DnCJb3@R|GWQq@IKv^+eks{*!FiW7-NP_VoN0d zO48JQvXZRUXd;0!9bDR?fD$hXC#ju5gnvPhtO}=bQWlcASKMH7MxZBaD459ev?c#g zID}S?5I1EBw08pXhmh;;ZKBF4deE1iq_7f?JQ4}ZBCRtbkW#2+;t^F%>mV z2bxAbpymNNLtv^%$$y3<_q)_9u-)a-YThk+EAD!}T&lSFN_lj|%@(}kiksc^3OWBy z%YdKMhr{rSv+)Os8E7V|u!l#9G-&vi*n)eU>q$ca&q&YloAd>z%t1KBHM1Y0cw#y* zfw!i^YhlJTjOlUwHKUNkh~@BIVvT^!SWy_j1NmY0C0EKaac#t3Q4E=cb|I6l5LrMdZl%e@x>PUroIepc+7nSi0PP|v z#S$F!Um(ln=yvpgta^toOl6nJsL}8fnV^u{MuH3^Rk||y2y{am(in=I%37fVU9;_5 z>x7aiHC6c3dxeBD;gqX8C8y$UIrUPl+HgvZ+I+^@Y`NP-?@RT->+5;&CXGxG-Y^&K z^Pdoo$9CZmJFzSXe2?wHJ?6)-a&8W5iCw cJ}wexus}5Nn0SWQb~=6&VQhhZU|7TJADtRYcmMzZ diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/heap.c.obj index 546d34ef3f4b15bc1ed033cef896fd32e4df9143..91652f8aaee106df2e9051768a581eee30073ae2 100644 GIT binary patch delta 984 zcmXAnZD> zw@2yzDD6v7=9h{V&Df<2;aM+)Xx6b=%O|>}5H_jrCUtY%vI!wSXhLW+eFNMit1zK0 zu5qzRJLZ_fPlORs;WrWZ6~{F=GjS)Enq`{GreHm4ep< z|KVMQaSIXq5*oxhdmSCdko}M^q2`|QcG`uQVRWI%k)l>?bEIlcsldy=w`|K8{d`C{ zR!Z*@p?6$*A-9tA9-GaXc<5-N8z^^1n=h)Bc2H^ch;6xzfO=b0;%I!OM0RtwC@YK24Ode1XcW({sSzo!Od zT?b>kRj`-Jo46wsV3S9N$oYs*WDX+eZmreS8S5$7$TeYprPQ2{%5L7}HaVAqi@D@6 z&tki~osQy)dn#SUGk27JgUg7iU` zD$wWYpzm(To81g1)C4TjuV`stlA5EZ8R!@Hx zkCaJbG3>9HG{VEE+E4*6_24Wfgu_w{uNjl!2HU`h*yT)J>8oMv+`TI zd%B9TX+PPKPP>bjYF^gTMx0q`Q9txm7JY*i%sm)k9>XimSI8jDic%k027^Bn3j7Tv@E^Iu%gST<3QPdb-T1ihUW z&Bg_0d(r!Om}noSXDzyfEzB{DX1Cg83l^?j#)I~*wYWUatVUg~mhNJ8u9A*mAeYo{ uRPk?t<>?U4=lo>H^<0v>UNP4ro=@@$ZOqf?WzNQdd{P&m@!yMzeCU6#NAxWK delta 1002 zcmXw%ZDy<`qCL(O!eiat-9M?O)ao%R-mGU>FWD%9)1GzY|hx24*=zDe+ zxpte7RapaR1T+lGuw&eXf8-KsL_(WP=h39ijF6j4YCWn?*!Y~CWnET8janSjD(D9c zY47;6#%qHQc~)Wkjj(Geoy2-qIbBAttIuDp`VRP7Ttd8MtV5MMK{e=hCrW=-hFARm za#^#{$(xi{v+f&2D9kmZau?}$_`zI?d+sWFghD;C;IbO&Bg&2*HZw}?f1{%2D`ogG zO6K+2s^AcXw(`sQrlr(j3UsonHYceO`p7fEJriaz zuIr!C3fP{*(KE`}M}<|K5i+>QD?_B;=N*}Q5X`A9o1*qOhk}(H6K1zkbKfYJImBsl z9tG<;cCMrot$X_#i7QthNy^I%c)PrPfKr_&fS zCeu$ayqhV4o!&L{A+C7~3vBL2LBGb|wcjH|!2<3hicVv~3z~&qUyOF(g6|TYK%4(H zJw{vZ9D1JqDpwMV{=n4y6WokS3}rCN>lv^3814ji(nd7o_0o~_UwJiopyC4AwWWOn zqSHro+wSbJJGN{^&FsQ-UGe*_^kC_D871*!qeboTt+uEeEzErwV19`S=2 zGY9dMc?}ESv*>qx%6x!f<|xXWu8@uwO%}yax7MQhILKU%5$3n3XtwAodYE@{yV-KQ zd>b=cmQes*Ef$p^!%U>}*A)=$N4ag$CG2Jn;#Yf@V|)?nlgqf#!KB6E5oQb(sWKWu zDm9(@(36U@`9LbJiMS9+>}?9+Nh-iu6C6omMr)i$Xkea27qbM%TjSxEEBOcJKjZ(4 I&o6uZ2Z0dxJpcdz diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/init.c.obj index aed50caaf83b7484222b025680ddfe22df988cf6..2dd2b18ce92f8746419ca55f6fdf20f16d0e9cfb 100644 GIT binary patch delta 415 zcmexh^2KC=0%OcX#nar{j0_As@eB+M2bd;)m(O^_#K6GJ!3yL9DHcX%AjQb`6(q>W z@f;+`#3~FFWVr)mGg(R+gM?UE%RvfQ*yn(CvF`y^q3 z1+gbhu47c-=LM1d;-iGlArk$rFL3 k!sMMma?Rw2KyuGyPAL%EP)c3GLx_Pv80aAw0D1uo0M)TlZ2$lO delta 407 zcmYj~F-QVo6vw}J_kDMsdY+Pc-ce+fI7mb#QCmaMP+_A((qdp>;1UjzO${|EueOG0 za;TOgu)(1r0;44e8XAIVHbSUq>3vQu|NnbGe&73g*^g{J3HipzeP9t73+^z+)>-3g zxb&hhruqc!RQy+NpmqD@Q%O}7VXBPrZxWO_XIgq(pcJ^?>c7&TWr5EoPt<7E_&z1? zN<0=V$oUd$khFAZOoZx^7!kk=u$QLj6EUeai3LvRECk?<;qy6stl7 zSK?JT!rOQbPBCWZ;2bw7%Xnp1$r(>bvP;>+heQSj@h33~XE@}f#iPO4EZ+DBaLoyW kAGe$|)bW_o#WrOV-zi&Yx@pl2GIr2+m)$TdV8ONj0Ja8GCjbBd diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/locks.c.obj index f942c7688dfc459bc36efad7e13297672086a4fe..dad451ff54440a941bb1fe61faa4428e236c7078 100644 GIT binary patch delta 2696 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 delta 3755 zcmY*bdvH|M89!(D?%lil-QC>XyE)lBNH)m^5=}^eKq7{RnD7uZJOV~R0}4S*&{$%j zptBfh6@`Lxcq!pgmHG^}O{-H8N83@HL7Xbos;z^ygMU~{>!^daqwVjzx4@V`&ON{H z@%w(?ch5bW!C|>)SZ>eA?Y}HP5XfC=3Sl1#3-O%z{$JooP>8@oMPpzN8lhFU^^3s6 z0hrz`Xoblz!jJMJ5Iz^d!wTJF@WXf|Bt+1S+Dim&ONpe;LPA`1>ZdkM{QmxPEiq2986a@Q+aa>tSLimxT5fDJo1e1 zusQ~~JFK)-hAvoh3)UM>3}!i zG@av-KAL7w4199#byB1Qkz~E9+x}B zrsoqYVQQtB3|>gA1(=cO>b*&rFDA~SkC}9ohjY{`J(nhMyDvwNK~4u9XU}W)c-T5= zB$qxG-;Bo+>S4AwyvZ*Y`JZA2|1#G~ixsPHxRnhuobz6}>fxDelynl64K)1D#N`iw&o*6Yoj|nm4rRVfFc9if)}wsoh8oGV z1^$RF95trTGw#D$az9ASBAL&o{0}hvv^hpvbx2nmc=%&wl7Uc9fFoy)^P#C`abBZL z@=a;0dpNX7W(R>BVX<)%vLdb61VsKFn6YCnmewZb<&$dODE)gweaxuqywW0`)l%PQ zshzBQnM`q-4aGUWYVzBF=9(*{H4Ylob{2ArKWm{DaQ-UkokBx(qP%&lk8HJ%BYS+5 zQoF%o_WC3xs)c>4eHB?Xi8bBkM^>w6ne%o=Tk>WI;f20c$tt#N#Eif7B(Myt#!Q^zo<3uM|XQ74OMnbeH z`Xcs%K87dS96tno|=ff?i0~3gsMkfLU z=mYkYMSloj(0>?YXaK;X*T5MskKPCnr4#I_h~5fd(=}M*l^$E1)q1RC{af$s`q^2l0h2t)zaGcxN0?tG&jRYv6Pnf$d zZ#F=N7DG;AH1z>w=|lF^+up54k267oM^H<1&_QC1N6S5UvX+1y(y})6Y(|&+X8sd?((C+}2&;kaN?Dqkd(t6f2+0HRqP7@eS@m#mipP6B* z2YTr$=DxxMeZ)VbiD@3_ry3S_C7lJqI{F#+(CUG^NN}MxFKi>7#v4pb_rNBKvu6g) zaD=#@zC^3TRgMgs zA-z16l`rVcSbOwgtd06)Dx2e%?{2ZjK+z3JDEB&MB(i*BTp4^?%nY;gJKG^PFFW~Hj+%yl`_w!fa z?(qC^_q5cWUc;%DvtC0U`B#2PiW+1{l2O!yA8dj+RW_hoY))Y=oKmGYW3P( zsEZ5Anj|#IH;}{s&SN`R8$uWINzXFZvvlVRQCEkHKt5T=jmY`grTUJ7r)9q`Nw1PI z{gd=`w~UWw78ebUvX@mC8$O->A`^oNV^|DaxYZ98Uo2&v>BOr>xT(8&oJDs~mpsxaOrc)${>0&v z6sgO+{dU_t`)9;eJ^qNi86s|*XLXYIBcF7x>BKimgdQVg4n%*l7wUk-O2-2dGt9{9 zw=eO~cdUl8P{ys$8Rs7dPUI=^h~)dl?qf>!#eUObh`M}v7;7EG3E2$`SdmG)!YJNy zjV6qxi-+FhbD4zCwU2T?ob_)Nr}O?yFy-IL&lczW{M_v6Q+}=x%uM;Ya!{BQrC>T= zESGA#(Z>>dU0u89lv-gA{~UX3h<1GGUV(QQNsoYyH`4R)0KbsGimo>TB`nkT1-|i) z!(Tk`Qm~5c84o_-P{vbM8$ASjTn8%|8+!2}u^6%ISWP>)No)YOsk?wG>%k`WWj(c= IqTkK=f3+ZS$^ZZW delta 536 zcmXv~JxE(o6u#%>-uLc{F@H}?jIqR|$x9Fg!M~wPhf0N3!P2305Jkm6ixpy}P)LVN zim03{SzV+{L9(E&{AmskFG5kAk#Q*DN0|)1XDQ-)MH|M> z(~cT`kx4kNp2#cPD&*fTEUy;uz#mns`8V?deRf~f3FIXXq`lRWQwYH&-ahf4=@KZJj hS=^zCjo+va;W^bMv~w=}#KD{!-A>V$Qr6aK(R;l$W~BfC diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/port/esp_time_impl.c.obj index 109585e9e84118817f16d89176f6ea5172a5ad75..a1786e0a1d0b4db420169d2090a298077e7fe18e 100644 GIT binary patch delta 927 zcmY*XTS!z<6g~US%$<9uW=CnxOyl)6>Qqyj)>x62Gipv@4fPWl^pL2A21Ce75Gv@S zq9WS~Ws&|w56Y0~BO$1uhkjKcLJy)Kq!(c?f+A>Lp^pxnbvNtmwbs7p-n(5i)I}!? z=)gc>P%G}Aq}1f+q|{H3`fq8ZM>VB1G9t2BONT$OQjU4q2{bvH?Rrtx2D|RGp*p)2 z56y56$v169<#w-9u0{L|oT1Dw_7NFh5n$#a$#F(kN-qjjq4qedf$nwE>Zl5?fXpx! z80SD4*U@A|_2UpLFy(G29Q?;n%E=)&LivXYZ=MZwb1fKy zZ%B?awtocLY+mV7YC1oJDu?U9`1l%XKlh^!@JB?>;2_>Q$Vbqb%j*$n@mlocaTKTd zoR9PZ&O>4$AH_8kv4%-P>_t{F@4#sZmw+$jv$)wXUx3d{zB(I55uOWb4)5uJ{wVVN;i#-F|^2j@*jXct9uA)A QlQl|x#y9=9@CQt+zYR9D(f|Me delta 923 zcmY*VOGs2<6#mb>bMO44&7sLjtMRJiI5U-%scA-9<7kbBHWY1oKp7edQkq2%q!L=> zqK6#=vB*VFqDYxGt+GY*+SsD#;liLrQGroyf}roV>%#xt!}p)>`_B2F4${ORoiCyz zlp?M+Van&AF!_&G%EJ*aLOFmQn-^mlFDJlgej&M@ z`V%wYgS^2~YA#PemCHN9{ zevE~ea{{L2eC&edP>vK>PU%Yc)bc3kIv&APYuE&{mWLopa0+Ji{1C=T{w;f~ShNF- z!JYr!WD`O>{2S>Oce?M*JD~OQw2WI$@g!=$@_Ri)kY`6Z2Xpf;ki@USnEX>_tkrZ( zme>{aO?KLOR4IpThofK6{zX(`Jk53T)joyW9`8m9$b`4b-wije_uYhD zZi5*5EPMuaa_%!XWiw~M=i@BEabogG_fSl>`C4g2Zuy+Nn{HP;%k6T%5Ds0QHHjNB92TvX0*F%8IhxhdR63GlBeO%JeyG%Vbh#h9WHvosZ^-51FZe0y4RU`e892rZ^ruXtF6{k1y8JI1BrZ^SJ SD&RqB12)P4@U)CK<^2W5kGL)X diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/pthread.c.obj index 68df6a153506dcdeb3ca8b7201b939884e41a7fa..fb5888f31e3c11c67bfb0c4383a1b08c999e261f 100644 GIT binary patch delta 582 zcmY+8&r4KM6vxlG_r7^|o-_80N8`MCFZ_XygP^X0a1lZnws1%!NZY8j7?dfZQP9*0 z+UQC-5Eur68>{66Dp=58P-~?{?QGd9O~P|zTy)`n&iUT&_uPB8`gi)*TJX<$>+bS1 z1W5TBUtfgsOl{xG z<#vT#$A+|zxseU--TC-8+eXLW-QYjD3)hxJV+5YOHz<0kuCw47 zq)ye9UXW{FHvHr1)EbKRlr+xs)n#iw{-!3Qd#$4wf0uGCg?DEmp&&m-b|@H z-8)$+%{;2LdudbaY5dioj89=Wi$1M~MNH9;a85x$W4U2mqj$L?p3w>OAq_>{xJ{L) o9ouLl%Hs%qVXo3KvzeOWJa*Ad<_=B7`R0!qfC2vL<+^Oo0i};!HUIzs delta 579 zcmY+8&r4KM6vxlG_r7`8=ctoClK1Al7!9>C=t(VIG=dP3I21z=62ZVg4{aPY6D*C$ zMYL)-5ELUQ6trlQvyi}lz+IbY(;{fquAdN5(m67lF1*h<-~0WZ^X|)ut%=74{L&oU zy*G~lSx*C;ga41R?v4Ub#=XuFg_)E?3hg_NDdl_@Pq}lVj8kDx4@<5bR1dG*Pg1P2 z&pBh9w0?_~xhA=bf^q)}2Xvvt!W0K&NdIIwzW+$d69)h7J*{9o{Fj%2%`wm(7sI|_ zYWrN4+XuYDu|B=Q{AJ?aU5&r7ZFCIYIKRogb8KBSM&L=~-tFi-c%Jxc9UX#K620Eh z0eA;MBkE+&vaG$|eZbS%9hz0q)fowH=x1DdE0gB|yZko0eY*@C$}qu^wv}sgv3pKK zuK4uuhpjBX{78X^F$kqMhaNzGi{7dt&eCsn0b4Ysi}-=+`ZTV#H}zm9Ol~aPtR?ky zE?KNK7M7CQQseBIq`I8W(_Ytfd(6ukDh0M(>iyWQ{`ApMcpEJ}4a;cgbGV{@9i?i1 z1|QPvd>MZbMrEwfrRWrH(pq!^BifEeahmp-8}yZ#qaYr|0!=cvC}qB)W<2l@ufb)S diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/random.c.obj index e44f9bede8620a50136775a36fd39630e3bc90c7..6919dd6f9ce35ed73e9a459048c7e58f88a430b2 100644 GIT binary patch delta 579 zcmY*UJxo(k6u#%a`}*$Vwc?}DN1;_3YziWIQYSGEBrv$p5D1BzsWhQdOQjGJf2t%* z4g_-&;}0=v42cU%i31ZXz}R3UusGC486t<8G|OgF1?FSX}{eQ_(r<>oPKiW2}F}g@rH2d zH_4Xb1H)mg$nM5C>EI?g1fwmX>L*z<@xAU#_>wIbZ z8TBb;SEpx%6(`I3Y(@?f74S@Og+QUH(`74bj6C~9@-laTeoM2F7gSqIcoGJ4uZV?f zNWjf;i~Ep6cY=4g7kJkFj!ozv&(N>*oy;GKm6Z|RCo1&a^cph^2(QMx*x`QR?J(c# zaG&u0GB-Qy3$KN{kdK|E4f=uS(BrWc%*p|X;;1yomubH{9Qj6mVwENn^CaTPKeD@e zVtZseia*#B!=}u48+ry3Ic|bWDX0BLZrOd|)J&}sPFHV)w<`6SMp$Xoi-mA@Yw|rPe3>f2dHhYCQJzy@j7V>Uz=gL qhC5~m))9IG*v33*9LGtMc$>5rpOa?s18EueNjK5=1DL`yzBvF2d}Xcx diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/realpath.c.obj index 7ca14fc02b5dd97e1dda8db24ebad22a45a32981..e343a250efcca4d883cdf6fdb0a05762567a16ec 100644 GIT binary patch delta 802 zcmXw#Ur1AN6vuz({@rpD<2vWo#><=a^37ZUPSslCq=Cw zo&23^%a<)8{W>RydX;7rMa^UjLRJaMFTH5Vx>m&#udqX|f;5iH)iqOesCml{QxYYg zxv4BRl5nM4+J)wqUlVi>;F|0)uF$Q{liF_Dvh+4jxZmN19D+aSRl<OyVPDzqw4H#Oq|vrjx@=A6;&QXbvX4&xn}hb>to!x2rV} z!d5j1I%d>*n80cEz}O@mI;S0Tl-Ppw7R-E6=$5C{fm{?D{tpSzA)4?yjWd+Ud6|;EsOVj%K>L!h2DYWjNY$B&!Y#Z+u@~nl&fp7*9r!O5tvt0y Mh==swHf^)~4G%|VlX z(y7awJE2q-8CN)X z5W*cY0)RXPdM{La&k&4JT0>TtpyCg`K+~-?rc^5DLH#L^fC+|aIoHi6Zo9`BnBEBxPxxP z517NfQ3rnEH2HR1i4H*z_BIZ|S^U!Iz&zH)h9DpB#T?M^FZprY8FyeKUXNG80elr- z115ftm&q+bA) H568@Z9+8{9 diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/reent_init.c.obj index cbb1bba50918003d0fe4e378d9c49a271f705869..233fe11d02cca674ddc86428fe6bc2234959c8cf 100644 GIT binary patch delta 759 zcmX9)T}V@582;X!?`&tD%?bB7Q8E7)xc6ORwD43Q(O(O_X3B=jvoQ^Doel7~5 z0*UH{>cVa^C?%27x`@2%PblvUqMJbKLZZAil6t?hbMc<iU=6~@{*9)w$WhDa)2k(zQ)lVSnKD5W%Dl2p$i;+Aq4(zu^D z!ez|x`^611WWn8UXKb$?MUUDFKJ21;18=Jpo;9-F;*+3#p)iraSE`wqmr++hlZ$yp zk6dgDoI6q=`pAc01M7xmA}!JN0t$#_thf8&HFnrdPqSq1g71RH*gjE%)5JLOiTx(D zqUpF77?T-ps4(g8+a_xl_kp%SQ(^))9o-GEbESIw@D2mv5dftj@#({H6JWEpo9e6mLsg@lQI96yyQ%8S9*X zU<0d)u0qe!w(W8>k}cs?2l4~%3+v*CernUTSzy7Ey4 zPezKCW&++)_<##dN%)34P4B^rZzD;FVQDmJW0g1*JqlC!B033qY>XwL5-(Bh!%tLy zV$f)Sv)E}=Lo?=#kUH$A$HVT351$%dc!(=T2weD`>T`6*Lr{YT)oJXHht$5^j161b MnYb7J;zE4ae@mpI3jhEB delta 754 zcmX9*ZAepL6n@X{d$+51bLM@6<+jQ~2Y#^Hc6S{S3Z`aQQ_vzTLUEzZ=}1hdeuYxd z2ibw@hyJoCqm&pG1wl~sK_B!-FsMHzK|)~^l!4HB@7^Ehz0Y~hd7g9L`zG@&b8#cI z-YxTkevC8b{-ZF~s9-a6K{rlAIqb$)&{VmFIOUqFoYB$iB$!dB>6A zV8vp;9Bd28A^?NvWzK?F(~T;wl~$StCIG-<=2cvu7BtDLgLLZv3B=~TgVh7GsT*Pv-3I?&= z+zc@sF+?(Xc~*#)}OFtE!8s9DMaUAw3&zNit|wy@0F7>%YeY3(9dT+o(K z+xphpCbcOZQ`MtpT^QkGsQOQ+?*ZMBFSrS4R=WE;bVg$DYg|I9+T;44VTP_fc zwpHe$(Lo>aqsHBJml0##;B`Z8IsmJCWxt-6jSPLrO=fSpTWekq_QEaHfF`G9CsJ9c zW?`8!OJI&=`aEg2M)OeI9`x)>Fsi3`-fXCU3o^MTJ`GEBk0FF7ud=sbRg3(u>BXB7 zA#+L>u+{yr%bcr;qfT+w+C*jEZ`ILVe9TJ4w`y%qNV`4tj?Q~)g(Or1U$CyG8#yAo zXp!^sPMYJFW!>sCI$}JaBPz=aIC(r3%vIf_J;x{(4heCsyOx*WInR!Lgr4A&_KS(Hb&Uwse~S^v-ozvw86*2K zY}`d22=z2{>62w?)i*E+_Zi4AmkJBG6FePiryuxIsFgNzAl#hng{mk^WM4#G*VM5? zD=iCm+2Y>t+N#eXks~XLgnO7D2~X2^+@X@j?-mzSHu4h$YH;=YsAulu!zxd=@PfJ` zo+8h>fZ42?ce%9Mw9W*#byjqb{nc8zsrGuuao z%R4jM$A?FD%+5DGF8Q9m@NBVVteMX8+$NvSam{9*F7h_uWu5^pG4=gPHZS-2)W|pY z`*fTqfz|vou%Fi#Cg=q|UGS-g|Hl3eesI92Jv;|&=NjLq1>WYjVdT&GYv?7O@muIi s{vH@$Dz>0*D{vj(23+EYfgAYMVv8Z#__Jcl6L}%-!?peY;Lw%lKgNaPKL7v# delta 1038 zcmXw1ZEO@(6n%GQ-tNr4w_C~%>1=nq($Z|{mr6mmRTO^ImP)s?0gUl0nn;l)gs7pm ziby1iUKlHq9oMg^>=iYPA zyEFFz8eU8LenpM5GFSz3i6KjfK(27tVO6vI zuN|ZxMTN{ObAYS1ATIO1AzGc_Hm8R+^P5hJ*7JyyOAi@sr)ScEx@LSIE0c_>;v3Eb zl;^nYpjqygPtq^^u}m!*Hx&aBQ{jlXvjc15FaBO0rdN4Wq(GJYWn^{JKgR0Y#6Gn6 zth!~$RM~ff6!r5rPquQA6CfB$w@V5iyJLDZP0{=M|>^&;~u)r@F zws)Ro{1!eCP16blZO=g6WF;9qgzmD%9^8;)50DZ*A+z&Hzri(aLU&Dx#pJ0+& zCdu7}jX%qMUT4h{rinIMcoiYxzY7`WQf3kV6`t@~=myVtjnv7JSY38CR7KfO?oT+^ zzsJ;Wo^M(Bamih=r4^STkz3~#8GjG&j7`uLZdF;!kz7!1@t+}3n--nNdG-MBSKago zUsv_%Ww6vWu`zs!P@kf2osE3}VySvg>RjSA)akm|HwbC9o4a+6Jl>{L9W5r&TDb>_ zHR>QnukY1wfb^?<Kmlv{CZzV zFY`38o>O5+-*G8yrX74JTtbKWY}i0k{2NfPS8Tw!%YaMyDd25>8`#dLiVfD?CcawC S1$S}BUc#UG|G{^apZ@@V(bxC@ diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/scandir.c.obj index 99e8b6342484eb49f0602d37a65faaf2f037c517..17a600379ab3b325eaec8bb6f0c83fb7b4795dbf 100644 GIT binary patch delta 420 zcmXYqJxCj27{{OI?!CK+4TOsoKcX=dxk2UpLPVp9=pZO0owAt0;6Z~?gCT?xT|$R~ zg37-I7sbIrx5Nwu(Lo(tba#m0kb=0j6`kyx(&fkhi|6@W;Fkh#cW|*3@T>KQ3eme} zK@?Lkqt5FOOr(CsiQ3uIC@V436e1!`DD1MO*Nf5_;)kT#F1^;Tgm$eLz-WC zV#KtM?832D;5fSVUbYa|eabT3`O8L%+nwVd4u=k z5stzc&#?#hQXiow6yYk?CFgJ(>f$_JLm&7GZDC9MB4sBGf0T3~?c;_DipIRd1E_2!!b1S@=boH*g?q@2YIc zY>{O1MI}`v$T;(5rbBUBS3E#tM$L z43DEj@8T#Xb+=+FSk^cA3x+YkyNDWle4i^A2@{8|TCp&bo`&sO%H>@TDy{+*xvVGM z$VpTM;+#e*aKoEu8(icpjwEkUAB^)TW`c|Cz_Zj@_(O4i!kXj+?n3RnfS*t^U&0r* wwRbmBA9g$zl3^#eVlHg+BlabGke4jtO>!Mo5nC%X5v~7i6A>p5Ar-0p1%+#4?*IS* diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/stdatomic.c.obj index 0e98d4631a5701098cd8e006efa7e1443db13057..cc9382589794c63737e940ee234214ec05459ebf 100644 GIT binary patch delta 1170 zcmW;IaZJ=@7zgm*bKY@xc~9NJ>A^za1|m03frL6#N*ZmFf5?&9A(wil;3+k4;Y4&J zmw$Nc*kJGK8|#l|wI!Qd;BRAC{SmVkR!%W<;Alc~DO+u_wH3=hdY=AyKkxIr&-*;@ z@AvSQ>yKNmp)!h&hrjZ#{?}_+z8@{iYVw)~{?fGrt1Zhxd0&#?a6Rc!+&!i^5RK#{ zaMlL*Nb#yXSzLEQQNiJHK9&=gGw%b9$Wv)DffAZGLxFm_YQ77U7uCpl9=AFy%gyz2 z)x#@p%kuKKhVr+TdgKW~URq^YYxpl2zn1%?KE!urU&z0i&ir*npUS?3SDcnr$|Ekz zD&uA86Xr!ToF5v<_$;fEf0sTRxJGKKxLux7&2LL4%0I}gjeJS!H*t$}uHpCO>uUL3 z$=C6O)I7rzvfs>I(z%|?Wo_Wg(&1U&FQ?COT?~`s@`D2;8jY})! zaufe7MbC4Yq+a0nWz2TY%H?M6mPRjfq1jomp01lrK@;sXUlf#5wYgCcqIUD3pwe;A zZJr8lp@exk7@^B{Z}2qH=k}vDyIqv9UwV2I(KgdtyitNrWTnma&2>(ql>JLdCz02# zD-&+mgW+Etl(mml93>jG@2t;v)1Y~DQS z#Y8IwOtk-~8SB4m{QaRPdeUzlt2uZg-E+v!o*wkug}LKbDTnMX+C>YPQ|b|E6VBt5 zGLLIYEsEm8Ii!_YTv4L%whQl|L%EGnr3x#`8MMA4+{B1dfhDC6jk|@PkX2?er`$*6 zRpAj%DUWeY@t|mr5JXxj!xcs5y(Yxap|oIBX~T+=L~BAA!-(Ry^LMnE75HWC?UKlcjxLFkn9<0CaJP^|M)?d=-Be9~ peiL7!F<4O{9iVu_)iV;!1K|D>N{{V-aKDGb= delta 1191 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 diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/sysconf.c.obj index f32ff4390d348bd30836a3615ba91264da331188..3cc6ac50118d31709e59cce2f9f3ab1427d181db 100644 GIT binary patch delta 684 zcmYk2O=wd=5XX1k+n2X_`DkntW7@P$8)K-pSVd6~#Y#bJ#n)&N#EY%D#Fo-SB~)#T zA}A8S81NL3UPM8Vkduf9Pb%L001<^Mh=K+ODD>)XseHILh9HD9&_>m$o~V*N&odcI~3%lvZ243Qo?s zW}!oQ8%40t%-fYWD*0kFPbn|TD^}mWgJOF=^by116>+%GDwc9_Id~N#5xE@?JtpH9 z?FEGB_|Seu(fBRYTfXq9oj!6K$G`?pMq4AWblW2DpbY3)RN8(3=1$N@khL9~sweT` z@jSFN&>>DnT3CrsXwX28ck6Zh(jH5EmpmI6C;8Qf8XDfA$7#4;(P5XXCdn^ChxuA4 z=}nhrrZ!KWE=?Ef>9D2inb=?p4RfK}r!igzE4eR(%8Uz!(5ZDR9lh_;JD5CtXpNsH2j zh+@lttM2?z7a|gh3w5WsstZ9VrJw;_xDdLqE(F0dA%X+<%*>fH=f3;ahF6B?vb6pp zcb{f1ky7E)N~s~7|HCrwOG_zByAzOD6d1H6na>bema{H1%bk->J1NZUJ)*02pKDX@ zFG9Fbie3g0=xWEBA6lb5ZSo{2*@g{?MFW$ncvt~CJrF81!$RN zplzOtuNi@rV|L==fIZ7(1NwR1H%4%!6Np@s8!xSxZT z%01#_WQ0hrVL;_R-m6pm(LSF1E`7llC;8RK+8W-i$7rZ|SBG5=g(LdPRBeLiO`e~J zPBaT)(!4$EH3#BbW3-P?_EzZ#KL+0Bjo$b4mfvLS^ph*OI@S1Du1a6|5AYEm&DXK| zE?=cECks_N%ag!GUMlRMNp2Miw8T!aMBlhvEIFB&QYp@56I?6Cp>2SxfLm#Euffgo ZGSqS204mP(l~QLiN^$#_;vI;8Q2$8r!-8Y@Q9gkUJd-JyK+EWWwPKIqXq*dF zm1WY|iPrJ=>C9^!4D=NXfeM9fF}rvcItjrcPStvFily3fxWJW|2iN$Q@IQ9fdC-Eh zgfH-ta1~fI-CihC0|m=+c59ilB&=;tz-p ziptSRJ81nkfkHYs1fjH5p|qPr3qqH6Qk;Y?g6F)c7w-3a?oT0ol3sDaU448z6$T-K z--HldwEthywlY!(sVtxo3Hlc~gC}HtS%wMh*G$sf;wHzsHTKevta2u0e&yzbwHKT8 zBWsq)HYcc2%A6V)8Wl!AkCi!XR2j#tYofiZ3#=QXL;exhMo81urnF WWjmO2Q;@|=!a=;JJ{uEag!>02cxl!E diff --git a/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj b/blink/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/src/time.c.obj index 4b5c49430cad67ddace16d7024ffe4408eb2e30f..9c3b81be83b338fee36861bad42e3e493e973298 100644 GIT binary patch delta 3142 zcmY*a3vg7`8NO%t-rc)5PEwwiiR97`Q9yJ6b;-indX<>nSy_peprzk{NReaH$tUgiC8hE-l%_ zsJU>rWu?qUbho+y)N|ObD2?{8z7~veMV`{dpc**ahxnQx(Vj&owCpsxd(NYnFiLWw za^tW}a)i^qhDa+j2$XKzgr8Q%iE$Yp$#ISe@vqQZt;#_n)uq7*cX)*mefjdFEI_LEP zU=-sIXs|ZLL7J7mr4+rv8ACw|^Qkh=nNfNRSk`IN^%0n}ahNJ@^3z>04w3Z}wgmng zn7`KS7z2%NOqb6)3#0d;*R>`38uF|n&!s-PD@Hf6X&nhq^!g`|d6vn~oP|kesq!wz zTu5BT118graN2v6r`sHE*f>sccKL^5k<*RkGG+|&+@;F*xeq{;Z&>7uMlstdKQsm< z4JX?^)3MIDYnT5p!tp*z(C-l_@d+bN6FOnGX{HjGgA)F&En_+b=kJkj1xxG{Z_>c6 zWX33LgvxaaypnO^bp95FT*)$sbMX%e?F&q&ws?63jeRw9OrencD|Z^$mlHw5`~iho zo8Z!Uv)tiId-PjM`*Y?zgmW-oN$wjG7WupbAvKxc3VAkJZcKzO;oTH#GYkA4(sKUM z>+ZCvmw`ungSjq2RKuNwYX=L^?8ftCv!~2|2a|Z5XA#%Kybpl#BBvKydoxk%7rcVr zklieF4NQBFqbDOi45++X z6VtDfcPC+dk_G7HQ}`y@u9okzRZ*LsO6YWckdQphIJvp7dgKw90{nGaE7Lc?me)~L za}s@3cp0^(jhPFh@?X)Y=Q59-_Q%B+%f(4)6&4?a3ljNq`16!~VZvcBZ>C`F39gXO zrAihhxN^Q+9!pvlUjXcSA%70YwZqWs<$>355C4a7PeyjVl5Zj9F5DdhLuJ&PFClOY z@xO_~(}30VI)>|wD9!jUA~?#N5!@AH8;W$4dpH+tCK&Y;ra3o)t*1yGry=DWVO;RcgN2 zit({b_GJ#P1_-y``4Tknhp{_gGOFiD_>Z@2Lk_K0rUWt`dk%UgPNB^fu@!Y%#XVT5;wI8*;&%vc6JG;{U6jE|7rUW# zh))sEDH_ZX?E!U(f2wj-AQX?nl;!)(orfj*`3>613cQ{0&`e3@Uy;VoZIMGr?HljB z33fme`~u^ww%2in{se^*Sr2Q!?$iMxD--4MCfk0}lD(3B5|Y5HnyVkSS)H))du*p& zPeM-)N~Djxy{31BQ9@_pehKnmz+P_57FO>0(mA}z%u2-a5sBdcBf28>q2NY-Dma~*|SWjcm2T7 zA+4#8va51pY6|np*3?LF7NHtpqKaX6YVnl(P;N`Dh)hDk^i(F{i%U;s56YmYG7q!L z>%EHF*Z|{ZjP~yat-Ji`Df7i za^RL2>yjOy2jwx)i!#_5!}wZ3Bl3OF8mVoKv2}7P=x(`ZYd_mB7i^2Mw`CuwF5PdC zwi$GT+y@$w_d)CAq^=k{A-97bmA62z%Te1Y<9g6J@-xu=a_EkJ*nG1i#y*#|-OJdw zvag$vxO-ykj%)@kl>2(}Sc<&Vlg%c``#rhZPiyg2kY~3BWaUmTJ0K_R%!O44Xo}np bdP*Jx)#WYFJ2JQ{SNqK`73G{<+#UEIRnHSG delta 3142 zcmY*a32;-#8Gb8kr6)Z}*0HiKuMq}g2VXL_@qszbO@j!8NsA#d4KA2)1>+LRfPp|u zA+(g`2-vmF)si8ZAu-Tt0-2OTaVew_NPrGZAT2E&!h~`Z(j=wd|1@N#ntA{3e}Dh+ zo~|6XTsUso7-y^B?m58Tl55j6*K>xZ9ky!!_p|8sZkMK6toC_MO-r-##(9f0i^ZPr zg;3|S9CTQZ!PEM&8~2$kRDb{$X4{rVhaN{ji-p&Fa9H^+i>C3ha7s%?R+F98UaxD~ zBz_nAw3*?dknstSq%}rz=)Rrg-C3smemb%gd0r-YEkIcpnRlDjx;O2g5Zb?F5dPYg zq%|b^;wzDhXP6jy z9`3g6$V^0cTjzp$uGls0S$kMt3&!|Foz`WadN|wr`syIzo6rf~D@J$ET@(}MWx5lU z8&_1iBOLR>lvfx8N;m8Pz$*kXF5{va<`~oRIeNFJ?Lg7pF+Kl%;k`ET-~SFk>J# z!YX=G;1x^|r;FcH$Q3M$IF~q2Xjd_v+Ts1*izu0{O>voG ziE4MnMuo}YXUus7>GMPzaT`+>1)>=txk_;fF_-{uPK7QL?-8V}EN~3cN^x$JJ2v?t z@bFgVx(v~9(T9??vjEL*wCHE{l=&ZF65kPni0fqD{{rPDK`%DnovQV3VlurUdsyfO zqTCdJR}0+L7NB_3y|uEHa=KY`JwgT;y5QmgrdJ@XFc&4re8gyCEtQdx0&W#|)Q>#T zs(YAPn3php9oeVT4Er%ZF`8(hx2rV8*+hgEwv73!p>m1O)EQ4!%Xpyj@;atpC+|&! z@p%@YmroP>X}ex{lC6%~RG-r6;w&MV&IGx+uzKVXmn%1@_IW9XJh6m=%};R&F@r1@q_|44 zRh>v*-11X;OA_K0Am{HwuU7`v;~suUxMw4~UL&@V@_pPLIiU*b&A%XU^!4w?;hB%s z^g8CHzB^W#7>_` zSbq-&{8LyPF9pmmN|W!QsaE+S zwN`!rAU2tU&l0A9Ch2k`oE-8rVmsv{N+WAvi z0YstP23jO1LQyQ2B0)lypj{>MA=3Ag5ztZ@0EjZV96`(FN3icN|B9L_WGhlu%2xPR z$y?A?%h4!ffczS9YUEvXWuSBe?jZRJ?t^7Bv_s@q=~{1XsQe?`hRGqoSSx>k`*1l4 z$wuHm-f{pr_;eKsWR2YnJ(D-lW{W(8I@6>VN~^Tv3&Q1J0M#bF(AwqGkn8eY#Bj)) zi071(%n|Jcbx9{zD+8gHaX`!peCE!>68-d1f+Fwh@ZhGT$A6HZ-MQ( z7=D3aX|_!`L+7E;;=5t(*PS{bWS65nQD-|qTC&%AU4taBj=N66Hv1rK{2tq%UC%>L z4qE&?d3#OoxTJ*6)cp&{g8?^vwA@zuv}f<4>dI^ejt~*Z32b&ZCTdUEdVMSJJykV} zcr1#}WbEVQOTSz^tZfUdaue!+s9~GbZ4qG!We=9HHL5CDAFHQ5{MEM}6HSk!m|jY^s`)QIHq~dR?*aN3c*>8d!x=+amU@)&99yL(glgDQwIMW~Mb(wiV76anhVxmc8Xf*FyQX%A zqrv{DfGr$Yj1{sY(_{3vYOFdNE@A`J<8TMttvVuOV(%a{o8mKjjO^Ja)Gz(OuwJD_ zN3n0zxM+kGsD@}fxQb9!o2Zi5oe_A-7OEZ5s(2#`rl-c?!#3fm*?}_XsTqY?jq17= z{X9HjnbCEl@^{Xz?%MHo z<=UZl#mAi<%Y?eUC5fgD+?r&ssSTjr>MH0ARk$t5HmhZzZ>lq(XO( MFvTZ7OwIiL4~_Q?xc~qF diff --git a/blink/build/esp-idf/newlib/cmake_install.cmake b/blink/build/esp-idf/newlib/cmake_install.cmake index 938e472..97bec84 100644 --- a/blink/build/esp-idf/newlib/cmake_install.cmake +++ b/blink/build/esp-idf/newlib/cmake_install.cmake @@ -39,12 +39,12 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/esp-idf/newlib/src/port/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/esp-idf/newlib/src/port/cmake_install.cmake") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/newlib/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/newlib/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/newlib/libnewlib.a b/blink/build/esp-idf/newlib/libnewlib.a index d136f2b8bbf3ec4ca8d446f04b392ce45b3c6015..cb1b7a69bac724476917767cd4de92e3190e6d14 100644 GIT binary patch delta 26207 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

    %UCG<0@oRwy(}d?Jb~lj>}4(T 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 delta 12719 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 TFi)J6@I>5`a7x$}>Ye@%MMkng diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj index c2c96bcb2ebfdafffad863db854befd6d1de5984..4241758383d856eb1a485320933a9e973f3b657f 100644 GIT binary patch delta 3876 zcmYjT4RBP|6~6bqx0`)?_htWHvOn1kn`~l!2)G*%NCqVs#DEQpA%Fx5h9XWXB4H4) zCM-X}A@wie0+ktxjDMxAMKBBwQ$;DY>R?4Q>WI|(H%w?j!GI>>4E@gA5Sp2L_MCIi z{mysKx%a-j-LJmeuXe@ws|O0^i}Y&2m}_h{V=ptt)?-}zQyf_@YK$pbRv*U?cbxGs zrk-^|FAGdXl)~*Bd~lUxu`)6^1}=?+dQgXBeDK#4qu9Q2!F7R^x?i!FKKKLw1-M+fa1-x*}zdnu*kg%UA8+mh|iG9-7HTVk@SDCZF`4G(`qw-vit`1!I`B|B^*n$FJMND z!2&Msz_z^N3bv>S2~s}sPfTi}1zR`8Y9Kj844V#$KVVA*!UK7$h+{if(I_l)tW=-I z3NKaBh5q;|ZbK3`Q|F`7dMFZv&rkYLdc87xI$WX_f{C9XxVYa<>2*32Vm3U0j>uQD zL+K(+FmVZm<|3a?mpFt|%fumsa&gsy*aVIq@f^zF5r2pDifQ-F8eB=EdHTcZ9GI>O{R#aX8e}#hTz}F>Iy1inE4?dB71hjXRPpX; zGiDrSDa~xnrW5Eg^N>!LmfA{VqV9@thU#yFAWP{S*}QAP$1FT&Kgv%u&ec94Y9gY32aU zRE(f*ILua*!#OJ4MQfRQ3=Ev3)m>ycL`ZicpIMG-h_G0R#mwA`GKoAF-C&KWMF zhNAHxFoMpQ)v)<`uMmMbP|^$W!L6!s{lcsmfz z%zOxOn`LO`Q39Rnp=;+bZ>DUwyCn>lNo5mtrL+Z)*+IrMgZ2<)>N+aHboD7rg}z0_ zGPl=j*zU4R)XWrC@Y8&IN zeKYf8blsR>8Jc;FjH+zP?l9@SF{-n708=-w$e(=CGD#~Zs&~Mpy#V2g8Mo^1QPQ30 zv{9Q$%G8mv#vkI%vdJG!kHaM}exd%G!X3s8y%x507>$(G5|&9c(=rtE3Q@Q-!-uH~ zDr7XMKCB5kj7Gf`iu(vTXD95W_dytQMiVGg*ATtAY6=FJHR)eL8E2K$m~WMonNJeW z1(w0hTrz%X8H(8eg2qD2P_f+#Gc>Q6z?%ywDVp&r3TiA?+hJ*hjNP>90d≈gA^Z z*5PF4vxKwm+DV;3T+?bl#k-7+dLzYele^8(I2UE#TtFTNK16hW)Xj)99#P})1vR5n z-vY%wNQl3!w)7+Nycy)9q&;We&5xo~JXS(Yx8Z2w>G~08gclfeQ!}1OnEF53UW8l$ z5=cbx(Z9%DImQ0Nh<6p+7Z1-yC(GWP8GOHt=N9u9i4=jy*kA!^9^#ExF zybCt5v+`;nuDG1CC|Gzy6~##<@-fOl*O9(g<?@@rI`TqQW{R$ zs#B?+hiE>llnyu-%3S(r@WxUL(={|ZyR?QrPsWfrr?gMrACB|;WOukA&`Q~(iie)A zvA|4VlqnwhPI%G6hd`5`;KSwo+^RzdeP%39CwM(^+KnYUFfyFp=e0weI6BEs^1J_^ z(+7Og0irm&v`s#e_aJ{>{+t)i6!J}8M`&3fq+(>y{=shxkjwaBrq53)bX|P9y#}9LF%qz9W!aKK=>(=HTXdF-Gw$ z`Fwsc_sipuZSrFNExcbQMwq;}=e7}Up1zAt#s|YaeA(LM;#_pv;`G6MqVx)odN7h! zUq7_k%4a1lYQ33$HYO}iA2kuBGl=~hqtc>u%3_p21u8JcSbhJhnjT(Fl^@1}-Y8B7 zKc9KLy7#2Vw8@`ipDdSjDvt~^E3}xM7-n{40WsSOlqWDU%wC^C9l6HrjVV@F89)}SnGTFZA3bZywe)YqLfCW2S0h)%6Se;$u=+TC z>om1{f4cHsJViWZUA9K_r2(UIClzO=<$D13y%?ioSoj_Oi>~bN`8r;~mCIaui-WvV zmKPUP(!WYPK9xA|#=JUgkCzx*!q#(BxrruAv+0suf=W+WUaf2|e#~QoT7-MzVG~Yc z&rLm{8@5!)zs(9bm$fXv@5aRswk%uHv!|huyO!MZtCcGrTD53N^Qva)ZOZEzm~}O) zM_aJN?Af)V?P30+44q5id*vS?56VHvH{`T$Q~Vpb6VjAt zAs5K1?^672*$FvTehRrnmR)#@Z;=--q<}p6VoG6ca_hwz{5kpM#T4Hqli#QK1-Suo zy*vr|lq~3{#jTKa@@W4Wz*SvJahL3b+$%qY?3HDgDdr)_Hu=uwrvcsa0}(y^!x}zQ zCVxzEhui?UO`e2|$bx~9@YD~)`H!-7pu|?P6tAu9Ug4Mf2RwX{JUUQd?yJR!udf5q?kOu|>{{v*%pSb`4 delta 3885 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 b+^FV4u2k)pi-YB-82df0!qpGDqCfuwRNbW- diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader_aes.c.obj index 73d73ba118eb391a71e17c2b469be663bd955095..864576bf34f6ae56e1f7cfe935b7636235298b56 100644 GIT binary patch delta 439 zcmXw0ze@sf6#u@v``(?Ua$%llWN8i-1{K;+)L77Dfk9A9Q%K@eL?DGjU_+ohAwq}# z013i~h>+V{qamoJf`XzosFvt`Pkh7YeSW<6zQebas3b~ZxG6`DRSt}~SISLue^z2l zQnVjN4b)FkvLSffns+R{PEB#R#4p9Lq}_=`;rH!TTPU3$k>U!^xiXo3`Q`67LXZitdz<{|&9Q1EOiMeXz^N8AYid7hbIc!3| z`bUxb4WFSe+9JvaRnMB(@$zk&7A0PQ+BlisT?|Q)kRp>|jM>6Z8`q-sOo|+q4ZE=_ z6}XbkA2_p-V=uLl`xLn7lkzT`=VTPGPcv|uK0AmidaY--!H=cG>hu=8#Bman)Q?YP2u57e0*di( zsv$Qk=?iztL3GVYTEd$00GG-eh{P`KA)k;G!=v&R9#hgjw#?BM!BH{&l*W~*i?WBY uFsgAEnx>N;(3aHc9EP%vl=2-#WfK=kU5xn|d;8zklTJ~OFgA~ggzFEEfngm0 delta 302 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 diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj index 71825a2c88aab386f18c633b80016e7bbebe9269..a00fd1044a9c20ac561c581d64b7c553ff1afb1c 100644 GIT binary patch delta 9252 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 delta 9234 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 diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj index f11c8b41792d629f1a5144085452721cb961fa4e..0eb2db8b8315629df6bdd084719918171fe0ad2c 100644 GIT binary patch delta 8357 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 Cm2x!z delta 8280 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 diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj index d4406e21cdedc20b3982cfd75ca6520430de3c17..6a419aceec918d6f6de46096272f85faf81c3b85 100644 GIT binary patch delta 7875 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 OF?R!|k77*?-1{GS#}jn` delta 9691 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�B0p_UlC9F}8N+?&u zsv*mR>bYuA&1zB&;NNP8g!AeN3D?w!;ehFCtAw-a3le@({YL=&)OrbdYPW<2l|};Y zQfnlgcP+&!q@5s2|Lt762_?KBz&M6Cj+jjNr2Ez R8Cv1t3kSXN=PsMj{|^jGKK}p! delta 6184 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 Q0Q{(?N!Xw^Owd~X1zOuvPXGV_ diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj index 2a7786e3484c5e8bd383b5e76a0e4dceb5ab924a..7d468ba79bdb121f6efd6c241522ead96353b62d 100644 GIT binary patch delta 6867 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 Vt)IgXawbL*AzpC5(I1VD{|oYBY$*T$ diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj index a372603c0092b90f3f94d7707d75404ca9776af0..cc60afb0309eb18f44987a1e1939a0d195f6bbfb 100644 GIT binary patch delta 1560 zcmY+De@sZuoclszGa)QpGA8A z!^%-Zcbu#3WweA}x5wx(pSM?~z30JhjT*!5pasbvgCVl(c#0aQ3SO;t(LBDTK1D0J zTnp1H+^7}P9^S20P&MDs7FbhodY+#v9dR1T8yz<%^x(i?C^LdljWXPa=KBCJd7!m>_fPa-SD{N1!Q%} z8=zbIF;r-=bs-f^2j=-PBhF`2nkk~6Ha_4oL-Y%9^MS~-6Y~-i78x6U{kqN#uDSFMA9cm;=TJC}a$Mp&t~f2` zLiboI=UR7^hVf>1u03Lelxkb~L-*tK5nDY|D{7IDenY)~VR^0^=}TgU%ngf*H^8g- z^$a}dpn(j0fn2Qn(*IPVq=&Ak-0R7qd_L+Ki+X|09B9QKz(+US1+lMMu_z~zBvGAAzwGELN-915yLU$ZTJ3oS_QNdGFG zi(*;H197JoE?BaxslK4Op|PN~zGYckL48|GQLJF$(uU^7f`#o3$#*Ad3Lj|Kl4r_x zMJdS3+Y&UFkAb!9UXh@sTnDb=L*R={?Frh%v)fP6TO3+>ozAe@k)SJF3Ho>sIGS&R z)jWMwf>!W$a2H<#FZ1}-37W|-gXee<+{ckM9n{PHYZ5e$e+L)wD^!4mEP*YX~)i9Z8R@NIB4k64$7^QVKAyc|5p+rf2w4E%zx lf&J|6%A;F69^B7$U3n&R6L09srT6&|ToZT@bTM_O{R3YYX}ztFOYV8IXU^Q2J9GDK zzfYa_sXd!Idxp$b)PtH3##*Zocdeb2K~UVSW1VOk;?ZZ0y2$dz~FV1?~nO|u(Paz;nc`SEydKww=K^(uONM3 zv~pP2o#z^BIlaXnTZ`xvpSD(~o$GlZi;(B`t9pjz$nY4=ku+KM-!0ypPo~y=b0&i9a#&==EP&hLWts0@*c^2bHY#AzY z{eq#^f|la|LRRU`l-a1eIP!$9O#!Fz<}%l2Icp_G}#XfNe>1UmbZ~HU50VZGUNobI#Z5={g`|K zm?e)s0V*Orz--wLX|}9|9h37=P)xP~3*`W=TA}<10YYY>ERtQ^?M$mU0KHkhhT*J} z-)F z`oJCmlNUL}i(EN5tDx}dL{P&e4RtDS>qI^X18L1@i@~5R<-M+A%I2R3G0mMrGq}_} z%61YbH$H1mvvH$4-@OpIO+o7^)NeGzckt)#e5&DdP}lGScV=Y`HYNvMKoIo;PGfm> zwe5m_AvOd72y675U;GxLdg?@?g>vTuJsk*pMn?tAhuokyoLpNxIdWY|7 zaoWIzo&s9TFM47$mODJT)(SmjqP>T|@;pU9vDsTOvlR*H2I{?q<-Me*FRj#N9#~ZJ z30NiI9D^6_(;)*B$i*6z{-+WpJuK|p>CK_3eArundVcrD=^797)uV*XzL<3^c2)9% z`P}P^PzC?$`xc`8{swxNBZ29V)(1XAXM@3N;PT+>l%2X5%rwx})V+|6=oVYj-={UH zZRuyzxw|aQ*i_fBkUI*pQXO&4o;p%yQMkRyn)V9Da}07fz#U?0i{i7B2RzPIZBf(gav_Ef`rF$y`jorD zH9z7mf;-9m;I@MMXP;P7qZ>Ra88z*E#H~wehQAtkOEQO#C!N$ LJ$&$g9DM!;VWV`X diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj index a1efd249fda957ee0d752fe92864cb1769401c5c..ec71bf97c91184a0d247f26911578c5caac97580 100644 GIT binary patch delta 1149 zcmY*YZD<@-6uozLW_Pl)v)SxsXFrlA8`EuC-^Sf!-4+@tG1_V%*@+fwEn-aQYGTt( zYN!@8m{cmUl&ZNX{b9kDf?rh|7u4E{RFEQQC16|pqxOeUS`;dR#VUG6^oIj;=FYkI z-Fx17GslneiKF~{hCf(rE3);rO{7oyh?+w(%-wvOEbw}Je+X z!N2)Ce9y{PzM^)`k~-bJ$*Lm?HL|@Gf}BG-QShVs#4^MLe|M6&S9<)Hc(*F`jep5A zx(fafB(i%n+g_GadX~4!B|V^m9=4nz!T}io!+9*(>!%qU96JuWL0L`yq<| z|3+~~ZZ~#^PopH7wW!sMt>lYx)+q8_a^1L>?~~2`aykl~u|czH5P5ghVC)EF3E31VX}_5=6IjLH$g#i{Cb=HCn`fkKw(_u4%^pt48|EN?E7!~i z{O@7(>LYT0U5QV~Lfw_VV>qIC%zhFhe4DW&C)GTF`D?uR#(EBLJ-@emN2VXbs}D&%D@)&zErJ5|01Rr)Do~u z#W1}~?L(H-T4-Q(6@4^y5xh_B2d%5m;H#lt2k%##(0^8C{6ur=AvtFy(~p30p70%n zxYnF=Fp@)%L+{M|LTFp~RYcB9!9G0JWFj&a%4Yp2usp(d#`E!z&+BZJL1-MQzyVE* zT#$D|MgB#W|G~7K<+$|Por4*#YD@4(D2-l*IHIENeOotIADgCR$kMTq(q*_l1yyUk zAk}UZv52>Wpe8RLt$Mqq(n=t2Mh delta 1118 zcmY+CZD?C%6vxlGFUd`AZjv@>nxtLR+GVkOV$(Ke(`~X+rmoQTPQ|HZS}hBwz&pOms}BQ>hxoms0#7GK(lw98OW09~?SgP(RHT!T%ll!3+0y&;38o zbI$)c&-3~ze)SYT+stph(Nbi4!67onb)p~rGQ?dxB=fw*c_IWg8QVfcdXs#`r5Hzv z%vU&a4w7Y&W*IqY(OS7!y;#nryz4!E1^;$A68}q{ zG*nPWW@oGBI2UBe$nrk<-l$96fGIU2=_7Ep;4QfnBnlVp#EeAD`ljztKaerwy;#cs z|D(F7>@cUp=P{)=Yg5LGt>;xaYZiG-*37$jTJG=-q}$;$)^AlzBJZs=89PExoRBQ} zQamW^c#8TiLUUfpXe}T^^DhD zl>=EljXr2K*D= zuv5iQy;B{;D5*{Gz{PG&@RI`uhkh)(!vy2=d6$e0n}K82%7Z;&`wJpSI?_jD)h;YcRp~1bxZt;|cv`WVQz&XdEr0 z1DY27Q{D^}`4_o(m1!r-5$SfW>)+C`Hx2~@|GDXRdZD1oM9|}ys z)g~`UwVEy#v1gMSyz$zKw_7Sz<$Wh_RiUTT=63nb>EWVuhKG2xdMvy-)le82A1fCs zqYo7(%M;^Mh4R!yv8ymVJ^JuoY0qY=7jp@t+LWI(t8<-4)BLWa`dt1-M*GfkNILsn zUXVlJK3N4XOUuB1{#c$HaQS!n3CzoluFHGmh^sg)Z@aD9m4bZjZs3i=yK+1%ZD3w* i11IHCaEH7I&d3V5P5#)GOZN2=J&1$)@A2-x_xuA27~fF< diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj index 8ab0e232c91025a6eadb462a6e705b717a9b251b..443e10cead066d1f21a50de9fcad695ae9b26c2e 100644 GIT binary patch delta 8643 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 delta 28300 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 Vnpr1_@M9unnUZ<0{9U>HzW^3~?Pvf1 diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj index 2f6d3ad9e21a5d332ba18662f76161a655247e84..e834a4b13ed037295ed6b4172d4a8d9dc533859e 100644 GIT binary patch delta 421 zcmYjL%_~Gv6hG&^cjw-jF}!(iN*0Q!Av6?aVZlaX>S>H@W{{>d8I$ofC545eEJi0q zDgOYgN!cjb%xacOvb11fXGxsi&iS3XZ(Z+Ql{T!Lwr}jc06;@GlVtpV1_q7| z00UKy$A%%6bu#3MPL|l`WIk%|wWR%#+|i=MwC*XHV6iNbFK%*O)_G@^^-X_lg1xw6 zva+Fkne~DZ&<3Q#6$}Tok2COc3IWu-Kkd^VQ)*o=!lU{CXVkdAOZh1sftlZM$33ab@q4E>Uj7{tIS_?@ATjqeK;NLBW_%DDu7`cvt3HMHfAX6#!=BB gbB=D9WAwy)O+VcI=1=l6Af2hKQbS6Vs_@NI(mnz6A7f-PeRud?9_0A%6m1u}1ifPyPwGz)yb|zR+hz_^@DX r4m-lcq-nq^=FA9acuttb4xxc>gtrKR2>*35wq|!@0Ru9)92oou<1|!w diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj index adf824f3d7d0f816b9ab2be9d4630db61b117468..2db49e553c8dc5a6bb6693d4c4e84196b25ccb48 100644 GIT binary patch delta 458 zcmW-eu}fP~6vpqldGC8kY@}+Q!D2L;r;!?nf~DH3Rlz|iQnVdPMT`m}6YyK}QaCo&6-gS6b_m5LJ92hUsc0DK09$QhKw8mhnl)wd>1xuv}&OKv72$*y5 zF2n%(r~_Z9d)Qzd#!tEtEQXDVqLzd*-0P_1YPMO&(Lu0}EB05Tok{|$x-04711fbm zp<9nOl2h>LHsCEejhG-gjX~-GPFXi0px%rTJ}!e5rdsfb!?r@8o^6yT`q(Cie-rT( zKWKDfi%nfvXY3jF33`rh*4>!pxIG96?M0Z%3k)*VhXm36$T2&BJ4XvPE4Rh3b`tu@ z^|U{7t#y$^bbfB(eQxT*-26;26@3}f&8lc|DfSDptV8jSvZiP8G1*h!Ps@#V`58%S k-p{yiV*C`%$EtMCe<&MzKxalTxxZGa&bT|3#vGOWe^^dUtpET3 delta 455 zcmW-cO-oxr6ozLe_r6Iq7Nq$=B{n9vy`q6ztys0KCV_%zMXbwOQ88#xo1hj&iYu3e zdO1iTf5C1_++<;N0|PUdtu0{y7UIwWQB175Kp7?` z_7)J2h1CnhV_`1>@i^0+QPelw%eL3NcFvs{q-o`9Ok=iA9)m zI*`F`KJlQE5QxPh%G>~?Sl0jvu9X|V7BaEqWaedWPGR21G&z8iW3vw17G_3`$qzZp z86_r1as@NSPhQKV%(!IoMJ{#5E0cc$NuJ4y-0F-flRbf?#N(!VVbPP$+g*lZ3{D_%H*e<<%}Ye zW4VGEBPVanU5DUf8DJeOOY MRfmItVGBqe0MZ;Oga7~l diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj index e9a28a6833a49e30646f665d92a7e5b7e2683362..e1be78d44e7b483ff67efd6050970593fa56e324 100644 GIT binary patch delta 338 zcmX@0enfqO0^^*Cirw|E85kINfSAD%L?8hsMz$0t1_mZZj%1)H6BDZkh{wb}7sO*> zjRx|VFN4_rk|AIr_HGcx!D z^^;07b5b_HX8F!E*?^y8^BeXn?2I!eALRFETrycuz@Kr$wga!DLqkG2Jb8_f0Au3hy+Z1Y43nP%$->FJ!s?6?lTCr-mC3Qf>Z~rD3=F=L W1%*W>&lTopt>9%~ke@tJKo|g|AVDht diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj index c59424849429a0da85c591819d5df114dc11510e..b5cc190448ce014eef216284003ef9deba68fac7 100644 GIT binary patch delta 1997 zcmYk6du&ui7{%xA-n-|{zSz>GY|FOY?HefU(ibfhT4<4n#ex)!N>or{OKXeNVnlSs z5RH&1@rsEWjr^m;C<-+O|3L}C2Z@>(W5kdEf{Buth=7n7jpv(`z(QBk7A)Zl6{vdxPn4*Qj|ZD(lo5t(bUxcq{Tl8twBx#QTI_^@Nqr#KV%AxFsJIO8dN zNwx5u#Kt+QAD5{%u2UT-<_{o51xlzc(o~JDj1$BTY6wqL!+4$=!K>6L-l9&yQECjw zsYN(Vor>?N#klNa{y6?*ebeA$;U$Ptr=yHoiaKf;ny53dn3}{YYB~O*RsgnAl_;jB zP)SW=Hnj@#snzJA)}WtSi@T|Hc#v9;F;}Su<=-oZu)zPg^zRNh)AZY{LFagcPDyl( zrqWlL#hGrv*55jWgaKDCQS(uYHQ;m9$9Cnp~teztER2yi~ktm_YK)Y^}2(<<}^+ka?1KqlcjX3oN zdbK548w{+_Kk>|+nFjiFSYVcbqt+<@uiinsH20$fnj4d=q4Zq>8MEA0{=bE?{$q?D zJWFvKoF@GkJJdbWb904^mA*%y#el6Z(Q#T0xOyuO-f1%s)~@t2-#|=Xkz7w9+8sr=XE)~xaGXP-go zG5oIdczgLIyANNL@w(c5oD8?i1s$l_!8JbDj_?KX+j3LR9QGjJP@pI}z;aL&l79yD zQY>6&yFLWD%8x_lD{xItA0KmN0H-+%^vN~AVXo0wPbY{B_lD3*CyYC}D}qjH6dPFi z6zpXoF?_~4if}L2OvRIoP>goQjN^ll%JD03o`Fh`VU^QyisdKp2d7K1k)g}*EXOmj zfqoLZ8MGV|3|fI%99JUEpefWdWg12Ie3pX&c#>Ukii(kWpRZ5JZL&ic$vwXQNj%^7-lK0*vRc|*gpZ`9fi(oOmA%} zbUqYkxX?M1lVlTxR)rLlD|F6^v$xPWC&^wabSilG)*FRRDO^}C^C6K zzwb|H2FD)Sk{KNu&TQYZZEQTVWqez6Q)ctX(CBbx^Tg1|171&LaPsrW+Nd|04Nj(# z=i}B*&zje7y*asd-VL9X@K&}wYHjpRw5+q5y=kr0)(NkpwcfhoZKBTfo}&(WN2oFH X47J;{+UgU1bCkNoGx_hw9?b7w(K7oP delta 1968 zcmYk6du&ui7{%}1duPv`?t=xEKG@x|rP~Km*tWE#g_f4K^3Xyn)CWcrQL2bwH=W)zmbPoZsJLwBUeT5nJ_XB4*_QbW*ukENWd&^Sj}V7|x=LJkvQ z4)}&@<2z~q7pM-dP+i=jD*R0iLa_=UM)i=OYOG_NB5b9G@FF#g{nQ8!QKNXDItiar zW0;^$#u@4qd{3Qd4#Gs zIzrRZH<(407;yD@MJP4k=}sQFDl-t)OZe{8bOSLx%D1T!2I6|J1V|bv)fZ(?%0N<| zlxXDwZ@Q`6uPjVen5jCwR}OoofqJc_o=O8v8c{;VK&!5o2vr8!^)CX|2D)^Tji?#} zz4{;C7FBCtnZCp`SF;TC>1%9J-6x=|0n54Uf8dtoew09SV{$btJt&Yh%U#R4D^%}H zFnZA?idU-|^=@{kJEZ4%v-_0#XwjGq?h>yV*0v-ZY9WN z&_mL5o0%%r8w3^@Na`yRZlQs+{!q@d-9W|)xmQ_|vrkfVI5(um9Lw>#RHxp+)78g$ zRaKW+ZRN{aY{1Qz)osAbuGc_J?-97)KwMvwNbI;29o*eml;Us zt6y#)qerBb2MpBe9Rd#;sLS`&M_~W;`Nme5sV2QcVy`sNsy7St8)&zjn{sOgoH6!U zBt3>dk{(y3#@T)NhCHvXdX1CeM!BGanNh9@crN&Y_-(l(XAXBgk2E+rI>>Sm3dxTF zy%Za_*lqwWS2;Lhz5+Mp_F$YVgE+%kUm~ng@vU2|2v~R1G}ftd0m_ph0Z~4wjV8Y4l}*I zw$S-ZoQ;Lf4>?J;v(PG)f^vn7B!y){UQ!tcs4OlUL*RZC^L^ z+i#DrX}BA(WBx-;yX-;#T+?cMj-P6-w7>EfH`mzL{b6dQ{|5Cb{{+?Zf1|egx~0bM J^&47B{sZw#`J(^; diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj index 9bd6c93f31e09c9128d1f8b9837d4ab5736541af..10a3c56e50f7869e54edd1625e6c4238a74998a8 100644 GIT binary patch delta 315 zcmWlRzb`{!6o$|FuJ*K-TUVN>d#Seha1)CbT|^=&2?G-Yi^Pw?ji!TyS`8w?(Bzbe zP0~#|$elWx)MStt8WNL1`Ufx&$MWXM`=0Zh=d1Zj8W-;}6;!Wb4sZ^${DtfBnFs*T z4FMp1ga8y3*jG9=Dt(j=Bu#n<19Z}~0nkMSVT)>ft2D0ilhU~p`E{u&ntr+#!vHm< zNm3xqAbks`s4ASMSp|@x7uJTxJ)Spo>R$X=O2|!)&V0)mpBhPelXZ$> zTsO9`5%hF4qWl>#xg4|1qF>q_+uZky+x%$N*z2}}%UBD8l06c^cfRN=;{sdGGPZfc s(b(c+$3v6rju$G}07HC~h;!SqafN?m+2LW=!z*5Lz0hGV!1Mq92c%j_WB>pF delta 332 zcmW-ZKS%-r6vp4X^Ll5coJiT7n#u)Eaj8jvaEKCI8lv`yO6bT^l4z`@A*c|ZQ&CG} zG{{X+Q%em&K|u|*N<&)&jlEhve((Euzh-_v-$-Jym1>}}P3&P2gZzW@;V~Tm=$HVI z+8TgDNp=-GF(AF4YLcCF+X2u;1r?y1CWQlZ%IAuWv;3ggnX>#^bSIi99f=`EH`2t( zlct}(gcH;hPSTVDkfKMnRU2oxq}quq@ek3rI5V^>oFz{5OyovExd;B=MNAn)UKBLt!>*!&Puz108j3xOG2+1Laxl zX@3rPVj31cR4*Vdd85tS%`aoqCl3KLTrbzw8tHPQmdmC~)ynEhy0l)YE=e`;-fRS~ zS9xn&qyHhb_L8#c-0JWk)e4r-~QSQB29VVpI~5WaO$(AE*ca JkACQHegHs=N>u;= delta 335 zcmW-bEl5LQ6o${a+ughW4bfknc~uq98Vz$V5dsgxKFhR1KmqJY7Ywt2c^MZDSY-5XF&KPT)#P?C_$@ zvQyksTMyd0?ZuAz`|zSkKU$g$AfSdpoGWMHsX2$HTg-A+LJ#!gj&zOzYqN`*AzX4Vkj7U#AyENB{r; diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj index 572364dd7b823ee6d7615e3ee6d179d80ff88678..f86f6ed82a28b1ff5adff548fc1e7c704197891d 100644 GIT binary patch delta 345 zcmXwyF-QV&6vp4vvzJ#VhLC6GopOaZrF9J>>+hwAKS)8fP zA*RhdmgH7{@8yk6wj3gw!G`(;{AqI*Ke}H;MV%6Qk_n`-pne5=QVYDM*0gV%_@U0( zPEP}SVsHeVIVoFpZurO6a#;FN$hUJXPfo&aZ?&3!FZ#}YC)Nd@NWtCb6}fU7+>&3{ euqFAiDK5&Qa$9zkn{uu^kcWZ(Q0~fTGVu@D`9+%m diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj index 56b43f8ffe2514cbcbcd827556c1183798fbd18f..c506f90b5426b280be5c30e4101c8cce5e264424 100644 GIT binary patch delta 354 zcmW;HJxfAi6bJD0=>2Qi^?FStz4w}$kOZM=FN4wK2PkT2afk>}lD2|Czd#VZoTb5B zYHTrSD+-E;nu`XT8luq}T06BI4!{37&%96R^l==BCy2xpGF%qvxJb|`{D2JkanTG?S zN$iMB;hV28rtbLz)9RgLp1eBgEO@THd}9pxYSoSP?CNHg?>*t(Z=a4;MZm(~wG~Vo2)wt2gfFxV7Iiu6h z8K+`=4f2Jvpbq%k@l=-MZW?7xG{tot;gYM>8E?92W%8+Ljho`v!t(yV-*Gi`l<48F F`vsBbN{Ijf diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj index 1a6abfb6a0bc5ff03f49b27f4e058b8f3730136b..0408714066ce376277dc4039735c157f279890af 100644 GIT binary patch delta 627 zcmW+yJ7`l;82-m!#UsmUjI4g-q7mMoo@B$Zt8E^ zaz&cEM5OF+;b$n^QjN{|25yFZN)M@%6LXa9fHm20>}&N55kwjZd>~ZVZA4IQ5;3uD zi&%JTF@X2vfno9igz0q97Z7prI4IJDI&l!M^=IYBPP1)4;-*Lk*6EMnJJl$Beb7k9 z#>pJO52{JrU~@N?sitsIpEaT}n{7S##fA(f>FLE49xaO}x@x48Tjcv;(VxQ@vjf8zH{xt*pBoNPiQ$wS zG}7_YR1RQ^ZVESfb0>t|E{w~l5sUw&+l_7JGbl6DgR5N4!-^~z>C^`GEG*`87-lz* zU1s|5g_(ZL%ZA~4G468&6~1@?FSv6N>%4Oit?UkAm3R~j%pb#~w42@fgAAJPz$`Ps zFk3;C$!%OGcW~nW>wb}kahJ22@RZ$VEOUAUdAcpA%d&aMTjf@5C{mB1&i~Vn5;2am z%yi%ry9vyZC-GJ4X0hiM^HwgkhlX;tIMT{TN60PbS;OgzUZ7(;ccf%_dbD=U@|=W! zacZLKPmYcIm#foLGk$euI+yj&&yHQH)SfpF=~}qur74j_sP=B(rmf$~FnVIM?{hCvj- zkNalhQ;iT7B*qqR$OPML%QD-!CG`h!t(zgNXnh!>&Ir!c8HKNW3vHRXBiD4)i?;tWjP7VxO6B8rN$= z3fHRJTTW%STHBPbz6Y-pd1db^8U?qco!sND6wFnAmLt>Vyj+@DqY~9?l1|3u-HdTV gzRhfa5|Xhp+?2AFHBJYJ#{Ub)R?LVbh;IMXFF+Ya`2YX_ delta 319 zcmWlSze@rE6vyAY?tB`j7?*coTH1jZ5nXDT{hC@cf@lz$A_qZ85^1TmE%10P)gt}{ zkxGk%LrtMeQ-f<$(Bjb8Yx(kdAKv%9p4)L73G8{vl&|auD3VvmI8sv zuK_4D^1f{P5fPv*4x@$Jynr^wc@ORMy!a?RN@s@lWj#hWV&e25W|m%r=jc*6L1P3+ z(la-u8{}8CcU$smg`Ru>X*v+jP*pffcap0#mRzHOv~rY_T&Lg!K%R=?H>f3-H|e9j zs0;%f)%!dQPEMVds%JH~RI6q)?n%8|IcLP<{=K)Gi_Yr quIb=0k4#6q4FTwk5rbn^Sot-0*-BxPk1Pipd}TSBIt|eMU-$#>BS$L$ diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj index ce6ee7be15386217bc281d5881ca1be3a0a15bde..530e7c849124ac7d80422f34bf1d814a642bafca 100644 GIT binary patch delta 545 zcmXYsO=uHQ6ou!`OwyA{TLs%VlQx>^)I?}yiiNKHNh=5eLBW+E6{qcoG?_cG%9_U=PD5nK8NhXtBdk*�L9a_(p#LzsW43N#<^3x$F?u^okwH z2fc6S1bbWfV0-+Rx@yidCB1bvT)al`b8+1Yz$9)sx;AH&|Q#!u%i8uiX?62|9h z7b@{=bvnLSnX4_tm4&&{z46pcb#^+Qx?G(((|Fi5;naOJT3g?Bh^w#sqtdUb;HrGp wrQo=X>z5#sv-&qE%BqIhqI}dc>o1*W{jO{6`ZiniTN%rGZx;N2_~rKb2fdeLh5!Hn delta 537 zcmW+yO=uHA6rP#gO}}hXyJA|i8>30LCQ2<^6pCQgv<0D{D0s0@5TyZ&)mCd1{J{$L z)QjoTeH1V%$bl;lD-XLigwk;6hJ8Zi* z`Hb-{nvaCUhC$Lq zq>N&*7+4J=5rZ&#EE0pm^1uIk&hPxca}-HNwhN^z5vX<^>O#1_gb+?WF=WX|Vkx$| zr3qn=c-yIJa~w9qQQ+W58ainmj)^}f!(D3=0vCh@!dxY;Bq`_y;}~SZfn7UEY*5$n z0D`#ZZXlPbG@Oz&F~;4AD()@>$g8L<&3>im#VpVIkVngpWhxf#)S?V_z4KH)KIs-< zijhL}&<$XpWD!pIL=dagi;+pD1f$eTvB~x!oKq=74qKNark-VRe1UouK3KRKQKo8O zaMogkOdY~>qj=L@jCG$|;Hbxg2f;J{51JM=wx z1VKDeTS%~#g;SDVY*PDBOP!4{c}eK1LW7rrSmN4z*o;CrBxd7XR&{jXgR4sM!?Xf>WM|VuOAK0%R&NLB9&y-09$oPBn`7>l(DntB%g3=r`b-A8tf~ttMEU zaZHhEhQl<07wQ(=vD=DK&NjS}X~!xzci@uUPNaCZ3w?CDamD}iV1(UX)U(@%@l4WX zS~BSI%7QP)SeZ*s%d+nw!sk9y4FT=KDuKSfL dkYj&9cI{kUB1cU2<(BhAKAATKmAe1W{{X+!O*#Mo diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj index a6a202915a5697fc539666619151a2948cdf2292..e6ad00d343f18c33bbdb1c312991ea732989de5d 100644 GIT binary patch delta 485 zcmWNMJxo(!6o$WZZ-1_|Z_<#;Z6U#yDwkm3l2!plpe1o&1Ojo8L8O6(pAs5kIyo@0 z5XoU+042Jz)yPW1!jFRqCSsxsi^Rp?z(k_&^4^o@ocGCh&$BoEacX(%{rmv3yuk`oeuBoBG`ylYiQg$jFwCBs@9NYQnQjOy4J3Wmk`hqI$)=(PYw- IJuM{N|A72l-v9sr delta 486 zcmWlWO-NKx9L4W_Z{Ezy@zAKFGtH!_lRi=D=~#YLe(rQ5Dhe$GQ6HoDF_MJ3aOKKP zX@5cl5trdgnP?RRi3=m!3}Fk~gbP=-3O_*bv^n?BIsfzHUhZk~XL7AnkF1v+1P}d6 z<;Ij!t=9VAh@O>z?u=(GrOdi;2W=}&F>GI(kB7EY;mU%y-b^6lG%)Nc3Y65K83}HJ;Of9&ynTaiec`w zVVO=lPD$&)61$z4Ag2q9nQvx}9d{?vGoCv;Ipx0e=F;=7H$T^qbVpxJPLIov;6>(7 z?jti33-tu_eeog-dQE;s2K1HGM-%$33`QOOMV6zEb$yo~CV8O(`4kQ5Ejeal%RlO+ P6yI~K_k~J*{GZCZ_A$k@WrYEVR^eG;rec5Bu1G{M9BHy4Dy^?f-+CG2;)#YN6N-98#-bE&9n!hoQ zem0dU9BVEsmwwY(t(5Xkxv=JJW}%qlpRPvpuG_=rk){z| z^Lb{O3g@sD6b3 H9{;*ufR;?p delta 328 zcmWm7y)T1t5C`zPN84+YN0mOFCaT(cB2PNVPu~&)1~Zd{g+xRXP4$Hm7D*@8J~;+S z2SNXW1|jLhC?Td23oEf&NSx(z`Fy{*Yp6q2k72`!C$vR!X2!J-kF!5zWV`@Cy99uA zd_isID&?xmRV(R~TG`I8ueRFyGxDe5ZJqdCgy-Ds z-@!YMm~(i~8>WRiADK2zaND%qTYdnY-;5ytm;rp`?vRZ&&dRLtQpk3{1_9dt`5!>e BOg{hs diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj index 8054bf1bde168eb9ad2d8a2c9ba63e26a9142129..67ea01a9ad0cbe13c3d3dc052115add59fb54738 100644 GIT binary patch delta 415 zcmXv|&nv@m7=AzB&371{@?-O(VTRGlM{}Z?Uk5ojjp901mYGG8a-baMWb1R23&qu8 zIf>jv#8LhMOeiqhA?i9tbp1y*OpK9nrF)w%F-FZI$QN4#M>w)$P6IG{6WkxVF;SH!|)cm z9WS;yvt5NqX|3|>xy6NqPABK}QX;dstP{(bp0JLmlIeLJUrDBB3o*CPQAk(RyVSbb zu31$VMtNfD-b{J|>dmZqg3539iPPqacw^p(bEeK4R8wZi8?1e(5;@`T|6#qq`2j*D BQGNgb delta 389 zcmWMgJ1>J_7=7Na)mAG`2W?T8)`yZNUTGH*>as`;BIza(f+p&Ije!9%bmQ|HB_@*2 zjl^V|fvqu>&$zzB5@UcDk-oRj-d!&W7(ne=0dJb)hasdQbCXKFBP ziG*O&4P%RL1Yf4tva{b@Xu>_+W@NY=!zkT2E|_e=3YTr+WU>!?{J9@Vb~6~GGJqoY2QkToA!v4okuG<;-aS!0 zzq*{)D}_b9kzZTg)cMV|bV|=`7nbJAwf>kYPXroVry*Z?zdGnuTgD0Ps2fum&Z!48 j8Mf7jIS40I)Rc%h^Fq8czr<-1k0jK%$r7K<33K9 diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj index ab21275ae4698f39e78fd3e8da25f37e30e76136..4a37aa4f9d424be3521741bc168c1c209f30d5f5 100644 GIT binary patch delta 392 zcmW-aJxBs!7{{Mi@9yz#h&q+jJX3GDAS*TdFmg#6Dxwb?q9v4;Py#_IikfN(qTpGp zsimeu3TbGGps6VuDxxunmY^-EN0*oX$M65Vzr)+9gP>Tt2vsH9n?f(rph%KSo^;MT z007SsK;VZAV8aP2$tI>bS8<ZYqa15{%Ae7BkahF$(E!dTiONZ0diavhLCx;+%H;t7466 x{*3U_jA4pzDjSvv(~)7x3oZZ;6^t$W`H3qGmhXT<0!uKjNv#h8paN;#c@IaByh$Aki;Up zBlyAYCkrD jy47uBj-K_PD9{hj9O=HGEVKiJntsM-lZS4A#|HZc{v%QO diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj index dc1fee3a92c8440cf5755da1b99c3da0fe6ea0b4..27fb65ca31d585675368b3b25d441e1bef98af65 100644 GIT binary patch delta 408 zcmW-bODIHP7>57<81I}JbIiCjXBxwd84Md5W8qR#$fYcVQj`X{M65)zu#l3H@ol7( zVr|kau~3wSjj~`P8_B|sY%IKN-rn!&`=0;5P244RBl;m--eDXgJ>96k(?{LK6Q)uM z>rSOKPIHwq;BuyaqU|;0E*vo3*nv`cI5(8?Ak1#zmOLMOJoRFe+y^&F0hUM#QKFS9 z!kVOXY-oz+AU?=T&_{m=8In>wl9b_#J&Y&v2$J-aJ7Q~FKdVN*aJFG4(*u!lq)-~E99LyDg}YK_DK_SMpDdS*Wa@ delta 433 zcmW-dJ1>J_6vxl=w*B`-t99$!^iJ`Th&OEwLQF_RVxl&LXb_h+#3d$!*ogM{0EES2 z>0odfBoc$cBEe$pRQ&=X4$D91{GM}u&y(jl@sv1@sh527kT&hiFZ8O{{OL&Jlukt0 zbrLCDIfyirkpFHOj0>;AiDWg7KvaVpjmU+l)NVWouSG#tJvb2VgZ7RJ_N(~HbrZA}v#S|vZE4wB&*ZWjR%RoYN?LQ9 zODprmMYmVufUml^=b3P-J%06VE8;O@Tsip6h^sGtG)xuYvSB(VJ@SoQ=WF0DzgM|< Wz;CK~&PY!1q2F})n~1Le&VK>!V^rk; diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj index 0879944ccd73d52ae146135d962e0d55546bf27f..2af03c6fb0ea142072b757f978d02c36bf353eb5 100644 GIT binary patch delta 210 zcmew&{6lzx0uuxKL?t^JR|W%p BIuQT> delta 180 zcmew%{6%!%hM7#ry)m1gFoYz|_|VB|>7NX*Mi%_*LI zhf!@ZBg^#3dF))97qBESGcK6S$WhLyGP#l?nDO4^vmDBde3L(Ns59D4mgH1tESu~I ZBn>8K0?C%i6M8T5e zajYnMDID`%QPVO7q)mgh&R#;DYv{1uVfkmW5i(`Wgq>62%hCQT?F491j1kR8yoF`2z zkwUn!mMp+#vJksT4-Sw;$dYqlkzQORi*b#dixIK}2Q5ViA5M^doFz*!NS5ISS%JIc zJUk%-cuofKj;urzUlT$r8OA0uf_5^BG#SGYGLF+^70#2@xI)(87MZ|(ZnajZ7x-Xp znQEQnS8-{zTsRkcQ*&Obby3udi<|*?#dQj-BP6^|6~Zi1;pO8syx=o*Y~hj(Owkzt zZ|K4S)|j|T#f>C;3$T?+A*T4RcrZa0;WwSFIhbZMjhQZn#l&1R)1m~Qsray(iXVSz zREkE9FGGO0Do2)G73iS#JcM`-;8T7<9@bZ4l1d0)I3SD^eIm$Fk79s6G5C4uINIn| zWnqRvHI}lW2ES;Rz$Kn*v5KX2ED>TpdU#%dX%1e9T^y6dU)t5l^WtHBA_!PYNffEP*HxVkvG@X~r#HXc->RZ8@xQ1}%8YUYbS1uXv8ymlu10`H zt++|+HQ2#nYq6JCT8B}d*9(_s1Wk*r=0>_0m7YEt2(ym&F+%x3nuAUzoDUS!&-q3q zAE-h-#gsju#pFYKM4MEEZujd|MISiWSQ)?0q({o!J^hUuO?LJ5rjwcOp5)Q=;l6A# zoju&JIN5oqJJXZwJl=h1znw8txtHdI+jfWCxglSNTh7`up?-PJPKUS4GJ7l>mw)W9 v;e;ObaTB%-mDs_ESGL;=A_+Nc?<5E8(~*S!$S*`&KL0G@)klLu{BWXwcxjW4 delta 1017 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 diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj index ef00d4e7b24a650dec8b5108c423bbe57976b9e1..122c1287122886a321c33f57e9f8bd7bb0bcbe10 100644 GIT binary patch delta 466 zcmW-dKS*0q6voeeF<)YoXpGgE_o4|wo*l~b4-QHPOY7no9R%qT8){IaM5T1-(8WOv zHXH;&C=brQ3-}l}7sc*aQUDE88Q;!j< z7Fh|F#|zP&kceQLXM<}aV&QlB>Y@3iVbk2+TO$(2Diw8Dqp%(yt3)Em1VkDzV2MO= zrb8y(RU{ye5dv&{g@}V&P7;W5(u$|N+lC`@l7LSng_6EEY4cnUOu8jQmrgvRz6%cf zZVU%SdhkX6nRLMA-F}Q}hm~!A&8-hxbg#k&dq2+E10^~JuuMV_*ZSE?m_nNY|B9FNYQ+EvZLnFB zXwX658_TMx9Qul(ls7Rmo%0I$Nw1ijotg7;bF)3&UUn*9nDnv>`KcG$8@{PLsav-y zmyye$xzTU&SLR9|*~4Z>-`aOSv1z-eq^Gv)KZ=Od>O~}~wN5>?3CA@*bddE>rybY- KHzu-wxBm}?(P7^J delta 472 zcmW-cOK4MJ5QS%Mnv*n2nlzfG_rGZqFCmJ;wJn160o~|A6eJZCT-h3EeWay9Tq*8~ zqG%l4h`Lq8M==E#S_Dy1P^f!%3RWn%DcFUI$8LV+pE>iLGxNibhHsQ~zE$3XrKHHk z&enJ%HlEy76x^R=i3?6ofWKm0qbYsL5$>D{A zDB}&`y8YEKQReP0)NHdiR%vn?!+pAU;4bSp7Fh$==$ODM5|a38PragEvQJ*|_zQA! zc+U(QuuA1dj5B{84KnknF-Z@uuv5STDtqyqN+0jYahPD*0Jqn!I6<#IjF8X|$G3#_ zwl8+U`<-gPiOr7l`B?A+v;lkNRocRbtXC)>-} z#iTCTf`4AW*bXJgftz$mg&QG%HzCo?a5vN?12KU(7Gy7Hw3*z=9?W=T@?Cai pMwiKq9O{fElQn_ln#qAc(qnQZklZnOA&^`#`6Q4Gnf#GM900e18sq=~ delta 97 zcmeAX>JXZsz$ma$QG$80J#**eC^oLm7nog`8E;G$WiMy6nB2=A%(!pzLw03GyUDB^ x>Wq1lbve{omoYOi@JtS56P}#IA;9P|xfUq1W%5!Wxn%NLpnL!;1H(R$JOCzG8aV&} diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj index 4bd942761f1573595ba59cc7a88de7cadc64cfee..855f3d0f97cafbd658a732a6dfd8999f8c6eb7be 100644 GIT binary patch delta 528 zcmW+zO=uHQ7<}*THj_=YO4=Bb>^6;SlS+`KiXf7xwSv@(2cd=HDHt%c_QzO-s??Jn zirV;ju_!21yod;)y?9XsPeO$fyy!(xs0g*tgCeC)`VQY4X19C(?Q+qKz#{jj#|wf8q$FmII7_}uKlN^L8iu0+UU zjYJre^f>s@s#FA<#I4wp!#YS@rL_Yaw8rq0{d*846UTYEsr`XjGM)HsDV4@OTd6L* zqBnyj=Iq5gCi_?2F%<0am5pb$>c1-v8v}Duis0j74LXXCW#e}lEOz~7psr~tC)JhJ?um}MMXuPGRaQHt`pmlUU_B>>6!Xp zYuc&b-`S%x!Nu`Qh&$pfp+;8wpBNmC+0JrM3@NeL6bq=mlw{ z&g$3F?OxNr13at!XY&7D1Qj zkVV_0%OXTk(V>H|cnLg26cj{3MW-;rOQ#HsSTO489R7U&-}}CA-v3d4K7Xf+KUKO9 z2cbi><$HqY0%-FyoH)ruhV7gZW8x1hHxKbb<-MO8v(A!8!;1Rb(WfMhOLCQi;p<8|v1$=zaXUuTg}2(% zjRo!5h8Nl#U{U#YT+@af7*gJYc3nM(eVW>df^HV#jr`!i{I#XgWOz|R#1M4q#A!e-O)h7H~qtgLo!o)5E`{YJB&(E|kEKrhq4^ZOo{4Fee|3k6CSK zLcgq;US5_?E8TiuNe4daDjr^|&LD2fur=Vl)OW<(tfv!7R<$YC(RM|3EE&oJYlLTO zb?dU@MQ0}`iqZM;bJ28hYO)*^%Tv4iqf;~Er8BkZt-V}ZYJ6qM5zns8wH$MJUcP!q z`Kj#6T;vsboH@?FrJf1+kNAEro@*i6D+Mnlqkc1w$%LQdRk^2UNtSe8N)h#K&e#3s L__|BYaPa0xA}@D*CgbIJD7jnwqfnKXo`DN2|w zMCqrrG(>1mxJlCrK$N<I8Swh2mzKS__mhv-TAQxp(om^KB|6qeKol@VZ+ z7UYL9s)=WuNcuaTCuRUI+))o6qh;gxva*# zP2?}XRt@PJgeD&cw(*`-V-5#6XIOa3`$k-S=#o49>G$!Sq2muf8*zN$mY|!%!MNJi R0b>9ArJ%09^#IiVreC(xQL+F4 delta 334 zcmWkpJ4iwS6utMUoh+Xj5d>}OM$OG6+uR9lft5Hv{*(WJIW__zeo7A*}m znN1C~H8@2>wB*#}R#8Jix8-m+Kklt%%9(nSYi_D&oWMOSu;V_jgiGB-gliBn-h4y` zvXWyvv97uwmx?`TcM=OGGUQMrj1DYMN-a=~``K)Zvu(U~Ef>Ou@1RpK~PWf)_+ zkifq3B=QDP3IX}i?v^ACd*MsnaRfD=#=Y_hv~)j%PsK?TRG&gzThpjA(F|7ghFLV# z&4M*QhrCpcHGY-0G0$;Hd3Lzfa6ONHshH=oX-2%It?gpN3BGe97TN<_ava&^TQRL= w9+3^p=DJiYhwtRda(v%?`lIxR!qTxq{2;&Tcx5!|@P{l#9pBRcQS;yb1MDzJpa1{> diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj index 7b220e28d360b160e5d57cb1368aff214be9c9ae..f77399c38b9faa6052e5da104eaddfb32dabf185 100644 GIT binary patch delta 269 zcmew$@I_#P0^^s7it_cz3=9lBCm9(Sw1Er|U}9vG2U8rIfTB!HtdSrd6FVCdkYZsy z01{+j=LHFJuu6giIoM|d1({h`GxJJ7azH7dAd4@EV&q^1Dq&z0WK`u7=4R%T<`WPH z3ac=1bK3#A3={XSRMgMN&rQ|O%gojj)=w(U%t@I%pGkak z2BR(GpgDH*)KoKS;)_gF<&cFoZv9Qhq z@mSb-K}tASg+YQG?3F-4W){}Wyb_Qc*c1+yWROZmj^99vfl-iAl~0(PnNONeKpZHn z!obaK2jntL+`n@30!CX#ft38xq?}ZS;*9*F5(S_^ldm&b3KgXma2at3=9^NFER^H h{=+W7cw#ayhdOHq3j+fmSj>k*fHj4cfuRS)0|4AFHcbEk diff --git a/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/blink/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj index 3e9cdd31d5da5b8b69f764ae4a382835c34446d1..3cbbada66a517e2c18cfe1d2e4f50f2cb0c2109a 100644 GIT binary patch delta 631 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 delta 18739 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 E9~^+&HUIzs diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj index 5557630eb5da4414d673e982e0979b68282c9b4c..558c52fe4020c1227ff38fb8bb6f2c939fa22515 100644 GIT binary patch delta 1246 zcmYk4YiJZ#6vywG%wwOEb$7a(HAXkMx-nawsI5uXP~BE&Y$=1Og-TOs(=2r{#*mn% z);!eJVnCsKK4?IKLZI|R3!8<;fYcTeXbOb{Drvun(NYK%+Egt45N!W<7ODg1cklh5 z=bf2if?nzLXZ+l*7{mT%-8wt9NNqG@7Yq~7=1kl}yQ! zg5*(Kz(7WhH_5xb@i$lHP0fEHkoi5R2>qN4iB!CSC1|Ld;18@bzr@LW3zf*s$(xw{ zplW`BSv=-67&4=nBq8)4`Eze`<8B;i>zYNRX(%g1_;+-o?Q647l||WgM>P0U`I=+C zmr_@un@Qcuz+qPF5gVDItWRF%47&Q|Mnn$rpzrxDuOT)(tOde|jXu_(caa{QmH{7P zb03q1U)S_lEid?@HFG%n+RD*BWcuro=3ftps$N$8iK++K`?6Z4bi6DhzJ*W3$GOFC zr|!!8ze^!0`C)Xeh>)5(0P=P@7q!)FPjpi$j6s*eT3PPuyM!HCWLY?yGNnI>mH}?>|!}ltmOG@9Q?|+}0Uhv94s}rg1Fcgl5 z5_GPV34NrHmy6+zRL6J199xv%`4vEj%`m!l2d}DrhDRcu>wD#!YO>_-T44l)sO;+z zlv#6M25(I>S?hvh$kZpJ@_$28z161tt?;n5mNxU4wTl9!dF$6`X+C{kt+fvyJDRh* z^GEF7T+gvSJJ;8M8jm{T`V07DWi7wjwJHWX@rwDB6%*sahFU`YFr}FY&rh8Qb(EB-3~YOMMS= zjHQGOH&j%A&F`BjTE`d6hV~nV5GB#DzcDF~;y{`XyIzS*t*ct{`fnh#y^(o2-wWPq zOm6~Zs?EUA^MSaM(E6Ed-`>>HG6h!rAo4Li|>%GNu~O$byU58q+F z;&ST&cNV;z)?-Z&?4%xDgG#5>lFb~zu0c5w(IFnS)~vM4h}?dRJO%r>%cAzdTnW|EzA5c3~hm z;iTw9p~-n!p=zFqtfn@;9O3c>dC%JbLfnf%)0gq7Y8H7S+P(4(`K30;9S{9bGm>4i(NtMO#!xqW@vOn=Yw znHRGI`vx=F!GVqSnLR^2z1@XE?UY)0YW>eTpBu3XI~%9Bki*Nv9zDq|uXr@Thk=Lq zJK)<~_o_#E9s|zuMc^D)?e{3feZU)h9_Vm*#G`KBJ@N}`cZ_;;g^vLRF9XxuGB!-j zd}hp}QP##iy2PEppZFwjntumw;q4PrJqp}hxHfT?XeS?=^k^+FPYz?t>;aEVJ_BrE zE$7iL?#$KFEuPG+#-}}*b8#&fbFOx{UWli8W+cj?yhC4bRo@#%SZnKqn!Sb diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj index cdc242e607f384f00c284d0ace1e47a98d9e9eb8..de2abbc569f6dc49f1ddbafb3973926edb13c76d 100644 GIT binary patch delta 4379 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 delta 4344 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 b*dWeG;38%)!FEw7p+qg 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 delta 3380 zcmY*b33yXg7QUxRo3u$@?|Vs_q)D^1X}Tp%+jONXG{qLX3AH0tDODIzP#7r4$OtIo zf>s62_`Sgqt>Yjw4Cr7`SzH)Ll#YxF;{qZmBjSP!--v@UE_3c{_#E?nIp>|_p8KD3 z&pY?MzDxhwF8vxm)NTv3Wca3f8T;1FSPT2{mtr({gN&u<4To`Mh94U6p$ur!}Ed>cC$~h4xWDsctG6qLuWZZzHa|Be7H3 z3yPQGWLN`D6el%8#OB2{e1Jfl;x1T)sd5NTVpw*$zbs(Pw8*!khOtU%u9<`-@*xsx zrE77f?2;mslxdYbp;iDogSW{s=@mk6dPJT3clJ*xMKVi zg{$O4_=P>k@&r9k;M*y)dVUsNSw)r-Lfy)D(q?fE*pu}fy(yUvAKZjdM-<9%&=HqE zrHw7cS!2{OdayIagxej>@*fGlC7RT7rYu3dvx!c!)!7U~xXKxqFQsZ)n#VoNdZt`} zhn(xdj0;^ovYn39(l>6?r7=atgRY&Bjw9JUuma!7_CXDPo81gDHn^k8wIb4RaxaM~ zyS#X#y9t)!({3MB;5+UpY(}#us+<#`Zb~`=Q*>VJ@=SxN_>d4SavMoy0$5xYH_#HKK1E>?MG!6SH|w+Hs)C*DE%V(JIW-^M*s zGnq022Yfy79&Yvx2QCm0{+Wc3!;~!|+UrT#!<41i?Dr9tLH`(mE(-YI2J8sLP&uys=KrqIHSDpPy9I(Reex=m@qGs+qwK<-0<%Rwk_k#oLd&gB^KV(mhGFo-^+> zYD-J+d4-vI8?YdMpi=XjeqK#}>!>v?1LqaOPXNC(sW1WaZowz=zgKpPN-avN!Ogre z+#Bix3uYGt6qm?k*?FUtd1qo*K`Zs?+JX*fNE|6}1H6G}3m;Ri5be78yk|D^rs0mF z0L1a_q6fx}JAY!lqgWWX6eo@Qeqy|=L>QNsB#m$V#8?^@#@=uT+=lmso5723hv(37 zwnk#`HeMeI748zKUootvL0l_s6?Hvo=*|)&e7g`%8WJS5NV{=wBveu?>SO?ehhF;L z-~;qdS{z{bo}|8Dmv9e&VHpjOOM)+8R%ub)#dN`0>Oc}N=A7WDkS2^v^MX5sR6i~) z2u>DnTf?|C96XR%TG|Hmaz7glbGz8)7#IR#RzdzXcrIEGhp@WrR!ZubvdX4HQO++x zw~S_o#V?hle@@3Foh7Xlw(g*0-!#K+sIQ3y)U#ZF$u2z-Rk~|5@SBbT6PBi+~fG zV^d%f-VqCf9iNJ|cotA0lm^QdS{;#&)0|ZrGb}n9v`n`Rt(5^9tr_Ks=Q#?E&PV^&6K%HHBa!o^GmuTQILV=3Ykw-f^8FQYOAQKBUfa%-0rP zCXL}QnqBZH-q}11DeGEpao$dc=q&WNREsa7$wVVjy4`hG;f59;*b~pR{5&Pal!N)L zes?Be%g#^2S)N8hC<$j3&TK7EPE&H(#kym)^bJ*AM;`?DC)T%y0G`4lPU z{-6-jLF*sg+BGZ6;)&xO2f)6GwuXIE!V_uKP}7C!-*GR#bYax4t$0~m0My9ekfl40 zrp}<?EZpyN~ncCe}q9^f!p?eahY{6SqT*sbaY!Sw20!A_{3 Z5lfx5iLo{6#2i`@&Y>kU)y5of{10TZ;PC(e diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj index 567850dd93a1dc7bce0fef60f7788acaf7a6cfa3..d32ad0b7f8527ba7abd1d4ee038eb03b81d8b217 100644 GIT binary patch delta 519 zcmaE3`oVO90^^N|ikEZU85tOO?l3Vh6f&R!CPubXKw&0Ej)g!8CMMQ(ARZI@MG%jL z^&pVP%nsDd5Gvdln^2ACtjCImE#MH9>sVPJj_Qm4h- z45ZlCgV6TwrXZpOllC zm#v>vnwgWbxq|Hz^X43`6I_fhCYy@-GcoW^ZWHxm{=S;pU?#~!ASy!T*(Pr{e34g{3lfMGV8esm&X_Q{6-YWvUMr<8aYu-O M;U~~fFaTo$0D19XkN^Mx delta 474 zcmY+8KS)AR6o>D*@4fq;@+>RusZki2R!%`uLJfjTOE03Kp@N_Sp=?Q{$)Tx8FwWAS zA=+{*r)Y|Tpq3zsA}E4}f`%N0hR%Hu)E&NazjJ=)a=#LviBcG<+nsmIDPYXJ=Zv+n z|A&LPq&5d*p9Y+3N7A@{BTd!L$P}PuZU-lwmVPRWq3y|>p|4R9n@d}gPQhOcoG37(%`jmAldRg8V zA^b$u7$iWWM^IX$b@~+WTh9Ee+&$K^j|?34_j?WV~seDDeC}s@YS+m3i|_j z7{YSEhApfUt2i2rLnr2fUEsmpU<^j^oS4H8;yX5lVo<~+(Zo68G;R=w@i-ICR5G; diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj index dfeb3797d56fd91a83df9f5602b90d9b9648de8a..d59b1c62f7cb503340b1247f0928902a1352d848 100644 GIT binary patch delta 1168 zcmYLHZERCz6n@X`y}kFgx3`~{(RGa-Y;#k?G=g+MV@yMLh&RVYe*`d+~GI>XIk8 z$+T_*#@1>ToP1v>vVr-s=(fKath7_?T_{Yn*to=7es6)57<0Ja9)S08%wF%DuuOaJG{z-j8yA>n{Ky;Y zU0^;Vg(-b9^% z?x$3P&bsTY5ADDg+-qQK{*ZeS2$CJoc`BeCfAw62=kT<5CH#)F-UwVo%{K-g;}^dB zMRlZvyL@ccN(<6|I~l7V#2<`DNcpcZ41eM9qMJq?Z~tuJW2WeIl2+rY{QjbM0IJaN zf3`f$jRp$s8uSI6v>K)nu$M7tEwIE`4f=Amx>=XLR|A^A^#oarnn}Jr;D3F z%ik$p7tVJ#{UU@SJzF-%BgsT>WNSRNWm_b^Emd0+S-&Zf?2WANOKi$Fw8Rt~9JS?# zqL*T@0lSWv@DYv^j^G2rS&SYvX_~`?X}m)?fsc)tFopXFZ{Zx_J$!g{8me)A)Pxwe z9P6k1ojhj3ZFC$rp#-}KSK;{aewe}X6DI7yKEgA2fp8X$j0r;+&-Byln#)X+HgnR1 zW}H9SPd#kTniQYRnu53o_1x1`vMW~wt8pN=6b|5cE-Zc1M(-T=jC%2Q&ISMAgIpNO gu>4dQ==Bh$v5#;!9wrRog;Qba>M&z9Seo_z2VDXqDgXcg delta 1155 zcmYLHYitx%6uxJ6W_M;gJG*Un`q*}*K&7-mEUnPiSK87C5Vlh^)kGVGWE(9)gGrkj zO@T;_AXOkAmNueL=+Z5Z2HZ3uq6vv$t0|lA6!KHPCHqy=z!-m<1yTOIbu1H!zG_dHc}6JL2ss08;s zEAuXLSgS~rVcq=Lyw+IAsp71$Ft z)~C|7(TK6iu8iHVj0W0?7GpgC2Os0xNMerM>r)>@wrm^n>N==kwPsx_|%(Hy^2KJ}r(FjhbRrtre z9O4eYxm~P;RdDz+@wS5#?%l|zXMUC(I@b}VHMj4GB?#*7TGAo~F zZhHdfe9NgAw|vF)BRtlk#%})q%~~7j5w2j@Fw@>3!(t6#Z<9*xlo~^|&+@fuTjrT* zUzUx%InRRj7Hqe^E-=}rmj?H8uBCp-dU>vQSi-0cjInX8LBwBBVDRJ=ZsxX>a3%jA zH9W;d^>Bid1H$z)KJw?%Bu4y8D1vMLGHZ^7e1%q=jW88hfe6`X4HPI@ZtMuWM7_8k zD4`Zm`Ub<#Qt7MR3kL9FdJSz&45Vj~^2m#G8A~aOpE9PY38ykw(rwISK0%jY22ay@ zTnIkMF6B(RFUJ-Qyy?h4ejzG)@twVjGauQ5G>gHkJ9epTe=K#G+xc_{@2b^_{n_sm zJq|nfi{gGMv^UkR%{SoZT{XkK(}$^~I_A&uUKYjgx$SfmFNdDCLo(;xRQxi>F3FsJ zoC?*FJ24x2wFr;ZXRBT9Tce5fwMivWUEic94n&g8)QYyx9qPk4;{ddy4kgjTSdAFt zA^gR72KC1rx`0m@XK8!`AWsA!htzhJ|a;8+QXqifBG^nNW zMj@xAR*ifb-R`n|=w9UQpWd%Nc){+N4(~WUuERH)WD;BB*N{akq{9kAxD6ZF3G1+c zlM`(?!jXs$SGY+&W0Sl=Z*&b#(2P2Hi)>&drc-MtHq7x7p2h~iz{i*hCPG|=CJvJQ fI7@c0N+$4t{KQ*w8#{4TNd_59(hL5FKK3`i(~WCu delta 354 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 P^?P{%*JCpO{mlOYxn*h8 delta 8258 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 A3jhEB delta 2443 zcmY*aeQ;FO6~A}i+kNky+I z2>7+AsI_Ej+N+isEX8V>PMdyUrnOjT#}CHn2-U$_KSztUwq|1KbfPn@t^J*w{L`Ju z&H0`4JHPXB-@g6p0r|lJIZ`8^J6@ZL6@QWtLjA`V;@{%`KQZ6i9TOtvdLJX;)H*m` zt6T^>7V}n;5Uv~V?Hdv?KmKDEPT##4QZbqM8e-19P;?tJeN31B9RX*>Cp<)6gs8hD z+s+X;UYugzA;jIz>|yKk&LP)nfS9{Avkoq&fZA?vb{_1w3%PfI6DNT@_gRiNqkcS7 z)(tyxmL2U#j@PAcWBZ>Hc60gxw!ebJcx%}Y*ltCYcv~_3GXT#m2g`R}K_7{-12x?m{+KB zu%tQzm6-Yt^c_`+(^cmo6<76$M(Pk&rPT(^St^_txaAejIk1whwnRGabH;%_0^eH|9E22I%llbv+ZL%hcwFK9m*uW- zxKx5kF&XQEV)PlB*y!Eo{~mz;f&RQ^dbP4wsUt6>J0!s4P$KYkm@M{ zDT2E29#Q-7FQOEOj#`kW^SrOewLv69S2OsL{wY9?a@^slIs;HcJ9+<4s1E_^=qyg} zR7nKi0vh3}&*&C_h1A5faZ78aUREofv%D5MiXpr|MytSRrQ3N?Z|PkCZM1-Se^NbA z%~O&if6?DYWH~*?vrgDZ2VLM+KIFcwOaR z=VtG0WB|kE9XfA~RVGf$(xs61%WB7wmv|CKwA6g;Ws9fa4i?uP!2B-tu-Zy}1i+{L zm^E0X#{d+aX4-mv1|YKQ4z9A1wB2^F+2&;Iwu6ENIl7wFw%S{-p}7pUSx`qOFhj6i zPx2G9fPRQxgFfw*@KOg*AsDcadoz6(mlq6HClP6(7FM`fUj)!fpEB5|R|2%zTM3GK zJ3yX(ixmWS>jwaq+iML*Ea;#qmNvG9wKU4$VO?b2dU}qNj@Z7hq+y=*m>q8;9cA9A z{yAuy>_ZnkVYhG{{fhVVq&|zt4fJakc*+WFvsVF z;S8BIYL5RA3P|C+X9iR@y_|vKABdRhKmojV?i)Lz`epGnU+ZhNQ@9AvkQ=i1-Q zboh|MW3T!lCDi92Nc9H{f>$*X9rYPXyJ`}Gan%cdLNHOpa?U1&o?X2!s7j(*5^d>Q zWQ^`*WmFj{Zf1d z{G*7Lj>D)HH3d{Gt0!);_WNj8=D`!<82;oVsgw|3*um?_U-T+kksIdz4Sbnzvm-GP zpSqXFDxx_u`~`1pM>S9Hlz%j~Om_#Vt%aekp~6l5UERC4Y$@zAr)OPX)wFHrO@*eu z-tA4h3jI3=n+k*d7cXk+-rc+7hOv27pEzTU)w4ab`4SpiU;lcAJZTy(`Mdmv$zIwi z_nTgv!{!9eaTBz6%E(;PzDJIjS72W-wfRn&HUl^pny2%PGHE9Bb7j5JOXth0%o3d6 iGS}nWYwpMSusM$NfO!LFi;>Ib%OTT%v&LMptnz=S1%uuI diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj index 37bf6aa310b4636839d35d628cf025189e10860f..4bd9323fd701035114e15c88168300d477e99234 100644 GIT binary patch delta 2654 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 delta 5847 zcmYjU34B!5)qi*1%;aSKDbVkK?!;hzzdPrh^`7%T=ic|S z^E=1Z?;LGu?BgBj=gi0tE=_X>G)+5W;OA$5HY4U`pQhRDG5=$NFk^p=rs<8au%GEx z2x7Cvyp{yc?r56VtT{%I$Z+I%iP%pkkdO0CCw%tmn&v17lqw&`_uU}+Yb->)f`haO z%gB(>x&~J~qy#Y5byGkPwV~ z?T0wgL%ZAfDi0XHVsyS5MH$^V?QG|@K*0$3$kE`(&=(`fO)zerNlcP5^YZ=3-$>=x z5Y5LA16w0aMe}nHY0{Nh09pQ9<$6gYaNm_4Uof&2iD+UoN@1cD?X-zaC{Y&)=!soC zPN<6gm;pOWvGcN|ULe03nQvjvMFowjQMJPTJ!(t3od28{_kk~bSzI@jg?Dr)BI???e1>

    c13aVMJr|6Z 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 diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj index 088dd8468c7353086abff5990ea1ffcee7e7b083..48a6fe53cc68923c0a2eecf956357f234c2126b2 100644 GIT binary patch delta 2541 zcmY*aeQ;FO6~A}i+xPCCyzK7FZj#+(LpGYYjR_4g8H6^1iiMC55(g{Pb|ggd)j&u{ z09&C8W2?iIk<45Mad0f!Xse};C0ZFjI-n(FI>icpQEJOD?R4spKT;~C(?QeUxq-|y zGkf3to!>dX^KtKc`OiUl?Vub@%c)R5Jv^46pVEcvKA+o zGGhm`|7P3oz*}v}L&oOD7?nWG>PfW1WS!-ZzGMaVK^t<7wh+!+K(75R^OL}KBG!q$ z^Bx=O5Nwyncd+3C8-5gkVL^N!?={ryMX~32-GS0M{-;qsqF9^ubu}a+pFX zCogmyRyu>GoLDZa3;G-iPTT-VhndMYAV5E4roaG;Dj?((hNlr?6Bp_v;w+{p?Eoah z6H-(Ok8IeSBI6gOtxT1Mx#~E5in5)wkt?8K-C-rOzeT~$O;!dmIj+se;e0(@0za<- zO$%=Uck<>d*>=V30l&cQ3!cAA632nrwI zEG>Dabd?a{Nt}|?3Y>tJii&V6N3FWW6 zAK(!siSN~b{sA!e&_{d& zE*YkgT9}zOpoN}eaK(Uj+Q!oV^?!|+`%o%S$aZ#xrr|@EP@J>7YC0Ey?A@9b@P9x5F3rlpqe#A{?{|d8OSiT1jo324kt?+-!HhKhYsg?dQ0FN%Qsog(| zN7PJK-EWwakaIY_z_SVu>@al;FDjwf4_e&i$Q|O?N zc|NcEAAs3F-)4a~j6knBBK5Wr*hpXEdZ~9z*@HBJOQcRE{(+bg`T{*<)$dKv!@_Ds zvu;7^`*=iopLQQqF}zCjRrtB!N6Bd_c>`V^ zy~&^}$?tlU29ee6HjT$=E33_(N+P@~3I})gSZrCE3P<$eP-XZK`xKi1L4*2}P)3gG znb0k552J8*p`SuRkFIi##kqF@L}?e=bQ`=i0CBp^V41%SAYn%1Hu|FgDf$bOUS%yzH?|RB}=u5>6u<0^`xB-ez@|^Px@F00q-N!gfEOUUgZtS>^zJy6p{ISq4QsYPN+`i^Sv+FjTS?P z9 zTrMBgf57^p{v7N3IvFXK_vA8jL1s_Cmc)w)9Tuh~jDLt=u_!)Uc zkNIWtuJH-~m!bJJy_+|6)eQ9Y*KFw;+&o;_|`7$hwiPO@r$?w{~}TZ5cnCUaNF^g&MD~Y$%b}^w9D) znbs$kpOV#j&x-AGM9aoDIi~N$I;o#++%7-W$(3#LobFq>U9Qy^vEQX@o7&`*-i@_I zpJ}R+C-oOiH_In=S#u_MDuYj?E~|{`j^?PG(L>D{xmQ1hwNRhH`ilMxYg+p)89AsI LV?CzVw-o*lV3eoA delta 2542 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 diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj index 833b8915b753c43349c61eae295a53528c0e2138..92df97bfd85578ab22c09741dd741fa1478f9569 100644 GIT binary patch delta 3925 zcmZ8j3vg7`8NO%lZtm{gJwJOlo6X+MhRtI)ArAuy1d|X@W;~r<%H%Q2NX)eZBm`NUvx<;*Zu$`PaBX_+jUan zbfsQHX#EHrIFojd;u$l%V11kp)`IX;@qSX965BQB3or6t~ z_d#ytC~qOYMI80osb^3XBTv5rZcM{j3N>RK-2^?_2^<|E4^^7-knkXm#MdqC4Y6695SCR_}28cnX9IQTnd8dCxaxjU@+AL5{=f))#WnQWU# z`RtU5Auz5{ur+HTtel$uskED}OCQEjY!2qwfRKS^Ov)_d5qCQN`IA!VaqBvqHNI4O zS!>-3!pWJ$vfkPN!p#?;SH_dRZ6JJnE|M@d`SyVD^ABVVQomGGkZ+gRp0hrJD9nE+ ziRZ2JAfo&&S@IWs781?jKcZsBPG1R#I1kC5?eR8)7{S9RnX%961X0QlNj!&?+9>{t z4D_B-8^gbp;6C!Nfm#*cZ>2zeYW)^eEuSsjom5ck`8sKI#`*w~i983paaKth`2~sR zoFb-hCZk?d#5BHM`u@SX2<>Lg_zNoMa~dl=BasGQEmL1vBF}OPV76IJAWHdS8K7NF>L~t!480^a9e-o^ zZt;@ePRSaZDQi1e^}JXP?<(s(5EE6C%(aSWcVkY>7p?E$?Itxr=1!H{Tz*PQUb6x|tyR07{}WX;cPkGIRl&_Y%0nwR z&^~jY)eaAL@$FKrFINk+4r)7v99`$=fEMQ0bQA$si;%bA=qJt`${+VbFjJ_!wd3Z)!4QQ5|TN2t>>qZbh z-i_h*RPz-e{Jd0xs`YIE5#(i0XWC??caPuyymZ1nA?*%k7qzJ#JpAuIG6YOEJIA{ki z;F@664mS>Z6!U@01Q6c)vX>xBr=G3(pMs+I{*b!TSXA>jpjqArhUhHKe@e<99HJwdKY)sO zmk-gl=8t0B|hIhpv9R{|r)7$CFf|6YW7+&{EZwjI90r6ERnmP{j-Y#8= zhi+}3MV~{DeuYO;qq*1_odF~Vox>F99y3tQJosmr;3sRG2 zqFP>Bga|&m5%uFV5ko~psOT`V0n?wN7f>LJG7%;~XCO|eYrqN8Je)JA4Y`JBHymZs zc7zYp8kpJC4{3yY0VRu8BV?2=qJi18AGI1zUjR^yCLnMQokX>BX+ETRQ~_x|Z9@1s zt$>FFrGh9$0j-9kLV5+RN6=OTE1^5Fm(nE6`DHW{24(avI3wv>WI2j{gT0(q0bB)b zhV5vY0T5$oE1Xu+PUw%NH<8li^hYF9MJsWxrkhcf8fros%uE_I6EOXDD;8f=WdMlT%n3=-986OcLS zKGmbA;5?14M==cg0em;j#O|Tv2xJ!1W&rn+4evf02KZcyybo3rd}fv6VB$57b9A*R zv*X#L;EbMR-to|v&ulP^%z}#$R2zO&{M-&z8AyyC9@KdIzZ!D5wOBs<(+Oq##s7&S zVvikXABt0UJo6j$ghng1I>1&jw3tU^M`CP*7>~V7%!%Z%46!^C;uqj4P+-ak`CG-7 zNF=l#AlaR4qQr(0s9)lsI3CF_xf)2>Vy2$+`4HTORWN|Uv$jFz17O@InWl(k<+7Ec zAuEzn4(GC3>2Mc>JFv9;Tnq=R8q8EOIZfDHXMvskQ)7F{RbVl2jj_*m5BCmzEpilbvJ=Th7isiH?QNi3J~ zuOZO8yHb~7QnUxL3P{FFF!lL00=99ig1y4Z4zd%XAp2D|Mtqtb8KbZ=HeO=g2o-^q zP*@pDN~~-~LZM`Au0+Y26UCxvc+bc}L}I5^=fTzUiAI)VL2@+q5-Si7=Gbh#*qGDHN<>qxJkQUqWcQ1n+bhesB&<2Ay7sV|AKA2MomiB2H@i`Mo@b9%zUEa) zUw1?MPU-6fS=@Pz%6dlhZ-C8iQ%~EFb#eZ_L_Ox6%|cLMP#G_ez;X-bn$7x|d^NLc zE9!(5zlGf(+T-?M#tjo>oX-*CgpAWAHpk0Yjd&MYmy5E5U98Yl)k`fod6Tfl9+N56 zgyhw<6!cwK+NdR>Ju&38NEKM#9_z6x(!}OOE{e7{Vc)LY*=qcB+;87QUhbFUWKWVU zYz1#2R_!4*ed%Yxo1l$v1$swoOup;%=~3Krb8s~~mP92(s~dqq`w{(0*Xj?z)q&nC z3hMKE*Eh~_isg-=UOx2=F3wNMG+SHR7LC01o|e|zdk@@j*64lt)_rr(zxKD1tXb^E zK37-&?CoG(qG(@|y(*Sr4~oOsONG5Z$tH>x>`TQP`}^4AV&&UO_NF-g zb_e@POg@lg_2Mb)kBTp`9~0FFlPoMAJJ^9JtgnMTFP32sit~L*=r^&lFtKUho3*s^CE5s-7Bpuo&QQTk5)`^+@`Ruq@ z)?esgbHua#1*}>e?k|Mz^Vqitd!P_l8n8bvTCi7%?t#Ma?ce5d{-9R3Y7fFKzl0d*9!3C0Fsz5*p5)&aYAi)9) zno8-|0eUQ`L4nq4b-)4vTbVK%1i~YLjMfJ}s7Mh-r=YcJwYJ}X5#IH1&1vlFzVv=)tk@!=J^X z$0cf-&1P>|x?Hn3?EmtB>9BPV!yk+D*`fKG1q!)=rKHXrN5HaJ>=)x9c|nI{tXV-4 zn>}_0p{-Zoz!o)o6i;8~2J7z$VBHm%4wkhM3|osCq4RG@^@>Sw?6$b$WWgM6_|(tf z?6AE~N@<8^4|0IewG`<|!s z9Z1|h-FFCQhpn7xT3jJEr*)f5cAI9S0VK?Q9SJy?<_YQX&VNJ9cgg8)vqgg+J&{v% z3l~U0_bbB6pClqldr$ zdYba)=ZEDvw;4Nxs^}Tk#c<=&ZFx}B$B8-66K8=^6E7nZCT36@#7|LKs~8S^Ht{Ri z*~Q~%y;pn>sUfalkJqdb0y)K+1Q)|>`ZW7~9K4UXz^si|$Q=RAyNiRK4qD#jNn*QX z%wxu~Fa-K73btk}ft5|OenoaOt>i;Lht0w)yAd+}Zkwhx>Khyh_~!>m>0x6w&KloL zUN#%|fw1uu!t#i*6@-H?K(F*iJ%!^Pf{jj?p#7I5{CDV@>T_E!KWx{hpsTJ@6 z3iO&%8^i5Hyy^V~)XMlpBL?an;{{OVdHVjDfRWabf)Q~5?Z_CwBAJV0c+`l z&{bl*O)_qWOIK<51nO(!*Wl81vvCQ8gWpGLQw?g5hi?Qx*9^mef>%}9HCsu1s>-f; z$|j(y>}pm-h%b^&Ub7?t_O4c=5SAnPd5X5wm2%qK2Qs6YG*{rfNASo2^PRgRddUlL}2eALa+~ zv;y78+b}1t-NqO2Hb+g6Yro2EK7W@ae=y=bTAQ|rCtw;}hm?mUs^G4}%0nB^MEhJv zj1G8c=f_ZdSASpxinN@6PEiMxO_yeU5PD93=tVrQ@pMje&U4JdlgxJ^duLN<2DON{ z%YBB~@Cn>F7rN=%^6)G;b2gjwn0k2zo^a=4m7|YefG_7=iU@fB3cSuGim04<1>9;6oQEj zaAOfa!+hW}`Kb4CUpr%E((MoC`B868q@vnP^r8Y5F%2B6I8Sd6k&nde;&0%`;RPmV z`hBql0O7trr4w1&tSOrJAQas{@vAG1g*5MNXqJ2R5S^@fzbE;cAv&meN1`I`wL`S2 zc`I?VxMM>!U5OYC_qstk0Bix9yUU&oC37}lxE<@=F@!chl%M)TvCq(RcejZ%fiWmi{OEjQb zZm|IoJfZ{j<6=H)DMT0-?=VpUnBJH;24h1MBTT%oz$`&52FEAXKs8ZxBUisT1V>5Y zS%eRW4KOpsRY-&4B%maVpCe>Q7|1C_Ttuygi*JEHRm?-+H1QRxoi5g+y&2+GNHawR zIAO6J9wH)E0JAKy6OKlR=iqvz_$`9vio3Dri3-g5DA5YMqs3Wp@`Zql0&yI<7K+CJ zu1Fk&ZLz2Wh%urMPD{jD=$DGOkkXIDH%O*TJc09AaX-?#NlZo>^ep zqxuuXK9s0JJPdKAcpc&@(F&v!MFm_;5|nIQm}=8g4DM0{+DX zWqk4fM5Xeu8D^i$OJ+F9O+kv4S_NRM7+PvXrUX-2wH%NA7CASV#tP-ypr3o85})Ow z2$_9yS1{<`3ww4qt0rtHf%-)*$@9U?+=W2O?!iEV*^IRiE9*lPo-G|@t_I_NVrI$I z@%oWrzN4 zpAm+-?2&}>ropJzEqi0x4d^x-_XFcVEN8jKCa@&8MP5kms#GpRtduY$q526};T0fQ zh}F)QGi)BBB zr<$cR{uu<;E#0wEm=tXdR#pzhi!k;1H4?UAtgQE>k>X?jkXb1Q*bMnjN^p$A%Gh|q zx(zB4E26M67A35#E}~E}HlI+k`p6WSJ-jDB9g)~&)p@YBjU?MnpT>pC}@v+#Bb zt7wP(Vt9X|lJu)sC1_+J79{6V_ppg_O`6H}%57=AtV&Kxr*m_93EL)n(pRuW(#SBY zly&!5LOL4HRt{Ftv(%aH`c0H$;GKCT*d5+J>xiGLJ;&;0|Jq2nq};x>G8gHdn zGn-Y^AdPSntCt;Nb1>toi4^C3#JE6l*2*2>(QLLn3#~diI%4K1G-Z{fH5HRL8LRYD zO6ey5pYXRFbUT(-ut|1AhMZ=r0&fTV5v-yNxg(N}qV+}0MarG2#?Ojdg(u5N^3uxSB1UA!2A1)fhAb=o7Tcm*DE9 z-U(Ti8HtnY>zW#>X4MxpO}({#R#RQHVb-L{y=!Xb*^={@EW4*Ue`!l={=LoZ%R2L$ zJKKwk^6y;H(zdAgdhH?JJ8=6ax=cIj=zaOlKh9;9a@EUGRx3|pZ|08W%?^oRxUfRx5>U&`dPQ!cr?lm$hVKKWS8a4V^O^HcVS;A zZ(u(mtByyRS8h4J5>cG}E7?xD9=k_=(;tQY)DuybCLcSo5;ZhVMwv}6IJpBD*r}E9 zyy{dG&&x@iYh~5xDEm}y!QLf5I32Zo-6M+za@fOi?m#9xE!Pi>uzWj5J~xoXisku% f5%B#D_8ysjW(2TI#lBN^U@wr5VegiGXOjK{*#f(w diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj index fd372900a5d02b6ace6637477eaa67e4d4677316..39fe6fb87305308be80815e287c3f2307fd06c7c 100644 GIT binary patch delta 2290 zcmY*Z3v5(H6rI`k_PyD=Z(sNAF70l+^aF(o#ehF(rO+BsK`1TCPs2y6g%aC}f)+tp zDi}dUt3wEhjX?n=Kr~QAL%<*^m}vc?0)8>Z5b)Ee#19%hcR&-H?97~V?>+Z3)7RZ8 zw{*&`QaNo`S%J(w>p@vBa>&BWAe_TC|V5EFH6z7A)!-yeQn6`B@a0(R-$4V93W0Bw1X z!PWN0p|Y@dF|2WK6z(hV&f=U9)-PQ0Rn}2>#cXF%crk+frJQAQ!j!Jk!hapNwEUqz~h`b>XvW0b)L#J9S>vUlW$*BAX0K(S`aV zJ9Akvi|+J3fI}(GV29n_cL3$|7zW_%kM_fM0kv_4gF!XGFdD3Lb|zQK6?_t(0;-A* z@PIxIIsj^@kq3UlR8U9lZ230W0LysVfM?^JHkJuAl`VY+Or~cUoH3x0mb3I9!5+j+ z6V5iEi0!P5^udRsAf3+2z8C<%M;?uJx~Dw+hD@A7m2R@EmtFQ@iJ#JEolI^EvZ|5g zYq8lR;jgX^HZwocakS+t$~b_OqCn{D2b+HIzABWa$`OTmY*+(OG)V6PEqF;}Ga8-Z4`xa@_v1Ck4PO(pG3?O`U*Yd)Y~R#sjw!ZSvNns3|pMfrS4pn#M`G!;OEZE26%ab-bbi= zWB*sAu{|5<#!BQ(`ukX6h@_7A!{usS?U&2VdM?(jdKK2U^){?Y z-Rl>QI*8{NdDW!*DE4oON{N>|7_VEdSzawZXI`>y_`FPg83^x#9VRyy$Bl)rjpr`#XvG@L>LdjPj>fT zr;p`T4EO_sl78|yxccIuY)Ph0V@qH>K7Pdmdj`ZmclGD#0%~2@e(Uh2I~TUzqW$!{ zJ-?@$?7RidOXe+UZd)|3>CXA{oA2nkq5nv?=aKSP3gjAHU(+F9*Kc4ws>h6JkhAr= zF&*-V4v%fXIHzMhptoY}(`Uw3%B(J{9VnOSD{Cv{cHLH65&n80UW(o|I;nTo#&P-k j!JPuvZMZ+d)#+GW1u|WRwMEaVs|bHqEkuVtF(&yBb_H~1 delta 2280 zcmY*Z32anV6n$_0pa0+7`SUw}W@u;HX**!CmNtqgNTsDkP*Gc26@|C}7TZEZf>1;h zJ0K!4qSiblCZHmsF$zYgyLDfKRuOPPalxQLLDLY43voI30VX!-eec}$+z!D;4yYpeOR`LDQq8j*wLT+1B2-^$vTP1YtT|RnsSmc&Ms&# zGB_y%BsH^TkO3jmY$-IrqCLp%6!`-Pv1tpWlTL9mMTHJP#(zhOYT?l#HWeGcI9f3(o~Uc{I-D_nDg3+>OKkieVm1-9N z9l^|0D;AI+y~Ws1q$Z_j$7bJX!|ntn<2Y#OV(nTV%aKDJs#Y z+L@7QX0yrL0f!v5vcp#IAV3AJ#Q>a_ql0jqM4epWji45whH^S@XY#|C!DsPFP>rT- zJfJTFe&lu3$^+kP7&OuiZ22Kr1Iq;J;T8@U%S5`IEdvHL(G~`W4QQnmochn;S;R~h z&SO9k+gTbJfDbVrXIb??41nJwkH-4Gw<7$uOzZs?dWmRji14rCUQC(^*DKkYi&BUb56ji$cS^6E^RHs>H zj^1K0%YX_R&)}Ni5Q#kI_Y%0Oxq*ji*U&0Rb)9*!!)ZR&r52PYpgWyD;h^h-5dfp9 zjhQYEngHs|0#rVj2hd1&pf|NVSPd|Nc!R3PfQjUJ0NPM!qNmuhCdjj2E8W9E4;bE) z=_>B^QPbX3+Q@#Jf~Rp@VcwG3YNjxQ?&SGA7wm-PYFfbwUNi}2nH8y*O@cWTW7=;R z+ViLnk4U|n-jA3r`UySc)dwc%24Rgyvu5ndjB&7eKQzw0=4psL$p8c)%!obBjV(*E6XIJigG zV$1TZAJ(}@mH#;Vl$ZcP9ePTnQqIx&$cZgOx%#Lei-I0K#BZ!NHVz<8+wt>v>pXrm zDUzIZd~iKL+Kk4X81w*S=|`q=LBS&cIeJ$A8aW*LE36ODu<@gKPKjeRLp;u;0XAhB zqzq8BpTQslJUR(HRiOcKeE;>-XqnoD3Q}0V>F#JIHIjk114KjKKK_geYk2Py(Rosy zth2GfK=#AFmNBaB=^WE^xTho#>`nWLKG%Rnr$L`F*x-wMaXZjd)0E>Zlr?v9nD z`CA&f>!`=_;~t{;7QH1_BG>5tSh;M`KgWtgzY87lPmy=&TE9YW*3%##)XO2?(T_pK zbiZGGMjxJEeqHI|aC!mF3q0$*4)fxC;Mr zUFk}_yP$H2jR{IW`2}>%Wy9E#OdY_Hz<7N8mzDMoiGSr5bhdX*?`pqx-t@MG9UblS zbuRsp{->zOUO0Qs)xE!@XWG42m5y}v!7-|LeZ|v7a;d(gZjtQM{gB)B+4U`Qvc9)| zk^Df%#^=8QZ`meFovQSqwoFKb&b3LF+7_QuNau38}$>DTL%{{n8)a)bZ? diff --git a/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj b/blink/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj index f5cc52e3a367fc85c57eb502cfe533c97f384846..0eeb3a1502aa956cad1659dc61286aa61e34eec4 100644 GIT binary patch delta 3207 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 W4#55?FIMOHDa6<%9Q*F)uKO?bygds5 delta 1998 zcmY*ZYitx%6ux(MW@mc$>~^QSZFkGI6iQoY!B%N0rJ$v6X&A z5>u-PgmA00iUbUhv;_ie!ViQ58W18;@evex7^4u87#^k~NP^!TNR0h)dcJeM^PR`s z?9R=6`)0l=lixfr>^&Ykl)xC>(ikh^?0=$jrPUMna167yo?#E zJP788qNvfhHG%L?Gjbqie2OYpX}DcwG;f47{P%OcP%*=;sDPoEo z?Fz?wa1C>~>j4NJQ&(%4Wxhcr6vr-%Bo4^w7-Tf+LfA#qVRgC!ez3f{S#Q+iaK25dOGA<~x)ox+4AhxZfkV);{LI&(s-`_6Sj-of7cpF) zy2TV{6_&`=7huK=Rr-ue$+{Q9Xj}`T*nb}Wb7rTt2ZM>r>Qw9P8}OMZR%>sv6V+D} z6>5?$y8yrv_pqYbP2~V2HmDJ{(kuYK5Gs?f-9bSyM6S`p#bGtg9_j-jQ@pAUdyq~5 zj1ZkTfO*vO2f#?tp*jrMHsnT&Y_F`nJM59{ax|69B5tX^=fCh0xfk6jM7xQJgF(f&l23VVaTJ4LMr*2@JjxRM% z@|X=BD==&qMBQC5K@~85z zHAnGv@}8L!%~7q!*;%M2@e^dNQg0oAUo=71nn?2ig5n(oD(y7@A+c8Vt+TfPM8rK< zt3GiL{$+|^LRE-IXa@M{^cnmNYRBk9=?&OSnh)kM`U=g4lY0DF z^efaxP&)iB~r}kqb&kOD=Dx-d4Sojobc)jOO_C>cwcT`8ow!@t%z#(^W^S|X}n4fRz&%FSzURGcS~+FWC5 y4!)<{ksFXy=jRjEie7S_zX5}*=xKCmFmV-Us2(FdlO<^U-MMnOhZK4ETVK50GyaiFXU z!^HhdCf75zE9z(D=celCWoGLar55BD>!%hM7#ry)nD|F=A>+9WwK`4Y{$aH z%*Zp@k-ePp#^jys!Hlhwc{!9B&rUYvP-px*ITA=(Ol|~{KPImPl20aIfXKoUr?djctD7S_zX5}*=xKCmFmT@b~{u?kEv?Eq2?jDn1+e8Sw!eA0XZ;y_sy zhKc)^OzvUi5-dtB$S>AUEiN!N(oZVQ%t@J?#MrT!hsla*@&h)G%>gVwm>5|md$N}^ yUYLB4J(#h6vM7f#cSqKG;P#OS9fh?o| diff --git a/blink/build/esp-idf/spi_flash/cmake_install.cmake b/blink/build/esp-idf/spi_flash/cmake_install.cmake index 21ce2ea..9da624f 100644 --- a/blink/build/esp-idf/spi_flash/cmake_install.cmake +++ b/blink/build/esp-idf/spi_flash/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/spi_flash/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/spi_flash/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/spi_flash/libspi_flash.a b/blink/build/esp-idf/spi_flash/libspi_flash.a index 54585bd0efa58ef0fc86597badfadea165002a98..84dde691a9c9c3ecc40c85f6105f3c5979fff1eb 100644 GIT binary patch delta 55531 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 YB4Xsr*^>18KgW+`qY~3s^P-3U2isCypa1{> delta 55242 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 z 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 Ix0;3jAGO;a@&Et; diff --git a/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj b/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj index 95f4bbe58e9a2fab52d2452e6626c9e3e86dd202..2d5602263f235a47d5666e0fb61a622e89ec0cef 100644 GIT binary patch delta 4804 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 IAKfSZ5BQc5s{jB1 delta 4794 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 delta 1974 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 delta 2731 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 delta 2932 zcmZ8idvKK175~nDuiYfymv3LmZgw|pUL+x*8(bbC6JkKLu{ET$DAG{|kZ6J_gx9F; z$O@H+RSLU?Dz(snalgS(-D$M00YIvlk~u#WBC zhQF2!HuHHTthCb596nberB)qW%I8^Zlc@=Hv5;V+=FlcSe-qL4N&bKFc?jj`4FL_d zY8jmM+x>%#pT?#)2L8e4FOgWE;y=dFJuo!85KJFWxs5DLMOpg9TS82Rz9no$yl?1} zT}fRCC!;BMEN7}fDC1kwU-beorr8`=trpv?akN8xXhkzWWc$y26~L3$2E;W!4?YN? z)S3xC#zm7GR$;w~^u{HrskRQ{s*EdAQ)4Y)%{AW`xQ?}2S-38RTI(XZY}}ASy_L&c zzLI$wZHq%IAFD$|idplh9r19($03n6C64J3AYakGx#Q40{^uvdRA# zr2FiP%qmE}L&$W$JY9^6F5U5Renn;8#&Y!+ps14gb8bWOG8BrFM$P0fb40z$4PK-A z;iw)FHO|BQfNpt1fYfyD2!EtF`~gZr^r$ zrr9^SpUo6_8ZKVDRZRAWXr{Q&pGp|;GPh8eug~=|x01z^sM+hp7XN724fqT4UPnCh z#arvzY&K!nCXEb~)z$NUoo7Qn)`SK)%p{Vo?r z@-z>)aYObBkT4IqQpBFg(tG4=gkRkLl9|3wd1vuhl6DLFif=R7mr{Ep_v5eR<5yZ? zKgsz{P~ZYAs}-;KAdvI@7n%P_Qe(ivx;aF?3HUm&CEa0{u42E-j-R;HJZ}24?nr8i znS!Tzj#Ll)!eh+y^0Lh-0mIhfZ}J-$!eU~dKEG+Ueq#tJOdt2pD~OwKIq9_Ljcs$$j(JCv8vdCniA zXdEiV9)tWe->pNl%h{>bt;4WY5T}RT_IvHG+3yio%Cd*yOl>5;Msn;`;7jdp#g1Y& zBOfgwwG!dtA-n+d6^|K*4W5$d4b@YL7z~Y~b0RxDK2gQj+U@E)a5-6FP|D&fSK@7A zcDRln5HE*EM33{uMOEYU|Jihkqv05B5a+`wnkN!@_gAgpntnu9A4050oHba*4NU(@ zm+%Jw_A$6lY|5KP=f#D*BHAPT`5}5pjLa{h0nvor5DTzR7tiM>XrFj3|F^;E+>s$l z@(8HiJ2PcB&Avw?qbML1K~MaDih8jv+Cx!MSMVF!B|a^vuI$In(dYRq{fcq}{ke)Y zdVm{sA!{wLG}NPcEfJGq<&#cv4VUDUUIcmuD|II-r_1tdyb(PSgFgXg}x3w0}j=YD;SH3f5w7$%RU-z%eDai z71pR4G_@19#Ru>(D2uZB>AVZgJ6OdrPLS<_Jn#QzaF1w?b59q=6X@yM_{7=$JUvzJ zmxtQDDO3Ci17lp^W%&IJtC$}r)sn@Nvm3xJ26yp2)>AhBvJC(@j8)1HeJp?`CN@Qs zCLX3I#B+%mnLVhQ4#|Rlf?@2!O3AVgOKdyj*BD!e0Q6qqoUJH(A@?&T8+b(8{SERl z#`Z9!_hq|pLcYe>7S1ssu{zw)c&y4okZI#bml_ar3zH~&RpIK&uei#^_~BHP+fhau zE47oom&q*Mke_Ajx~LfuPk#@=>A5_<7*F@qnm3u^^FFTI)7_Z*F*8{k=3o0Fys!jT zYKh2qqLgE~V^k`~Xf@;vV{(kjq}^`FuQMj=A1Rrs z7KWBF*{5>Zrv_kkSg94_?PR1!O=VyU)8KWI%YY=1Phq_uO=(p2lx&h%}mdCS{7=J(xk@BX0Z9Q2BJ z%Cx>nd)solB37Pip&W4(d#NZo-9j~DG4>f^FZNpDAKXuE;>2JJy(KFD-a_le6WH6t z0eOyo)I!yw9ea-0jr}R%8+wekij_kx)FF;y_llx3Ewo82K2t?^ij8MVXi)4uQ?5I6 r6s1;Bd$4ENp(f!UE~ih$MC^}?x!7yOv)HeQ9oTn@6WF&4`Z)hTA7J>m diff --git a/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj b/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj index 41cc73250ab8ddf71bdaf2aa5b7e7bdcb8f5a776..20544bcbd144ace76c2c5366483064aef1b9b167 100644 GIT binary patch delta 4152 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 delta 4173 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 MnR@uc1EBx@2XN9`S^xk5 diff --git a/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj b/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj index 970daa052e8337ccd4cd8c129f84decaf82c87f2..af8deb6e44d0350d211106adb423a67c4fa78250 100644 GIT binary patch delta 5491 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 M0zi_?F3@BC7wT41z5oCK delta 5525 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 diff --git a/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj b/blink/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj index 2f8fb3e1c556af93d92686c01c5dd79ba9e1b7e6..2e6633e9204300c535ac595553a581037cee5c5b 100644 GIT binary patch delta 2669 zcmY*b4RBP|6~1@h-R$n!x9{a9n`B?IVK-(8(F8Vs%?}79gdo;P_z4jzG$tgJNQi+9 z4Mo~TK@FWM!3)(QV@pTcp<`8M!O@P6FxAni9j!IcSXwAmYpK*xCaqEx`rVhbon|KI z-E+@9-}jw!&wI&lUgKl0@zFS+I9Bwkk$Bd}nE8>Pv4^wS|NVIUzEc)s9^nfpQ#h$u z7>?ijPtp%@FoXxs_={jnq&$onWsw1-d$_;Ii-*TMCkqh*xY6J&LPWfceB;*0etk-K zFC#~M2rQ$``Ki0*`&$58mo;D{yIW^m0=-Ctcj)!rsJ7+VBl@uiQbk4hF|54;l-t!w zQNWwkA0TrTP#87Baykhx4<&QJLJJM#&?(S*>AcNY1~s4rA0;GXe$o;GbRXmr#W-U@ z%EK9x9>@6*{V0Pmi*83@HnoF0lfsZDsTeF-)P}5V+5xmMB~v(*L%V{E<xMSxiBQNYIP0 z)9H1PmC!YmG=nZ7x0Hs!RYo;D#aKDD;?PWb5>jT-Aq0|iCm<^5QPf&Ve(YCK7$T~v z5h7}67Ap7(RU@mGHiNQ`I#6FdT|{mJ9Yl0CRiTVIR0pyf=>-tarCU+VJURoR^XUOZ z8;OTmj5SdfwiZw)G&a+-fLKUdLDqud@Oag}jGVGtbpO|7{TAdt@f55W#{pkm;sa#* z#NT0qHTu3j%TRA+L{jr`p3yLLaB4@BJoFHD3?irz)CM9i4PifniBdc$YFq_`DT3b$ zyaR#GqYR#FG*V34E5 zF^q+W_9DxmMu-sfSN9e-BA!7LIKPvQqapXuG(_*E4yLXholHsK zGxxhrST5Dr2j~KFBJzUH`92+ki0kFJb{>JF(t!e=Qf~&L^952v^W3o(bD<;DnDq+~ zh$Sc|v_R@X4=(~&sFvIL=xX>Us5#Uy<&>%$XaO%&o5)F}fo^>muy80Y-@tHLA7xj; zNyx|02-r5 zUVto6SrhAV za&)k05_E$zrW1=NVfvlpy42~DFoXDDXkzgXUGiHwla5lpV2m(YAKeHD!Oo{VeMt;T#v6z!_poEI+w0i$ue zX`EKzW`SzyHjWr4^r4tKY1WjE0m=H6y;`4@d!WGjb>>-ABxD+i)*G20!12p06%9GH zdvVG-<2E`hTXg1G*NMncJqPDpC(6Y4FoxFqh6RN1m$up%DoORB20NPP{xy}YD8ep` z)*;C+qpT6EJaiHtZtnG*TNQ>wAWneVywply4z! z7rQUQVyUmuPPma)$2}~BPR%z_Nq~3wuuC7@Hd_Wc0waxvQK|ZH) z8`_-2xib6~cL9^nS)lXy%Hs8|x6JiA5+@*<&vhK6c`>kfeI8W%?R)W$LSAOMy&F~V zZqK`amxRj^By8By(6pAO8+umCvsZaS9Gpy zTHapOdGnI?<((_qRxWRDN#{)85-Lh=xNB2ya-eTxa!c>vT|>#pN-=|i>06Z}tV+3juok~$3gnfe5_Mm4QzKf+t>iI5>7UkRqupivX?420n2)F{-81-es%YH|{;|3lwp49~jjJEP4yseIBkCgTb4vEih>YKc P%XfRM`;5j;KG?qj7ICt~ delta 2660 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 delta 33274 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

    M6w4J+iu3P0+<_CdL5%mY-hVX}v+ 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 diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj index ed55d2c077292c0b4abdb83b874ff7322853be4c..bfe2d99d5b37bde86aeb96b5b8cf53ecd3811a19 100644 GIT binary patch delta 5626 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 delta 5588 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 diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj index ad1f6f3720bc22204a8110402d7f282546f3cd26..e0ffe4d103ea101070c872f36fae15605cfaf981 100644 GIT binary patch delta 3042 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 G@%Mi(wKM?$ delta 5721 zcmZ8l3v?9K8J;`4lg!TUgoW&GHrYJM6SAA#WRnme3E>e-NFopk0woY6kst{OArh?` ztwg~RMXq>3L8%4t0a_~$dk`8dsI}t3S`jO$ROJ*bo@3iXMJ>|rpV=%aIcMgZ|K9)g z{r`Vwl6?7)YlHRI8=9^ENPju+x2X|gQ+-;b=u9#tesw#EjrV|hLn&!-an z(6Q1@mSb=BNRnbzmM&i{$*Qv3fkoAN(=Y&wsl}cpAs)AUZzriU^z%shN%x~ICyj=0|VCD^pSiJRp{>|6cu_tW!6 zE1pBH$MI~7HL_DIEKX;Vq`j(264Snfe_5N!_oVyW$_QFHW}%gC9oCZl2M0fsp47Gi z=}OuW5MbK9NJiE=6R@wP;@PTggF8hNl$O@vm84j00@PKl8NqE@1*|mf_t3Fxo8ZTx zZ9+YC?GZ$X(?(-`nAQ#sPRZ`#3o?8?Cr|-NbK%ak4l11{5KNKmAHkC{hgpu3uXQ#E zx3SDv=s8GmC~KKo1xc?4C*?tAzZwHa`upIitY?}VZL;cr07qp5v+bq~CHrQyS6Rlg z>d6ZUs?zfWQ@bI?wYM&p6v1p^s7m@N4Vqh+-A8UDdx%nMXX(9UNP<;4!qjIe{QZ~> zrJre&pov7gQ3Yi=%iD)ND=9c=rCj+pQ#Yg3`a#r0xy1C(j4=7}JrFN5=YEJ*eI|;e zd~Zssu95U#Q*!9rh~|%`#i1n2>RBS4PwJ_19I?bKP!1WUWR>+WUz1tTW2pG$cvFQ_Q48b| zL=WY^oA|9{qk>4nnu42yRzga#te%5p`Y)A-8OCu-TO?(y?4Sx;b&1Yqxjdo-Q>5yD z!qh4g9Szc4dDtPi@#<})I^UF%^(SDi++v1E z*MA2MrPZ{{GRw9^)~JYiX4#gSl3%jFPlZ^;Mt(~~D0K&|sLJXdSse+^`WdV#UGj)p zSWCK$cam~Pv|`0m(6o}egH{|$pR9I}v61qla#k~lNcsmf29L>cMh*2(X<)dV zaVz$465hfQR93V69&!ca9?3yV<;qrBZN@<|=kzH#I;T*7S{^#4J4`7urq7yEWK4IO zl2fOXrMxIR!br%akA!1ouQ_~P{UBxZiafF%8724VS;$0rRd%g{n64kB{PqpbX+9Yq z7#!1na{61@`!-hn=Fq+|IHtzX9vK`{V`%%MV|oOxl`aIJZ1tig zlJbt(Qb`}fgE_uT<0bIEtkX-tA=zK1chJw6PQ8h>29dA5ly~I3*>eG-B5B)=_vL&H zx2#RXcv`extXQ=sdUt372O>sWgIKZgbQG^%z1kyL%0VS2%hHVn*HdsG6B_jjmPV|H zjrjtP&5Fx|do2z2l2(q>#I&`>Tl{I%&!U~C-dVK*non&Zxznc8OF6z7`eu+`j96@e z%M*jsrWP53SF-HK1gh>-`t(@Ir<)cW>R8)*(E#Jk0Fvbea8f;~ z1EfpaZd!1tlWdoxx>E*qFH)3*G#d(L#deS6rWKc3YpcYPnR$IA^ER+nZ;WKVl{if| z(sN3d$&{Wqbvn5rLpLqB)Y-PRQ7>}_`J-&=T*J`e=_4=m2E9Dt!7E%%OxsLu$kP1; zlF3sS+5Q=IvpC{rI9jH*B+zHe;W4L$OzJBm(e5Ijt28=$4$otVsdl=~Knv9GpsM)N zr;-~obkjnz+H2crc;P>cO1!0&+Pq#nh8?HJidgEy>7%jc@|NQ6l}0=VFo#r4k2?uN zZ7~K&(vUrdbRMcCYu`b~qHRTRt5$~TQQ}|3-JHwi{EpGtCBjWMr!n4|whB({+6)xi zp&dXKb?r9XiYLil!L#??O8BlP?uHR}=A(P?sIw!&OO(&e5n&;)AuIno#%YI}D1@y552}w%(3%}^k$gM(+nMclzxwdf>&0&S|P~A^?aiEl) z<;w!OuGz?ot&Bz6SRU{!BrsYaODpT1!Sg zm_#zTz%O9?5+5GSNc<0Z`_RI6VcU5Q<#JBNq(~zZd2KM8{gtl_`k0gV1%2K;^iX-g z!e|ha@I`YTg|?KrpZ5pT*;@X$pocZ^%fS@(1^0wn*;syesFI!HheE|{EB_{xl-+=i zu(_<@6gn4#X+Ey(U5L--vAj}5WjEz~!Gnbh8RL%@Cc)c_g_-d7K2{2OK~a*&@K9%Z z=!NzDxL~rNXd%jdq{vfZDBQq8hmap@DEK2XWK&uCWOPBwdIKF}1K#;mR2LXs}Y=9}2QN_z&So_I?&PiR?dx^~bo(>;prxA6LAP zDg4P|%6@+_W&cU>!omlMTq;wkbo4VC7uyzxg610;rL-t0lxSrF0tmp0|}o_}Rd(Kn{M( z&y*%+8JS!SybHGvA&CcYnf#<7{1V4Z^NpiEej6o2ZDiY~;B^sd;P;NnK$sn47BD}* zIwsL=IQ^I5bN~)NG1&#mYO;H1od01o1IG#;QW7O8Z0KJMeoobIDE=dVsw_9*62<#` zNZYm=n*5V8A7U-4^ll}>s85CQ_5yc0`EeM{X@j4dOGP`=v(4sKMjWFvGg8tq> zQ{%_iwB*onJYtYBdwL%FChgx9&^wK2li#DM)2O3GeJnKtXkhj5uazcb2i(>M?Bm=MNG^p_Ke;h_n{aA3k>JWs5O$8%%V!eqly zYk`@9nd6ew)5N4`20vL9$#H%TeZB^BY#N%QhkGZ6nS<9&jO5v9=6RmKF)@;7t^YT$ z9)lW%=`v=sE}AFrulDe`Nnzg)IMr_XSr{c7?8*39K8bOtM@ zgey|%2&G&XyCHjUG*a{Tz|R+m`&pD{+BKdpPpPRmO!Mlw&cnx14+(~cI1tfr6|U%7 zjkjeE{gQ8-f#T|>U;@7Q%z2%M#W{mH3^zQCg>?xo@b9mlT3U;KGR+uI<2Rsfk3-)a zPkX@RZnj=esUxkDmH2`key#F`TT}QycVzNs+Ym#6r~zydeFSI4070GzOat65?jd+x zoFF(UQfdKS(LsQC1kVe-4)Bd=B2dL%f*Ilp!4^?p4>&8f6Xc1n393ZJjevEckKm*j zAn=O7bU?GXhoD=WAm|q}Z|)+VYOA*~jh3GNf;2sVh4*?=vgmtd#(h~OQO zeKX+CqU&b12E@K5sZLbP0lY5y2(rWg!Bi2L3zdGcYc3?exJ0l;RL=ug#b$y$ac&+| zc8I2*LUM?`1l{5a!Iz?bK0p=Q=R@T_;ckL-QM3}w5&H>_31tD`yl7kim1c2*r1wP1 zLO_}5AlNAm6TBnzW~fw&-eyR9#76{Pk-Z48R&)_OFODyQO1h}H1=0r5M{rpT5VVNE zV!%3a&tj-Z;u1;iqPhieT5KkmBF+)C9V}^OYZMe_?`;r^#g*G&akuDN2FW3gFJsTZ zu(chMU+iy(v_Uj>K-wvGbwIL;>gAB?#OCFY_K1=dkdBGo6_Bz-_U(|$MHfN0I8Lxn zxL0D&CHAj`G)3TlEj09vs}MFzoFFMnq;vv)EjkE7;&3O+XT9P=C(C3Pgua^PDv3Xn rq%yw96EEskGbfuVny`wI?j`s@>?H_^j|gy*OvvtnbXnAQv4sBtN}ew> diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj index 0a73267f0f41329f0974aafc966ba79e36fe4c42..52a606e90aa8f3601e6b34af2d3be63e3477767b 100644 GIT binary patch delta 4641 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 Q)$@?;>Ql&*D*9;Re;{Yny8r+H diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj index c0c296fd00ddc15cf784405367586fc55624a6d7..a6432d8253c571cf34dee0f4d933b2e147e53366 100644 GIT binary patch delta 5989 zcmYLM33wF6wyx^#nam_-rl*t1GD|{2cCr!@NRU9nB8ve+*uomZ76RGWL;(%RMO0+7 z#P$lZDagJJ2qK$L5uPG)5mZ!Mo}zd~1;p)&@cx>>d-=ZUQ+2B9)H(n8&*{$L$Mm-z z)0fBdk$V!B^=-bB!WhNHGBz@ev4`0I|0%YR%ejmxT1a^z1h*}4Kqw*KVXvxLY8z%S z?N|gDW8Y+73!v$(^@Vxozi{nC{iiQ;0vRL94N!#W`RZK=-|j{X_V zY6dQ&_5=kL+Hs23*|3LJ0jm(=*l(lkbjIvdk3FH3>tQU6EIvR=KAkZKZOvoMNizx< z)9I4In2Tn@f@iY?gC(vHF(wa^>7)zuVIAcjP9qCCXFV3dW zr>z)ErJ`)c(&#B@P3kTg1=hQTeUFpwKqay#bXo6IRp0YFz(=iQb4u z*yIQ~W_orJCR2hFO}C4p0V!n-I2bn5UW#S6z6^N_n?+Z!IYz$*48mrIoyST%xKalt z*xL;_hsX_@ye4dpD)k{ZrDCnvHo%iPygd$31oF!1I_^^_4tS`v3ovSQ2iI9>2;#6Z zZMV2Kz}ULXcnq&u#{ zoO6EI5S)$pQY^0U$GwEQaQ;KRA+1fqSa(N#3x`6SfK*#7PE-^{e1!}!+MXyqJc2C> ztr5mRZ%Q}#%xFGVIpqfRzXK1IIwNlyHHW}+ri~N>2DZBIcMz6S8Az>Ae~?jSS`yqg zGSvgPCoDt*O3di!v|x=&vBKzS#LSuYz1TJ|KK&F@Xmt145u>W_kdq$4iKZ9hV&i__ z-#B8?{}U^24(!zYSI|`*mK9o=EM3|UqG|L;xCHZOu+&0F&@Zg?0SYFBTw${CDp5#w zdI9=Sa>c_d8jbx#?T{1)^@YYsI>tJkhBX&0L_r!%TZ9E;vN{W%-;G1;8f5bIGj zn-y8=`w?&)okhT{XdjHm(;-kefo6GRsdquwNu*)mMH0Q8BTGF4nNFbyg8$-8e3u3>Zr8cs{$wZgP#u*rB`U4rZGG3K=M0%r6fLTB^>o?uM1 zm@}k1|3e%f(ur4yzlY@TJtAwU$9G&N>PDy+rDxYW!?5v7RPeO^fT$ko;YDK3(2l*k z1x;NBK%6ci7=_A$<+vN6YBU|FTj+d( zMjm%a@^j9a&j%AmyL$>G)Fw_;CL_upDt$dGkSe3NWii!%1gnCDHA zG@@Pm%V|*l$koL-9doy{+~CgdFr^w)E~EElYoYasU!m*BmdZR`#gY-eUiYJr7>x>& zt{(J64*DX?22<3V(ksodDE2;1__0*xz^XXCxS9ETNj8NjL2lv95piuqQpQGvW$22d z0o;i9`y|>fC78uA{?8*YGg@ZV{_~>CNMFxiP_2f$MOW+3M=2VSEf-AoKc9tJRLfeO zf3eJCbjz&1C37)KFmp}*aIt=5dhBgF@|C-+am@3bl;IWJQ_wu$MVY7e_Y`6Ce7A*v^vJ|+GPurn)k@@Y-&9Go zF834>%Y6@uRihKa_n>%;uJ?|+mirzTXGSORKH}QwZmI7{F7;L%qk+B2JbUC-eH3*u zre3SjU$Os)0`$KkhFAIG9>6=%sA!2u@oz>qHU_ptq%n^}h^i_+Tl`X0*!&ifz$q3R z6#C31%lJ7^TBG5hyoDYEJXYEQ28Gakn6yzHK($j_j6>-fq6(uyaEoXTsNkSVv=S#Z zqwI8Aju(N8zLZYW8l)hc4uX~u^e!mmroZ58B&9Y3hbSsVzlkOj=3>Z=zUZOf!4xl@ z1H3+Z6xaLdb5wgQU9ijc{t!&JA{#nxJRQZw3A7NvwWd?(Rf)6(G)|&i^rvK64owPm zL}0137W>m^A3{o}ZMe4$-O5EA8Dv+`I;apmG>ZyxeKsW{`W(8PEP7VA&j_-7p%!F$ zd<%0P*MiJR@W;zME^1jz^{0!?)m+matdLtSe zYh8gt3vc9Jz^0|3HY3{loSf|J%kmTu8Y-UGn`&z&*qMI^@&6dz7!Y6rZ^g*a`$q{BhID5Hm;rWdz>g97vt*+ zhuqVQbo6t#UI|>>4;%HE#OS?5)3^`AH=;?pm#Jf6Dr7zM+N+{+d=Gw9tQp_ldkFQ% zNJV-%wL^l-52X!nbs#<${C!Z{%g?YqN-6#kkRJz;)_zfgdlp2@$#Xv9U}>nTh3 zfC|i2;^|~>!bragGoE5!FYI9MWN0*|tr1ZZ6Dnn4dj>nI!;x!U)~;uW<3nt#)@9T2 z3=QU{hG`4(FsoGOVtdFTX1X=X&Ih(YwHc(_oMT-&(h_Ks@F5dQtb&ECrvd`eZshjbxq%j zr+1m-4unnr9DaCLQXh0>(yt>A-c?2%ymILifVg+PQH+TjpYo$7?d6HWRqNr!qD^f^ zLIAX5bShs4a|us;Zd}Ax?=^J|gf=BnJXkAVv8!<+UA$VGlJ0*&d&Kwv6HUJ%w8?Av>*D3foq4$UdU6u~MA)Vzw>l29oJN583S9u5Rq`QH zjRv6pER-(Fro`LUpi+^C5;0>+zFvWR+4uvt41}n&LUCY9Dqk$VnBwuB#zlNY5XJn+ zrg4mq4!;OA3iUgF5mA?1Kp+9195WZx@1@(}DX$Ms%7QH7O+glw>-`k0OiyTp_k;8k zqQ0&sZ4xrVmjoH}uwDUB`O@GUZ?=91tmMm_Tao3t`Yds)&ZBRXZafon4Q3^mRm&Cuu!)jnNi^P%oo_wmXG{o}^kLfWJlYP#JEAhQ!_9OU4rXb_7&l6EZ}=Zd1EB+EhaWTiSySQJrTFj zP$G-04+7Uv2?)ztB>YVkyj(Ok4dDI78%>eCNqp3l%0Cr%nv(cMku-HAw~6^vy}Vki zo|?d)6i26KaYJ04I-XAw1EwYTFSm!yDM1gepw|ZNhJGs}%RViZPMgC&5~0&ehPXhX zuzy9bg?~Bw@WKc?7aZqRp=J`(t)D{`JQZ4slP#m5k*wQTvG=x60?_)8+$H}*4b79- z<)(^t)BXIkI5NFY_%KNyPe?=t%3NKs?$N>(0ndyR8t)bO;-M%${!cK6yRAV#rE_C7 z%vXPjY?R!QX>waj--LzVu=EaoB|031a_DtTO2LC7{7OH@`-?|f3#Dg#Q0bn+;Itw* z9bC9V44d7f#gDGmyMFAR+hL*DJv)Kh#ktuj{OQ1-vrk(2i{g#>>Cr!-gYth{f;4>+ z@hrlxP-z$7j~!Kbr@--l%;&ry(Dm_6n(~_`@b9OtXgp7RuxxD13Z#zzqFLpKyZl4M zh$X+f=(~IeZzKL%K7q#vs#k2}{EI+{n9BV>ATfNU_J6@|4IXII3vu=gJp1h9oQDK_ z&k4>uh+U=^lXuJwoOch@|8qL$ABeAB=XB8~o-TRN5zyv#MTgHCjTqLQRnW z8}oss2_P}11t}mgA5^kHyuK#akZ(EuxtcD^NLf){m>0OUW`n9+j}z-Qy+6nLa!mAEVlhPiJHGB+epwL^y?(YVtaHKYUf+~yr*-X`MXq5{9t*udJIb2%Rp z@bB)${ipCb!4rA7EJyj*RR*|v{bV5av6#2VjmEcf&p>`T@co{}Rz6qEJlH|`$rspp z@E0ES&qVBfKTle>BQ@9Yu~H%1)1i1iN_>2%IP#2y>1&s)g{gQ0)#Fzl7HISOO3rVK z1FakwZd$eq2q)O~^Dm!t_mP~VMgG;j-FV5VD%V2*bzRfc4BQ+)3nA1tEP{uZm1eJ;~{g*aPB@3*TCP^ z%x4GNgzgF$fGfm4nh^yvc zDbmc1QY4wbO0nDQu^yt6xl)R`=4C0)ngtsmx|<87SZ-dBVz-(662x3{rWAwB6H?gB z$d`j_6QoEo_e*ihv}}YpZw{7XySY({I`da4GR+>F)c%Tg!F+C$+K=a(moeofX2B~E zhs}jj6q*+x6zx+pWi$5FnKL&-JHtF7h2Mhv&S)r zgXYR(Y6jqbgkD0ZUw{;vBE`GSd-=;k z{qRD4Wg@TLo3x^Dt2do7>JZ1+{A9*vvH$;5LPIX+F{WrCeTqPM=pXDLO2~cas+y&t zX$I4dMMCsxOg2s_p_c3dNwljejA^|(K`S$+N$zlKbUZ|L9HOk)4pO98et}VKo2?bH zVs~fAv@tnY_l?~s_chChZ6NYXQGd5TAPU)#3eo2=5H+~5WSZB9hlnZ1+M-#tFQgg| zeJhQz5V^K$SMUt^F0i~WmpAbU)gH$&iz{Lb7)|Wzm#H{X#NYd++s`8o>wt*=mhuc? z@1NEBpe-(=jsyV}h2a!!422G@$$&BXEeqBtBa^W(YJ^TW^>j04Baas;C9lqyoi^t) z=AfoR#&o)5Fy^G0uwYPO5@QiG52=cz!zyDgszG9+=%pyeqUpSqu^6(oIvI7If=tpF$mOM%CYUzpGVznPti3f$Lbd3&oIeok~gilT8JGu}t5IOaa&z07z~6jmqjc4A<4 zrk%r_V}WfD&PIMAmR9@X527y|i_}}v+B~dvSM+yqD8zx3Y8%Cg>f*?|r~so=$mrd<^~Y7#TwM+uD{-Y~?d>TgP>XMoZ4YFunQ z?tOqG7F~}QcWO#nV^ZX8IxH)+H&wdy5rC%Ay$G4i?}1Va9l*S>($CNgA*W3?-ViiW z7_EjpoKh3v6^(*EQ4We?r!kN?C=6?zuE3g;7Na2zrme$K7A<&Pd;V6)sc#`b&VL0ohXV5M_ zTHUJ1R^N|+q)nuz5Zzo&543$o!t>~|G`X8)w zsS(e1Ctw>Idw0pp9^)JH3fI_MmyNc8c<$^C7*Jg^~Xeg<<=zbPE|e zO}AngJ3}r&<}76j$DsVjR^l2)XCdMA2E107_9m2!chzOM?h#^6J1&Bwj}bbf)p!Ci zPl`E%dhlD~_@ENrBpwWE$9IUF!EWzGS*Tm#9<*MV-UWt@+tGp3`e;!<*v&hLIfFY_ zlm<-w0}0}E3Bf2-8ED572vwu$$T|>&j9Td!#!v|D1V%#X7Sb0+8Ax0>?ZK{%)`{N- zXQaK0Q=HyK>nJn;5h-LK7L_7lQ=>Yd-oo4wqH>7W6@#2HO2w0tL#i_O(_+q$^yFi} zgptqf68xNV=FLMcjSi0lD5xS%3`s?lKMwKsszj-b(%@#g?;4P8bm6hPkfjV?GDfe_ zmD^>rWc$tnUq%^^z6a#y`RY4@E9bFwz-obSn&>;UAAeb_8=4fcN~XPnJAwnoQ|3J< z&Ow};265#haZH(al~9JY(~IQ&RXipaH&^+5qHI_n-d!vmmgpFUI2ipdE6Uts#Gi+G zt7pyvcVMfj`T`1EJ|1(2mE+L*1)PbJh++pdP_8gC;@EY%mHy@cuLkGgk|W8 zy$RSz^hL>RJC#5cNBh2t1ZM=fdf!>mb%eLqb#$xY3d$OM6=+2xDtN&p-yd_pMF;n$ z_!i4L#ss;>VC7F|xnk3Z%(#1)K87!-G1s?D&W*SrH_x|Q{BuP8z<_s|kG$&! z*cok=*hoY<+Gmx)Wd*|-=i7mfFtQc<33TfCpyxS3Ta$f@im;a(^m2;tEAiUMOg>kf z9GO&b3Z*p)l!vIX&-cD3!z+9wp!wblvQ8Zz32gJd_k?fMh~!ckT$hJpC2FO2nFLzb zM}o+e-WKudsHBJ;Xda{6qvOt%-udF}s3hJ)+!)n8{Tqp;3dKGOxi^`6hrFtfqAmsN zu^RoAu?lwZy)$tkPc3n~HQ51nwF%%T~ z(ka_`B_OR)Eg)~9g-DN;P5?n6^b$;l(gY+mj2@R?8uSCAvQY!vBAN*(*l7qxiG!X- z+v)TIUIb41w{)7;qXZFj216v0z6OL`^c#GQqVBE8Lo}6R-o(%WO7KJGo9aMxFnnQhYeJ&*+`gX+AM6ddeSpk$U)&eL` z3?k=QEr6UPUx}>alHgvtFIjA>@AkwuxJRKbR+-FVq*tTI;je{00eYg&ouE#2{bKczqGjx-5r;4&T`SZvFcq>1a&3a&n`a6k3k*;u~nV_}91uK2$iyXJCAH8lT3`ic#YibaJ9B?p~>PVKnjr^6Re5 zbOQ>^S>`SYYr#tY4rbh?-rmq)u2e`g{C6XwCnOD#jqM(2ua7{jb=kY_LH19fRl!HVZK-~!Oi!Gwm42^oDFVXE!s9@ zCG7<47`z!v@0Hf(Y32o8_zF%yf)P<*utCLdrT@gAtHQ^%6avBcgD|8NURw)no z&}abq&qB$fa<m+H9C(j?QAn z1yL@Ahk+7RY<&`W4VMXFISYiZrJ9cy%`F3Xg?O(eicb=swWRZl;y*1Z{DMfCI)bN& z1yenIo>(_EiLVz&r{-{*_-X1mNCr$x@?FNfj+z|s;2LIaz;5_=GP2w&V)?W={BI(B zdfA|GK*;vDm<{l+-N$%g*v<#m`7_Wn$(h!#APSrcFUQH?DqtkXlZJOjg@uxktzV^< z{0}ueU*;~aL~NYy<5$Fy>3t%aBz)W%$RGKp!^3* z0H)6)o+bDd-Ou;)g+~?M(SLl=0?ym{yFI&AQ*0jp4=-HP0EP=I#>8$#>G*BUDnH!i zA0kF91w%#Ol{Y76Ig{2^j0_k|#De2w;h!EX;7Xxkfcj_|Ku{VYDB z{oa=Z=QU!t=>hYR`8wxa{EaV9=lqPg@=6!yFDNtDwDy5-?%MJ?f4f&3)r9F1;j7dn z`M)u*DenjngDp%0hqx z@7vRx``*Xr1W)D>vK{4LHyPl%O_PwZ^J4y97Y5&&y*2z-|Mz>BTKOt5^I#`M_4#)l zyv?KcCqwsKzO){O(%i(yO0^tMhZ6Z<@%f?BsH-wfSDmsKrs56Mh+mb(-}c=#oZl12 z4@boX^7wX#Pw`&h)irA+vfu809`<-m&CBA};o|53cHYsY>@tpDk|vOX@*`8Z(*|7S z;QKp`4W5oXH2L2@dSX-DQwRP5XKUp_@Y<*MR*cr3xX0V>MHFdRv%PY*A&v5U7 z?W1|V-8?gm$7nMfri?pqqmf_I4*WcgKasnnWD`G7vPqf$J16tV2DLv=G3^^czBNZm zl4$Of#AiN`WSiM{6G(yinj|yK>yn%@OJ4^mF_%g5oOwx-ZD!6JAT!K)l2n>!Bw=RU z=D=Q~BtG+qBzH{v7Le2CNJ%!EJ0%%sK9D5E?7LO%uiXE{T)$QA$Ft4rV0n>Q`XD=6*>wo0fM#PMZTIxn^#Wa>t!+VW=7Ttxlw+c~${aHzy-X1ocKwrgT^PZM%JxGv;0?nS1C-xgHWF z_RRPqSkn3wd8)ppGv-J&W`dIBP(%3ROfjqBjT&K%Q5~kqX)dN>BMX`eT?bp8Ox7*4 zOD2Dr=<+$3<}?PtMtd;{g-*bhN(>@)ruJZvx?c&%@)KfujVUDmR6^`A6gg%o#_ayW zcRi?fcxv~$Q|bO&Ob9zejxyibUGjv#+k_?&^t`ylAExFN^SnfGHb z^-8Xs1Uz-MUc>c$;9I@uMW4$JxnY(~bUTaU^C7F(azkEE$Pzfw!`%BinlH1i$uf1^ zC!3yS?Zx=@`te;=`nv9IOkcp0kKt^dZ@Eie^11p8@z^jK2V5X@Q$2yIs$5CPmd6DF$ zeiWKYHxYegLf)cXD3MN|;o)S^Dr9ETF1XF25xj$JdJH6ojv~iTV=xq;dX%0%OhXjMy%IiZRzg?caR%uim(m_cmeF>Q%PAGK z3c81>%%pY{okiJ*mGlZs&!%2{aC0ad`Bk(7hN{U#tf952HkTekcpg1Mo%v)T^9i~H z`C57pO@`@LgFVaYXcSOAwZX&!vZGJ~9S5P2sawhyB|?xD?tuB! zf+YFC^Jhp4wS(xVPqigdqbwvF<8>h5VrBZkURW!3h=XP` zuNSw>5(-JPZDU+U=EFubogq=|6UIee-7RDhR>j@Ah8 z5*H9J4eQZb&KpG2vUm9xVr*G2kBN25BfL)xAzl%DMTDzj>55+7BEH4CUs$mScZm+f zK5-#d%+HBCv0Q#l=xsq8D-#uM1-weMwFUVGu?Mk5e1O<5t|JbLhls01U}exZ+JZ+v MF>W~y+*#uHKVEf7yZ`_I delta 2123 zcmXw3Yiv|S6rR~T_wL?3_ulPpVY^${KG?Qf=<;ZJw~O8KXa!p~(uKBQMS>t$9uavM z4J>FOf(9BUA^{8uF(MUFEDC}JAAiJzh!{*XN{PWlP>d0j1RwF6ZQG=$GvA!^ecw4V zw>M7l>!)~E5%-)duGMIc!}-C)e+(H98yNBHG&tu(REhmA{bC&t8f zn=x%_xSjzL`a>ub5gkw}d^8KWmw`YR#tF6Ko`|%?u+p_2qzwry0wy|g5JI_Y)Ossa zM9GjB)w)|YiEw;`g*6?55+}<91vQ{nqvI~5&0KDVOVnK+T&5;b&ELuc>K;(c%x=mV^o7_a;m{pToi+*Mt!IjgUM#tS*4OM zXS-~NX-+o*xM(LPq0t4{5)_7r&cw?Yq*0n-APabf1H>_!Aqs4(k?eT@@6kd~E3gx`@Vqc9W9>UV+5MSmelBR`rKv_$Ds z4Ls^}5vK;Vd(k#sN4|&70Ws-yD0t~lG)i<8jasx09oY04G9CI6W_(nEiRDl^)_x}L zVq-q3>8KcJM&33&nFiD{`T(_@(rRo>Oj4bk)Ap(zcl`>&q5Y#a-P|cbCS8L#qji2& z^eHU6Xf|pz+J`0tEzcTXf)sdIxSDR%ZFUSWiVQb-Z=?1F&5xqZoQFor?!5wIRT=<%zspBEl z^n~yW7{58ae>Ww6$(r@doWXMr;4Bf^te9tVr~d;eOoomqVAdc|kPQ8xfcilok_`Q% zfCg(28J-MnkR!}=NgUHKn+D-vGNis0bM62TWXZ70Ef1Lak!F?nFb{UXK|0)}+|BEs zKx_Cl`IR}1w@9Bin(2lRqmt}nD@U%2UIL;~9l8_L2NrzNxE+I%ICaw^+^C1DfS7a! z^YGF(+#gW`7%b{QzD@0TO%C0~+DGU6pBbwB#E~DMotSAZ9fa>8RG$Gfl!8bK(moL7 z(JjOf#ULN11E9#Kvv@eeXcIDr(-ydm&^f$=0?NZ_A)P`jqI)n@ObJkrpgvqrlr91< zq2It$O1&^wMrHW?W7G(Sa=HZh3c5fU+$#l8Jeq!n$1!B0cr0y$*oz0DqFb#w#Jbb10NW{?h|nRE=ovzS2zk?nRv<{Ql1UuLX=kBItr5%~mC*$`vpyI?-I%&Q)F z=@@09mhcg>-70w&XxYel@XS*Ig{mLOGk)k>oR5ma15d?I0Kp5({#1O2#&{~JBzSYh z2>7#ks`VGOO|y~rZ8^>f@u-~b6qk*~DEXYWY-*atRb#vk1-Mw1erPAGRYYZ%GnXf1 zpEH_&DQ(|+HIx^8F&^!C%h#4G*H+|-4J%hY-lIkT(Y%{hE?>DApYY=K(uy_qER9*h zZkb&_dvV>|wEC^=>8gkuJ!dQ5E9P;zx;e#H$X>*cdhB#9=SkT#|1duzZ_nSv({kB@ z6yGY}NBmssEh*0A{FY6;QC`BjQ$|`-+#^>bZk4^Q75rU!vo*@Ukak;4zdsg_N}jCD um5psVyh^sW#rR`#JK`MqHe#o|iuk7d7rCty7`u|qO)Sje*Jabfy#E2bYDeh+ diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj index c5feabe433b433bf302e12860c3c9712c4134294..9f34a2eb87d146fb8f2999b54fd5df4768f96993 100644 GIT binary patch delta 4240 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 HQTOv-?bc|y diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj index eb7d1bb2cc3d60ed7df1547380bfebea7585df3c..05b477340981acd4664b6f305c03c4c470bd8f03 100644 GIT binary patch delta 3823 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 Pu{!UzVt6z^|H1wX2fLvl delta 2588 zcmY*a4{Vg>8GqmR`@XyHo_p_lci-3c+B=|k1=_A{S`a2^jV(G1k=aqefkUGW)s;b& z{-LxeH$$_a5ky~^Hn<5+x7DFrS8%W~r?ZQ)bjy-0%~)_^%rY|c58hwUE)@-0Z$T8dmw+PeXU^GgV87|lA( zekbdV2!__Az6CuJwmEy)kI%;#v>(|7nV1lg)>}dp6rB!%LFdu1O;c#pp)*Jo5{QDA zwLZopYP&;`SCBwoK>~Mp4kxp%IYMs-+uc?6dw^`275Y6)?>;5>qR?_tTEf&=}dtY??!X(qtRy8!{*a)wqS8HBNj)k zG31GOG2U9DI5U;Wcow5j8+?M^MrV?yfmQTPo>?Rt@t_82U4nC#^m!S7fk{26Cg>cF zMA8A|R@8#dEE@o;5RzU*L{SIIIU;$PQ*DseQ6x?t#lW;hR-cEFVnfr2 zbZf9)Cp-Xld`;y#JSqR>J!NkNAqxdx7-5 zah~v1730!r?|U5kp~^1;KkGfo1B@&GdRSGS;kJ$yk@G!18+u)3=OI?>^{xb+PO9`t zfEv7|ob;56@}V|+!G_-`T1$!>ezRyT6Uj-=Gaws#K}=1WqtQ&mG*Z&9mH!8nxBabM zJ%XlGl-qT^FgNjA6^j9*MbbC_h#o9-VJU(R1@FV72q-!SY0(~dY+A^dl`dchAzFfJ z;fgWHt5>fUgq6p<(fQU*4F8Yj%QWW*^vXcjHIY*=GLw9Cbv_?BU;}t)f9|^s3v^v* zj(m6xw|Exkp{y>Q`w8O$T`!Li8Y-r{aTay~9q6)oWr$P;x?T}kbPaavEUb-tD6d+9 zh{NGZc4YOs$m3yAn8|r(5uDxD_khq}_9g+-nLDsBy@4J>8;Q&|?rCFH2=~-4NkOJX z`X&I1KT0|qXAW(HN6-Y`F-d=euBZ~lEP4&C+7+FE6qnZxgs!$8H%>fNSBvclT8iaF zsT2Fv^cli2`W^i7iem^CNj0W5?k{+ssbBF{qlI`g_qoaMVEttt^KO3w>ubzV{Bs#X zE;m-1cp9!u9#h0BlFvdHnL6`EJbhgT>{ykx1+Ka4+HMmv;qxm{8G*xfKbR3t%K_MaX{Oc6IC$s{dGQPedzZPUY?5<-EH!1Q5 z_{I+|-uOlx90icM0DVgwEuS~5{bqT>JmSw(y5)vzl}`He* m!VE!vY>q%aXHG+A%tgp^rear(eAl!=x~3cQ3G>vh^8W%e;GN0< diff --git a/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b/blink/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj index b66643529f87ef44c6d910896e84a2219043824d..42ddd0a371e0ad1b10020f301173df638162eeee 100644 GIT binary patch delta 4749 zcmYLM33OCd5`FLg?)2}j{+-{QPN#o*Nq2TkLc$VR1I;2B4MtXpiXyTnfU*dR+Tsc# zD!y?+@eo|joZ|rEAPg?Jj5-3c9!DGpkE7rW&Y&pD%!o&2Zv9S}oRgQTdR6yT-Kzio z&zH~WUp=EgoRT|VO6U8s;Q}H2cLao3C54EJ|Nm%)hde@PF3)032z^-)a*v{+aL{Dl z*+YC*>L@Z_odPJ z2*rk9l_!Kd9O}bPb-;5+3r0b9Yp7Ar0Kr`zp6YBOX?JbGB9?c=Avc8YWjUdykX>;Y z?t;z$K++K|kFK+@NzHsNeS>`6)JHuH?9gd=32G-UE`fqHI)Ef}I>R}4 zJJZ0xZ`k=0Yze9Wb5iI>)vNy0sM#0@8X0pa4ZR33y2w#np(&Uq8WsBwLfoN~$ec#U z7{w3;+@zl%hMjH-eV0m^c6O(m(JeGhl9#7|+&nV09JRS9$~~eZ+%+149_3MAWaFU& zUO6OS;V&zGxPy+D&&M4FK=l}f!ovguB)N(MG^a)XeBpr4$&EN(O0K_%5lJ&XM!jT)r) zCrHu0+{0ed6ScG2MnpCd!W}UDjoYh>X3JyV5Gd zJntjzC~sdbi{1EPSQM`~djk7^3( zT?9mE3XU(LrJy%Tr_orOvPhzsT99Il9s-?l+K&e(K{d!cNgm8;2~EP9qUpG_(&PtD zDSeOjm(goL%a&6of-C4#q4(f!Py?FprB6_kk3PZi zL@hYdPmQ43q<`Rm09B&0d>Vp&TO#tNy0##eeG+U6YD4alEVydKcLuJIHZWpNmij2L z8hMzNxw32}lq4&D^KNOp4b7g34w&~!Is__&y&ZF6u9Ci$pu}Z&;NdbKkY0W_8zM3R z$(il4obTx*D~8$sF=?EITHG;XzAzt`-c4{7_HlrjPe^(T*||jI2UKF-D0>jl-Rz$H zLG=n(Ppm_o=3p(f1E(4GR&Zht)q(@y;J3f!!$xWTTHsmsV<6jX$!TF*aye~U{=cvn zwI^XUug+<4`;^)ej%DBH%x7sn&b-=Qfkv8ha$2p3JPR7lg|hTRPUmebNwyf~V$Jv! znmrAzFqdedP6P|vi|;A(CN0E?pqAB)wMeE3IV4%}n`<;%>E&Ua!0heE)WOK2snS?+$M<>}b*j%R>{orBGQui0evcu35PV?K%Ov!UO&9ZOCaG5V?{!Q=<+xsza=4Q?0qoek{mUaO@DS|P!t>EyS8iVRX|&0y%$b)1n#uEm_vKdbVJ??u zCpIJd)fB9FAqF{(&;C#D2Q)uNo9~VdH{|(Jp(3Ov>$WfCVc8-0o;iB^rX+i zKLxVH>V5FM+nBCQ?*o0-WnGzWFi^kM>Lg?dU4yq3O+Lv8 zEQhU0-h<~6CU+sc0!pnmC&nLgGYeOC1MFh5?2@Alz;d;9owpx)nk(q~E&%?_u%;LB zCFKug*E4l99E5O)zbmYnR06i5A^teAW;uTG&|!9)ZEflF(VI$zhLaptHacIQRZh!-1HGN_stz4ivto6{ zJ5Xydqr2c-Itv+F!Dee0L$;|cF6ju894(XwL)r@3Gd_0C;YLYS_h=0Du zuUyX;dEFPPGZ`KcK{9X{wGfja$JcGga6p~NADrXhdl`OvzKVmSE^9eVPV9LLt}3Wa z@31$CL!}M!F(u3D3LWIdgE(?Lx_T*o z5kI0V9bAVCO)gC=z_jRVJF^4J)RM9a`Rul*%EoDOt~ymwSL*~%c7i!Au6y!mo&-6e zf^R)}rSDGw)Ye{Ju|bWlOvz`}?8+VTV^vbsRa4Wz^EF*nRf7HHRWG<#;_(Y@yP&$c zG+jS?!Mqvu^XIhJFPw41f<^T+7TwUNcm1@EIrH1=r!AS&F>*GNpFyT`I3ujUQ~l z?nfWA%AKlWU#omeE!npeQQu&_Sk2hqDp#uQST`y6fmZlWJg`*uSNkE~pb`feZ64O2 z)vkjz@=o>7gJrTqnTM*}>t}*dmEK#RS`JzA&uYq{D*3Xy2diIg#%idKu!hwySkI`6 Q!&PqUT_Jv}Rvak!AIjs~4FCWD delta 4735 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%0D(!meE8y4ZwVt?mL;`gn333g|53;@v zHPuOWFL1MEGRZ92MKV!hd+Wv8B~sg4&(%`phTeLCum98tCcUz^9@6fYEl5U#9VIy^ znD6*by@=$53<2?-c+BO((dfvjjwABirMh#fV`6h+AN`Tc#(3PvK`t-q@VsvO2hf?J z6oCJh;pyVpgz51j(0L@D>aC#jM%?`Xov*c~@Pikjyqk6#Lxi-VtjXb8oy+1*N-uNwJ zDXNGzxTht?xD$2&fo_K%^**=>?TthSF^8MbbB*AQgJ><65sy#J;0r^yu^c)8muB!Z z;?jFr#lx6ziA(#DFGxn=(skgh{xFxg^slJJWiiewap^>Ksn;SB-v*av5MJWa11aU1 zX!MWnLuB0h7}b z0#MC`J&f)m6K>JV8dV;k(smwt3~hr--$w(1O4IS8m;26xOi`%xX>fK0o!l|1aP;^w zE?*aSkWK8hqIe?%sjk5=(yb#H%|xnS1sAkNkh76$#0s#0>;4~5HF4P#>o#TuR801FmHQxt$biG>xq4*dFhbf?QY%yAIGuTOHs0KdK&*MMK|!>vjD zns3{^D2!uWOi}>$_2?LTpaQ^VE4DPS<1*GBrvR|o+%4nOaT#lmQ{dOU7P79x9ngwj z(}`v)e!YVl0l%IIjnW#e4$y=E_MKp}tR2)Z0$|grECFnLoIX#X0I=UiYKc8+BLKD< zwGsSUwSFspO=qOUuP32kkW9#j=pS3bMGvIQSRcZF*!I?Pz`?#+`G3C}@3aBrgaagU%(1m~q+Z-b%KTt;u)Wt#Dzn)p|v zSv|(5>{72$&0%ZwrZ{6b=kWOJk>9T5A&flWyvJBcECl#xt4cfzc&8+!4}o}Z9X=A7 zkfxUeR)R^Qr#rnYfuqlrbRR6y%ahoG!KCZZWqO5TLP?DQ)US6`&6$wIvt4?nVgS#+ zj)4i>m&mo3G835))Vl<@(Za5vn_U4MV8bRoDT9tvy}X>rgrMF#@IxeTA1CiOtR*>< zTg1J%+~`VVN`l@$&;v=f;DIfg^Du>eWsBy|(xyR5J;cxGNA*%N22l(PCNd#GzdA5C zBBjBxAI+v;qY4I-9;cLR9VtyojbOu>%P58=6Put+p?*W)>xh_}TErxy%k(kHe4GW7 zh^gsgm6(L2>uCPX=0P-eN>T|rP`^cGOG`S(Y~w;41PB_k75%KY%Vb0wFXbm9VF;AI zJ#YzZtV;ZJ2^tGOvRZlT2n8<`QeO_RRk|O6P>ERn0 z>Q7&2sQV{LVaN|=bwFA|N+*1#xZ*Z|v|ztk(fd)-xDg}BWk7w5((BPoZsS+v@ffpE zyVs!W8(;ipeA)wZs@!^;p5Mq2ATHxm3~>TB%DM-mxV zI5iukb%Y67N#@Uzc)Nc6cs_abA)2~F(l)TChiXN4fu=2m-uhK7%xK);`mh#;oA31D zEld_VO24{=;qGkx4=oH&is%h3%&YS0?RvJ><%v7+TX(1wl6)$I?|{(jWDU3k0{U=7 zfZ)w&HE4~kPDka$9eQ@bX0)c3Ikm}rQVJ*QowR?*=*f^a0-9(G z+{s_Imgy)@GsC~-z+`~b$r8L1++n%&PN-5U6G-4d7l{cEqk65sC%YIHv{ZOrjx)p0 z;+vvphkv0|z`$#eA#@rI6{^R8a^+-7&nbF-`YH6VZ=DVC{*zhw_8~+M&90mznKMOC zP2p}12L*12r=iN?%H1kkr|3X|(L>t!wy@~y$dlh7XQ$}t+8HsX>SMK@a>rD?2Uc1y zPSvaHo<&D$4Xx;GF)GuV4q+S>(;t;~jaK$Cq?RL@m-7D%6SQl!LTUvF<&5M`(?_TI z(VNyZ^9aME5j6%D*0d{rskUR(fkU#W~`se}I zp=GqbwqfeFX&Qhc`AWmfvrTpRTvFg_mfh`(b_r4OZp@3y+vzHUm;jd3c824ok!J zGnATw{ptYQf%8WZK3t)i_We-td*}t z^^R?+TIK~bpev7lX?}};?~arSX$5rU5B&RTN(27QL8kgD_AdPjcy<|am+Jp#?$WEZ z3$p(%J)EZ${I&EwROX<Oe%qH%deVS3V=zv-E!X^LS_4I5{RYv{E{8WmV_da@*kQ z1MH+P>7xMn)Ze3bvpfEnJjagj6t7_N!qvc^ZDT$x z;TzNlhO9dOU~Auhdk=c}8~BUV!|3~ldofX+kpuUm@0Z-G*OwpTaNKi|nau>KmDYQe zaE3$RG72Nz-w1IfGNe&Yyi(=ZS;i?BFq<0KyE3j|-&daEEYlV*9|Kg{ZirV3IAH@` zRz2U`+VNW{`b+t5qhs=m%4D2-xox%{&Q-OoDSZQlBM`GPc5SP%80bmz=4`#nJw8^U z=20i;H>yFR=P0`|=KGcJ=6!lGYTiHyT2=9+sv-g{pOJMaR6mF}>Z2IZcxI}eU5Em< zL64Q&2H7pJG}EhEAQ=NdTc8S*r~0_yW%P^pJDq(~qB3oQ5*PuF&q%+y`shk^X>1uE zsZKZEl5vEZS6+?D=r<_&+H7US-{&eL{xcUw#7W&e$B5y!5&xFW^Bg1km%IeQ5l~ne zF`(6mv-4nt#u;iS)MJ-fT6fV?9mZ#(Qh8DW$mbcjYhp7NFaHwk$;f+c2|~zmlA;v(g8!>uR`_`7Lyx4Ri~D?(dqfdq}TM z`yJY?qB4E@g1$qc-7@lkktt`^>D}ejKlE7H^gtj=UVK3hKAv-PqCA_g1!U?MdQS7$ z^?H~5=9M4lX|Dq{+_4b;1qO)qAV`CZBpD+cN$!vfB(r4TLm*3KImt>nN3ua`7lC{$ zi%Gi6agw=Gx)=mba!5|e`y?fj{xHZ?nMAT(c90wr>k*JN8A*crNH)j?l5b_;5)e4F zA%TB;k|wEr6y%gFCMl8QBz>gxF_1-a56K~UpCnDv9|svDlSpRC4w5}$Ed>e6NRnZ) zk)%m3kZhHK%RqjSRpCl;hPlDvhq$dM! z18}W*3fv5tM}pH&Buga!X^L1(9v*aAfmr}bDBq)nlBFkLy zJqPY98BQ`n){wj--;tb^zN?UB47Qkq+b`DhAl+po$vW9cvQI8Nk1Ty;+G=o{WiLsZ zB(4EjAY(~3$hI}ek|(8W!7Y({NPdy`NpN861&~ED=>=r*%4u?UNX+Ybmm38@PJ;j%2CyeFfDP%8pmS z6^hjivQ??-u=};Nc)2fgtG;V>1iZ~WjRT; z>?Ogi1QNA!xy!Y}lzT75%=U}az7}wB_3h1DUJG0r*GNZ~!8$yeW@C0}`$t?IPix@n zqwr(M!{8YU? z4F39!Hf}}X7(?xlahadWgYO4Y8{a}+mvJdR5&VpeX)vfU(DQu|Mf7|lg$2TmocxA0Tp$-ae z^+eYY1iyf5g;o}o0SHc`OK^4{96)e#6$qsa4j?$WYO9Ck>Zed}vYlP#S}F$={133u zOEZH^Q7AaiBHLyH1*h^Z+c2Qu1g zix7i0WmbUTgPkqZS~zJx z0S*WnU+dv&JoQH=UKg*vpGSg!M8aUE^LV;{WWv?_j_r4a9|d~Vs^h%JR1YRZ^I>?j{}{sCvPD+ zZ1N+?kfR?5vfJ_H0HMYrtY1P4&?KS%VY}o!;FW~KfjsSibU7SIO&78q4z=d*`u71KAKc z|7c)Tc}G@zF^Do1tzN9;?p1Q4l zv+iA4ydhnAv(V$e!BjdS0ml91@5;E3Ar!79YCciMP5vZMRl61){JY(Uy)a~Kz1EaY zg}t9Z_F??n_O5NU_v9xKctq-sDSNLyrtF<{42kc{CrC_Gx<09dMDW515;z{{SN|D? zOAB0r>aY%f8e_>e?y>R_sMRrUX=aQvPI(w?3zsATN`rAvA6LfBIe{Hn`;Nmw-d`l~ zQ)S_hPhsIA6xOCk*3#@ZttlJJUfaSMCAXoj2w13kbY`oCyFP`3y*e>JQx@ibrYyYt zGxX>UZV0+~`ypS<*>Wc+xe@elf*krR(64eGOl{eIXd68i1#F|omhmogjJ_q~3v|9K zubT`y5lBo|?Kq-6?@0in9Dmx#V%`aA*uiunAAda&=oZBpTpKQPj=){o23_q(ltCv0 zK70K3FBu0B4iaeh=YUpgd!9xcEY zTf9nc_&gAg!9MMCs8TOGKMy3PDWyA?*-G03wQEMRGHaH6g&ek7<@ua;9J4A~&C2-# z18JSi`9gK(jxV5Ao_zg?8b5kUS@!a& zz)0;^i9PKM*H|Stg6>Tav`T$;0cM!rY$LRL%`CN*FPq%F?sVXM{O_O>Y!p1uy!@v? zf~U>)z%3U7wBt8U!queAv$TpIY_!faQ$Z!%kDkk|-z9XrSzKcQXWf{p5IZbjz zY90p3l6fTKjg#+44oP1Dsgq?SW8}0T%P|@GB)EFnNU~KfkYvfgr$GA1@~4nxyCgmh zu29C3ER}5_Zr3b{dIm=1H4lHrz*&YSIky5=;Y;~h6e*Ey&w^VmzLmzaZtuOab|vyI zmG4#}b-(m|4g~IMNb2P@$y}*f1@ffKTcxzRK(0v!J`XZOmXp-Wx#tnG{#psIHgdI- zQoGtH@Wl>^Ec9osHbQXYuo%g1*EV@&wb5SdBFDj6pT1V-!TC z-0X5a9%Zlkx5_${n0 zU*US|b~>JnYjcJ>)hDxq_))hLH=?uhe+TM%8j;W0MR$cf`?7)K74rJaMpnWm2-U1j zsL5^7y@=nZHOUP^cN`LY>^AvKkt0b7CEaQ^uo>{ z$kD7$Y&t6zb@^P;JXq;$k&FHbt?q1*iy;%)A{Xid^SH?W28HoshZ(WR*P(_tG#ZMv zZjp-~M3F69zZvqdh3Ok|5(XgQ60Q!{Ef zqr0Lj$+q1h7sHgu7P%083pr=Gu`TN_RM0uh9r`;=un%)Xv(Q0u&ROoze46Q;LqAg+paVSUT^PEJ$~ar( zLNmxYTjWB&qMIUHL*%bgCc%6L^+pGESW{-u5_kj(CUQOw1KQ z2SQ&{e+L~14W~vx2YBc_tue%-Aw&mw;yWwkrhd*AxzJC%26Vt4r`;(O=m62e5_{A- zTjcE4cecpctsmJU7d?+%+OkD1hD>COTx<#`5^ zN>qF2oNC7$g@`}hygXWF~T6L?!dF|6HJO84!?Wq9#$ zKdxiz&Y!kpTcFxS_u zJB)0QO*@Qa_aLvly~D`E`;fCcjMVDu`50(9(RnM(j_2OMc#Z>C<_unIIng=Cx#r5c zT)MqsWL3?9oxgcMoPoy43G=BpqL|;cp*hz;4AwK-|==dEtf*Y_|M6v!~umxj*J6u8A-Bjr%{j72>;z_gmEY> zjh%t%xsdMFX|P<#&lQSsYv8l&=slI&AbSYTqYxEuX$YuvfY*0|kPxnh^m zvFbA#*Yp$b+yzv@Ol37!OOG zMYwHgW~-$;cN_guXR}`~J~VYmiICj4l-+&bGDennMF;)v%`(q2*j2@!R8amf6?7DTm@x=v4)CHsvP zvZIR@-;5W^m2Nq%87;@B9yw@qjA?%3b7NF*4Dj@PlW!0wkxWHoa1aD-X>Sg4d;80% z_U4s%bGZ>Le)3-+*&qW8K)#jbB;Dm4$y})|1Zk4Rh34CM+c&%j+*h)u$efPlM|uZv zvt<&=S=m9-AXYKREE!phEZ@pUv=9YF@m@{UM^o61UXCuD4;`7Db2s=zIk;Z@+i zmG8j0UBl(FYS?>BmQ^b;Rt@qDkdY)aWFyIwa-jxp|29fdC-}h*$iPl!fv-#F$SPt{ zCo_bAWXq9^6~|tZ19A?;I&ue4Jj^qHL>ErA7ZG@;dkKm^*$19p<>V<}OR$x*viK6y zd41?@);gP`{f+%F+Jba`FdjEh+dr%$+GD!FI${c77boI+6|(r;7}(C5q9+mb1*M? zeeW@8Go)Z)u|*~M|Au2tW_dpMPrxtcSS0%DQ5zN&Gx&WRGQ%(CWBlGxb!KWK-MU5Hl|BG%pn|7##H|o@caonxB4JyP z;|_|N)xslq3LWCXbEbVAo-;q;GveMB9-cFQfpB=vw6DW+CigzWbEe`63M$W;^vo91 z2~85E&oLXw_@%a&nbxSDK65?1?pq3Ff9E=rix6`JKJadlQ;4|&x!h(Vo-rPi+uz!{ z&g8ycGX--tK9iYwD3o)XU!fsACO5Wu&Ee=!pUZa?7vMT`7{xoTGxMWgWO=%haG8Xm zG?NIm+uX+TF5d+R4wQHnv?zEL!ou6;d0g?t^+uz^ z+a?)roJl#CrG5d%7gq_{fy+}VMt8;UMOt?VODMq?x65~e<*xL6-loc{qu)galP@n^ z=6~_2nM?8MRt~j1=3ZrGZNfly`M;r&PldaPGI=t{Z*o1Nn_rpno z8_ru$jY$XPE^`e=xn?#&2e(-ZF&^_5j0UgCBWXT!EK;B$O8dWlC2*Et!DhV2ZV*Kr*IJSwz6Cp1M$9<*TO7xtkR)rin9bXpof z=ogj3&@T;a44fyo6Yxf4E=L)heX0ak5Fm@niQ`h^k-!c(9pBftE|g9UP7I10^1hoE2JVoA6i$4Z@+#Nkm9eu-J(5R`pT z9ZqJ=a0p7S)gdTbpnJ-@Gy@Jn?K>C_LE$}DIRv#6;1D!}32+E%C%_?Sd3+^O5c|p2@I{~3z22&e^ez6k}`sJ|9?`vi^uE2m|=odR3p{Nj&hUnZ(?*1dp$Z5QvyAWyeHKjWG!%t%R$2E)pbhhD504W>P)9S!CNw2?g+qumx6 zSNJ_g#)u&| zKKysui5M|d>(($gc`!x{uT2bpPYy9+$W5|`G-AYX5Z@720}1aOX~5L*Ldryl7&hdz zF!wz$L=0!U8R3b%mX>denH6r&+YK>dDD`Z zp6wVh+#qbXM&WN-1F^pC*2rgjB5(}H(Dh-Sq-Ee3DmTWy!4WuyhL5#ds?@H3LO2bx z76Zr7{E1<{Rtl6ix>L9{=#H?TU53ap9AGUr;!p)`oSkwN?>Iz`vG1Fh*(rQ+!N4(g z0s_a3qG$w;u@ewDhOY)0IL1yu;263iW#AY)0fA#wQ(b~6EOrVa$NWqoh#aF57&%6@ zEh5LTZ5M>Qu%!_>hHg9-h2z->-E7mAq|~zA5je({g}^aen9!pofq`STu`~k5s2pwt zj+w-Es{b1OAPco;hY;bFKOW_TDo z0pVftIGhk3#!f(Z7$5ITgojZH3=i`#6A&JT;~n8)vN0DhJPc3%GCYhs@D<0wPcXI< z!^3b0xx&Tlr6D$_g?&^Q;bC~q9nPge2oJ;VMR=Iaa#??~HgtxH+~D@`7IJ&NQ{?gf zW^UuZ@kn!-zu*Jm&th;zc{}!)d!U8aREIFl-6#=degn(==8YI!x+zd5U=BlyLFd7E zQqm)G&}7IT%e(=f(I!Ke$C$&^vz+dUV@>)di8BvELcIAQdM&}6(1-?2G!sy9lDQC{ z$>vb>SBkj`qQhn^jBIDlfr_c-C=9(cb2EgdE0@a|rXSxk%@TZOso*l%W)GCgF$r+~ir*3X`s@ zI+{&TvC@n|3s;##A*kA%2~}#$6o}|#a#eVV`6F)c&gMag?qbqMT30h2(z=!{)jIz zJ5aCH(R>y8W71KTRg*`dF5f)aH_*(E@uR1$-nq<+Cx9-$3^cQ}GD*ME4EK(Pg3$|N zN26W6asNieaH4!G7(H$aRDu)b-Y`EHcOO3CM46o#id(`f&&93-lMq)gGp;lr>iZDo z{K@k+>)3<~`HZa{pOO6+e9sw=)TtVL89=!>_2NDuV=Xm|<4+VV(P#z}ihED$2bt;N zzrq|X+4EPFY(K2m<%qYEZ~%D=#>l;c%uMW-STV@#tPPaIX^*yh<|afJTcg;K{S$mgRvCxU~nb0H#irRy?}PmHe&eWuEM|8 zvVB+PXOE$UlrMWQ;*ycVvHR>q?jr3aP*H?U10Yt2+P=kv0xO z8*NBMxnvdDYmi0(6Wp%@UG5*UHiuOp)7Fl_$?U8E~H>`5J zyf_3S<;&*%L(DiWp94ahi+;x4g@3In3JK*(!MWMCB`D&*${dE1cO$Mc!-?#7?T=Zk zJQr<2+^XPtdGIQ8rWP&UVdl16Rr=CuRr;z*m4A@R{{iyu!++(h=3~RmaaxrcDd{Ct zEe6eG;=lX?8cIv=VJlxiXSZ5bd>Mu+<6~D|Xr6wxd5abpi1g>6LL!~qWQ(yj%508r zFfYORyq^Ne#>DZrO(?%{+W3iM7!YJvbNk!PlCbU1=E^UPkX+kG%V}P{z-;OXETh*u zfE~ukqa>^4B*|In_%2AH%put?2S}Qlv)>~?vQE1E73f8pY#~`HMf*T1`D#CakNf$(05DP!$?GzNO1-AA?Nb%CwEzDnKjVvMm8PF(Rk7kpeYZ#P{Qvk%{oktG*W(f8f8&?>-zoHe zu}td!9oPOxhb#YAf2sdNg65qomH(3;r^3A5X8NUhu1rD~hUnIdW9yDT*nI_CN^n%6M;}s?7IT1c7R- z3sB(gMF^V+c|d#uA?U^z$kFx@)*$;D2jsmHb*Vn1lV4GE-AGNm^a{nOLYDTJ2ah+i zD6abS9HA&4-MfWyf*`D?vlb%m)Avw5^PTQf6ocYE{RQXwKAzs!@$hTQC@&uEfQ0b@ z9@<{iX;ekep?C~J88xv>DSo{#g<6J0?xn=2CSr`#D*^x7{L^UPxKsx5lpK46U6>BmSRAwlV`%%9+ zf@yC+tjI}N#JrdlWdb`&31Kc^zClRER>9@W>lq&ccT!?~32_lKCm^NA#)1QLDf4e3 z4wc9zV(t=FJc_7L!e`d4X1*Jc%$PL(QpJ?azY?fQj8tc?VSF-?Q6gih;AO00Eies2 zkB&{}m6f+oLnCIr8tDlheX;YQ6SIpNegP>F+YdJ}d#i#RD-`*f2cIE7izC zhwGte+vZhjgsKGBhl$oSRT&fM;m!0%H9NR{1Fk8dN$;ka}~i>U$1;8{@>|I@NOgEcO8CnYXE-mx+hiM3~*& z=%#$JV^q!UZc4<)!g^?W!OH#A1_(=nmB)j^eRvNRs>1!WF1E85;v0 z%$;gXA_X@lZXa|pi(@0fk@>KiOd+p4HVbZLKB~rTq^e@Kk*0U6oHSh%bM*eCdWn;) zbrrwI&8$-*FQSBbC2RgV=tU_JGM`s{L?`2lu@e+?pDJ8=+mLI#sK!o$eckn~EkJ-Zk_)utM3rDA6s8+Dj^y?Lo)J zyF005_Spi79{f8LDpnE?0K@GIc|0%~W%*TTjS4>>Sd9M#i>dr+fVJdw*z%u${z)lX z0|}I?5kHARsHm}gUSJcIe-jE+`0v1G$*TYu;})7n)fQ%&G8*T2>U;%!!{8mEa1W0`7H_fv=q}wa)2Ygw)Ibn{zz)+ppcR#OftfU3 z0f^4mqCSHUfH!#fQ=sTg&Vgdx@^Nar#hL**wBOO5tys=P#BGWTtJ1#!2}kQzb64w% z)&+&FjNIjfM)9PTs`tNr3a`mJs{ygPm_rbV>>D70)ip*M4rSj5eyncE#b7iRT8(F1 z(S9ZD%$!dV*c30f2KZY;iEiD48ZAzCwFWzu6xneiGlUW;#Wk`u^gl+nhBX>l8$*a$ zxm`fcrg+FY+dttH?NN=i9e&Ss`Bk(QR3@G`jml75SmXT5PL;W^Nf#0z%TDFrLU@!2 zS(E)wpTe8+U)ocfXb*>-t?a@>Kr;x}CP3Vp?+-v1uD}c2f;p3?O;D`sG6o_;WdBY) zU0)c1X+xo0JY!1YaIbXjiUmqHbAD~cf&Ol{xBFc`CQb-xd${w@*%|CvbVvURtN3ubXK)xUkFaD z9y!zqg2%~4dfLx|Oz_Hdr|Qy6zjTOQMsEy$Jv^NA3yBz?3a_+yHXs3h9Vi5o{m_TG zquwvjHsJKIiZ+`BZl}#ePM|)}*?1X|AgMRdy@VJHo`pxCPstR5uK=5Y z{uM+<5nTiI{x1>B{tAykr^H?$Dxuqu&=u_?C_GR%P$P2UqQEeJYrH<4t}-y(VOYuT z3N;1JuqdOzmFrALuCdu?r|+)GIlU#U6&RuY0t!YCAUUzX*xd6F&;J!{+YOK;6u3CF zg=h~a-ll{PAg*L@fgu9Z!`~vIXWyKTv`iL7@*EG-||xs&l&gkN42@>Qj90`$lV^JV~Kz>{OvR(u)O7XME2%hbX zvG);_iaHOa_(NzWRN;(%KA^0ZiA3?+;2|`^M{kth14_UJH91Sml?r>}0^tl1J^giAdgV3sTl zb{qL6S<001DzFhLHOZ+;{OOll=d*$7Z(C<~XaK{k4QoXiXiUyuMSmlZI zqP9isyY!B>n@dg-p>N0ml*Rb5^_Ky+om1eOZVvv?b|=zTwVRuGh&cFIIQ9o7^{XRKrTr4AJ?(N>Lx+Mh^k9ZTFo9i6^q1+;t5;EbXK$nr;(1TH z?;*lpduTdv!fy;>d(vayn9la4k09<#R~#M$<;=kIz4ZRW)7i7>Zf{b21)j^(NAavn zw|uJ-WzT)9h-Ibcy;a8gqz}H8mEQAKh@}uKV@uP&nRRj$3;>}! zBB+!F+gZXmd7h$lk_W%@MAP@b9b(1ly>ItRcg-$m5AJGnBxt4r)T3VmAGjPErfFK! zAEw#{oDNg%p~%rLNB^o;WOYF{rrkef1N2fR;+1i7HOzgVMqy05FNE>6Y#2{%Z%?8e z)f-O$bR0x51*efbrr?hg))MpvDa^rdc3|FzvXJF7{tysBH~yW1Ujnp$r{GbfFa>`K zWwfur1*YH|5%=kD6BXubf#L?mefo#alir=)uki3|XP})Ju}Etqv@*CirsFMoBVnj$ zF|o&duF0VxzB9?b0bPP`W@aU&X^tI-3VpL0)0kr)MepRB-I&H4dosEM z-<-xY=GbGPMPI5hjXCyv>B`S+tCFb9;|oDG_h|U77m@N0M4cVjCM)2JD z&NRb;8OY&Z154rKskQSg@UHTGs88ds6MId_yhC6mAs<4P!tLQbv}H8 z_e?n2i);fi-pfhok+a}Xym#VP6fq*7!T!8Yf~feEDB0!@L}OKms2G_;MSP&P5uir) z_?ZEkzVZj~_Efk@og3H4Iru;1cKk|+tMf>FIO+K{vKp_0jXb;>rM!F}1`L?#qp+Xv zMgfz=Y^rEh z{BbRfDttOgtTOd#h@8&0(OxJAsZ+GV{P4&tTdCU^La0%>tKGUC%nTTm&mHKHc%d zQBaM_&(5J5GeAw}l~BH+WcEnk^F<=n223cNhB1trWN>6af4q`uDG|EKM`qD9S+Sd;x$=5uZ9>XpUx|K$cXCOT*|eU;JG1zM5WU>)NiNleS>#hy_ES`Q zSC&bRQe!_snB7>MEKqAVOYb&_mCR~g6Zvtm^jrV}=`G6)sX4m+8 z)CLAN0y34Z_I9`xAH-tR6nfeb${x(JNcV&7i%8c)SSA^HxILBX9O^1%ggu*5XSk`6 zN|fxgDgEk~iIh#6Jd0^w@>gAd12h`jlL!YUkz$X*U9j{@7Uh3Zcg}aBsc5`8JVEEf zQO@9NLEgi+BG=1T1LEUz;0b=71jOW&o{+6W#b9&`NiH z5t!(~zXI1i`ONf&uRFz_g=CEXi0V~-4@hfD=6UJwzfPn&L0E;;e1`F-5yz_r{AzqY z;yQmH)fjvMh`111SfbQeXV0=G61er{J2-S1m8&wM40;;z7N2nmc^C4M~*TLQ) zCG$}bwN7K&GvL0lm$8Pjz@;guk*|c3;Wuzp^ctX`@>XCJoyssM%EIbrZ(wCErUX_$ z7b1~M31MONb1zc%c`%HH)z8WbTE;%SX?Q%U<} zsNFhW71Xul+aoD8-d!~m7m2xOImlDFlQfW`5TyC*c`mv+oABhKd zrL;9v?1POhER`NZCRF?}G+|+>^h^{qsB|tt>MbmlwgZMeHhtUiM2fz=SXdPO6pZ-n zcgS(DC`u_|_aIGec2gmH8eGxBn&>^qi`g%bCpE2!+H>J37S=?MgK*NmoTS5=DD_79 z_F`hIX-(ArjLKn6^gUpf+q2Sj-&q|RNDi!plJaU?%|7X-YVDb%j6H6uPRTq8gIZV$ z?TO;KC;jQvci9*v-|}4|$MF-aZ<3$jeYzb2TQixp5i~PjNWcEw!o`bl`uLq*W*F#jDzW~DVH*cmIG>Xg!-+~@GUA3HpHa{gEztF}2h#n1 zDoK5YHmvZaaB`D}5$F5{=veSuoR@qDJOf;Um0-cIXaa7@1Y)6UwF=Z3&_heK{fGqp zAQ4&`b>c%HS?I>ts{|j93Pa0chbexP%y(19yA=s9i_yg^shg)9YlR|xUlFS zK#Fd_n?uxu%lw1TRY%Bd;YyR@iesB_jX4I1f(V%~+{PKLmN_O2ckpinR(a&5^vs`| z*WM4=!(BBU$c1Bx?{MGH6GUiSTQ=t+$kiPeqR?JQx{Uy;i1Cp}lIlF-5u6LEv z%P%t8^93L|)U7F{XOn4n_-O4uhg7AMt|pH@ugi_xJX=DP=p!<0ww)g0a9d$;jN$<*vzkKN#zvZO{puI4a@vhJt{e6QUTmJ;OZ~iX$LRKZA z!)2Vm>JWGUus411WW$=@2fsq{3>wJ}1;#-9svktXOk-6f*zrf2>0Fgv)aHEWcyQ->xQ zS50Ag?ABE`vF*luG;-04gmo zd$P@=*r&4jCN_wDFK1IQN*5QnbT&c`*vvKn z<=f53dr)?|6TxnIgdCfP$?uXA6Q6a`G1B)ymH(HA%MFiXdNJ zN5Khscq^-9vn1Qbiqs1)l*iMaOj*B;h1hC2U>hqlUbzs;P7j$LP3L1J?S6SH0X-Ao zZnEVnPgK4~xVronU>1@Y+Yx*(J0UQ{vx>4sj=dR3v$nI=YHgjfXXTNGBimV#Cshbb z2$~U8z%T#%hn2L?;OSUN%RmlR&uG_z))y`9-%Tqt4#Vo%d9WW=%@W&r46N= zLH4Df2nvr;DWCBk8rA<;BzrFK?e(Dv#2cdy@%e&*oL@Qzu$T8 z#nY#?0j;KuDNh5UT?1yZ;B`L5o6CbcnO(9BMe(^EEr6M4kaL;)(Mf6MaWJQwFM}z= zJR*Y+u*BFCK*f?*F+`;$FL4 zX8z2goH4Fx#S!_E__(0d~MEcRs+9mPR!%&}ek7ZIkaj!180ypfYB@ z35aS^x2h@O<}$F0B~q87ykdR?Ju!1Rso1Qix1>44k!T$<4U-1i9`kO{@R}un_{{U6 z8oxKK+$W#0c{&0?^U8%XkGtq8wvX<6LX>Vv~Crll(TPy zR!pMT;z9dHN+2@!qLAQC+eV_f&=hSOsRR^SSw<3JE<|5#3@RKUh_h{EJTRkciAQW3 zA>ov0Jsz}e18_3_Z*eXSAW>m=%#4Yg`p$Rz#^ikPgw>k%_sIh1!J@j>)?pW~)-;p%-Yu zX)5!OqnaP#shQUTqMN1UvgY@Y*JIYA3a`BlPj`q|2-$eC)``&nLSH1JIkeE1?Zicy ze>W0|XUTXKF|s+(u0$YWx%&vsiHlT?|C3XAt(x$ns8(d;en)stT(tL_V8|ucu?da# zY>CXgOyp!canar1@)TOnCbVwELsouwoV*`TbM_ku6oJ|8Hq zrX~VI6lthV@i$WF7a-bZIrOHOZJ?GB+&mwu6()V3vrJk|3D^%J*CkO#B!+6Vo@MFc zY^^^^2k4WjI4A1FYmg&G#fB36P7?Us*a(Ubku4u(&1y~1_E{OBn*mD{LPpCDOT?8# z1uD04orJFB90TiKov^foyy;PvmGC3(W04Sj=1&}ld$OqCX|;)$<=#hGtJHqf#xgbf zT9~K8Q*!akuL5bN6okPQ%Z~>Da>vMp)Q<&5d%6RXNp7ta4g*bbjc+(Xh<&ASIoWli z??Qr%b|5<8JnfrJ5Za8AN&BFbqHAC#dHG{3E9)UJ5t!s9iuV!{)vpv?EH^&JGNScB z7Q1|JHkDQicguZ`;iWPM6@^MoY9>X;Hth}GR=Lw*WlCM0$?kM?%)H@CcSX9K1tv`Wyxl>|Xty5wsO00g84NDv#&5jg~ zC4gGsp!dN1w(PjnpJFxa5!vRcrs{fhI91(cPeI71Kx=Pc5WEtE%c)Iq?j$VH&Y85B&C`zd%^ z+Ia}_<-|Od28S*4RT>;_qo76>6dEZjT98!e5 zI=P=xBcxr7;Ac6Jf(7!?VzrWOlAjf;Me4P6?x--oL=CZBvSo={W_(?T&Xh)law7M8@|@1&e_g=(j&YLW8kpA@5` z=+h33ts=`A12Ru$E+@0D2oUDQ%*SsG`$!9%IFBh#R^`_q{`S%(qSEUa97@-m=S;kS$Owue?$% zvtCEz!4~D`sbIO>cBNW5`LAZ6CEB7>(nTGbk%8t3B(bU--G%tG60Jm(SD|{1}ZLXgW;2S9}}REpzlFp(FUFy5woF)sMw88Dkg@>Zda*U zseP!@7D4cmEha&_gcyKlQrwV_IjHD{8DXv%kHUE(1wG}9t4q-e#0#jnP`qHFL5o|U z#bPlTsxA>Rlr0tC=b?Rw*41cKVgbxkDb5Cdm7s5|&BYI(Q!V^ZaSO2{1!-!;y&&3B z^vuSW13}x!TZ;`KS1bCq#FqonBC05D1+C+?6PrPzPJ9jBv=>8w(?KjoyrU2hqh34% z{dW?}@Q&y#rexs5fp{j4HZGn+gY71+gfQL3Il$~8-hse9#hF2Q=5)2T_(^z!zg;nn z%02oycv>ZxF6*@bo6WNN0uU&b_fA*sKsmgbUlRQoAU&wb!_(E$)U`n4SNh57vEU+@ zicc5EfDjKFP$IvEzk!^5P@V)J+_4kt_7Z|#3JLJtlHlH-39uIC;|nYz#obq!6$_k> zE>H|_3z)Ew&&1bYLKV3*zZKhR&O$j6gUStYCM5JI`g5q(N@`)03+aIw{?`x*-wgtR zYjTJf%_+jKQhH`)D_D=_6yc}QJ_55E(+MTKR35xq&0{U(4_B)deHiEm=J7L8I{FTb z9GD-Wl0<*HUxmVBR0&8uf@Ts}pwVX-eKz93Smx(|djr7HH_EXy)b`O|VMImjDEe%u{7XQw%Vf2-N*}nALv0XGx$Lii61QTAYbq>ne0b18#(@9XAlqn zlzEs87CcY>HCwe=Yne4i?a;TAQwObFF!4TQQbm8K)jkJ_bukUfhc`j79`O{qF|XJG zfANVQp+&zahyF})KXSQPFK?NnmY?xBiZSsx8jdQ4KrmH=A(AGdAgYTo=vNHIj-X+L z3z;?v{t|aPk#HFc97a-PL8FQ&!IOyq5m4+IGApH)6+H!)31e>p$;YraAyETWhp{)o z1;E~_9Gg;0E^w5By$8=h<4Tg2D8kr#a2P31vOf$Q#@+)eQOw*VHSD-MZ8L#lvoE&RN+B$)fD?I zSutNtSm&cLVs_#9?F2bwzM8}CkW=QXN!B2j&R2_rkAb;xP_^i2PJS{&K7~^375OfL zKHs9nhGVK@hl$C)XpZ3wHINOfT%5eQIZ~N!-lXJpWR)y8HQBX8Ty^X)HCZh?U8`2) zoIoEGPP!jRjC-0NjUaO9+ba<&~;-x#>E8I+t)0FbOq=)>d5_2}Rm2t_t zWpII-2rj4tu-av5Qt|`Yet}wn1;+~(s0FqA$bT_Rat&+EP3$FU+B5;g+{7W$YuhFO zpPM)#A6cM|D(XbSbZ&&J8Oswll8z7n z;bE?Hx?&f~7T2p|*cI}o>(#o{lh8jC?SZ0-_d?Wqm%}S{F&utti22lx#B(sdSF8q6 zpSTd(^o!m!6cJxRKrSYNJt3}y(^z5zx{!dFf%X#=i4~52$3qp3#hl5__YRd zR0>*asuFeZh~{Dds;?G#kiLarrSg*-)V7rws3Lrw?)Yzh(&=%o*PR}xAX!f~y}`{Z zOBTtV3)SxZK1NNd=ST+===i}WG zZJAhzR_M`};c1<0BM&ZAyI>7Gya?}z_GmiM)3fPVoG(}`>lUe%ff&r?i{*z-&w$e3 zk(Vt}ORb53#ZC*o4%&f*a`Pg!bsK@Au?gWIx@-{~0dK)krwSxO!Fn(iyWB~{f+L`v z*o-i}0^`ARrC6-K8F>s{UhF3Ad{p4wgbe+D`SW767v`EBmZ)vBA4C&WL>zWz!o~|m z70X~}jDOCNi z)votXMJ)I^NZFkdrvXEWl>nk+z5^lbf!Z*nLKoS?{M68c)aTp7t4xkxtg&#Y zg5cfq=u$PiW;VRY9-++wvX@Hev%#@FHuo*Wt&WHXeC)#wepihcqKoWS`&>>|fh-Bso;_Og)6h%LzQjKmksv3OsZL)5q?hH*%hZzYkD!k1 zh2fuppa-AAGy5iswoUqiKY^3%RpNALKm zEJxmR69gM7pT9}1EZ6~$#OexqQzqWR6C;u1z|Q_&yA6S!nJFX7)sh5xd!ojC6T}Og zK}VvE`#ud8$)U^D(()bos4vksL>noBSAzek73qE0d`eYBBp&ZeF35pOG+RRy$zv{#}X3XBNlQVBt?Zi=3$j))}T$?fV0)>r^9D%y(g0UQV z-_4N81DV*x@mXj_rv-DtGMnrq`UgLk-+=;_Nc?Ga0-G%_ORIL<-{GI^roeU>c~;EA=GP7w^BV?s;kvSpt^LmYDZ6? zQ_5)Xxe97FNjFOKdGe9f>QFXba;Xl<>WfwpJ>pc?68bSoRZ8{6a+-vi56g8D3?7nu zq&kWf%bYc8Hgr|D2CuB!=|h(V`B@yVj~*Z4*An z4`ywEAT3_Q>xaMY#9Lh<|5>Z%WA-HrZb6}XS$_*g8As*FTh!Admy)O0-e@J-H$JA$ zsaw+U&@Jk7Iy<*v<_0yBrGA2!u$af;94ss6Vl;>WQeW^eDbL-C{rAU+-dBd>uZuL$ z!>{gStA<;*s!yt{ZNsR$)p?AyX!zhB^)6lI*$vn4RFCO!lPM3Y=g04Y_1I6khsHDX z2gN|(+L7|hht(adiNLg<$k}_<&Y|C_HRyUvXH-7C+n9!z z_NtS$ylK=FR%it@%Vxv6(bgv<+myoD+3>Dw)^ z{$}mSLLc$EWi@m>tj=O=aKj^Ss;4pbv}A7s*YTDj)`4(o?@$hYUGJ7H-&TjQ zKN_xkTV3K|D`faXwVkRZ8&3aF{fV`E2#t!p+KP(!VX+^=sNxT*^VMDiI|3N(O&YcW z^|IGm#ik$_KI|-c#Zk3W#wSo1`y@my=d!4xOvZ1p(eV6HbroxU0u7hlgHrgejUU#M z;hDo61KiX4O}vcQ&|zz+5#7_{b;=($Y^_}OiP}EX@xlj!1pE*L-zTC_+WVitUqT!% z+8ks5QspckSh7~@SM8p~Io{0^y1}zgYw+yThyIP__mR&VgV2?1qu^8dI|cc&?+XZ$axDd0 z<(CxH%J%yZTp<@xuumSLpk7w&N3c-NpkS-qPr((^ei1=`IgtWIK1#t>>3<19QjVnH zXSt1nm*wviY?ggrMlepUrJz`Ti9kL1hU{>_7|5#Rq62`|$s-gzC@Wq;P$Op`P*1)i zUwj2P*HA-siler}W*{5qUpklnVksQjM5A<4b~xafLxIWkQ9JGy=W@Pl#) zz#u<^f=}fp3LcdEzcBhaC#b3#Ivq25cv3CV_yo0sap>It`-c_&A!rC#;SXaZjHUfm zXj52IzW{AgYfGSttN|#1Eg{p9qbFQhFNm>@(0uyYviLirMJfXgQjbNt0jO=K67lG8 ziq8X0y*M_3;&UN|UK6{9;to^9odrb}zbB;zuQQSK-lMXaEN2C6R ztln9TX&j9@7sDs-?8Y>XM$xBG@0`Xojz--HrFv71X&jAuTXz25u$#RBoqFeS`dkt` zkE)y>p(==x>3+IICPdtT^C#sz;CDPiHsrJ`i}8MtMdj-e*Z6D1SCbO_9Rg#3$G0F0 zR{%hHI1{y69{%3QFQ?0B{5=z25zR8>G*?T zPo9f+A5N6f8<1a$C$4w^QH_rU_d1`4x()smYBYE;Uf~|zk%Z?L!OlMZ5%B%|JlMnJ zK*!$AcY!bXQq*nn8-X9-U&HP}z62@`@o94J4@Q3Kb?W!I$*IcQG4R0|r%*8F>_;>^O z@$)XoHF+iAoPR=okKNcQ;QDd8>1NPa%=U zJx+~7U{M@I*durRXe3hGP!EpMJ0f)^+bNmtK*W#ZO+7&|OZDS;6P+B2)AkHMjyHXU z0?zR!=eQV_5FG%P5aS<$BR`f9T>z$lNwDC@@g@hLWPS;2_;I{x8WA4l$ML2!o#Rap zf;&H!7|(>p6`S_h`?17Gdqq6$6qXoMsHxoEOwNHNM)Hm-dm7~O zV~KGn@@niq2op<;WP)0|M&A3Ak(fYxBK$btY*$ff9B?8#54V3MVR68T z)H1@>ND(;TL@69_qToXL+RsLU^^)KGY~%-?f@N{?48k!bGbyuwf#r`lj(-+(4_Gm= zGJ$D3Azha6Ph$QckX;R94U{yjxEjV9C}~)?eCStt;$9q|$6P zixhdKoki}DP!m@pb+t{0+x=LjB`ULQAGIK?(o$-+{Wp1Du9{C8nPbzje}A6K%zQY9 z9RHh<7oTYYny+fdfRpuzzfASh0=j*sT>l$&ZY^eRcuSyL{8PG3BZ@f=aX!wH3BgFun$q~Sk)#smrCYN>Wfdu3<-+O^7sd- z{yAju)4)<&KbE<_g2@y+PNv2(H>H?Odx-p4=BAWt&mw|Y<|gCf^jL-b`FEpJYAPvh ztg0;mwdfvX(cVbspmG-szjV5R=iejLH=ud(?hp=_kKo0_cz3igm3ISA8mA*6IzI?q z;1VDp;u0X_dU-v1MIZl`9D>h>9!!2U5#U<^5h+f~nif9^@dD0$W#ZH)C z26%+;0EsAX4FO{OM=+ehn?qfhJdFyn_#&7#&ikRA*!*Kq%jOgDwodSg;62Iv12e}t z1Cqtiia71SDCU`nm+*byv6M5!%lOS8UCti>Ta~;D z@G9q$qUL-XR8`GGXuK`Bh7oZM{}a?&@*?P<6{iE~t@+b{)bb5rr49cBblURC&|Euy z0Hx~q78(t-=O2Mk2R;oFcjUCwt)8z(yc7QmsGa#%7_|%UfoE5K6Bz2omx1^0JP6V~ zcpMe?UBQFcRTbSX%AiSsg6IxK6Hs2pO!-=G$>o6a~7hob?#G0#0X1?te1mM8aBRWO+0Djr8Ly6aQe!?_yP!}@-qRzH8n4SG0WBr z$kXUAR&HPzQk)KGD||g19wWv+C~p;Lb;uCyty2GXL?Vwt7gjTi;!1@2C#%YO42e*L z`g*Im^&%3P5p?HVv8o++ZWoy;BYzp4m@NnYWfWFF2@I>9_BjH466|cy0jMB#pjP)1 z;v#rHq_z5#yhHKFgMGM2ptP$FIz&5CeHW0e8#^yebcf+uE2 zcSA5_(e}-db#W*T?jnnzB5O*xGvZ2QCRA)q506Gdk5o}YPXF7uHuWkTBT!hh0`R=e zaC1=;DD%@%B1cz&N|SWuYB5k_k`@abUIT3$Udtjh>I!slZj>pH`~)ciU7VaMMQcW> zuG(r)%k2U)gaUm-EdYx=1FPYJoY7(IV*3Zv#CCG=KgNc#@t_`%8l9KP?GNF6!Hm!` z!tVzbf_C^@#Fa?Rs==Nb*05@x$7WBjTIVSqG8YXn+{L7hsPrCaF5J#T@1~L#P+GXJ zeKkCqeg%Yps|T(Hxa0-U56|EMw1}0IM-SvtXI*x=3^7mAx`EM{XERR$ChZ%rm8`=)IAo|ybr8>j3Jd4~TI2{NkD?*O&i3vCs-A3T?|E#r$AD-BR9Go{Sk6?z!Xt7G0&6h@%qlgB-)0ZU zy{e}c%Ok(4o<8gx*;(_{wrGd;&2~meK>F*2A6tJPv{StWreHhENE@5+TaRChD!EDX zB-lFngyxx-5ux_DwRkr4t)cusgmIG`rhBUUk?Gi`Q)J=ZAbT4$P`wz~Y*Qg=zM8ng zuf^@?V%esa1Y^Tm&}A9y_7Zx1u;DFUkuU3D*OoB@%vZ_2hNn4uQBF5J&#;-YqX*_) zCC~79$}$`u9~DbN7isu3ZSZcHmMc7-lWdV(<^`fAw|YI*A=-n^>T{^iQCIYD*RJ7n zuP4RWJb9rXw4atM{hssK;)Y-Rp7*lk)=T+Rc|oD4-@mJ84Lb@whms9Ap;O%#-=lXd z^w28TUlb^Ez#;_2@>UAA%5N!{D?2Sluvy+n!EX6J1^Z<4B?#V-vnlvU9-u&%IZF|g z%gIYU-(eHxxi@-fgXZBI0URz%mLauX-b%s!GUFxyx61Jp_~b(r)JbDGg2D0(3NDg& zQZQHkLcwm?YXyQ6auo&T@-qr%$u>8GSX}P78L52v7X`EAfHZ=a<*jK?B|9$nr#(gL zA46#?XQ|O_7+xUG_RXr5o)9}U6y=+L@5MPL zo3HYmj(ra}(o^2BX_cpo#!p8R5DQ@auXOqK8c(a>N7Tpr4BAMBC6%zOTI(sPUyZhi z)fzgcqSJB+c3}2~k6^W?AByTZcoksRnSx#ni!$c` zsMFa_EXrI;@wuo6i!uu-zFi(z>#?f};gWcLpf1J*{9NUIP*~%1P(IsdXJgLSsR!_!&ZO>dcP0b{r zd#*Mg$rw2qfFzg&le8RhY~&v+~MXA zD3v+u7b>S6>l*(MrT<-7u>+F`*|{o!p9`)Tr>VBe7eO1Ea}}b_ZB&BYbW5R4f4){g zpXeR)gFv5r$)(t1)9dgP=LVC$ zKqmhMZov6r$SOD;F|qhF=t=_oW3Us%)hpoM5fy8&GUoKfzi}F);ZDs2#`Jsbk|$gJ+fZMJ*a%4JmYf zp~LxDpm>}+{JdNM;-iYdc{WO!{376U+@T_WUhgT$qt`RzcRBRtlhgA9s7B>yK@%Ep zkhQmZ%44s?BnrO(;xn$3(v(alr{0QoC*_)3Jq2yTph?Rpq{yS1A4-EOZO<>f>}#AFZ3XO#$mBw-W&CCN2Q$Chrpf>n1J$>n5KOppR&RVBzFS zdHZdi;l*@;5Uql^m{f6r1zV@B~QK;8KSFwuh>Ak>p@L&d!momP7Jxg}M|*M9^J zQIt*Bdgq1!7d|V`-+)wv4!K+Tfeye@BKde&1p%jsqSwnCH+gbYk0I~b_vsn1Gfp%H7pp6kvEo96C=1`7V<13%x&IDN zK`GtD#!esUAP-lnob7#aQd}u z2<`P$d7LxL4QIdLxw!xXwQrAM5OI<0^d*Ab4L5%2>B2CgIq;Qd0|uv)zs9g*xcuyE zWX_dszCo~0UPpl<4}XKa{&K*#NG*`JQs9%{QhrvW4FrL$T3FLD$485L1ntQ z4@0rT({v12alm96NMfi`jzKa;IoHEow6#QXK>S9f z0x;cpiD2|K3&Wg^gsppzpe!!w)9-T&zv!16cbOTz$nP+?nERwCYb0?yD_APUu(FOb`r`!UH;%@gu(;Z4No@+4-`fmGF`cC0CUoosG-6Bp6N zzlu2*k}z`(acy3X$%JOkLtHms1U+ao}h#*gXr0Hv5#9hAqHf(5Me5Ye@SLXZ2JS{0MpP)_ zGg7!4X%3PBx*N&B-AJuL1=st6M+0{w(Qa}b7kLv)lUV)|Do6?4c#`?HQuVJuZetHK zJ5tNX^=*{Al$BEtuM>hGNWJkB^R0uftqD+y@e8v)bE=8Q&|4cPSm<#ib*ljl-uS~! z`KNicNB0d|bZ51Zs|H9)T)9a66}Tx~wT{aDL2q@+!KqTCE{+Gr zG^(5KxaYqS+cvu}w{;Ito6SoEuD(<$hNDurknm)30NDyLO5X5I(ky3p$gtczP!@!yCexQuy zBy>;4sr#!q-5qb>%ytJL>4Yu_A`Dz&MW+c|mT_)-B>AFsG3mMK+_p82JR0Y=#~{y# zn-3|8bK7(amX5+HMG&aoz$I4nt<7~*9NhlQVZ^Zx4sQR)PdB=$MnA>5ZOUu(Q=HqT zRLEM47GU7qc59?!)-7b!rgPiYG4f%Y+a3>&k|}E&I5BW=n+9C@)L`+H9Lsq^1OaGINT)d)(23|#mB7*c^C z9p^T1-@hyGRyi-?O=LRV0FHB0Hz06kmu`CCYvcnF@6(gNM0p%8cDl*0(QsAs0r;e5 zh5*scLh3Qh#b^c|Gmg^UC~ZV=&l%T%e^0S?82~XF7kO$b=xD9B96gygQg{^b42p-m zt^9t}lF2;sXw++`OuSaS(V`5%GALf|t@mH%A|Ru4j9fy=d>YJnyZE;uE;8vbvA1ie zC8`N!K8L5bTNZVjvCPBZ(A(WfBs05#X>SjH1Z9eq$e(Dm?%5G6>eGpF)d1WW4Th@PTc2e#7~62d^Zxv3mhQ=Eg+O)_5o`w8b+>L<|3-LNZUze z77{Afwc?WEznN#r8&0nZ3nbeni%s;7cbUW}}!t_sT zyw%!gARHTort6*Ks5mwOoxV5a#=j#b=T*#w(qeSMvUk1{*9PJ}=ZodcLAFjem1Ph> z_$vLWwMfAj$ZqcH8n;+ME?-9Oc0#7?3<4y5_5L4E;WpWY?)>+4F`oc}$o!g`eb*Q% zHFyTG_SaCzP}zIl$0#X8_&>5^y>?|!m&bGbRIB<>4U7!@@7?BjGmvFbicT2 zE<=uHz5y52&13KqBYF+Y?)u6L^3p7?J@^hd67HA)anq!G+PHZR**&@qaTk&9)$(=F z76K((_jT8PL?l7ixcGYHkdr59D&y;EJMgFETUp-H)N2maKjDI=IRie-&Amj`+yURV z%)h}ihkeXDD6c` z&>EF*N$h@#Lm0)k)SK}zC357oaqroq=%bIX9dq12N%zY6>X_s6$pK);*S;}vh;lkK zCN|>@?c9O^5aVAIN`7GXZKn zWVZyU9i}o5s#%xA=#A8N%2_~&b%##b>uSO7e{(*O&!Y?r%Hs)d0lPqklHM$AIF%Ji zZ!uPS2PVA<%%?6!5O;2*zE)$cA^+V_a){m;O3^3s)}%KdlbI)z-pst!Fd*y1n$aOY zHne0TFj!|+*^QVUR=QFCl=O~gbL7YzZ)Y#PSXf&oHx_xDtIfK|13BL85{Ez)tD!H& zEl|1=zmnUCYI9aj9jHS_*U$2mCIxGG-4yc3Qro0}t*ErSwQ~ePrz6jdEv!cQm^}h6=rQhC}N|hgM7Ira69)u5+Px^tfH5`LEFk@jAhet$z&@Rm;Tyo(wfMDmY@8^Lt`twT zaHVj?-kT>Ku`^&3MkjZh#4f@_uJvkpU&;R}>r3FHD6;>j=g9PQO(&CU$dGFSgd`;7 zAOQ&ohJZ>0fgm7wAgmxDsNe-rG(=H}7og|^LsS4%>b*Mp_;%HM81gISy?p<8_iuhF?&|N8phxP99H^!J z^oE?(r>R_uOO0donv#!TbtSHNW%zfje!9)-PrCZ+F#e+j{s;zcp8{>-Wd$%XRbEA+ z)3Zx;A^doG7ye=5%!wXC=;j|^b}h6pu8x=6P4^Rbi8UX>O zEAw~o3OPv|fx(I19gAF!)swsPvQMj}Q?b9G1EVz=gfnCP`jHlu3B}spxy8_KoBXxd z-`DBZ(N4G0zrAt6X}Y}|jp;U|WCv>DM?CJ8aBLphX0z6GL5aT-pY2{N(T0Cgq76S$ z;;$>q!jLrjomTjcyjbD=b>W9m@aK-<=4(_QW~?oP+Ok4j%}NLnsU=SQ#mQ7D5GdH)* z*wiu<^qE{EXF7KNRE;mlIkLJ zHkbPsfg3AEH;}ibo}^q>k&Ke#-5|0{rWJ$hEn7%dOP~ZKB;!b`WL*hFo|C-p;4)+u z$$Z&P@}ne|f~3jBQi$9y2gsd}qB4+4(m=9Xc9Q%gk#dO4kj3TT_RC?CK~hlxvR;}< zK9W5Z5E&|UJ-}_2WhB^gL9$4yD?v6&b0tJd#Ha$dRO(5*vWjG;94A@QGN7lq&x`FN zkv?E2$h1Dlu~rU~>n#<1%_os@PhW5~l6N+^m9qV8aGNE$9|)Wd^+Vz)G5Uj>A@%*i zVOIn=_kUWX_8jvG_-HzO4o-d~6*V9sX(IVa_SB%Jv!!kTxVf^71e+B|rb>0KS!`6u zs>Ciy4O7B&e+R|^3xiGiU#zYPBX>}lO0PX*P7}G^Pz+2w^JZo{YIt?+t z829Nm#P}IZZy?4OC4m?TLvYU10Z-v=h%whV0x=$fhZ+xey=laF4AQ*5OPIz0e{F~{ zmq#RE0gD;NtMWm^xT z-b9PbOp>e_cn1QaoF=zSHZvRFXUAA+_%$qgN^)C*>VPPJjG~Ar|AmDu!1a`fvLA9m zG8$2?0cW3!1|XtL$JhXP(I`Ze)6t<`n;3dKM44epi6~#lQplJ-NxRAnH-3U%Ab_07 zTrO2k4Q3coKGOurXaM;s*4BhULjaks^PtxpSWN(VBhGm#5M+u5kRL&V+bw7V0?1!d z+Abys{CE=>uU(HeA%46Ga2~);i!1w|@vY0GpKX&6H=Rm>v7;Y`~PA zZ1e@$4pW{>n}I2pK`}2w(FK{JG39T-*~Ridlrh@HNeld#!{4;`Vwe&?=C}^p^tjZD zAEQZsr6Om*$HYN1?5UIld`vFOepIfVih-&dD2^2C25Li!KVS<1DgK4(QK2AHfE2sU zPB6sQzG&k>u^U&Vc0h3k+k=t?bITij3dRm_1lo*tti_Er1%=-3~rUOtIbR-Qyc=)S!kpQNbVyH#K7>OU z0u%k-GU%pyN%Pg_n~e@Y{J6gCU4|j+wgzB;c`Q19@>-YkieL$bd4k1-0RB`?Fb4oS z8+rpE=Gy+W$51{1;un#W(u_QDh?ENuEJl-p?^(sfW@RQDjEVCrA5=?jj3^YsA zIHp|Txv<163vXm2g-4?!%yP|y!gyLmtoVu`2Sr+#TaC;fngO!838M{=DQ`AjmYL3k zpjjQ*6|bPLQvtjX!zMGFL%*0_o=#^%(5wxdh|3O&$sS`Z9dZL`FfUFwy3(1FW)2DT zN0OuYg{_)%{k}P@Rr6)EX}DGoVFd6Xmzk3~@ZJ*)zrr@1tcyttkEZ!o zsSnYL8R4$zKy!)~%L@OUVpBsL1c;^Z0{YqPn9J=oUY4JZ1cZk*uM3=oB**kwt+n04 zGOxEPQD!jA9rfl7X$K(%(;2zf%#3mufR`E5nUH1P6<8E6IFeCHgJA|h zGn*~?YYl}pB71MN+l5F>%jkvQ3|Gq2AkN4&qlwI9U5QcU;ztaO+)L1OZtEmuJcu`q z%B|iQQoht@@#_rMYvrM9&HP42P;goMG3YJpdX%E95$J-T^$Ob7wywr+qSXTXl2REb z%*k4VBlAwrw-5(vd!L4HGpkU9d4DRQ+{|ZqU40;p+ln&(%N~6&Z3&NG=JCRGhDy!M zL~avN7FLp3BmJ&3Cp6Njt66X8S(EiNdw--+L|8fNLFjE>)XFfJhdHX1;j%V!bSu*l zoo9||W&T8sE^cMGXTcoX%DhAa#yL!OH&i+i12U&XvSykJuEq*y;`w!`j35E1Iumt` zmiNJ>eFvqntsY@&(U>p>Yl}V=bC#J`P=m%d!tR2Ewlmu?Yz%C{X(#-djF@Hi!pqJ* zvryU?C}=FehX1xa#quTvzLk@+fEOoA)%D=^$n@)>N`X8~k|(bsF>L{=H->ofieXr* zDo4e40|b7S?l+iu@J%xO2D1Z}15dfZ%s0M}2X4R>7yGwCGPrcY*NVP&#EmYr9qsGt zyh#q;U`Bh*N0%7W476no^>`IB`6JO0#??k48K9VBaMqY^6c5H21&n$`dfaGEHmYUm zjb?v8FX_gWhHSXa1RA?c;5M_PQ@}W*^b?d{hTO&Y&tC)MjZ2KeUa?|^++<#181g6N zpsSag%+AIU`HqPda>31J$FSC8s8h^cD544fsQ#9l%`1A2#&9;ybyU|gVZ~64MW^QT zjB-cy()VDkG1!O>gqE%@uSw!;Gn}i7?PnBlV#Uk@*c>-+;B2VSB!8S8GY?=h%^T2- zp}yhZKaNz;E@Q=)NG;ZdmKfc4qtG}`t4#&~9XEN*9P^4Su1q(&oL&l_?u$plccgBH zpDB1ZTPmkbu$!(f5nT$wnGI$d+G}@{8J5Qy%qnBK>~1i_J+&ecqs+0+X@N{5_jim@ zSCm&!1z_>-x4z&_%uu}?f(lK@^pN9D`r=@uJ3={ z--X>V(AMc{S3A3V-imVj$h=!kdi7a;D@N@RdF@tnyt^brk~{fRrEIS0OV?%nQkD-ObuRqsj5TsvKoC^0EUcS`Xr{ z+d4VX_1bGMn5Kpzg>W=1;ee0xjyEisPA>W=)dtsk>)H|sKwVM3mP zLU$viJ5uJ|u1$REcGU8T7>#DcG43zA+&DygL}txL|DD@tRu1mUdG0{b7$C6lTNLG3 z_(rK?MU@`U+jA~pXZHAl8QMe9lL*m{lx>Ze|3~Ctqge+}J6-3QeG~L7eNlI1zi&AF zPDi2{wbALyHQl$u@;FSZEq}Vr^1buSI`@^yl2?FED{nG==+9nF+Ssv8W?k89oR<=x zAUNKCMqRFMa8^)BMlCz&z+8!ftp*jU>emXB^ z?PXngD~%1;%TF1uVX3+c76oPMT``MBJ3Y$PAZLKkD>}v6d`QVlD3sfsEBUX@8`@@G z+TG~U-@He*1=qOk6D@jAuluz3XPix z2J?H!<@9LpQpZM2*LnAtot$}Eme1#jnBnDZhQDzSX3zx5SrD_iP}>X-MGr2BP1c;^ z=aBgbjQcWfU~Zd%?=HY(eVwB|eA>9&m#=%hv{{=xqS?IM=pZjN$0lpCF1H$YLoQyy zo#$Y)Iryw0G|d5?og2@Rt})Y8cgG56u-e)5P2uXvMZvG9wk$077aA>h-e>m9lJa$C zXBi)`66D)w%um~a(A(FV*U7p)R*t-NXCPJjA{jy7X= z`(UZQ7i5$)lT45UBr~MwK9D)mK(a`7lB|%({UB>)8p)5cg`~Fx9smJyOR`kfksOkf zB!yD|k!+TABwger$zZ8_93tCf`{UqBB>4%Dr81Gk zD;r1(#ds1TE2ZH{a6#EgGDjjSLB5u0B&KXx36XhHu?pNVX(Aabdr01vyr)3Em03?g zWP%(ew@a%32+~`cNmk1Nk{wdC8X`5aYBjj$fSs=@vfe4(`tOW`M8^EoW?Hj;(W#UWVh9aa6xaXw)WpHoHs+YlakpUaQ zoh^$==Ez}^jZ(1*=h9@)CUAo!?-h_mGV2vo3y_{%7pZOmSuf2b<#M0}E;;TJ-{wGP z_t9G%%)4fDAcW`VdTihK)!*uJ&2upCMNIxtRxx=G;M*Ot;TZh$9Aa|097i%|))q|$ zkerZdTLMFja=lJ^W6S4T0s~VTkKo}X*aw&BtNGg2?hmNcBTG;(Dq0D7 zjdb_K-PHRy68+xQ`gaq4P0tc0w<6uIAjLCEKHnAS*!Tjje}+XjKW?iUYMg>@XG43d z8qx>{1PQ~s6z`#Ki;Dz-ZXba-(e0mcz8$)~l9?`tI*32Rr#I_-NIvy!LiqR z5hs1t-yzeOU~w~tU%&I3Ru{Bdz=|N7W%*E!vTlG-(7FXx*%qI16RoR}Imsft0(6@@ z)qMzrM94d)0|Fs^Oda;&$7OMeE22xWg)Q!)1?2r#luyX}c>{QW(yMBLdH(>xAQ_E$ z7s66I6GjvBehR5B`#m%jF>h{%@!ATC5%YcwrvM1fWzjQ?Xiww|lF?W;W8B+ospB@o z`i7+-EHznR*>vmVZKOnyNgB*P7YFtNmJBfa9g5py$pOq>2gYl6LlY3pCTH4;9I$M1 zL7RS4iDi=u*(Ip04a=?!fCH9&9H|*LF$o9D1|E}Te~9r(Fq^LeQF}HEjjx8TMu!p1 z{vGEE?T%Cii=k1;$OTb({j@Cf7Pn0dbQHA%HWg zi7$r6^~co)agU%zfVh)TFBU`JLCb-0^P^ML{wGhyG422}0^@eZsoswPjQeWHlsKa{ z7TU@gwXx7vPU{2WZXKszu^2$y*~l0qqZdO@0@t<}+OaoThVKnzhA*ZT0KWD9DqM5< zoC>Ua-rm5Qjl0ouF6&YBkYV-2h<01twd1k4+S6;@&nt$-9bySqZ{+f)uEehc&k+X% z)=e}$jRA*%brY}l)FO{RHG2`#y^Q^k&V-=9An+$J;TO?9{-QK?J7f>>+k`(Y=QRrR zeEK0I1pVcKeR1I)G2v@jaC*+Sl;!DkCItP}0T1+c3ho<|`G%O55yCIP(-jnORz_zfGLN+jDK2XbX0u^Ej(k`d&2JqZ%fhcWwJ%!TY2EW6 zf(6#pAktdIkVF=4mEzXxvhGB6%DNWK7_{6-v8{BpMq=tGIO&w&VF@EW{0iF9>%YXq z*Y?bRG4aw=eS8!NVgF@mBY0vd`{nYqF+9eyxKSSm2K2jfxg&u`}k*Y z^Y&-i^I0I`ShlA7jmY;IGVQ~^W7*Sfme~iP@!o)gzRWuq@B#I^`=B;vEly?9gX|gT z%QUnEjL!Q!kP4%FehwdN|B}YfW5zsG=BVlzvm`f38?#x~L&7npxhn@{%$R%IjQQ$w z7_$+sGqo|deF0I&Db`wVV8H)g`@KW#e*>qi195kFPtG)_^C44AQIru5e%GO1II6~=@kt<*K z(&SRdFvs*MIeb=ibs3H+eF{EvSZ9#Mhx9Og{ty~4MSeLH8>XZ6FwJ}#?REwVvkzbs zENMC%NKMlA4{fvmkB3pvaQVmKKm^_B|4JKM^i`m)j9ZP*z+FBDQtKGozho)|;vk|n zwr)}_#`YmUz~#nC z>Gw?_lCC={S(h7!4JXU=Zvun!@^C3UWeK2Tt?KS5Upl?zqi+H~q{dhKrOSi6tpdsW zHPAj}+{Rx6=^o$B6KC8sS!Na+=`Fwi9vB^Vy#IFl#;R#~Db4D71K*|ZvG^WYv;gEa zX&~7lJ4rs0NHfSGnMP75TS#U~;9ii;GLB@otRsOxU6Kh>cOS@FSw`}s93?TO`hJiR z(oC{c4v-v@q6a_Bz=SIU-$ksg%5 z5)jlvvO?A^v1a4_JMR&2^Wfwi{-(9?4}A zSqc%LDoerD$YGM_q+%IJhBT3!Eqj(hWTVtA2M64SzHp+La zt*-dmn7qa+Km$~h%#(>A38Aatm?z=kC-!%Oy&Kk8a026OvOd<5|FrdCurUGCDahEF zZe0J`{{cLB3l9uhlNj=&}^!kUdV?oyB6Z6T?#z{_I%{B>VTdN#T$C7cCH{gOgb!*V9n%5u!9T#-m$P5&PjP72kNB=z6lT)pDU!+7(+Z7rLA0;;ZEn z_ffa@tL2iI5??Lnm>Jt{?bsFDZXLQ(-gw0-?XO!Rw%a=NI%|vXwod$>TDM;rm&BC# z%DB)*DQ>Ykj@En0V=LoA`)FKjWn8F6 zc+iazTN&pxMto&lVo&C1zcMa~De;wYp@p<2h8l!^<8X_k28r1`*?whQ5>w(U;~eF< zGLBn~U7@?#xiQ!v^dyHVU<2;2HsKG3C)=-#OJYiVWt=nkVq2)4UWsj?b_O3%gI7^Y z>)4BJp$;`QvV&uLs6%v35r+*zKDJ(L4|QlbH3DqFUENtBZoMaJz#Y}m5Ir)-QG<|P z;0Dyd8GIvHCQt+JV=HlnVr*p`Mq&|8##Y8Ttq<7X8ED$umDtGoTUW*=!Y;R})TZgF4b*^Bn_H-fu_XRc)^4%ZHx7fH2`QcC;*@tfe$tr` zO6U<-4JN!9)+AK5u3Gv4g(dXVyR(BX&m*`dB&2rU#Eg_pXF_4Z*@0yAwv(}cYsN2O zVM1&-bXPJpq01o^3WtaqBn;3Cs?x&Kam7ohZCzdUE(8){+o3!Bj>4U*c0!j#=C$91 zo-X?ZG@@Zo!?D|@Hz|+(DOC2_<2XQVI?ze5XQ5bs#+49vUZ;;?DkqeBsHcCtcQ$m# zGHv{-RmhZZyIxGBSVuymbKJmUoTYhc3>9wDYm8JH9|~GzGj^VpDHalk5xNgK-yVA zEA1a_fvA!9P@BLOSxSLLvh8&%uOs0bzK#cBcItk# zerjK&xN?7S$#1V)UGUZ(-D+hTm&n;58P}tsV{hI~%t7ee6+K6;+iFFzy=c)^D?K}z zx2emDb6~$QveP&S7?&5bRO6z~AIO_qtx0$kDtH5E_|0K*Ve- zZ?o;I?Xaz*od2fPH-Xa%&$m2m|-L88a}q&A@-XY1QFju-{u& z1Zx5=eoI@^@RoIXW))ifj9p9<@a~PGj=yE4!fM~!*5E#LMAQ1#;+VD=GLC7ghogS6 z{@!AD;uv?8yn~iIh|yxo_P$px~!s~UzcX-C20!MwTvWVJMt9Fqei zRZ>(4GFKW%mdMUR^$wt##YN!0mBU49HeM3ObpwZQt|W+(LV|aYVvrkUSusS8NpcCe zu`-e5ZP`FlE=G5dQBvPs{b1~B8BnS^7|1`a45__kT^TYimArCrV`Ub}bF#f0iEm4F z1-PH2nPjjWs6gTzsqX=9zpUz^o<#NmmEi7|#g*WWNktXxJuyn|sDi!NvkMmv7%US084+cu?@&6noFx&^=0ytMnz^KG?e_u=s-zymGh~zzs0!G3d z2>1dlsW@Z4PBOOu=;(%*fJZPQefOa*_>&yLQ(oWOOnMfj;2mItPV(=Rb8A#tVku~9#Y!;?Nc@$%|B-|SIlSg=F z`vFX{gt@IeLU}Zx5;&uD&chky$50Kirm4v&WM=he# zu@(wM66aDl1y^hQ0-Hgw6Da3a-=QfyiYwy0YB(;QKHMj80^TSktyZOWd7QY<4y6Qe)y+6 z0>+n8BI|2aw(+TafPxzNDZ-^r@Ft-i#IIX>o`R!Hts28$_|&(k#-}4DBq-kX{fh4Z zruq)@0W}e=YpId2TdBwJ8&suG+gA6$+(gB1sYz-EdNiaOkdo~3MIi()m4nek^Oc+|hq zr(VSkVLo*QQlK+(`_(*XZsH0-ou7k@rS>6RAu0%l6Jm+1k&^>eX36`yKzb=R)DtMg ztyZEb+=?HrJ?am-@U@(Gfc>RrkjhM(h9X_+L#_R}IEK&4>2lp56>iKy1q>6yUeIAe z63`j}gbC3J3=_ie5dh#?6YvakJF29AOD*9FUj?P<-;z!3__ySXTI5~W4*1R{em`9MWB$CEKQe%X7;#_&;IZDC@ zCR?{ELQH}_Fv+#~!2BHC*%@!q4EVrwW*B^6{>lXSz;qJe12Y4v1Zv;}(@B97%p$a0 z0Kr3?1o*&wm3a_6#7RK#kPD~{f`>Q>2p+OW-a1$1%~*=T!{8xKI)aDX!lK|d(@B8a zOipmR&D05DxXrv9YGSEK8o##>iqHpd0Kr4}lsY1EABEvc^99I^ip*xEaHYxi9vhi2 zBhFK$*u&mKq_y3_- zLw$lX7_t0f#26yKpa3U^$c3mrGM|lw7$Uzx))gt{K=Zq`4#?w?FVBaidiW)}ZMw8| zMc$^?h#@iyTr@&Ao{S+vOD9A&C4oZ>5polqHbD##w#lSOHb**Qi16Ih2=^>8h6uT7 zk&kFQVu(vvLkBTL*l0IK==+>8MA*7F zMegOOKnxK!*__B#Jck$}EM;ya%K3#DBIIt1?BD>*aYxxAw@1Ea%Oi#el|c-VALL(y zRc>Q8Cr{Mvxdbv!3=yvPb*5(FDQ$yT(N5dsvNaJ{Bn$;6M7Tqhfkmk5Bxiynum~sk zWT)M_JL*i2gmFD$U=b=XBf`%gfwD$-21nw|h`|m+WD#O7trlZj11+AHaUq8=B8xcl zCTU*A1|&1Eh?9W8B4b%J0*g2a2rR-+Sqv=VBp|Q|gHbTBh?Ah^W$1=Gt1*^>$Ra

    O*|p+$Jk9m%Fa2ra_yMQD*{<&Gh$U+4%GL1>ZR zaTcLOu93eDQJotZAi$*v!y=wm5+^#HRC&}^XyH}d_2^TtAxDBb2Fv{FGNhPlG3!&q zkYdqaF7AQVNC_&2gt677_)S!OVP}#WrtjMiq0D4;Eo4%(&*oIM3%!=6CNq3bx=KXF zVRa{dJE)=PuMD*UMMso^ksZ~oP%%?6R(F@dGuK11W03>;eaV$D1 zLWrH!UX<2F)#5l`y#*D!s_r;0P@6IN3f0q4t5|j74X#9WMz-#15_BxpalXnFw}X}| z`f;jIk3z*Bio4<})kqXnrRXcLr%FK)y%b&OoTdJS+1^{dkD{y9P*~PSdm`?ursDW) zbskFYr(TC-e?`AD=cqw2tVX@ag%1N1w~o}R11N5w>V}F3sW(vZxh`J~a<@AB^__>B z;p{gBXQIC#Js7m3fx+NX#v!}iNq4p@#X0|AO-&9Hy1vpvL9<3k)|pc-}+yuA>H= zk0>B%dvK;;JhU-n>u{Bc&rY8XSG_MgAG(C{0&JpHC?J;yxt083GrPKNMMkOZKTgfUUUZa3DJP!I~}zp__Qk+HUhsv`2l`)tXzV|hJ+o8|JkvZ`K1oO}z5 znXfPYi}7Ekx6Ca(r!`*=OI|ombEA4(Dc{$_*sofGBUOq4=VrMVsdPQ)jQM$vnvfZI zks4LTkz?GL$VC2)#lNwFn>2f{?~R+I_u!h@8OG+}zuqV*o-zaNFsZE`=IRmS7 zffqUQ!?pYeklls<9yhmSj8;<(WM~?rQgivhVr2JsbS|JTSRBcXp?iuNSBl=it*~(+;2qlVlIc zO3B*^f^U)}U1U4SE=hhDWNFL9cZqYXmWKE6ijg75NfybpT_7cLm}IGpdmkhyd)`Nm zLz4Fa$T6Aq0TQd^D7mOq{|($)+3+`TYsJ_Na--CfRLQE{z%bI}{oRNcl`hA31A91E w2JBHCq3QSfIB@nKZ@jo@(sjVvoX6x_cGE>=1jI5{Fp&NMW2Y@eQZN8QLE!%rPWpIU%mn z(x-5M=fo-wi#1#k&(qtlP|t_rWiE==P3 delta 589 zcmW;IT}YF06bA4;?`U(D;YwShDAxySU96RX6NAKvMzMcF&<8~`95}Kzwa8tLiZZ&; z9-+o8w`Hkq3ghjP?nCK!z79cf+CIuCxOY zj;-|~r~eXhP(M_)9cb4ttalsnK!0dGsv*d)8?)LU6B9L`@sZ(LA4c^rwPxU){$tY` zU{+tUZQH?y7T*?Uckqhec{Om^+2;=h`R_4TUHohqTAuP^uUd+>;D(67zhD-~RU(%IU*vyC+;$nI)s`)p)Q!aN**UMgy dSYoeug3 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj index b333009e72f07992b9c4de288669453d89e1ba79..f5633e5b8ca2cc98352583a310e059f9fe4f21da 100644 GIT binary patch delta 5869 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 delta 5876 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj index 1f39a6f7310db4c9ba758afafdf95b11360f4a1f..4ea6b91de953af05b27a9fc47cfb842e25ffff64 100644 GIT binary patch delta 1289 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 R-iRd~L$Tyz^~6we{U7v}IHLdn delta 4277 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj index 94f694de0651ac5297fea2696bcc6b00003d218b..1be60a021a1cac6ea61377b05025d55f0ecd32ba 100644 GIT binary patch delta 406 zcmWm8PbdU&6bJC%8#{KkE#qIYD6=^%kHEfZJjNWO0=0uPG1;hYspRCCS;h3oPXS1Xbb<&}9Zc@kyY zcyxDA2{c8cdUPrS^adzbY}Q-jEP5V@YBA>RqcY-$!HK^Jv0s$N|HEvz_g!JAgfz%y;oIY!wBWZ5D7 zuxa$n7}SI;S!>fz>d;Ca}PM IW7n?u2O}+mbN~PV delta 419 zcmXxgPbdU&6bJC%8#{Kjv0{}!tJc3(Sw`!?jV(tEA_rV#*|jsfvTb`oNjXtlUzDQc zL~_uS92{^^@-OA!VB}!SfjBrgAa4%d;nREX`%dr3q(hU^UfSNT=#c3IF}c@uU=t!s zElCI=B%3{r8`)1E_?CCezBrMTym{itHDKk9dEmj}N*brx5_z`xAbVAw<7hz=!d+}} z!ILPQ#*@93obWolREeOYhcbZUn%!}FjM_t=5h8oT4 zlbR}h_u)+IqE{5@b<~WYUPTdvbRVr@N%zUOiV!Ubh6{12=TjOcCpnN~K6*wy>p?%O UVJ7A){u~j);CKC(^<%6408{dS@&Et; diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj index 2592a1a2fcae6a01761cbb2bab0d9d4bbb876730..760e86fb92fbab72e71f0df3b04648b341b0262b 100644 GIT binary patch delta 10481 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 N7K5!!U3)Lj`+q>qBV7Oh delta 10487 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 U_P&)0wHy*+KlIoCC%^siKd(0~o&W#< delta 2679 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 ow7WaB6#kjL6w@$j3z3EPULyVWaUuz>% delta 10011 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj index 583af344b9dcf98f508dbcee46baa6abd30b6fb9..8624a0f4d0895a15b3156e9b3ab1e72e8bbe79a7 100644 GIT binary patch delta 1847 zcmXw3eQ;FO6+h=C*<`cXw|m2~pYJ7E6Y{yTB%9r2vkBRdgb+eV6p*ihl(f`r!6bZ% zKqC?v5gjyg#7hQ0z_C+>9SvQzpg{1WR4OxqLkFzb)_#(~j+H;Gc5tTWZKiML?QhS$ z=iT%B{qDK`bmGSS!t}L<>pfS7d>qLjrG?dfUG%=Ujjhp0QKfZu#)!W zrqD()OE)g3{gz;MdmVsV4A7)yN%qwmfHF}{0S`m7$c zk=L;n=bgy~a5&e}W7bdb6}nHoAGgstHH7!jZM9o%HN#Z_}H4=obI zJao!=hK|^ds0X;Tb+z>n0(|A1pf>vkJWmt$cH13hZ%yRwu>zE!tA#Sf2lyg=B!;k& z>hp*2K6*9(3ihOS&iFVh|5iOGAI-R#0bt3rvsZIyx#wQIO2<8mb4H^)Aabe?ddrt= zXRj<`jS7$_Rxo|5sLTXVh0e@u;u8Pb#V>RK0p9G)0J|=-Q5_bH3YP$J_AUSvXDtAV z7-h~GB1yZvK@89dZwz(%r?&>*Ca-UaI>PyiJHLbN2WKPg@}0($6xOB`TZD@A7CcS; zda>r_EHl`rYq?6)mmOTh!jwS#mX7H$Tuoo-58^m2E!c#Q(}jX->IL@Iv(MDRIhr#` zCkj{L&&X7?AB$+LsLe6XYO_Q>moHBEX>)&4&SM|!K?U8(-B~mMi;8K<0YCKh@nb5 z13LadhXVooY;G8z8-=9=U=dbDQ&$6-h+XvA-9z|(s&jS(aR)sT3@NPht>6L8#`*eT z(@Ngu(b_rR;z(*)brhNL(=|SPpH9^Lh3h>PGU_Emhp?39)duhy z4b_g}=)v$~c$oHutFx!rQxJD(GOS~gz6h_!UDO(hu_L=9A>2x-$Yva-(z@rkTh7+? z;u%uwOSwq6KF){e!TJ%Op}ufsTD;w9h%a1~4jfL6)My<0s3*D!JL$b>9nPfhqdq;I zRG?UY$KB)5|2m65DO7S7FcG(|QFTMV0uegY(62wsftfh5iHEQP`%~9_0;i=xIXj(~(=hLC0b~)aY#N?dh52(=*yMjTO^T5f>h7 z9Kkn8Z5o&{$ydvCkNans_VVIFrTtA86+k?wZw)*4ux3{sn*P+lC*C;I5E&zXTgcnTcaY1E=0EaKbd8IHFVp`U5;WM> zi+`ZWw#ArCsqHI~VPO7d13vFaFi?Bv0p~a~MjgGS?A8*#K706WO47~Fot*dMg_$@r z$)z#s{g!v8%fvS;zdfa?pLcz_CTIKby1sSWwhpAaUu(+n2M2~8SRWirYzS^%KRmQ0 zxPHrUs3zFIF)_Fy*uO2Y@h7Q+$xku$$m^#psmMG3-G?8_>Ur3Mm*pM{@kGTMe;qgz(AbM%nhVZdH_(SQ=^na_|T69$}-rwyo;<__#p;EG(; zfs66He2qgqD!=dGwKvL53pmP??=9e{Rz^EH`kUNuz<2U91_d-(xezNcB$qA3VthjG yScql#jyz_-ZF$jvrScmCYNV%&;Z50Mz#N${;Ie#%!96h-VHRKP|9{xz^z%O@kK8!` delta 1822 zcmX9;eQZ-z6hEhHyLDaPdbiqcZQr)KvCm@Jx_0Zjv5tK)wy`PTm}G(z1QhoH!W2;i z7bYR<25j4-$ulE8bFn(2?IpM%~F7BG2H@CBOb{Hm?_>& z1gI5%^4pkrA_Pz;HktrtiEUnhdNG*^&>)KF)095ELB+OmJWY#jnM#oB*m6^jB?CB| z)wIQS9yind%5q#q$CV%k=uf3xsn(O4?A{cBUCs^Eo*Gl2oR`|f052VJYV>;Q>&ghX zwk@)aA;2x?I5pTG!;k5py)pGKW^Y@WvdIRJhps3Y#VOoDXGK2-sWPn}+i73gBsOX5 z)6bdGZd7veu7sNj09K=&y(*xt%=_5G@yxkN8zQ_Q{+qGgT{v%$y|RiP1t3K%WcoHy zYy?n*gPEm@asIW7cU1rZ?nI-XT^EU{3<$=5`AZNJcLSi9umTvwX6BqA_R`bt0Or$v zcN87;v%3rrlG`&+8DdI?jI?I9ADm%&+VctSqmcI(!>=LAQR`5nUNzU7##t7yPxW%; zDQ`QtiIpjVI7z$JC@!Gy)pbZTKWh*-(wVGF$^`qGIbyEk9ItaP?azJymy$VWE4pbk zr@=w2)+Exnty#Q~1ds^EzvyO8E%s8OZ#f>PQC}u**T#K2(eC4E`5oOEN%yj3XRw^Q za@&+sY=Zlqm_UygcH$5nFRW6IGM8%af~1lhE-;eAqSws%>JD=^@A9~7ltrtr#i<-H zxUSKIGj8LMwxBeE%=qOp4<4iaW!JdhOF_Ngf#4YC(5!MlPEvpQC@$F^+Jft7BvhLC z6MG8cHk}BmxQD(EEyLARAC9sk8^b~DBQ3ldAEo??SJ6ci6`lAIDV6!$Bvcv0H)&nv zGag-ic6VI7-KmSuejpw=oav-QV%SX`kwJ{n$w&pJ(mxT88c)hH*uLcHaj4g)@h91a zM4@*5A4x|p{mJ7P%GM+wwYazvY0;i71fdWG%C zZZM=i&l})S(bk$T48NAs{F&!@u=8r$4S&y|HMQH6>3k%-wQ3 z-Y{>gsV~4+h3hFkg5EZZuF;RKF?uUjf!DQ5v9Ayp(L1vq#9Ne5{|39etG)t<>2iI@ z@g!?@RiOFDDn9Z0nTGHP`5J=mZoY$DKD7M6OOYNI2Up|&tD32=p%X9CiH5njM^hTR zkzqyCY8|dLuVkRcmKUAGj8R2*KD#xKug?yCYWC30mi3(X@EjxFwTD|{#C@B0rq#?h zD?c5owxRXw9V%}Bfrl19wDyS=+TjCVqdTyo|M6vkzLk#!RxcaqUlUliW*}G= z=v}*Vl{WmrQL7d^dS?WW$;d41z_W6z4y)w1I(#OJ>Tw8@>1$#DIjF;7c~S?z6wTOSxN|}FHsf48A`fwhJ0#BL+DqkAvpF)# zFZ9SS>smPaPQIeU@A4{x;f_a^&B0=vE_>!+E)L60bFhGmzpukBIjKXN{6`1B^tCb^ VkS#hC%0V5@%GY$*Cr`Gb>wnW%*wO$1 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj index 387639f44f034e16bc0c78d7e8bd4c2dcdab367c..4ae26d64d275c01cc5f4eb3cdcf6d9760f14ec9f 100644 GIT binary patch delta 1226 zcmXw1eQZ-z6u;-a*YLC&-wk% zIlp`E867+{I9d&Fj@8UNOH9W2tA57z2QUe%+&ezTG|hKFXG}kfeXv1x1Q_!f`eznn zh730{0@mVH@Sq0gV8Nncg8e!$7BC`Y&46LkPY>IaRp}lkx(3<}%xU@1yHvtI3wDYK z!1&*IL>t+&o`~i{72`zYRO2jRmGe|HV5pE4_3zRclRXq>@*r_RHYthnHKkBak#a+} z66ljBl@b|nC|90VRV5i_u}H1eW6e<&ahurIE0z+)#9ig|nq|)r8}Yav1H|+CBKQV> z)1QsUsF3x#v)7oln^^BVSwfx>#|f|w zI$OwDFK(5xzGK>+Hj4c}AN#UDL)VtSQe!5U(M&)Vh^on*q)3-tQ<|9-`e5{~p-w#T)n8wvsV=AIT z*KPGSrbyH5o$FEM@bK3DB6Dt($sy5#A6W@4;Kwhl2N%z%rhWGpDz0Xf)46A6IAh`7 zmy3)i%oB8G;w9AVeef-g*zpS0oTnpE5^@NKX&$7rI}w&O*QA6K*4Xhl6eh4B)go<~~mig1g0YE@KNX;6ShrCQ3(x|GL2) z+q*luclCD^y9YW7U8M=nh0=vYC*UWEsI{%oQ(U@bM`2qjyWot0Cz|ckwU;ZQAFnLW z!vRb;=iwv{G@pmBu{E2A+c-wH3x6iN8yi~kki(&tov<12(D@=hxgrlKJWRG1Z>?Ai z^%%)5gs(80OTs_cN%mpfPqrFQk!`~(WFJRZnS?(uP4*{jUzx0$%`o6KR1$#HA)tt48)~qd9ZPr+|mj2TpwkdPiSdwe%%4*Hg=KAq`xBBNf=Y8MjectE$ zzW2z;#K=S$4NWe);Z?dqs28I`ltj6T?)I-ngs`m0L0bs>GajH$-5(Po;@Hzt2uByx z2^7}xJcV=zFHvdbB+5~ngorssKsV;Z@v&7LU4{Np&@Hmga*LHsj6ov$6UD1RAfbNY z*RAor8$fh#$v+OFg2tDq6<&vC%rPmMj1E~s=sSI!nvbcQH<#K zjT22Cdi4pTssTcZq6)cPE`33j@<$O$_51G|I{@oBq~zT#{4gQ-FY z$>+U&4wQl}%$IxAVFW5z$D5pz)BtSAQFRY0#ldShntZ|Eh#(9ac)}@ZIA!YlR5L!+ zfsgU>rNjdWZV%poFZr@E0xNd&w*DD|g}w`SLi%Y?E&UW6*?M#C)fz#G=)b^;>TAfvbQT#` zKW<#GCbbwhZ{r5# zxO;CgX#!QSZLm*xKjg@Xpq-D&wDm`XXXVW`3ufrR{|lAcfg`loDs&r^5CuD*>=P>O zeu#e&JjzylKb_+7cq-ovSDB(Dj2xkG4}Tobq#r@6x>HSodx=7`8mhM7IHJoGcJPgO z3QLjnGWq6WR8xVub76%CIqR)YOVit$>n*mz5Ea$tnmrD!u!leLGHJ7SYC}$Mg%zH} z3#j{w&Z4c}3eWJ8m!X?@nQEkWxl5%I3#Q(g+sp5)@NkUBR09q1rz%A?Jg3%EibFq@ zm@}fo!Bw2E$rgz#-0s)WJdgO@w2LqJlm1o=$a^k$$QPpgYaY&9PCWB=-rxSrbf}0+ zOOwv--u|sKv*|75@7~qZ-7_@U-PbeR-8-|U^mAvr;`>7C=ZlS58splgEWO90O{eJ# zzPC9`zw%MwCcXk3~s@Ci# diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj index e13d5af2d3f332aa967c7f6f6f667ab64ea53311..6d4c774ab304549ef170504559a0889e5a9e7b7e 100644 GIT binary patch delta 665 zcmW;IT}YE*6bJC<%=g{)Zpwlb6^&+D3O3$aYDNtrG6=E=4oY~2HiCH ztZXsInXw9yTcQaOvcjc!=>(1{d#wSkszc~iw|KeA zN$6@_QN%7pP60Wuaw<(iIA8HYIGnhqdg&patF<(R?`oX>;+)l&*Qj#5<$v0>8)McG z^&{7IoEFh&E2nAn+TPIv)Y&i7FHG9Y=qx_lJ7^U??I5kAM{A~f%xcA!KPpzW1M~77D-1iz@Eec+YC>uq;~YN zam=t+uZhoFzVYRoxw00!7_UjHSLn`n`S35$4+BcP|^~**$qsw`6%d+vVp@S?muuX59yq3syH`gs~fU=rPK3 zLk^|Vvf=8M)(t4-dM1N%7W0ZxiXlER$}r6pBY`!ZvQ=ip4XHQ$Z)dtWW^2VYrrWFW zfhX-nSZ0@f8f3ZSGJbHt-Mi%*>= zaD=972=9|4uHMXiPdI))=xK{YJ?+6nyu%ahNbD)~1TIEmEyS+xxs~R-+b3i=IMX{E?Ga60o5o4SeyI6Qu<2o;h z{hSr=abu&#efq^oPKYx^lg1k!7vFJIT;i(uomGBqS@&_!e-sWb`ZYGu7kCLb*8&>l ztZCLb#$hqc74a%7S~TvmSA5Kr_=-D%8VkH6{^n~ji+Lf95=O*>oD%D3wrV6;FW%(1 zIKnmYIcvfia~u|zxgsi7L^N{QD`qhj>6E+2&;5I5RD8%)ag0^bot8f)+oId>kpt0U gY~Ykw%|$UxGggdm^ocF37Z=zgdO0rEaz2*x7g3YkAOHXW diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj index 12d2c5be065f66e88f31d7c03769ecaa2273be6b..71dca9508b25c81aca53f0dd5008ae0577845fa9 100644 GIT binary patch delta 5755 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 delta 5775 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 G=YIhXK%e&j diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj index 612f54e9a481c89e77e44464c89d7f7592b0ea75..741cc48d11786f75c09ca6daf1a0204c232870e1 100644 GIT binary patch delta 9994 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj index cdf6ea54e9dad6f3c8cb5c0e4b93b17a4481828c..88fdea32c5afffd95017f5c4cd504c26a15c1bc2 100644 GIT binary patch delta 1149 zcmXw1ZA@Eb6n@X`z3shy+uPEX!EQmzfRsX!F;IbI8AO*cNo!1`hZs3?2 zH47StWN|)=*=C3z@q(|Q(N4RC&@|%{{^-KQ4!we2!;qeg zec=(pqpvXEy~tqdJzgPb8fm>atC!OyEbGN2@sGZR_Myt?ptmt>v{DyljTW|V z8MU+t_qdB*7Mx9TPF0iVEg@Vo$EeGPxr`y_G%h1snB$R8vB#8gmk^fx(h$NcC3~d& znG5?wQMXimCHW%XAoq1nl+COv0{>yAb-sCE7Ii}=gJN|Z$*aOV>e{Z$1`mV@}c+L}lFwG?Y<-98f}rzvWYdku=K8 zQreGgW;EERSo_HP2h&Jw{0f7nL#Oeo`8t)rwxR)5)J_zx^0tnXa|umWqI8;vvg>@R z?Q7(eDMo!rE$nx4PT(agN*SEA5&^YIyD2ow(+kbnf{WJn(lM3Wmd`ELoDfIshs<#v zsYG*T(dbQ-MwQ+pdA-e=bDJO0?kMbJjYiG+4$pi0=mwU((O@+%&+fF;fXkY*X22uw zr%7y;QF;d5ay!-IUAB`rCmq^`%d&y4!|Q{6niB)zd<&hCBly%;Nx$HNZz^2E{rVE* zjy3a3`>NUa3lsjT@Dle>(BuA(Klh&Ja-ysp^ZrpPLaTj%&f% zSD>A4;#A-eeT-!ABepLFuhNg0DX0z9@&;&Y;sM?$J)Vr>RzVrZL!kxw23JBVuOfVb zI&-(flN;=j{psHH=x}c~eXuvP2X9qR<~nK`33W9^)==i@Y~AjW%usG3+3LZOv^Tfd zuzVklVtRLq#z0S|XbO)p&ftBT{uFiMFyj+gVjM31`B;S}R2?hMw@ z=cvqI<8&C$X5+@(W+B=!*AT{;Y>>Xj97imyF;<~qC{Ev^neiC=U9^!pN} delta 1121 zcmXw&ZERCz6vv-)dvAN&r@ejMy4_N2U2*N!p~zH5f_9n(5o0&E7zv5n*vcsFhh?rX zh(Se32=W2^#~@@z=1bUoi6I>kgBpy9!w(pTK$xo`%o$z6hY??*1QX9~;+Nljo^$`_ ze_n3xe#-3>`yEtv8;r3!y05G(Xha4s28t^b(3{ zI`*|g2#0!|_4dmQU47OigckIy=Ziv0C(f!3bP*M`jx_wK-cLm&was({qgsZZ#u;rr zy^Ce7g@RaV55IWZDFn&ytZMQ+pKbDErYgI*j3&QQxQuM&3J$rKBf4y~3E`BVYC^bV z9Y>`6i3__$xLaC%rTHRXBm1wMD4W<-$R*a2+^<>{p5m}gW~`w^?N%Nf)AmsF9Q%`` zY7g64XOkK`tMU%3HMzuRyWD5l%SZ9My<}`-z2|#pJG=LVc43#J@u3kGd9GGNF%cYK zal-SX?qajhqV;NCJ3%ZDZRCij^1p5zmmRB;9hP9hWi3z-y}_xTg|KyT*9?sogy-jK zsxLHxxE`fJJfcT@TP@WHxo)zIMEwkQ>L#7S0sSD=!f-~sR#78Wv%uSWlgx`)=S)Sv zFuYm>&hz!{!iC}smLIXj{yE4RIxTc?-- zeq%hQAL5Z#DCQ?**M8y^HC3ty8kJB2k zqL^14aL5Pf18k5H%43V{poj4`pYOprX;K@m%C+pR@nVkGsC%av~nZjAxAe$QZln0?ryMr~_Aw zyE*c=F+>yS^FB^@Fy-A(Cz1BO&*w|N8}tjN{Vm>=yaC#fdXP6t-RUHj{c(OD2wb2q zFdwk;62V#OFaH&Ms}}DxjbkJo)=K%}pulWzu-w%gCr|15TyJh{w6~Dk)0;29p3XQh zoYTvdwUyO0jL)`Z=><3kvRr)&^CL_#EBJ?*z^1`0_2D?Ph$ZG2+Hy1eThaC`O`?mL z#ssqyx0vsteJD#$;wZBRH<(4N*^#AJ@$!xtI*(2HERExMemDF3cUu1a%ubwU4ucBK sG=-Kz19hXT&`7Uf5Az%*nA7-{X~QjM4E4oE`W)@d!^ktQ;b<}Z9}i;>PXGV_ diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj index 22b9676f5a4a131370d91eb6c8946256d3311bd2..740532ce620c4d2067083724dbe735e73446b904 100644 GIT binary patch delta 11130 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 Bh0_24 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj index b8c52a53e1ecfc6035f4c1f0dbe71e247b322336..33abf4ffbfd6a265f8910972a36340560b07db61 100644 GIT binary patch delta 5126 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 MeJo}# zz`d8zHYn#oh&nGxQ2c)s!!K=R{_0G2TK0yU_ zl`nk?y`tcj`$-j0&hy$*-lR-zA~u>E7TKl~n?}O8MzcMo>{($X{fCK#!D}0-Et|8w zX`EF;t-PjtS?9-mNT#|7JAJ2VhP&$7P5hdx48r>yK@Isv7$crJ3jQzHq9$MikE$7H z#c?$S4$i2Z@BnLSFC4>+jKg}RAbVX=`{K~$tUZ{^+gG#2p^}{~72EdO1BKjR-X0jv z70zKfuvHGz!j%p0oWx5}PvxE2?uRE>+u^_zc10YR#tG5|Tp|6A9npDM!(UNHkwNT< z^}sf~A9J7`e~^yi!MFqCc!%^Oev6Ml5RbPwa2ubJnph(p!!BzV6!3}_hY(I!NjQQt wR#Lm}7b1mcq5=GAnQ#Mri6lJ34$^5nNjinMNKKqfB%9th3$etH_V@h5-%5Xqr2qf` delta 671 zcmY+9O=uHQ5XaxV_jdF0QL{~ALcrF1ZMJ9wMZs2Sp$JMrl9e8c3W8q|B0VTpR1hlS z!GnTj>OnA|1+gAHXewT`Bp}p-B1LEwdJt=GRuJq(EI8AiT-e|I-+%ry`}TMFNBM3B zCZA__!*~^hh**SO;{QjQzzuSw4jiGb1iPZRm?vyX%kW7CDjN}NFP+pM)_(fb=F~hF zV=YVSY~ye(?UJQh?7!=*QPJAMPY@s9Pi;%vQ`~+*dA$(zS<@@@Vu}~49?tY6Mp&OD zSpA9ftX~prH}#ZtlVU~5B@&tWTYR&spjI`;9ec%}1%rQkXM!Q27tEYwWqJyM`DKWa*H+P2kD$$QvP(}EKhtv>wIH|gz zgl|+Y+{ZOF3sWSo!dblP=E1?b>sf_o4<6zGaR#fzX}nYPEE5-EVk7&$ O=vc2igjm4#Li``R6oLu> diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj index a135273e89739cdadc8d47181efcba64a7827698..82deb21a5bc50fc7e6f79b776d2cb3c3e4d30f0f 100644 GIT binary patch delta 1029 zcmXw&UrZcT6vpovc4lXGhFNyDJInINg|aS1wgE&eL@l(eDQL@<_|P;lD6kl@Xn@cn zwQ4I^SlS2D&$K}?wx$o22c@pk7+*?K+Y(|@lqw`uu`f!~8ZoWGCp`o4Ci9y)cfR|b zKbg64T3S3UjTO-A7Yl!J>CKuDMw2YWWfi(yN0ZnsKN}j=g>Ys2+XUaHBt~S@5$8FK zDLIF}#+*D%xAB}(NmCeB8tD|~l}Slxc+*{9yX+A{vg%zzWLPzBK4nd_oh*F0h7fL7 zjE&S2q}UlkSY@1ESkG_@vcg=2WW9xd-J59zo7IQu9vajpTEH1KPEp)aV>AR!i_-fj z*UnHcu4^Bdo7h{M^B-r6lV&G+JkgRCXX^*0lC3AqKH}iV_28^o#1&|Z>%n>Rfg6`S z*>nU;o+#})rH5!7Ir^SmYh1r3XkB&7o>n;`lD}l1W&40*Es^>yd;e+Q;iOu|Ms(ly zI!f0@v}U*9Q@u26lKaBzkqdTZI zb0x{Z^JY$I%4uo;MoUlH%RFeUeIu%~Yn+)RNvYt&aeEf$%o57OoS921elxdI5K-?Q zx{f~Y00Dn^!~XZ!&1g{`;ezt7ay8 z&`%YYGKJX7NgDXt`ZRQ_FmR8@LqA7)xc&v+y}?&`WqOBIO|*!^{=+n#e&C-cs=~EE zgjUmc16RX(vg1%^d&diX1Kk}cj|XtO>Ti5r6%2KCzILFj?OtEC*z{Y(R&q)PdVznLnckMU2cn7%{dXfb)vI9e=; lL+Bli(kmF}tuf3n^RU8KZg=}{y`>wo-6)-NBi$&%(6MzHDu}Eseh?C)>DHPpiWJyb zwxA9++14RZ9|MWb$PzxtV$7Dt5C|rsaY%+{i+`X7WF{nv7y|~AX(W2?_Tl~Ad*1h) z=RD`ly;qM*bH}AOLzI~=zhTq2X+k(!Wg#Z*(B(Lt!&CCMz>qG4ZH2d8@MB71go_Va z?*UB7B{Yj!d6?$#v=XC93@cmdDCU((=^quZ*jt)@EEGcWwAh3w@NBemm1m0OWa0KX zgs|IcSV$cs#VioQQ^oCt=Sglso*=uBJjd{#y@IZwLS0Swu|;jAZ*W50Od(uTYv@&I zT7;X{YA5J0zS7<^4A$0Wy+>H$sL_GFg^{YA*47V7jHSnoZsOp|QgG5JV+Y#RrQnny ztN5&N1sy=XFhb35>j45v^zBdl$^JD#OIg><8I>a<`4iSzFw>T_MC#Y9eaHNbn`#Bi z(LFP0W!jdbMRO-U)~j7NtUZ=>0ces8YR_()=0aSM`|z^_@cFrvUJ`5^8x<7hsV zpcLL>9>mYg5!4+{&^tK9Jc)VcM<^e>$UniY!35P}<4}T!9c5ldo_P~huP3M&ea!Q? z#Ec_wB*FPz%m$og4nZ4E&>iezhH#qMiNBcx*gDe7yf9+*b&pz_Nu~|cqt)!;`sgYe y2W2be%Z~_AkMg(|@vMu_+p?9?Vh{SW5jH=Ot>p4c%wpVSh7lO6q3q9>fmz0LESG2^KHR9}spkKtMFmxzP-HoYUor^$gb&r=g%sF4q8<2B7_BPK5= z4`OCNEhBFpraM&4M^wR%Wr{wvvZZRrx3jG=5?);yTu6i?izqt1n#1)bX+NGv53Qr* z7qp3vfS`Rub#o{LiZqA4pr9mPbT838DJYJF?k?_iQ)mrs&<74ef--p3tz$qHG>a{@ zkJfOdy6FTZRWUrc81tbeXoE#qCCQCW(L-sB3x!;W>fYj5w}ygH3`vEtufMr2tcJ`4 JV->`N?H3PzYSsV% delta 358 zcmY+=JxD@P90lqA!W{#KgqRrW86+qF-O zDcm)LK6RSTajJGUOmfDY1A!Acb#flVgW9e9s35*hci7YGaSn$LtiAztE3aEMx=n9+OG5WBdyww2S!qFyuCOenX=hL(LV#>lCj{-_Rr-afDQFbiW*4PVHrwb3kETY~_%$_0t(CD5s)io}!be+32#uPNmtLSC V{ltyb!n@EKcLo`Ik$=@wuYZm!Z<7E3 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj index 1f5cf99d932516e996117f79c23e650116de2e43..754f6cf50305bfd53d3bfbc269093da16b357d8c 100644 GIT binary patch delta 5518 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 delta 5488 zcmYLN3wTsTmagh|NGhG&TS>apd2}b~JRpyTJV+ow2m~^O5D>y!-Vs<{!SGNA?6|-X zS8&Xhc#%cWC9d+&#Sdnf8Q@!X7G`i&#LpQ-M24AFhS@;`Ma5lR_dj)6Hs5z|)v0sp z)PMeSs_J(7j=6Uqb3YU2eQ!iQ67j<+j3tHoF*eh|*dy%!{~SK=2X4k3F7H%{#^K!^ zV9e=qFI~BYxpI7rxi4gt!rb9=KbJ_2tIv;ydltdYb>G1LgwipT~mU z0=a?u$6@F#HG8PP6u7-H`47~et}Z7x%KpHVV2U9aad5}uK<}zlgZwMv^D;0bzDQ+^ zi=9B`5VP=hiZ2O@D1p{3dI^!3juEf;mn6n~A|(WOA``sy6Muqzq8RN2jp7R86rwSi zv1G9obN%8;Ku-~yv0$o*;%$gTSel|3KBbr&2k~j51=G?+F5VfU3U~ry526W*zk{Pp zu@N>QaRTF6;wy|~i)6%|BM!h(uGkEs!{Ri+MZ|ujFi$Li>wHnj87mOe@Q#XK0!pD+ z2k1rO04$5e${=GUqBFUMvHoH^6a&P3I4Tu;5L21x1j*&%9QqX^gnmpU0Ng-v8p{u2 z$%EDVDba%X8tQ?I&=J` zFiK*+pF!bu?ZDgEsP3c|aHfJrj6bZ#8JWdFpzxO`jD%@}JOfw$ia?u(vC(n_66cR; zp;_)%+l*lGFF>rnGIJ*MQ)CJ0tF$m(#wnZC+IY77Oub_a=YOM;%wW6bMf3~ z&1D_Sn177B8m@N83n&EtSRKkmnTIUj^O>sy%oY$d74m+)50}50on1l zXb(4n26E&duRWCV;5u;aZ`D$a2Q$=7GvwbxYfN;%3^MC^@Rkb5oT6qV+SdfvUKhR7 z%TfJaS37n0!n@ZskGe_fK{=r6B&w+1-|kBUc{-W?si`UGGsy_>G|hm^L^b%Q%MQ%* z$&u=W41~_2BK@;9k5XzBb2N&8yrn*ufiZv3Nv4eZmv~0Pqo_w_nILMo7=Vg$i0dd% zCo^^+%5ML1Uq1GmJV4B>NKMxmUQ?}U4cw=mP79Veu`~T^^@2;}CSqxw7M9yc*K4Gm z@{>e$K5bR}4|LSHX!(>W+_MIr#V&-3qXW3P_%C!FEaz!Dglwxh+;fPmK0qxnQ3ps| z)M180e2x*Pcn0LV#AWOkH_N$!Q0~opihHimymY{0Vv?RWCldwZ5T_8NQ~X)InO+(% z!9=gi52N&(bUvIy;n*HhuXxsCSgZwMOf+kH7GOz-a3haSaTi`(;!%vd#dwT+L?1%% zis6XRC#tYgf_N7r{X_xiOcZ@^lf+#AhR_Tni7L!E=2mMm2E{)?+vw&4+*BGd?%j7LAXbjTx!ht(5Gb;bD{0jojaA8#4 zlXD8>H;BNf$$SA`iY0GSg@MBAEx;W!9`ezkt~g_{Hn1zsSaPr8I=hxJW2s)$Ctp@i z1d2+=>eTfDs)Oa)e^&T3(^tfgh% z)IyK!LM0e)nG?`#lM(fFFc@zq&%bw_#%ep|Tc~Q|f;QeQFB5qmXyHXU6!l?T)Iy&; zKyE(N!mIK>h|^12I3zcagO9XuSUSnUWi1?)WvEr-V=eqbE+pQs&{1Zv6EZ}q8(MWr ze#TX8W^~>)RIu?yKdQX*@)By>_}23zNV*^w6O#Yd))&LyQWY_-rOV+`g2K6*HtN;z zKaqrw1v)Tqg{NTO8ctif6W**&W`^QFkcGz{V?2^Vc)hmh;*l*>fj;i0?c?K-MIF=Jn|i-BbDDfL?g$^k72v5;*r|~*tEr39yvt0m9|*VBXKICG+S)ok?ZQsP9$8Nwf;O-@3s(ND)x509K8aiFc;#v?i8c@S3}S>@h;Mo>%?s9jmHxP?t(46_6Dh4)b@kKj7B zNnu4*++c%C3HK7=BW+2BgH!{J+)dYVAe>3;kFup;IF*(j%`@m2%?hW{3eDW5;5!`l z6G!8?cRQqlaDAL6w%B5E_%B3GE6<&Z(b907Oxx@QW8rG5hKaUR6+TJ22e>zmVyX>~ zqb$v^b@ky&;(ehlHH5#T%MM%D9G)F4f%uRujt`$ELKoZ8#IO%%v$2GG zHp1PM@O5=NJH+QIkrU$6RY}h9rS)LPTo{}UtV~9L!(5a-27*gIf%wf1y$O8!>NXea z+d4^_s4jDfSp!T`zJon(E;H*P1mtPF&E=gvYdIjl7ARn;VQ_NYx{sPMKhj!bG{I6{Q2(Br8GjpDwvTFayvG1= z@e<08i$e&-!9q9T_?~)_hvE`%V*@d<2;*FQi}G=ZpMzFhNgkvk#hmVY7*_HEH0F#9 z0*6b4(9JZ+yGwsenX@z?e5)oO27k4(#HTZKQ>_jM<1b@Kmf9AQzD#AAhMXclAx$jj zbxT&P4OHn9&aJD0q+eL&v?ut7 zJV<`|v~s=7hrEJBM=y*0J*hw93B>PUq$&eXtQ9=)%Ulvo9whfJ4gMC4@{f5xI%t<- za4w!9ZzDVW3Qr&u>O^sC-S23b7jY}29SX)-b2iLAM0WT$+-yeWI(kPB2}8s0@)V-k z*?S@$V~Ix^OVS+ahskiB!%vE}@3m|2dRJ)t{fHPY}$59rCcLzeew`jrjGwtA$Did#e%d|X*>7n_M@MaJ(7=J~k9@o7y2G`6)xu@! z>Q8>`>UwnLLN#}5&5@V32D6Tw*f;T@HEO!8@2TmtS|_48 zYrR0t4eK*%QmkQ<&?H&gsaaxuJc)nK4_og%0O^F4J(;iP-W_3SkZPg^Q^VhoU+ceW8P?M*i)U8%2#jfGp%hi nc?!?BUce~tw9Zh|Wqn4?bt`Qanm%h7HC0vzH34h;ES~YdE|!~% diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj index e2d0de7ac454470dedac830f425f0fa294ec5afd..70a435b6dd5b4bcbf66b8e364b63fa5c4b66c73c 100644 GIT binary patch delta 6140 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 Pnsx_D_0u1Uum1i6g7*pl delta 6104 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj index d18067ae71d4e2d69150bb1bb8d41e9e3ef65acc..e0eb553c647680bcf674a4575d2eb0d806562d7b 100644 GIT binary patch delta 553 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 D-hYli diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj index 6069bc26b39f71b7d66dfc076d4fb5232d3dbcd8..c375a4177e6b3a94bb143326d77b5001981b7902 100644 GIT binary patch delta 9701 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 QJRKu(g8Nqfp`+^eA4;P}9RL6T delta 3761 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj index 58704544296a6ad39426a49e698ecd4f0376eff2..93a4f5c5c070253e6c8bd7b9101f3fe43e40b6a0 100644 GIT binary patch delta 955 zcmY*WT}V_x6rOYM-FvU5w(e%Ef3)jvE@ry^l$KiBk55LcXhj*4=7Ni+wr1u3UK9i| zvJRyW^&kXAVP#h+=ug8Jd&#K4q9R`^2vH%4=%q7vF==4F`R07zIdf)avR9by6^85} zjXNHjTvY;N5iS#BJ0yT;vs6Z2FeHv@J-(9d(2q-UIXuPvN-l`lso24S*9n98OmV;!{GwDr3l^#y;SU~G zvw`7&8Xpx;t;?!l`$dH!KclYRg-X39tN;o%>II(XeKF@6gF02)48cK{xuDdIxRZ?2zC;<-9qV2q}D1#d=_q*T)7p*1Xz zltH3>G|dlq?Ckoj6njZ@l4e4u9v?X;!m$3+ya(VT=2+6UPw=Xiv}~gzmgFR#FuFlp ziD1mhYY3xh{P~)cvOZK7P zx|zQ8qBRkY>0{P=vHJNmQFM6fnojvVjsAL1z}MW=;_h88vKp*o|;yFL#^JP z5tOmCL)E3+<9p#dR=0WK1dbE-A+&p84$BD7;3(k}Ty9^4Z8+cIg$m5<pY2SJF+%DRXmFETO+3bF_cyJ!Rv(fgfI(t-Cm&-Xsh`*Y4W(aXkr*;y9| zBe{2_{4f&)^HNC={2=`IFjc81jfqO@c{wwhA`(}nK5{Wt{6tm;@)k0PPbno9I*u4A zRpB*ETF8B(blrFB63vYw3}Ru z1F|P=mfFZ)4T+-~!k4lOH2fyl!8C4C%3v9GD=skOAYmBqE4eU&@0I<~ik0dTNMOBM z0#58xvlo`pp0dguKd6!AC+g}=2!EUxc7X>KpGlY|Iz^E+$8+N@Zic$7)l>@) zlc$|oySer#c?wz^@m=a$7{sv!H8fi?pH5Hb?xT6UR;Le$Q&{KlntAK;AbmV^q^u*Q zpXf;n>oCuCE?P;sXGF&-oCA8c<&6o>>EEpz0bZlu<}01#Q*FKyV%aX6tKlPtP6S{tjuOUD3J2g71_|5n zD&ZI=!gElJGhG4Lj-}mPJw@omDZ4gRU3MIfS)ms1#k@3PhEPL`=7nY~ bC7i{5npf(l>)wSQdhB>fv%+(XYZ-q435m}K diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj index bb2c453e58ecc4ceed530570136d0a0184deaed4..425917d79947cb45a18c2af7c3fc045c93f91e28 100644 GIT binary patch delta 2567 zcmY*beQ;FO6~A})z1^2RoA>r*H_7fMn-6wF0!i2giyc+7f4Y22$X0r!F zVwD=EG8Qv+tUc69YlN zSMLs?wdg`vDOAv+y$Xv{${fW6G1Bum#BLej)VAaIeBi<8(G&E}aQ4O@A6M z?XLjq>Bz>16hiZ+fzUD_*SjKRSklgVgz$ue?P{Ke4o@m{pPD}iV$b5xBbe)&=ND?J z$rQr-rnL)mul7e+WUOO0<_(=fCPBMlB#kI_Gz%%*G>#n_^}4`8g%IzddPKdn2y=tJ z2}~CK*$~1<8x;ZFj1@nv$F6KDhc&4fGA!B#On^Stgs|ydRFFfbz!{_=h!2rDgr!^> z1a%&rfz7AOs3c6sktRZa0#TF-u(^P?W4(|@K^mhvtQ65lkX}q0R!S%b$WnR@$!1Xy z3F73%sU_$E%*#jv+iW_6Ln^0pm{-t;IDty+9}=R9p2N0kdIO~MD2_Bq>H}ShiXmt| z%>hLX{TOL#X$fk*iuMCjMnN@Gqrtmnat3(k1j@8Qp`xa+(0Bi3o{T;EY_mxXo8o`wA8XeE=(I4|cl9 zfF?Ix#fUqzvbt4KLN6T&>+$!8Lk3t#dr~DNvZF>=ML0=%7 zq?=Hyizd`|Is>g5Z9#cDodez@0vUk3S{3ktP0~{fFb$%!f)*eysSR@%ed<)V5Ud)t z@w-&Jb_6{Y^e`%vv>DBD(FLry={@zG&^1nmy|5mt!LfVkIHCsa1U`#ekkUsw6cJJn zB9DI^Z}FGODgKtfWat@$1^om>l78t>Uk~f1QAhk)M0I)!f;=<}Krclg(V$AC$s!F% zAKkC25WbnRtZGwz3N!*jL8}0h!hZx#z$!CdM#NkOGHZ6xB?u8_YZP==xqllx&3po< zVpTYfZl30)*{g=0Mh#Xf@muW7or@jTd`lfl-cKQKCZoO76GFMvfC>eD7lI|dg9VrH z-w)QXz0&B1Yi>t>>{ZUe39|*t?bZ5B+8dzAzV3fV8ixk^%TB~^J~9M(cC!--m|MYZ zuW>>l;r}}L4%+LChoI2hj7)Zmrxp@~nNYaaf{)Yznr|y-gJ(SehB=N_**ECw+ymw) z;`WU>`>;Qp-99iN?3?TaV1?$0%6hYMDn-IPsTgi?u3we;2Nk;2szRQWd0ds$<~UcG zF`hCbLjx*9hqJWQyr^o~8oG@7R+;asDmxu#qqz_5vpdUGq|>ZcG}|0icbUIdPB$G! zg5BoNRGYeOw{D4)GzZFW{3HuY( z9vn@9^DRa1;FDHV{(#@MuC8gt?Fhz=b6~$mA^wI*fz!h1cGR4+PFK#uS3)A%$;$(C z6EeqOZ^xk_6bMrdHEkgw%jc1REPcOpN1h~xAA5>8R$bTvQaKqrO1}zm-$C_JTHY7 z$YnA-fodiJK7dhjAHQV}r!T5J+0rQkTSSlA_t>NO8j3P#GeWh>xecdqBS!ICGx#QT zO=L?&cSoyZ4VQE`l+^zUI*r}*Arsr(&39^52X z^A}f8uQVytFo^HQ0IE84xBP$)hN|QHAy~FGs9!YMQuPjQrQ8%yIrpNnJs8Q?__I(- zp5!^X<@iyaUY|QH<=@$pzsSl{O21U&2yU(J5fug>ek3{0~`_pG4*CtAnoqatW$=EAb=4)MfaBe0oKjRMA1RsNKVtuL- z^Z8S8*~J^C%H@9k##Fif#u}8%PfP^)#8g1u%C94m#TQ^R96MSrALkX0?KxT=ZW_hE Nc4*g?M_qXJ{1;?Nw-5jT delta 2542 zcmYjS4RBP|6~6cFd%G_=o45P2o9s`r`C$__ZW1;m{F8>i)Fw4yk%R(D5TdaO21~W#94k6f!W5VZk&uLx8H+NbC^(}6k1ljfUQcxc8Ggokb%!bATP zz(zW<;Yo$iJ&i!1Fij#&gx&*DlyY!6kGA7HpALdFMk$;W&|e|FkZ!^jkr&8fI*(+tC<_VV zBr&xTdKCLox`|}7=>mq7pvzz`qmMCxa@-seqJpMyt&-jX=^Tn7O^UieS49yBnoDs| zRMRvP*U&Q5I*%Bb`DEeN0(uE23(4abViElX)Qf2ak}aVlj*nfkr0$E2% zBwj|JgMT?4)&ZakZ(>H;{oIyWP;*ATck~ggq+PhFkp@jJ z`aO`J=?5j1*^>a9!n;B}ydkp*VCz1RdBfRiFRY7v zEpzGoM#TNDsQI#rk3hI9FJlS9!pcx@M84zbS?z=O3RldnP^R@8-a^G~rw|wPA7qo% zf?72?qOQ{gXw~UXlxNUo;N8MM29QUu0N%e@x@!QYK6F;lT*M`<$6ljrPIWb4)oDF{ zKs9Ujqo;y?j0z=fL~}Iy3@7LSMyS(5C&MGKZmPi8Jv51^N#6rLgPM^tlfF{jLFz%| z@!rN;y`}O6-s3GAI*PEM7eOTHHHW$Z)PyiB5Dn*(Mx`{F~ zX;@VuGH1&2Ra$pIIPC|app}40;XMY&?<+OWB4X8o%s0E>3kVU`>L}=Z3GX&|y7fG! z;wy6;!+MjKXEh8Rf^J_`$**xUCy5)rxjr?N++RZ8Oh$XTJBV^=9>fTG9D*fX!GR{c z!(a{D-!l8*THDbdyTKWpu$ob$-Du3DT?0k-xBoX%2@UpbPQ+{N8-hH$$qD(bE#S7B zolsDC2f#OK-)=q$h1N!7vRm9WkRYrAg=@|GObyU_M>*@w|OkIK;D94)u5t6J_2eu?@TtPfO`osP4?`U%=+cP3P%(@H3sZH}r3taHlgrV~go zY`vt~)NLzgxAnTJvBxR@F-x`9elAya{&5jH3D2XW6Wr)qCP(;3zM{|;C~=k8|5WY4 zX!4xzQgkc7;)}|s`90r)>eYBV0&(+qVE=(a{2iM-r-jk&s5$#~Lpe`<9TL%YUgb~9 z>)h+llWTdeKPqqKqyEDD45XL4q^`!PKGj(AKqtf(l=2__!P#d)2SBOflPyK7(L^~c zol6xmYvG9R?#xkJ@4)h#$lPsxtVX{D?<`m2rk(*|tReqREzuD|jpAX1~h$7%JP1l{(M=4pzz2 zd`nJ3`$A5y&6$?+6LyD|`us}it<{d;*2;EX6Z)>S_(epvDV{}(H!IfGRFbuD$0DbH zWvQ9=rJTkkoxc48qxv&e>bQcJJKv)M^fQblYU+6;+&I(cm;-+W$EQ_jVIAKL$MH)x zE7By-a$h7Kn+L(#&jTv2>xPX#q^)q1N}yPj;E70FJ~e$gvZ90+)Q#q)I{SJ$QoUW< zQ}=cB_YI^v2KsBNQ|*IY-Sm zY>cJlCSEu8hTOri7t%7HdteXo8QAwZ>v$RrZLr-u4*M&No6l!pYdLGGTo&-+skpqG+olo* xH={g$cr3sNru_0P9-m6cR(=Q8#W!F_x%6a0KFiIH9Xy#ZYL5tUkuOaI{tL@ev@QSu diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj index fd8b49bba6924e1bdfff9374077d74ffebf8c428..778dc6da024c9640e90c0f4f105329ec8215c032 100644 GIT binary patch delta 6927 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 yii~4-%3jh!v6*{Ds2D& delta 3572 zcmYjT3v^V)8NRc*clRcIwF!twM`MdkpkJMQM7}iXs+jE82elfVMej=AZvD-~YU` z`S?@)gHQGCIc)ATxt4!mCDSzTE=|*XaoGOv&t-ac8JgzOJ^yflF!QvfX>q!-qPJhu zw|H3GUPR2IQK-hXI<&PePl; zOK{HS&DeAJOt{SD?;@Z){tCL8&!++{%pZlb2yX*Il;4YU0q?-wLVh(YOR&&`Qoa+1 zGVVu=<$Ow_rp0&{E?4j(gf)&Q;aVj>1~*l_3AtAD5rk61p9D}XkD_wp`BS)6$NM3f zz~>;diToJSsOQ}{H}KDKp2YWJlp6UgAYw9gnle+Lja`2MdQT+u5zYx7y%Z$gFKB#u8_h89!_N2-AiDTZaE{|02vEmV z=}#kSeIF{3kePS_w%!d$DP$)^%@!E?`j#!x5(=y!!3ej!DVWAuR8S0_Yo0)1!|2KsZiQ+bZOop)FZ{3ZZ;a|g4hmpt3`#c z2};76VeAH$F0LnL=9R?WMH8)Sl*TI_L3GwErLo1A@M+CfnxN)=5O7ae^UQXnEpCP< z>pSj=@T-ZRlHL6D5uoZ~2LiHM-2?04$rK;L*jivTLuHE}poiA=iS$~e_&WRgG^@=| zjmi*@k=sRz35x}UaD(bWsrZ64i!B<93UQP&YFA9PScI}!O9EX$s}p0;TT7LuLA(gj zfVE6<&EhV2u$BjNKw3nY;_gz+LUAKG>M9^jmzYG@D^;W$MF?%MdiZaEIw(TqsK-yt zW|2S%tx`4FDyZJpu4HP*kQVq5oT*cJOuf?&5==!;lYLoehvt1m?g@oO6|n3=RX0=2 zlW&Le2bN+uZen(+c?j0N?j_xtU1rc(6Fw?ixvE67NCb)epV~-EM z545GCiSE>?c)NT{yEJ=3>Uk)7!~u-GJu&MGFl)pJfz>OfU+l#vVmBzPjbal4Pg2Y# z@dq+%^uG+uL7@|JlXR07+LM*tkeG^(-JYVD?a6sECpF{7>7<{o z%5qZNLLOQ|Uqkk1agaRBP)$57{z96Wius#hXtI5cs_Vz0S}NtN%M->z3HXrg*@~-R zp|x^%YI@rwaxvF9fLjeLluI?8rz{pT&8ClN1O|SZ$|fyvH|EG7fvM9T_!aTT6i<6# z1?)}z6dkz~Y3W!06N1Yhv)$#60i5^ZipD=fT#S3rG#4MCcSZ9qglN$2G5rWqyh`b< z^6R*vi7~l4E!zGcN@cAo+$@m|xqYjfCVsA{B;!8C%ok_KtlyxAZ=pCw9a^WFg1LvW zyi8eh4SIT>`k(kPUNQgudI}lQk9gM4k?IvsTjaTn zM&^;R%m_OuTQkE0KSa3Rqs-j{Fy-)y?p_*$~ea^;a_Hv~&aSS7!oTg0;E zGuTJvpRjwRkypuXkac-qvBzX>ehl*E`874l(fce)*V%&bJltkySb$u_V^j^S${+?D zLgm7>L#y=2kScyBTG5N8F|eXX z+ei5cDo;AHe9hhGz<+DX|*deJG7bKse1bxg) z`5wgl@4HMWsBL<^2@SY{F173r|~4@aXU`mQQs;1%6GHdq=+qMow7St%Le4$SU&3d z>)0&zkqlJiv(0jRMW%5A8QnMBR`JWLhU@!}u=H5h>Q&2Py(_w7w=P?=x-Yh@Z%tKY ztaIIpo~1Hw{e7O*>-sx-mh}$rTEEzc`)==&;m>c+iyzM1vX2iR-hOcxd%=0Gn9X6Y zIYtS{ai^7t*V#`b>|7u+-4qjRbn_cW)q23(i3pNQAFK;%(pS}iMK?>K8~ zSw1`9?5t%4?2pa}h>>^?e&(HdF diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj index be1bc4710a4ca8ea8557435d3846bd84dae27b00..5cab82db0dff724b9f32cb3d924eafd1252f7465 100644 GIT binary patch delta 1024 zcmXw&YiLth5XaBNA)i0v8N`pmI6wR`` zR@RlSXqz}S)7tt1VRdDp8u5Yspx~?cpuWJuE}{rpR8)Kxe9Z`Z;LdO6f6kd1=5k*3 zX&?KvQ~(wq4~E^A6B^ES&w@jkc8A~#o@U#H|G5osy{43{)ZL+!(yaDt42ShTTMIb; zL05i-{f3<*eG1m**H?Miw_Bquj5M^1!1^XON*`n$^puUS>0niAgkHpHt@=XVwCOL{ z*Ysi5?fP>*>Cm0{CO;WzWnUX`PT@n#a@!@irA^?VQMo4Y6^HiT(P2?4cRKDVsE6tJ zqF^e-u*8@IwYb8Fz%txrc%cRVHtJv+el;>M3NwXmU|`6Mz$0A1c0DFdf8i_#cN_)h zU!47C?$QuPnZ4L+PJ;}-G+(lPP}B=SOnHjN#JD=#vH7H#YVM$bKhGg#922u#Kb-;Yp}-R$cJ7>hIfAvl6f{w+|A zPyIve-wtH>b|M&noa~NZ-Utr%kFN7ymXdkafJ_MLiW4ixD{x!gGI&_znThEGxT}PzUr}5t_)vB0|GvYDcS{rYIjW`(h!S?Kjcz*-_n;yXPX+v*LtXVy-VPm4X zQBg}PnAuCauM}o?99#7WqV#$fEP$C**~ZvO={7h3eN@&Cn;=X_+gU89VZj-yN-^G2 zSBm#4PUob-0KOmD&1xql1?AK)XeJXGEtC+H(^-m=DMqz2E*g}q8s1{nep)+Bijot>&fIkn#V@&wAcjT8 zd{~Lwj38{l(}oN7<0Ye>^M6JP+?dL1gKYFWg76n>I5uI6!;`nf$`gkm^CF+VpQkh= zQ5=_Wz_A#HaKbUc@lE~!I5FYOpB>}d;hEVj!>r;7a`|)i@POP5NE7N5M5?#h)jRj<4d)ECCLmnvXWZSwH2)>(C=m|gP+kb=?W%bKd zze}fYs#C&dtcrwrX=kJnlK3*>hW_+qWMnHQ+6{GYyr}{2BuCRj?Qiqa9hV#4Ljg^l zh8n1#SQ~Sky4&D9T&3t4*au!3Jj2ZpL4p~eTH!NYNbp+ubw?5meiSNc=Wc?I2q793 z8pwxCGwl*WbWiA_><;EFZ4q2FD4ZbZWUf%Hu#_$c!}Lu^P-Tj_K}o?&?^1m49$HU4 z;c=QGZdxhU#k5kl&_v_H42pI$y>wEr(o10(1Sh_IO)J E{|ek4Z2$lO diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj index 5d23891e7045699144c04e7b554656ede3379761..c27e057f1295196ec38a261d0421467c52a4aa73 100644 GIT binary patch delta 332 zcmWm7JxD@f7{&4X=(VdReIe*|%07_nLkfu;qo%0d5Tcr*QuFOzqK33WibktJI8#H= zShOT}5*%uYY!I8mt)a!BXqJW^m*4Oo&UvX*txknr+A9WE9c0I`Tb0)F-nK%6h-d-2#+)`v8S7A+uu%s0u4!7fzFm2u3oF~cXs1c*xg$;-^{yt- ziRJB)epJIgw<&jx$mW4G6Uc?*)>k;7Vl3shJdtvgK2g~c^b0*9$P39%p~TL@l@zpu zHTD5_Nnul?XeNIsfksMD4zX=P9^}~q>g*$i(ygH*_5&5R23@v_Wc?_~EIBd0BPfkC wb{=o+0D{Ia-D1J$r#|c(A&TRQJ;xI}f(HAFZZkxeh_QdzVELCVqiFj60Uld%bpQYW delta 353 zcmXZYKS)Ax5C`zzJ)b?LC@UeYh8_iy5>~bZ1qlrm(T}32p}|Pa*K<%Pv>+ld$gTJe zjs2N|CV34FEkcA-n4OKq)J$4J(wwwKGg1>(iMhIhC~LXf3=huy^VsuusM|&|YJK~=R7Bzq%N@KMp;wgGC4E4TN@_xy9Ym2GLu*XZ z6xP@)6k<~O3qgs0(JHEONm~eSNK$da9^sw6#ZaQQ=zx7enJqy#YMnIeLea>O!04u= z2=eSCDr`6U%>Z3u$?WBN$Mn%GE=-?27Z73s6l}+v>7qVVd2$bL(nmRj*&i4z-%t8H OHxVHU3V*B~RL}o0J8vfd diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj index 205cdd0bc4a677b835e61921db966fa10558cddd..68233a4e77f7428dcf80c3993884d569f4ba1200 100644 GIT binary patch delta 462 zcmXxhJ!q3r6b9h?eo0Itm3;O`TBoKRf&}?&UD6+{E&foETmzY`gVsbEnzZSUxOAwZ zVAI;<>zhH`0uB~j$`ujmppe0AR-ss3Z0XWPh=>*n(nHZZJiPbZ!#%^9Td^LmSj9HX zt%kn)kIZ_M+OX)a%i0$tdUb0-DP?*6K@T6+RS{(@a1no53f#ajYk^M~HkG4}C6{0I zgI366qQ|y?_dFSVg9twdEBMBz_K;Mz?ccb~&Euz~*Wd5}KTN(M;(<1=n>&E2`Fdg> z*fSd~`)wg-bRwH_#?xcYR4O+y?WCr2XSAyBX|DBL^_ge=cZTqS znAdp4xcG%-v57Tth68zxHM)6ic`tE0AH#WeE@&iqUwp~+1#PLzrhV}oP|sUWG!k4D zGsKd{JI2LDmc<-vOVWFVgN2yPa|;@y+!EK=Sv>qu?BlwaV93?j;iP*H74Aw-uzOkK z1Lwsv++2>}4}I*wPo82J?Tj<*yWXqRO}hP!EYg+I zvaqnZWutG>h=pQf=MgoszzVULNG6Jt&98G#|IVqiV2N2vtX0tTUgfy4T-cJFf^-Bt<)0{@Z%|~vR_!X)(?}6wLW%)_c zag~2c*Vu5GJb83|(g0Eg9?m-4^Yo-5?gkrq)P7+#(TTb(`X;(jHznT{csGV{VHDdZ zMn*#_(AJx!b~-{PZ9`v_w2L5n4vWo2h8=|&k(9t@M2a6TULt;Kg|Q^5AB*e`QcF^N zb*uX2b|O1QRwVgwz=oi&N=hQghGDV8$gFbKL{HSu_co)F2Jy@$V66QwWLuD8eW;5` z{>4meijI)x+K0|{Nymt>wRl)>pfvJOO|NK14V5Fv_F<0QhQ%gu!8ReoE~7GDLt8Le IC&uH&f2GNqKL7v# diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj index d5ba06d50d673aa1289dfdf90877b249497f25a7..3d98cbbeb4b8fd61aa32b6e450b7152c3ae96111 100644 GIT binary patch delta 868 zcmXYuT}YE*6vv zJw3G@Hx}I(TgSh_$f`fU!MFpl*$v%~Xm%yHU>Z*)j5uafiuiZJi$_o~l`FBWE6#3`B0Exm*o1ZyKZWY}6+I@?Mt)8R zN5y$i;wtQ^@hG-3aRpj*PLr=j8NC*tHHV_I+q#chWX#$|fl=ED3QMc)lxrHR(UilT zFuy!FkaAp>Yyr9uPq8-;Eyw|Gre2xkL+fDQe{doJCOO*aW<2J&PP8kYmTc1~B00`M z+A9-IFLlWi=PW&r_qirBrLn*jZ}OLElIwTd!=2Ht;?`JaxGg?VG-io=0xwIcM?STO zXh;GbAqvWQXjtBMyrA1M-Wj5KS%H3(%F`jT$}qHE-a|J@VOOHk-_=VV`Hp;E8p6GF zO&*3rbWV~YAu5-n&<}DqQa~qVDUwH5WG&(|KPyqHTwH-v2}YgtN1CEO>XR7MBjeC% anS(lICF(Q3+M(3MKi1#vqzS3)cK-z^LbNgf delta 861 zcmXYuT}YF06vp54?%m#PXXZpqr|JBFW@#>+iiM`rMg`RnE25%MG^g8~B%*<#kyHjr zdM+wWQjk7K3VFNfrpSmaysHZZvyUt5DhZV6rf1mA@0|ZR&w0*)|KbXLTA^FnG&q~H zq49>UD2^#rQPwocGY9%Lyj8L^k)mjsilUeb(z*~-vaXsDQ~*IUzk)#3^jZ^iPcWmU zCAXqu(e&|6xf4aJ_8brWF<`UnS|Or2Y0DXG<2P|5j@cB2_;1{cXHYSfum?fovl^s4 zhK7a9A<{V+Q&!$-ffWbriel%x$eFK+%i^zliaeEnf@z!p2N%2Gkj@9;kio}r@h}|9xn2_W%$i^DujF=UsyGGReLRCoHP6Ah zhHs+c=St{n`35%Du^C(T^9kq!_yhI3MD(m&KV%B8g2c}tP}z-f6Mq3U{E9XrGkU%| zjHklYAaMomRCyFvnRqWoG%l9kx{nsbV|7zV4p+QQxoEuFD0Z%bFFuf*Hb-4>NCT1-4N|Ezg3B@+EueGqIhseqLLDA@DLcS*sRw)IBDhtiz(?{P RbjTXGAg-8)?ukE^`VU+-vVs5r diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj index 30e23b9c7a9b467f6427ded35336ff38c04ef0fc..037fee9473d0ac58ba7f2b3efe325e30e263cfc8 100644 GIT binary patch delta 405 zcmXAhu}cDR6vuz>clSFl(>Of{6Vf}caBiy+#>A|tG*XlV<}O@a_3s0bklo=Jm4 zLk$fPaR@H9MN2_TTSG(yLH!2>z27yw&-cCe{l52}{mLF&P`|MkK}!Q;fjg{1uioU0 zan*N54 zf!-$Zsn`&z33^$2w>?Bg);%CBvHw-#S5jGgh;G|{Zv|~UH lSDhqX?-S?niui)h#2@^nY$eRttd|`hFvMPrF#~sP^A8^|QQ!ao delta 411 zcmXv~J4gdT5Z&3ky*uMY?g+}6!sK#Et_T4kjS6-ODZ~^81;Iv18ykZ`LQEkD5+OJk zECd@t8}SpwN^KM^EVa{4#KK0<-r18Z%zLwM-aOd-%D?AZacG{qbD(8`G4mGdFkrMf zV_emDa32QOON=gtaA?d8wJJxTjgqKp1WLv!O9L2_lDH@ZyJGo2Vn+I|Bsh^pBB5$+ z=>y|}NLNn@wL=1f18)U8YL2cwl@X>p_7-Dt7P<+n5_=B_L`3@_GG!18Z(xz9K*u#6 zg*5K+7;NGt&$?9_LNq-_G)py2WtU0G$#^JQjgF$shdN8)Bc)^7pM7wLzp)1x#_Mp$`LVlDGCCFi75z)pXg&`0~XW?J;&_liaqp3u(5K)K> zh^Z{J2?RufqLv!4v9YkQ5*xKt5X8>8*toFYym|ZHZpW+fsvj=T0wWMqfHCJJW6VSM z|KYOzh%?3oI|JMRb^VcExh$qFQx^8D0aBezK_b|~s%Zs4KDP!J7uscU>+g?SE0-WG zsO}7DQIHP);&C$V!YM7%2|?z-YweD3Osk_DV|LZG!x*YuaVN+UJEd0|POHz9HH`5f z4C55EV50N(M9M*idck}FLcrcr7>J9QhH-i~Inv!#F^UEVv`#V2nH8rbhk!53D1tI)zv z(n%ciryz&>#BF@>hv5R1Krf_mFc5-GoFHD~2C)z8#2b7d4&e`R6azgWxW{o~1M@we EU!AyKMF0Q* delta 429 zcmYk3&r1S96vyX{vp<9tHzZmsbk~S2tV7hn=n#P(0>OeH=#W?mNg-iL2~i0_(Mfm^ zc?g2Mr`RR1o6xbpp`fDZP{%s;RuLMQ@B7YY-gn?JrPyh#WJ0xOO~If7jA@IEu_4<3 z7gv=sXN(Kwmthf%!$-R1suXviDo&gN@-;yrleof0)@cCs#wlD%wZhUt`;B|2FG^k* zz7_J4kk8xg(*zaagyaf|%7J4mBQELa&PSMHbe%DV2KV@)gd|;lrJ^}`=E-4%4?+(v z^IllO0uRCmmPx1rJDJX|<_cRo$xJqbHO(*bna#EOi!mqxM)%>BrGtqzVhv(@E%rrh1R-R@1P+rnaXw@lm3|tD{-U!w_75`aRkHv9 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj index df48e973554e28adc10aedc100962cbf95ff68bd..f6396e550d90d4a9a39a49c3b919340d20ea5c6e 100644 GIT binary patch delta 321 zcmW;DPbhb^)Q-?n$V*hhLWkRIZO`z{1A;K60s~NqshU=MUCaN$M&pA zDRG#VepWj;P|9UFQIaTGxhTp?B7V8NPVe_eM)#S~MeO7}u0Au84^PGwTF1Car8g8z zqm)O#d718b&U~Pw5Ed+ll;%|>ZF)NAKKYC23Ik=2lt#1loszt^9C|w8S=*k1h{skO z@XyaVCWHRK6h=I)JmuLa;x6xSFI_<0V)TN%uo5j`G>A1}5;wwU)I}ND5sY5aEZi!i zZiH2)le+MrE>aFd+l)@JFHE5zoIpp6Q6E&H3;Ea*U1KcH$buu`Eq;V?^k@zAjgVGD zzu3_fgQH!NoM`e|aj(fVgI7%vUqwQpUATqym=-o7oKOsMrzG+JHkXhM*-c4WMQPmn E2Y=pu)c^nh delta 318 zcmWO0JxfAi0L5{R1}PXs2@(|)2^T52U=g__LPJILWJ~k{VJIlQN%lfwAD|)1j<-2jYxbwp+^$&ey_f?69_zLuUdu=9EQ3 x3S=0Rz4+#y>_MFuQiF#z>0((nBcw`Go3?Wek^!ZgF=ZdqN(b+iw|qNy{R7F&fIR>J diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj index 28899124af1ed840c756b8ea9ac98d0712f41c6c..fd240c90d5a767f57ac5893510c49451beb3d994 100644 GIT binary patch delta 779 zcmX9)OGuPa7`^wO|DQQIiposoBh&HGIQq+!Z^F_^3t|ix6;zmrBqct{#AuOJqP9x; zq)3V~vPBQ5CW{CIL$K1opoPJNn{W}jXb}hzcC5|ea=!DObH3YOKU6=Qp@&C&cidm0 zRBS2Xn`>mQFs{+5lzBiYWf;~giP7PlA(v8)_c5fCJi9qCCkT#mvgS_j=?$gE6}g}T z)ngQCJTyolk3J5(v8ck5sg#A|^BlYgTG}B@HdnNrM}w$BoKs>qtUygS)F!XIRKo?g2@2re}U)rou;N zYIJa5;0Em-XdrJY!!+Zi!C9Ohpg>`fBaJZY8}PG^152!CVoIJlZ|YGAyNYzB^tlcj zzn${Mm8E^M=9)ErSTcIA-N^Jm2?ac|VkhXR{IUIdUUCZj`nwz=E=mv4 amfHn>t0GOQxqsSdL4uXxSE^Hd`JTTo7M-5} delta 769 zcmXAlTS(J!6vuz(f7@|uG?_4SE-%Zrxs7?tG_o`=5JIE!MVLX6m{eY}s{|HUN)#n0 zgnH0~N-7~`5%{2>2v+tGC`Dk|lhA{Z;6uJdU+d+|kMH@O&pGGUpXg0I$fmmkIm3=c zR%%-TWW*d;C~{u6lrrj+QkrHiik<57p4ybsXYH`l-TP25o^Z0OfE#Pj}xHnAa)aczJX-~@RP2ZY%PC&EKuM!8>}YpHo_m|Mt$@Qe5k{9?WdP6@lg+{27bN_kV3 zHDCQ7F!!?)nF^l5^aK0>&OvU%yOOVhP{pq>m3Wti6gKdqA* zy^5NWxAnb5oic5FqLAD-z1zzHG=Ri;;S?cU>%)Tu$sYNWx{$y<5F)crgG`A z9oIZIS+e=bE5B{?nq|ohXOJVg%pV=z*qQe8&9S!Dv#|@!9qnDQ=B|$7qS&cRt>;cB zN7E{_q~$3!+baxxO87P%MkQ=3dg0_ISLQe{%;b<3}ai#`iQ1N2Tp(C=~-x+K@2K^ch#%rc)+ P3;(h|qAtpm^{D4B{tKAz diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj index d2dd71801bdfb231f294833bdd0bb04976e47a83..27edc8ae23fb147c05d9f78ed3b2038f829f30a3 100644 GIT binary patch delta 1642 zcmY*YX>3$g6u#%po27^D3o|X6DhGh0?`RqzUvojy{^X4-?D+mty6ll4b_E!x3G7UHwE`DetkmKI5zg5SCo`Uv zvU`%&YwamW>?O&2Ft?kIV>*jmu@aM%8M=c4idUIR5eIZ>J`;tmI2&JKatC-jGk6E@ z1MlQ^%w7Bqx{KnYD8alR=2Q3vqS0(3KZf6eWh|$li#VRdJf3%hPvAq)Ch`T$llTti z$-Fj%q!iwPq^W!aMsB_h^socvQ+XVG8t+4k)A$W!rt<~x85{i8AE#5m15nN2COG@J#~D(ph_AtJ7XJ=GF^^;J=S~Pp zcpk*F*#TK8yTO<7pZLl-JdCfO%OAmF9&f>XJ~ts+&Y!@#f~$ZF_!!(4aua+ic`tkx zaS}4CI0H;IkD}cgzU@@as+OOD(PJC{RmbHpTFe#%^*AGAA;>7Fsc(ogA@&G9jH_Xz zcmbLs&H`cZQDocrI#NyC2=gOlRJ0rdV7Ic%Ae2KagNb3#1<}Rc9 z{d#qkP)ez{F{pnO_MS-cRmy14J*-S^Ywgxqi!8lt_B7rXJ+k`8Q%Ph=W!mM%hajhs z`-b{zQ2+PX_xq9&%6VY8u}vq<(INOns*O8pt=i?Xk#%WO%rR_%HWtcC;@V+kz*~z|M-FXc;K0uc??Cg1ja=W#( zhN3n38#EIbxr4GIJJ~&fbEaByl%c}zXr*>ysOcx=+1xy$O?%zV_;9|H(M~0a^MeC$seK^`OrXMq!7pJvmdiO3gF3>D67QUJWC99Ajph zR^5xyDibaWBQZ-~#lIY($gcdj(-&0qccjM|h~~w~AKq!SL85bV=}NdHr^KIFA82k_ zveH`KQnzANOG9H|WodX#Q;``SSk+*7{hKy-wE8=PZT{z4yEbq2w{Gn!EA_8$4|cZs z*FPU@-xxO5TylmlwS4^qt&_tiEjlfCfa6ko%A$Db1J=k5;2N1dXwgR51?-ZqfP>;4 zvgn#@8T!Id&&q<~M*3M^AGWAmz5{+Jg`ZlKC*8n+oCmf`>S>E!l^`%#hJfqBQD;^g z^sYR8)*_djIQs%p3r8(FDBZv}%@6zyY}dOq8gx f0-Vrn;J7>qd{K6d6?iUwtkiZ~goh6fA@ckS`*uIF delta 1616 zcmY*Ye@xV67=NF;@AvL_ID|v+j^o!IhzJK92&5<~idL3#BBaf=VI~GcL6p{v;3j2e ztBF0iX<`3lvusoBoC*;F>j$l9x-!@Lfj_o3wLk2SwwPIc-qU8?_I}>?eV)(rc|PCw zeQ$iXb!4}-*GE++{fiUB)efbcH%+B}HPrup7KeQt0gGXGky2K}Y;NsPMj1lZ@7x7C zW3dlfF*(f57Cjk;9TVAJ1KoHC1S8;S)jV=k+b~(oX?kav$)Fn_Xb7bg?Tg0j4Nx+e zl`=ikH|p8}l$gayFJNsNw&R*bjs%IDo)Nx;28tKJFY$ccn$N_*6=&fq46Z}m*0FT`W{2V|Xm1D)gebx2O*+hE4?B-RPs1RWReLL`yf+NW|mm}&eK;^}+{kqn+dB$F9(KJG-7 zpSxfvi!&gd%{hqAmWCw zpqS^OxP%qT=I|X9l=5%*$}&C$TjhKLkq5X1>$yA^RrB~QNLTPo;Cy}qY76*L=v4Bn z&{@dIU@l@eB8zzpcB}ZRUDc^2yct4Ec`ZWKoB^R_T#JI`xFgF#1Y_)mej#?(w0H1f zyaY0e%V3JwM8Lu)z_#)vs0Lny@tNFCswg-brENu!_)YY*@E$m_aw8fTT!O603!r3E zaff9?@;bUIXOm~qhccPGiqfTU#!u8KvF=PdEdh5CmC1T{dO{{7=o&rvCHhjmwA-%2hl-(`5FZH*llBiZHz2}!5 zKsgQH71U3I`t<9%TQW>p_XIb!Xi}L@K`+{Em@5CZCaY6_@qDVAME)ye#%gC$la`hc zbr88<5qU1{DWXC7Io(SWGL@d^7n~dIqw;&29$YN#C$lXM2f6=zcXo|bXRM^2NN+|x z6_)GoT13bxbq$A1eL47x`hV9J7Lm6HjaNe8VGRE7;09(boz1<-qTtx%GEiXMxFHgx+qbK z{MF$j+QC%R*DE^PcRC*b08?M(RHi@%mcem|&H;8OMMm}Dc zqCewwl>rrnk(i>N;vHK!dMcN@1I>#5ih7)l?96z%;1 z4>%&18^+gCy}W-qM5km5I3g>~gvcR>fb--!aJ5vN4bc;_7uY1<1N$X!AVlBF&VkP@ ze{7begEjP{>>mtKv0MQjk&=%>lqS1?E9C-kllX^1^t`kKoiYlnkGMWwXQ4i6J{KY- z1LvLvwPYkjFUv0Ai*f9z^YrfHfjZH*<7P{e;!N{fOA;}3W!h!C2RU=u_PIY~hf zMNpInRWynRuSIMW4d}^(Kd2~J58_3^@R#Zuz2r3>%Uc92&{ z<8cBz7u2;6)GcEd1#RboudcnXeU&>j%Y#^n4uX^Qlimf^nDOwlM9aoz772RJQ5#t# zP=^S7(XUphIwNEhDQ7G7%-KmG2F!uGrN%51Y02qQ<^0AK2r7q352dG05$9HCnCz14 z&EN$>8THN(&mGOkZnH%>Q~KZ=#dA9Jak9rKz7y3-uTkR87MheXqXb?O=dBdn#B0_# ze8!hnIQC5sCXyX;{h*ARTf6tr2C-Hu5~GVmGk+uY*(2}D!b#A7;?EbRbuc8YcGFH=%^*8>te*kV%c&`8e delta 729 zcmYk0&ubGw6vt^O5iy5~P){W^B|(#h#1K44 zp&*JVSYPqruYbT4m3R>>2r3HxIEe?bP{flr5B@;Z`ewYi@V+ze`~AE(`*!Np)D@qy zm7(uTvy>3~2_fV#*8iVo8d;qXjTuJ}(HXDSPZO3#M0+Ru z%vc;n&$)HUQS-LKc~;_#|B*N|?n|z62OH)_O4x9Q=!OibHmsgz%V>-C1Toz3MZ6ko zC}tDI;c;^dPiqiCp0IY|omkT-JgFKMD76;|_XNX7P3s42QMYmib6?ozGJ1jPJP|=r zP=gmxMaVvnKC^^u`qUQFlCf}9Vp~1@IT2QgV?|}MO(jvQfRiGk64#Evl9r&?;fA(@ zeuUSWpZzQc2VxJA`i2!!ul6nA2EJXG7>3r+Ce9w{*VFVR?AFKna%fP0e-8sX6ZN2@ zkJCxGtH+Lx%OpN3lRRD}80{+W;6IwgR&XbE%xmb%Zv>0pbk(3U^d1LKpmQ86+U@nT zy+Sma)moXrvA}^uzOq;==j+vz`DVGX*vgk%jl#}+sa-ua54Qqd??d3H4#}k1+YDW@ zX&P#YB0U7_iRW|<&Luna0sKb&1Z}TKH{qGrp$sMmi*yw(qY~IaorAGdj_!lm)G+#I zQyKm=NXP_)lM#57a4+;{-UeJT0 z+R?}4PY~GSBVq_F3W^FNj2=JXS4AK7(>n-%sx{(;yY^t34L>KNk^`z0Bx&JfD;J6T-fjoBBUQ#}{T*AkNtt z$eTy&nfObr#05rHA<4cPO&ptr`4r7YDNW}fm&{z;qQyK6={?VsREhzMahdvBbkcMQ zR*sj&zk*NVDj{iG3n>`8VJDb#hMObJd4nF#3t}W( z*hi@w3&>l1H*1I%zWutvj>#qMwF{(9({@?d%?X1W)CwMO6Bo{Mb2s{#YvGi>v!^x8 zC663`fA-}Acj<%i7+oRomDh{h(G!2*1x*kfJ;@F1$j;=Ao=gm+w9%=R?Rw1FBOmpT zQ^UU6d$cew8~ecuK4oO~>)ML)f{LX~1USu%S;d?FeUhDjeq%U*G|0XY! z40pSg#Cp&jnw(d{1@5~HG)_XEl(Gy|%-)&4tyP_!}-*r>dpcHFlWkPmoH}SJR zBKB#pc~BneaC1U>HMZ)2T+}P85>lu?h+SGAPso6tkC)3keGo5^U-}^)l@i73sBG41 b;x*kw+^dI)LwcQ9s;`Mxb%fZXk(SVZhE}3| delta 911 zcmXX^YiP}37=NF0{+IJR&Y7K!wz1h}=Fph?G|aKF&9;;C!G>HTg)-NMMUB`8ik2tR zEKz13q?zNEPzu{O_e2RHl*`IT%}%-ADIEo}q_6P2e^7hC zm{3@ZDYx~xe@u+x?_OgT~m|nQO?i zEyw!LZ>N)EohRr9Tx%S=6G>Z08NSop;5UpBZ1sHLr>P&CZBuG2oV4hJAsjfkMUsny zJO?nsQ{gVdf=HwJAVl=8RoPa=a~4*yW~0eACI=OC7=|m18IE>tn2T@3^YDajBk-F@ zJ{FTxfTs*D#2I>y!~&)iVHfdH7~r`WtBH@sYF<$kom7oM9d{_fM`n$~I%>xwqm0(2 z7{(tHaFme~(N1I%Dk+|6iufhNMss%X;Fszdc)3ZYh}PJTqC~%hiEz*F(NTc z=Xnl_$gjjo@~hBGpSftH|2&)`znV|tixG6J86^C_VKK6R#KPsYxjOnI?#&Ch6g2o+cwT84^CJHExCM(F5)_`K!O&a#^aA z0{e4Iz1X)_N=RHU}Sxywq4|rW{Z14n5A$+l5(H z%Z80>lkxm*zT}(2Mq6*x29vX*d-G+v-l|E+dJWem_RoQ(x63xY_vnozkJ*^$E$=pR60Tx*;K#^;koRywE!hMe5HQpyMC@KMvTGaBO4i6cs$1?S9ZQ5$L9mP+{Gp5Fihd)Xsi!9_MY@li(7qn;f2y9HS^xk5 delta 773 zcmXw$OGuPa7>3XH&y3^Dn>uFbOgcK_?Kdx3W&@GccxzF@G?0xmE-ETwpuoTq32KTK z781snw2Cl-YLO`eUUuCef)-J>5Q8>B7jhwlgsWZy5Bv`=?|HxPJLmkFS@}C7Vqm z1W?BgTk%|sDMiL%Oc|ch55i`*axBoPKnF7+bg?RoHTso^a7q;t^sDibx(0LfYca`t z+8Ae59d7Xw4QQp)2w`m#zDHQF9iKU@8KdM5^l;ctj5E}NW$IlhV5SubI=ivL77>K> ziYFNTzyWO-W@aD0vE6=*(m8-T)KLsD-;M{&cVLMJ>O`FVyKsj2ZexkHs7s#mN*`ke zuSr3WF$={kcVLoq8q4W?tfk&)=+OUIgr>m9N3<}(Q#mlfo=zCIUiP-gZJqQs$&`Na zhKio>DAHFr!;8E48MC=f3s50mZ6=qqF|3Lt^5a*6jrYD4p9YS_B&un0 zK<7!ndJ-`?p-J+EK1~csNW*m=(d#2 yS@D$ZnycsU(dot_9ZUJ-hE8zjhrT1<>k9cu1O2va(e{4ZKN2@)l~1#=Hsn9d)tICJ diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj index 2d2abfdc58bab35d1b803911b42681874d26c514..490405f7e3c3507c813e5bd79aabbce5e2730e17 100644 GIT binary patch delta 721 zcmXw%T}YE*6vy8)+0t#YFK3${Ig?mq^6LB`>YYVw(M9o=q!Q#s*36;l@FVSuS>#Pv zDgRcRP0cMs2qSrky6|FNNM3kV36=>#CZ(z#{xg2CT+s;v%~DYg@m_Dq&?(=ttB4xlFqO~-B$Fp6s^wCUtkMoa z&}Il6mI>vy={T7iRPiy=r^RP1Blv8tqL^Z`go!Hfz*{U1fUKhN2iooCEYrvF2s&MzK`u z5?ebj2gHtGo7fcyb#{w^?og#iY;F&Bw295V!FDuBHM$E|L#=@><)u`RsVw=XPfFLU}{pPSJ+}o@F!#{KqOI0Nz5locE=rqOml{r!ZNcQf0J%U>b@W}@*8Xif3bA@2l6B1hyVZp delta 708 zcmXxiUr1AN6bJBo7F+I*%)39fxtW^5C>KkeF=Hu({n^ts$wYdoY-=OSp{C6eH6pU4 zlrNRD`EU7^qr zFD3h%xPcYQd7WmfR@T?W6<_>w4%D-s-N?RW#{KDT0f7H&x+*euy-v zGSpBxIt?MNel;l7e}<1@R3iv9Pem5uwNd=5mcQkCiRxi9meLaZ#tKWXnoAKf`8NuJ zdV|0rUXd>w4^dvd(tLn)Yt2W*E_})J5@e&;N94mTQz6Ch*z|$(ezSw~gn7HUOPQ86 z{m`!uE9#Xq=6%Fpn^K@w}z|(j$_LBhw4h@l^iwvP~vB4(O z4F}s{_t&Dw?{#>>ZD)g?bCENi_F%NF!xQX?R#tdUo{zMil2d+Xj{L4}uAah(-Ik~y zZ`e`T??^O*2)l@9>{FB{l-_|vH??Awb2kFx5_KZZrjccxsGg9>fI;>%GOQ2V zCV8eDn>6?Pk#J_z#_*SjOf9)LI?*IS* diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj index 8f8a96863866a5727183acd5f2bea11355426135..3a728693f3d98b6566832a3cc70e517b349e13dc 100644 GIT binary patch delta 413 zcmYj{KS)AR6o=or@4nu{SCLd`WSSL8XuL`!aS@}XAT%O~pds@?rm1BSMPPrHpdjU} zL32<;xJJ9s(h@CE4Q&mr4N>Q8UHE<9J?H#R;?;Py7Zz^)DpYvSpV`;V~(>1ic)%e~5~8?EJivx$2U3{mNrHhjVhG=flQ`-PLJgO^{cwYa d-T=Jd6|oZ^iJ$mQygJ+VhFA!#7k;xOO1qbGAaln`cFf`X>qHm zS#)b{X>6%zX=$jYw#GVV>%#Z_&N<%)x1Kx8)rVlQIjq6{j}W4>L6#@|f6_Ekv`b}t z5j3S&sx_fJe0u5~XGr6OVd`1QP@4?s*d-_mgcc7~xd7%GL+W`hD80mmH!iq+GnX7G zqef8E9E5_aJg@Ma>^|fe%mi%`q`b|Hxe zGD6#w2g-?uYPqwX@~F1oWb+lotQ)J6Oghz9*Rlq>zgiy){}OS?kp(jUl0 zQ1H;9?I{vPt{uW_tYIiYCj&v~BwnP8SHVsac<{YBHSoUQd%r(3-@Ma-xod9&=%}Pm z%FQ5zV+$dkQvLr(%Uq>dD)W%QP&z+3Ez|*1d+`ne-OIf+hZrn9AsN&f14Pyd6bZs; zPfW1^tnUOm?4@2{m(nXTU^KT$Qo|fcxR0ohD6>jHp}V*N-p$`6S?U#0mb$@$Qb=Hz zx`mmDEmEuhgd(5kUb6cZMC$q1s>C>aQ&Im6Tci*F@T%;MyQJxhbu7%Vt;UW98{f!F zUCWe*R4Z$6FSZj-J!~jZ@tR`eEcvk!N`9vHBXf`OSf-Ui|(8!&mfs{YlBAp^y1lCFrVX#66A;yeAfx6H(UhDw36vMOA}jFIhM;UhX? zybLIkq;engE~`fkdZOz4O4}aKx$r`_NFQX+N&S@}o3LglRC%T}g^PAa{m?EM_1^fT z4X3!8JOU3NrHZoAiXT!FFoNf)1=(oB+4KZ_#Qk&;K4a7`!Vi4ncN2f@XXU>bZu?#O zMvD*y{GN32mmh~|yzuidg`Ghjp5Zw4=UArh;bxH6Zyh0qL+@!2*Iqk47-rJ$e}J@S AN&o-= diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj index 55ef708e3138c84715923ca30374796df8efda2d..9b77562f22b120cd33bba0dbd36efa50c28399a8 100644 GIT binary patch delta 705 zcmYjNO-NKx6u#%a`(~b_;p@$SV}&}6Gw(gde9`2>vPeh^OeCz8NGT09jE&MHNz}X+ zQ&G8aI7BUqBwE;_D5g!DiU@2`5D_8d!lE`IZE6(-o%3+fh4b@$=lkwG+~whw;kh<2 z9w(lIe*lDN*eryYr}+O!BV3h2NEI#+ttmZUJS|j&dik-bgNnX`dl~-2#n7Lz*iZ{x zAoQ9@MIp3Iyu<=9mZ|7LFZC?FDwY0Q?%^8#P9t@NoGKnYPJKv`zCu{PODL@FQSs!+mv~2RXnsS|y8RI1RU-48csEh+;(O^qBTCJMICf~;;WCbCozRJMns@Lg zxuB&jO}hlEl4G4oPe6;uc9$Z_+{S?0_mKJ{6eG<2U~j9%-m8Q!G4}~gl`s>mZtdn9 zWL20?uvbOlDIQh>y%8QI^^8v6QhispW=I3c=A8jvDO>$?8?>*@f0Zqb_3dl(if?|v z&nnt?gI%e{EEOcfH43YXmFb3o;HI0t<+H}F8wv0|-}=hyI!%QDKk}_zwQha19v359 z@r$`P;hmT~ne&SIf_Ex6HCgg5adY;4Jd3g%La z5W_9$AvlNUDZj$E=`-*G`|Kh5>Fbnx@Eher*yUtkH;y?;Sip;p4NLgIv2`;hgn`vm p6jvP+F5q9{;=~;dxE|MpSsZk2n89hvalGx?`f5^$O_;Ew{{RrxgQ)-j delta 689 zcmYjOO=uHQ5PtLaZ8q6fTsM)XD*f9gyGx>rR?t+C7PKlo)KWZE5yc=u(PAq8AX!E6 zua}hZpa}j%FJ6jeFCHpN5A`NmuqcRB@K6uliYEnUmKJ<4-^_e7-^|;$iz8o0>K&k_ zJKsP!075kH7D9B9{eNWAn2o?DU`nYOd@MJ#&QWV>KP3JTX+B}#yNMFOwBF-) zmEIe%Dz~RzIia7bU(Boa*vxDjq~TB{f#GiEvMrAWoYk+O8Su|`&@bK zY&9rX$9lE}$In+zpAh)k?8P~2PgGoYSi?s-Gpc7kTW}RCxp!dU*8C7$#A}3a@nil1 z%-{ic2r~G9a3}sGJcuQ)Kyle~pn-Qh7v^!A(8MolRLL^D(P0h|M$$+FaKYFTQW4W&A`0|N)w*f)EFbSs6r98C!=>J>RGs91Oi^8=>TPq+)z@fOgY+8r9-=aQ`wv~g z9phQq68bTY7{!T49QXHf^DotJDt(=Mhs?7E{kzp_^nGGo?BPs-)(%qXEfO$fUQRQe zhW^>zFmCjmO6F_z6>l|8qPaM%dQrS0{u9A`Z7B@mXd$SF%e5p3ljUPagPFxBUI=DZ zqs40XbiQKXrek&2?WZ}Y;05O`+{Zq560TxM*v9AXEvVv=!X)hA9YPO35{{zd4a0Yw z@QTpHC9h<@+$Y2+Za5k@JsY<1l~;l@_=E5l=KT`w9wBVvv|lo<{X&eV*>&GGzYGdt I<5ySj0?4m;w*UYD delta 543 zcmYjMO-NKx6n^Kv`(~axFC3nsrt@ZABe`(#(27tu!B82Pj{Pix6f>tB{2B8ZQJX<= zQPHC5;35gMg|t%CSp{tZA)!^ST2y-@5Tr$cf!~>x7tZ(H?|k1m+`E(6&b&&|?@hmk zTI$F!Vg}AVfn!J6(KSe=qpvwj-e6ILZ4D_Qy&*)Ak05;oj@i}_N`UNbkX5-WYhF^? zdS9XF4>)>2CK}uaxJPt!1%#Pi{z8emZ?J6r6fIj{7DMZ0KBQBPp%^_BapbKs66*pO z&IAW4sSXX!s!nqFh00u5MwAj~#HSna-HPfiLtRJpq2f!@^V~bwC0}|Xy_c*_zxEHV zRCjMP26;JMnPFG1LiM35AcNc%WN>aRNB19HuCl)l*nPMS7 z3pOk;DOT7h3#CZ0v0#s-Qk?rrId#5s&i8%ib#Cu2{t!=Fx#x_rZp#0` zb*+Ol#)Z~Sv?5eHF~h_G_59HrrJ^>;o@;(tbk&w-T@1zVIfv#}cJBzDIrt_&3R(FO3wQQ-`aOi_qh~l#^MIrD=;&9^>9| zI7@DQ(flsCb<8Mc&9zj5Ugz;?R@lqHQh!KR(y3(8vlK(Bv@7YOWYK>1RT<2|0izLH z4R6kbofxkjp0y`NvTH_0!IY_IqaKk5`B-nh!!nw|E_lN!!YEz^=inP-D}+P% zL^zL?Rs>$K&noB4jSE%<)ZwlbhB3S$e8W$|Nh}V9;RD+UeP|P&VLBA{ZP34p(Ubn- Gul)r$=wnL& delta 544 zcmYjPK}Z`x6rDdilU+n&;woxIl3jOA(Z-dk5EZExK?vwUMMOPl8`{_=+9qO8O%H{h zEQX(6il~?NB&ftwDd?s2BzO?PgDCVWhzG&egZ;Co4*d82y!ZYvv+Qy5D7hMiqg`tX z3U`dL$}&NO>i@+JeSkB@g+5ENCS*FBXW}dM{G{#?k?d7H*ZUM1@~H|NVnPuF@+1l> zrnS}QQ~-?kMAGlM{OF%7zwszpLjOdTNRTG#&F9nyguY2cL!H>jo8TAra2v8X&08DZ zQp^~FKpYqgs#H+jgH>(e29LmN+$S8ybKVPw_(1cL86{JAguUF66vaZn5*RH@B32^$ec`yUL$~sNuX-QSPV~RZxlD z))jm}*B*fjTq1mkKka3>#s20INZ<bp#G0bipF<&71@Yj)C|>kdyr?}1MQ~=N2N&jjGjHC^_jdPg=3ZvD z1s=|~UV`>Ukfe>rWl73P|39+sm?K6OjxYEI0!O!Vp{s57A=YR@2F;;JlBg$2nEoPn zK!3`ItZKAZ{N&E=ru|F_b(Lp?qsrtk<*MH}#rb>ek-gn1W}Z{6izORtgpPLvP8sBO zx@bcu6+bBIA_NKv`{vgT9#o=xzSB6wP41N_CMi4tx)tI{mffVd&Rj16>~i0r`45z`K~EZAC~>%o zt4f#q81Ly;{nS^=(-(aoajysl*LW(S4hb?`PWq}WN_hX3`@Ac7LA1bw%55geF!5n}}>wSHQ>sNJc< zvz|n&b$a4V&Kl2;T2r~gMA6C>3p;mM*|GfisFf|{$4*q9cyxiYre3M~dcE)xon{Jt zW7=E>fvpkxOU*bHIRJiKilpEcx})bHiC3a27{JejGZ>DgU;)p^OxTL|V{I^kZ(||2 zhQDGVb$K&=Z=ClTxXp4w0eh^FS|je0%}o<`8Ov4(9^)cm2ESP$e4rakCgs{ca*cr!z|T$&^W{OGImOTs)r{psCTI)8$S~|-x1VEkYW0$ww;=v z6m@X|jf7p4rBYY1ER&&GI^a44jxPGSp+Zap>&1oz{3;``az|_5SWA?nt%m0dta`%& zPXUi==H73#4#^mEC5lN3Uyy!#;Y%$E)A&p4@b>YY zlpZ8rD^Fbue87Dw5?SM|wBD=8a5)pGvMBBU*Y5YP;$_tYk1G$i4L^j#VzVLAAGA-ovR zf*)VUb8rtE%}bENTV@Up;1|LvG!r?P!z+mxwBXZ3GYsJSL{z`gD8z1@j~Q5Rd0+{* nSWy_ogM=$MMmUW#gwODm71f7=LJZj2b<3jX{>1BKhdA1|9`bgWT~K!l=2 z5TTq|j8HJGqJ@DBL4t(~qafO}=nsg%O`E7qFpJK;ZMty2^PTTI=i~9Jxms?c2XmXp zf1UgT0IAyy6I}m4VJFTD03j3SXbk=JPBw+DrnF|u=el9b9*a_6Sp%7hUO@XJH)Xg` zw@iSl{mVIIM~*U=ne;sK7MZAX;5=d#J(bl1zZw@ljV%E8zH$6K@1~3g z(7tW7(>epMx^K*MK?kjJ>0jlpY0Y=_)eg@uwYID^I%;|Nj?P$D@LS`7HD%N9)@&Hv zEHA{-Vxbt_iI>WiD6TAJhoYHMVX+v^tQ1OfaHCY7UZy9>k;Zgt+-lUFW-HFov+fUA zr}$VN@6v0=eNx^kUZOQGk1l;?943#yeUcXZ0sKN+{t2woTR&6>Z2)8RvpY>q-^C^! p2||2KBS9#nL)U^{tkFZ3s!UAVY&*`Y(kdX=?xg delta 518 zcmYk0PbfrD6vpql?>_GhlX*j-#=IdiG3iZMAPWm*H$}=uBrhg^X2#Hzlw`w3IJ1~S zv67NvN|cDm#)6fUjk2*OOF8$h+&aH=&i9>jy1CA5=SCHDY*v5Oelf}F-pLVBszpWV zIMoHh*rP-{5fb$Ss!egMctNd!cXE4`a@w@#kNqG{}$tDs1CBYM$!hJ5G{Nq)*@7u{{a>}VORhF diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj index ef546898244740e46d0224ad1d9b2d148303ec6c..3bb33363c80f6165e77677951d3965584ed26203 100644 GIT binary patch delta 689 zcmYjMO-vJE5dCKN+wBseVz;eTu|S|Sx^6cSQ-O-0NYqH$1O9O^5^SRlrLERRJZR&= z;6W3ck(d~x95_fg2&u-ONP-9TP)rP0C7$$V;=y?0;7qx=$-H^<=I47mJNj(&ehVxt zwoXC&c@Uz0O$c#@;{Q)ETvJpl()9&bAXsYS!qDavPVz4&&=pk(*+3m>1qwU>#ylrQ zi_=}%#n8R&1WQu;#XHjVhQ}Wh*8=86=HHmNdv6ifrK`fjU_4~;EpbD>XT-GP1}{!3 zO>iBjm5%OrG+-P9JxXu5dCA>FAU0P?*PH8DInAw?+*)PW=*RGn(gSDFQGKu-2UWZG z2W>#q;&zeZGKI%YKL*kMkHjBQJYX$K0Qq_U(x-Gq~#eXY)= z+(gRBrpKKtseG>Bqzd`Yz0O!BogH_^is?+UGVd{EW!XREg=K8860nZvtWRKIXiowp z773g11K|w%>}zlY@7W0$!ZpG>Xh#z88gE1_*o||MHn@PFBVi4FLUiGxWn#V42vywa ngyAX<5`M)A!n-(4_yU)lu$Bx6F;bgdcN(?iE+LNNA=~^1jWmk; delta 648 zcmYk0O=uHQ5XaxVeY@FejbwLCQk0~np`olv{lG|DV}c(T@vzWpr4%88A}vK*O3+>m z1w}7Hmr+p>6;$w`*t+ULROlg!l8b`&SiC6Sdhnp&!I{m)h560Q|37bb9#tPy=R4u? zV%H_ejDisD%R-25ivK@pM&_uOD)JGVkgAusG4=bBlUn5j#$QTm9XZNP&hP-34>?J_ zLVMLVMt{d4mX!X3->68y%_-{tbrZql`uShc05);Q|6ry-eZh{%S zCVTo{(tue3qd@F12BYr+6HiNzm_Ym&VOIad$1wTM1PgpFDwM){fwr zWhs2?t_hm)eGa_FnCroBJnp^+g}s|S5I9Rr;s@ew?8u#kGWt0WD)^0f0k`Hoc#d;< s7c%%H-wns`Q$7n<@DH(pU42=Y!h^&wI8D5aH;D_lM6BY^kg+X^e=T-^b^rhX diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj index e54dd962717d006421614a30891ca37e8af836e4..56dc0e53459d4940694d67743096dc62edc066c0 100644 GIT binary patch delta 561 zcmYjNJxE(o6h7y^dwtI)CXtAQ+V`HKB()-s8e2k_X0a$#A{JK%@u4C9wNaFUI+YGO zSWbo%6hfD_gN5>Na40y4PA(n0IJ&r$b`0pb*ToC>JKy=fbG{3=R;(BIy0Q4F=U?9! z0Ek~9z!;PJM>zJ701(pdrviH0ooot6O=!)L`?_GuTNb6>vIa6$J%G+87iG9mt0q9v zUCs_W@{*sDne-g<7HK!Q@Xj9=)mP?@{9*8v(LQEq6(~-4-FYJ48|M|Hkg~$%!CC?A zOnZ%~x-_Q7*fiask7wkI0H0Gy3~!Hdfa-63!R{Wv6pxrdTgWQ9Dz6(pb-uViWdS61 zjpM!4v&I8Relyyj&cHW`$aEt*Xq~VAhQvp$c`3d1ll$*l+tL~d%f(~rwkGi)s#>8# z|6}={V19Wq43^53;9a<~Tn)nNN`5GqStu`6f|<4Q!fcd{Z&*V9dw;zgThB8 z+@K@I6H@Lvj?$)E!W3OF4wLJZ@HH)Z1NfUhd%akrUtUg~CIAZbw<}FeFNIBN^K-aM m&-|Q_Nt*VvSf>vx)#%XAsg8DlaWj1Fr_|$z02zAfrf&g~UT2R0 delta 539 zcmYjMK}Z`x6rDdi>uyX;422qq*^MX-R%IpeV2jW|O(|Xiir`HVmo{kCm`bFVkb`0m zEh#@(4-vE%DO4fsDN>4p;H8&>AUTOg&n+Hf|4c6(nD^g*@BcTH zfB2WPNsegJQzG)<74bG<>{FqgOA_@%;-)xOcur_E2z(s)39Xxt#XIG^Aml>0RNB`^ znGp$BiR#zNl<1$qd$8dYZSKG%X8B0zIR)tbzNh3?=%s*1gmui43Nbw;8#=pmp*F2C z7Ti*f^-RtxkFn4fr47jpmdD{ow9Ik)JnxvMJ$$1SX;lFs~kZfOCp{3G5_pr~Oh+U|V|{qe&b9z-vohPm!6 zyu}9Lcl5=IFplL|76SN-a2R{6EWE_LH2^*}JxLX;6Lw;gun!^L^%qKDV)p<5 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj index a0cdb1719c2eebb98b1a64fd4422f5314e8f4ea7..3a27b3d61e091b53d7b928875bc5d1d333a8da8b 100644 GIT binary patch delta 433 zcmW-bPbhy~NV}|dp`|R=v$B$M zQZ9<6F?CT@#suU56?&Alax~vWlQxbP{v+aelQ13kR*rw42tw<55XsOIYJPmMMoOG z=!f$qjWquG4JOiCqgRp?vT04AQLpAvLS`X)C}ppujAn)$mp6e-yMs&GIBBHrzX?bO-)S}%1V+cn%_vW@l&GN&F##> zMzOUpWj1Iwk_aW)kPT%sDN*b!95zpH&-;F-Z#zKyWiP*Kp?XM>&vgL>s=DIvLBsAi3{l>_1YZQ6INZ<} z^Mm%7we;x;NIx=pydBU+5wD>{H6e!RPHUkxuLkR6c@2osF*8pu%n7Q~4Y;H}-B3E4 Qg&6(c=5!5;w5~gT0d4qVApigX diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj index f067a375abc4c8aa27046564b358cacf1e7e375e..e1965433e59918552bf22624ecd8f8cfefed4e7f 100644 GIT binary patch delta 432 zcmcbk`9yPq0wd2v#d59#3=9lB%1jIl0TUN#)o%v!See*WK@2g5F^JAAdi)i zsU0Z8#$o~1#8L#L*h?)KSS1Ae876x(+B3>b?q<|+mjNnbUKg-jD323}$Hxbj3*%u0spL~U1`-VCU9$Nf;~kdC-`GqP^)vEwQ}y#Qv-OKo z3-XKgQ;Q3Xjr5apGV`+alS(slQZ{R{KW5s@#TCWISTH$N;5cK=WL-gj#wn9)f#jXZ zX9dd{8z#F7`7_R#JQYapnfw$;UYTqvtj)M&a-y&@W76bSVRgnylh+EXv!3E)VBna{ z$R#}ajj#aYk;#97VwZqo24FE85dp>vlYK?hnOL|cmx-t`hD@F-qAtO}4~z?77{LIH F2>=}vRA>MI delta 396 zcmW-dF-XHe7=`ao?~=5pAu&NaRI~_&+A1!EEFyy7pi;qB7ZC*qmAZ(vP8A1nuwu(U z+d*dssgraOL>)TnAk;-%U0muQ>VH|@<9qMj9o$E<80wOeiWTGl^s+QXTuS3&P42i>k)&(KM4=8a#$(Q^j6nY) z5}+JXqjEnu#N|y|(PtuNpD~<)3Gnd*($hUOf@pt-YFIG#0vb(A${9In(W#)z8!M7b zGw2qLKY9bq#Dff%qV>ivv^knuFE4Hu*6~%%G{&@d1zVQhh)3pC*uZV;5q2?SXQ6^e zq|f+bmtY^~y0cKlbJ839ByHiilY%;KI)ku`r;aBoVa9yCvm9(W7Tn{T<3SUJ>(O?E f^a=B>r~HJm><)=p`nq^9Zn~EEHtE~(+IIc{#Nbfn diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj index e1b43785fca8cd6e47af55489e9250b8322ac873..09e6c8f103f4b6601e92e53f46f9eab040006aaa 100644 GIT binary patch delta 5095 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 NZmKW;@Z-Y$`(Fs1gT4R& delta 5076 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 delta 1074 zcmY*XU1%It7`@+Q?#|upX78G~cG4szWxMX$B;8tF)Z&A&iA{fW($>-hYO&i)vYYIt zOVbdQ2C*6tMNmFVg9s}0VG*oIC=_fTDh5T9hd$^-MClKGNU5QaJXmDWb0_%Vz?^%} z_nq^ddzo2VqI*m9VLL5+v-!L|9H|o`dd3o>YK#9pmU0GBux#gfiN$gbLsVzW;`nJ{ zKZlO}>xNDvQ1TO4EoD~>qtGov&jZK~cRVPmFL{$}Zhjm!jGKVk{tk_h+my#*JKQgK zgl}WKW!wJuyhR~KVwFbnF=O>4S)fPGq zmC`H3HJN;K5ad~>S1lXsb%67N(||?j4-DBI5KFHa(kK5!!`2?|>+A`L)IXu*>RdlVyyTAy z)wO;G5&H}MEvjE#FuEB;sRO}fgifNO4z6EQFB@_wWmHQ4%yrJA-37Bh655F%H(oh@ zLa2ej*{ZjgxWT~LE|fh1`p`0D^~XY2U~0UGy=YqCQRj{3c{Hs|Xb=8~Mg!1qL@9Ba zYfi2;ZvKL;${0TXPtn+I?2p9xCDldO`HcE1+X5M#mF6hs$>60=S8bpwwcw_9k4_0Z-(_Y z2JB_`NfX!dw)fQV1U zQuHy;#wzsITv)Fr<~F4k>sqpflVv|UUL4Dw@+&7Nvi?Nni5=PeWU(|fcQ?}`=eBRN zbF{{}6COo*2I%rH!0ntG@~Dp|fv@pAu*wPFqXqVX_xY0l13k>s!yfhXBCx=1BOc9i z8Tcb#9hssb&J{em%rk{4%&Y-l<;kL%GY@>16Qdrk;Ezs`&A(%Rg}cU#ei~Ti#jy@L z!VkuhNN+2pW%V&3p5~i=6CW+b=?0feX?lmx0W*9Rc%Sb8U2Z6+;m(!Q^2RYC?((%# F)4xX_hAj^a#5D*1qkyQeMB^o18a+LSb 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj index bd2e14c91b78a7897bfc139a3f46b70312e1e1c8..87f5ed25955511a2519268bfe8b3f82c75a7c276 100644 GIT binary patch delta 4020 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�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�+?I)(ScZZh=4ylX_XSG`qUM|UZAMI!~&_=;RwsjjJr zQlsjtD7z|z;mNQ`*RLJ`KdE0)F*_|wnZnE3X~}=Uwd*xXx$Z~JWJ;IRsfutWAMt6| zrQCH{D5C$Qa^eMLb?}kalggbr$}(O3qQ#hu%$$_Bd4Q^mFe zRcyPX>NHJM_a>@FXxr=DwMp9qe+$qJ?oc8q#2z&L5pI0NSL)NmkejLQsv$Qw-ueqc zQ{AKgpxxBgsOsuqdOG5#Y3?vj8O?+5_UgN7minZ+DqVZ3ao1h;qzY?#s9N1!Q=Al) zxUcw8bhM_FPN@?$Lsq#zu_~?2r(J4F?NB^dnv;g&S<$r$Tg=RR1zn-`+P9UeEu*dK zaBT^GwR~DzOqt44SAyiL>h@8K`lzm!u2&iL!BUIQsl8@kUj*&k@_c_{tPcy1nQ8nf z`YR0WYFvrxhg<6n>Qyrus({hg5T|?9o`y1NQg1huP>H(GP?lYafuu%PXeq{f5t?!n zu7*t2II;vk!mb;clRckLlhv+FR@ejKBe)Vv2Jar(MzlnI+;}Ye5e_D5>TP-y%{YuJ zQ8oD7D8r=RsUzdq`TvfqMKXosXVCh=rQ@d(?H_!4!djvZHL8i_-A%RGne6EjRjz`k zMr?s}V2(J}-?e6BBXu$ELFED0kj4^jF|gXz=loSgwMT$|}yH4&*ZO zc)Fhi-cDQz{@F*Sp^v;WJ8*si)KTF}F{8G+Yyh{wpQsq4#xz$IXz{}oO^Pd*^WnOivbZ1U?AgH$%>`tf7i!OymFZe{ z;4)P0CiVH1MYMg;JLLPq&dm&3uN7JfUD3({(q>!w%*cQqjya^ zc^}YxYoc-Rj+XrfMOFQDhPY{Z9X&DVOqWC()g!HOEWOhjr9yQM_it2a#u^-e&Wt$K z4j!9vglMz6V`h=mGyiINazd|~rw-2CM4hT>Ry<3Gy-V-2yTU@O$8}YU`t_{SiK{u# zcH$kxf8XPxZMTmSqDkAdS8`R}g#N3zCNCV^Ir|r6zsT>yX?#SAkT!S%29xKhytaJf zdrOULvvtjl?GyOKpUTM^+gnGoeoI6xZ7acW-Pbl8Sv}p>idTxeouA9vd%}02PR5#` zYxEe{@t!x<)ba5*ZJyfK9tt;LUX7lhtLH~?PtB0{s_)wKa3Y81<`tZRGovlS z0k~fNQN3-Pez~+RQ0;S@=!|+`?r_>O`0U&dJAJErJK*s8?yinb^~A|+^~SUJ+#T8*g3Q(>b`{xiP7OJ6}8*xntAur#2m@=5$)CiV=o$t(M((CME(&wCEvcYLO z3v$fa!sJWmVCi9(LOnRL&OhQi6C6KS3Etg=v$?^UG?r~=UlY`D4CUNHilZnpM z{{tE8JjCR2=LD13{iBT4bl?34jG6SbLj-1>b32o7oij`doy7)Z5$72uPdi>079Vv6 zT;N`C-eS_@L`{%w&T`YJpqHHOrZF6gM@^&Dz3ojLTWa8V<^ygc9WBB~O(|rfm^|)u YFxl_i$z+vtfQjjRz~nZEQVje50gv9e8UO$Q diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj index 56a9145f2f51bebd78fb5388c970c5fef62f2d34..ae15c110d8a2479e66021442a8d77e56363cd5f8 100644 GIT binary patch delta 643 zcmYjOO=#3W6rPvNY_hf+5>wqMnrt?$q4W^yBCb7%#jeoPdhjAt(Bi5~f9iY=NcA5lVs!W(MRB1#|eI;?=XN=@ZhQ&-s~ z)q}hl_ehbuIpMh%2^XZ%qedAAzrz0JcaltbjVM!|U_nZ@?daBp;W@Vnsvo(?wQq^s zDk$~{?*e+mLjwJ;xr|W}eJ}C2Ha7a1pc*bRb%9+OYo&~`uoG%L(0WB1?nk;1)(3p1 zg@^Ct`Y5O1l=X!t*X1Z*>nLq2&AGt|I+HKPkG5`LL9g1I1Yw}eSuK^$9M<({a+U36 zi^+&00d2=;&QttZJx!P0EuQz}S8b3!&Ypk|+pB81XMNdunyu+4i)fb)gvq6axmGgY zo=KKkiwm8k)mf|^Or~es^E1hGw>^74J5*ZN@vLuVzwC(;tl+T!9yaig--PQp9yH+{ zrok1$#Yz*V@HEvGd_wgu{;iC_PaFy(c#e}{48QSm7^}dhKZBoa7dJv1B)%msChjqF fx2iVS=u~6)h)1X%!*kWxd$CW50eZ;x+J^rC4Q*`V delta 619 zcmYjM&1(};5P$Rbz3j#$+fBD6TeaD2QdmlnrRHF$RVf<5gT_M-9_+zlti@`Ip(qk5 zUV5>IhN<8|AxiY370P-NL1Ae5$<1oTvG-Mz_1_zUO@;d1{^X8TK6H%XaH(;(4^1e;oIX)9F3Y#n$C!bY<~U zbhWwMYDdlXa&><+zp}V=9)D-UcskcN;_uF>9CUDB@dG@?Kg9-I$GYEu*LcUjMmSe$ zz!{vQ-oY*EoA|dh0pD;usK7R!3_|^LK!_UND!RBHI52|ugAfG1qaNTd>RB8vhp>Z( Y%AuYf6yiwY?UWt;e6J8g_{Mkt0bp5cng9R* diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj index d39ee272cee3f4f7986d981d391b6114e38d1784..b8e076c471efbaf9ec439837b110723174fe84f0 100644 GIT binary patch delta 1270 zcmXw3YfKzf6uxKJot@bkxI5it*=0d?1G2QzEVv*PFvV0G6ANo97@8Ut!YWt_q=Zsw zuxKB=npAU2MFpv`Mw_5Ow)KHEF-`E1NcB(ESo+6ke>AOzgcz!6^c#rt~)j$-a~s2^c)IX(v}q~(C7*>jiU@;d$uRF?p{Ldv^rsm&DO9<`EQ;~90! z-Xoe2B+md9*`x}QCSNy^L2k8E$mh}!EPb$~%L6FSlE0y*P4bQ+M5cTIm?c$sgK`?N z*|Gxjh%}r+6v{O&b>&h6CtL-4hhW#5(?&>$440!A)o4leFv8`-@Cd63P(fA@Nw-v3 z?Ql#^SkI%VwrR2H4xD2!dF?nw7*ShHx3m;&=4rm-s@7IvN)yH}Y-x2F8sgkL^(wG^ z<}L2fg5|Dsm|jvJNB*$c39|c*^+kc1!VcYM%_re0GB4SlS?wYsi_IEd&rE@$x)`7_GWpoX2d&AsW5DWh{K=AzS#6 z{udSjGXo;Vi+Uz9=a>sTX%vRM=$bKWG{IDC4grlzvJXRvS;W_kIQ6q-7PYQGrI?H? z((GI0zkmviAZ=9TpR=Q~Nwe>$!+*}s5u)(huxkEQ(2bl8pXqnl%-oFzdHjF7vC7-< z`TVDN%G@kxZRL9@I16ThzcF>yELZ3=He?;W$9rTgo#HoT89l?_%L2N_tFjQ5kS9qu z`DM?Pw+MBnKdt_QA!wH)!k=)dm8bN(c(=t=mAYX)LG%b$dEciM{?$82KQjAD@mdyr zyQwi1$Xp|eq^ztOqDHO{)YBQB3XIcN91oV!x7-%2h5dZ+Q#zMw$!^Hw?&=VKye*N6 zR3#`JYwOydjCHo}iycUIclE@QJ>Bv9V=W!+o%>=fz3m;Tk?MC`sp1`T+i4eHe)m&+>lYB!2=5;Vg} z;5U2`xQm^`eYDC0!wLF;mw-QT?noc9jE~sLzXQMI@==?AeDprb=lRimwDRg`6ivK4 z8g+iXU5Hwa?C^5Un1|N5ZY)YJ?gcjS6fn$-z!JVa77cVC!8^yp`v0>psQvv1YLFR% delta 1238 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 delta 5145 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj index 4e880e27fd0f2907d576d0d57cb6ad75c576a00a..42a6b93402f1ef82fcdf6be6f78eac52c2a3533b 100644 GIT binary patch delta 6340 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 WnQ|LIMpuchox`<#=?}Z2{{A0esh;=% delta 6325 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 Va7N8xut2S2(4Zc5u){5;{r{_Lr5XSL diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj index fa5df2bdb214af75f03c9200965147b7c8196e9d..1c59287a92c1e5364d627a46a5fee2059fee26fe 100644 GIT binary patch delta 693 zcmY*VOK1~O6n*#2o6OYCI1@tJG_9J@q)D3J#BO3yaZz`LfT*pDiZqH8YfwrRS8-v$ zg`b3ru39aq8=-!Ph=PJ(vA7ddETZT_RM3JTqJmKGP2D(f&w2NrbMAZ0*YdY=Jp#$w z(N7S20YX@#1Y_d=Pnw3UgpkTu#Ek5!E|Dxv{eZ@#mYBd-qoJ}1v~;M#1~4x(N&PMx zl>Vqi#uN6%8A5^aRi8zQev!^THQT})goXt9n*^U4WS3G^B6GSZe7GPtLOcGH5qOFr zEe@A(tF{5cxK|595l?7E`vV0HOCO-fXTbAX55Csg!NZT*0L)=n<+@Lj0}i(wWDA;ek%X?=&zgF98Xqxnid4UolsMiBhXW5)G1-0Ux6 z#NWAQa-wo5KR!J%xxYE(f2^aGHJjTyhk`JQwM+>X@MUHZ-r#Ju1Qsq6Ud1iB61aGl z@EN|%9fuj*l`laLUL!n$KM3#Pb}vo$9rb!4i5I*CZF}e?^m>q&PAs@iuf(yTJtdM{V)(D4jp7c}wLR?|}FZyMNvj6}9 delta 712 zcmY*WO=uHQ5Pq}!HoG-RHzCHRjkb+Rnl?$Z`MESb2!$T(DHw{0z0O%Ae3$~j6#WkA^Qsgec_ ze<|JY1bu24uHyl<3wGmCwFA;Prw%yZkx_SO8M1rw??_({#c4eXE!|2!$6 z)Krj2@ELIPy&{COfdv^bKXRkIuh}1U9YU02Fpk@@z3(?Of!;y-Q7I~86wVS)3uIY+ zlA=IicA};EtINy;oqQ8GYzD~$ArE`uh`G(paC4{Bgn5s*J-3#{m zS^a*C-#Rs2Dq7{q)7F{d%=D~PoSn&}t%=Iy)CufzXY2Fs#~QZw@2U^C4SQh}7vecs z$Jg;^@Cxtr=fJ@4gtu`hkpl63TXPWcC1uZcSV diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj index 8c664e925669b8e5a1cc9118e4424c70f9a8edf6..e469b0fd6982558de2a07d7b7bf0ecb582aca8df 100644 GIT binary patch delta 2937 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 U;oUEr>d*Xd@tq(45$yl{8$|Lm-~a#s delta 3952 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj index 8f973ce5a6dc5cb5aa7ef7c4fb624cabf7605b19..8b979440daf5342435643252f5cdd5f60ff11da3 100644 GIT binary patch delta 693 zcmW-dOGs346vqGOIu9K`%SlZ~og7h_#HP`yDK#zWK`&}>k@V1MbVh7Yr@%yrM4<;l zErQc>#Hg(cZF(*Wf)a%!Ti7Oo9t0K$ErQ(HSBv}O+;e~DJBRyvLFO0aj!(vCD?4qD zGug)cap*N$NJO95!qz#buG*^Pkh<;Fo{Ah}4B9PY1V8M?SQvB~lZ8n=Y4?t;ayADY zbX@rAFeVq@Xaaq#^Puc+z!IH}_`<1t%(8Z)gOQu?lq^6aokEP#FTyV|W;5Eej48%D z?kd3$9S?4@Uy3!>Wtd>U9A4&lQC32A3(|b4Kp`W1SR^Ykqn4v;Y?3RtBF%&9@RAYR zP;N6O02}@7*w45iLagf%qS=5eJSBwZOxOVrJ3Dcm48z5QU5GJZH*DP4i2HP!P)jx= z!-Mv~;%p1<(P_mpoxQjOj_t!SN^N+kGY+4m^}VAyub-;mIHN5rspV{zkxZ+zN#t;5 zB>RyRedHH8jb`2#XT&K!rR$kCSC7bg=0WZUPv%z5xabLgv1=fi>JRn|CkGPh@*i*y zTuk-(hEqeyzEp3*mrPyGT=4(2>)U8{rZX@elnMRR8Iijh=!(cQ9VM4^kz7%4G-8e&SkCWE^0~iL6}XqVI!O76cr+qB=RB> z4irUD&`p$7@=DQ7R8*uz;DtdXgd{{kAkjsVME@?{ALlvm@BGhsGpS!r>QT2oGwx}& z*bZbWwZ|^!EdiY?k1TaYpH+TXy!x;>t>rFPmQo5$hEf`TtV$VZw=0!_2eQvvI{1~d zS=dj?d@N|CR-q|F zsRGP#S0U1LT)4n~5q`5S#&z~fP{5p06crHmV&6MxERo=Ha%xKj)zaEyk z=7=7Znqv_?Aw%RlnI`AO(-JY3s-?T-wa$~^@rVw~2stbt$vd(k`d=L&7i2PelTNZV zqA$vm);>KZHEj_+D??;da-%#aXXP7tRGe|2E|(y= OTUyC^86hF#@q&L#;G;JH diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj index 60faeb3680f9b2299b5a333b032423421bd49bb3..14c6631179e7ba1b1fe77d08fd67b7258d01d31d 100644 GIT binary patch delta 564 zcmYk2KWG#|6vpSxzWsBT!{m}+F5QX2K=zW|sF*`6Jg`Z%7*ZGoHFw!0LpHnN{-6dS z3RYTp@<0qIs37D((c_xfsf}2qO(hl& z0L}v~(k${t63wzsXn$kDt)`wX3{^Rp$fHSmiTthwvBqVqRTgF;f1j<5ZdIwXharAUUx|(w3vh>4jq@-- z9isvr`en>W185A-z(cx%v#{5Dg>SQSQ4+5d^(T0%$$IF;YR#*M8%e_p8ylxideun9 zYhJabq9w5$C5ugw9!SxO8)_vEm(t_Qs@`Z`+YIYT?|J_xq<5~8g&cJ!0w@r; z0gTZ__cQo3S_)vE6!Rv%XSOLb8NgFoVD3S0bf4p_D4i{r_m+t4r4G^~s3CrdDq#4s7XbPr-`zepvC%Ep3HASRwa|2unjb zQP|!<{=N3N*)5ASn~F{Bt%>kl-A;$u%MuK0@@wrS`kNKzF)6zg#Nl6%qpEve&??RP%4m2;jAS$RxH0o$FkRK=Kc zi~=k<$LTpXoFjTup^p#KeVpf0)M~!uHvy{Yo^Yl%enpK>*01L5Z;aNauQe{+9GRZP zY3{7hn0S%{>T?>oh|zh=y+~4 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj index 978ef48267793d34bc8470a06abf5f84b96316e4..e04d2c78b75da1e70c8468cba5a617da68d6a388 100644 GIT binary patch delta 613 zcmXBPUr3Wt7zXg~`J7$E{$wf5(AqML8MS5wEh5s3AOugsz!hESQgmqQQdvcTPK2Z` zTu<_OA*Iko-h|`3NdjviM3(5|#T&LbnsJS<9M!nM&ti(ZoIcF+r1LC7 zj5^<9k~J=cR^D};L6CE;5QQWKxuN#W@BF(&Bw43XO7+DOk;U|0+x|CN4284zOg~`dO>^g{kd0rs>;JSmd3Z zxV*~BerTc&3WbTJSURzcW0*A@Kou5@0B{sPjjL8v8^czFj9DvQ8W}4*#+DU%!>dbl L8khe^OvnCz*Z}20 delta 625 zcmXxhUr19?90&0GoinU9*B^yzX-$M;i&|-d>&b#3Np=hZC%vqt%F3433{o^oS) zw6fW;VWmLR9AQn2#%WbuA3+iOF2~8>}PCJP=;4NJUAq)`ZNbN_ab4I zZh31%C$lAa447X_uiG%ev$_XA*sqU^$ICur(%iSLpa4%juSgt@x^rS zO!&9^+B?s;`8p!!d>7hcon5}Ru2@aAFMKHyZRL|-t+^81=rW7i>yvVihFOIuhs0aV ziYfZ%6kana&M-5lZ21_y^8u8wXI`O+X|bJU3ksVU5f5@)Y~=byg&8lee1l{86~e9&w6kG0L)4>t+%0J;zt$xW@x)3NLtL zEiR{WGVdO2fWpGykmwl9Vh~ghu3Q diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj index e27fa0fdd8392345253d9aecb3b9e09966d843e8..6b4861ae53f54ab8298ffcf5f9bc34b742db7e79 100644 GIT binary patch delta 410 zcmYk1J4*vW6ou!Gv#)4$9|SgPk>F#C5LQeh0gDJW7N!wXsD&|$35iKCtX7gnECeCp zT39I92qIXe5-dd#(%9=iun=r4y(0v?Fz1_d?qOgay(h1efX{AnV|o)98+l-i<>>q$ zu4^acxzJX+*YP%|9@iDw;JQdk2WpHULW+h`Ze4CbcOt>n}=|YGgcnnF|_iWMe*5M1s7v>iWWJ03brw@J?P?@?J2K1V>*K2VBa?B nsSnEDD4YAsCLI$lG3|I<7`X1t!Wteqp4*QymY_cmW^nxlMN3TS delta 374 zcmYj}Jxc>Y5QcZw-M!8C-7R9`2SgOF2!Viz!A`Le)F48dphZZKKuoG=p<*FIP!W$2 zw6KWSrVDmj8L$wn{0Ryc{(uOA?xu2z=b3qVnXdQXT_oY%A1_SifspVWAta=i|3jr! z(l=$+qTfm!ewkfz)1Z=F8G-oKV(S_Msd%j)No7QNT7RRAH_gSYc`deQ5LZPLfjsJq z`bLa-y3QL}BI3@8PQ-?W&4*=A+lp!g`AA?+n^$R<9sop47 z%Xlm*7!^aTQK^AN$ekuvc;%!V}+qK~dA6-ws`p|sAi1OePXOu^OByOrHz8oYZ Q(=XpBn|C9GB+<9kA0GZnNdN!< diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj index 2fb0840b7ed8f5fa74e1b674ba2a728af7dc24ee..d43f96a8aaa6ccbdd1a6bdb62954cf99bbaa8ce1 100644 GIT binary patch delta 943 zcmX|;ZAg<*6vyv*+;q^kNAo>rPRpjKjLaYc%h1F~eL^%SQpgujoG&P{kjx4xixlM_ zkubpsQ9?l*y+HXTkRYkF@YS=$!2oS)U+CxXU3f+>9Wk@`iM0dg$HptSGgH;x@Dm6>N`~z{6gB+8*j`rVZmMr@> z%;C?X{K?8dvWUH$=ip)s;bQ@*L`qZ7PjGrPAPq#Eqks4o;RskLl#=%g-jBQ*NajmP z`^l}yT&i-OjGCq6^Qy5u3R5+8T;d={h+c>UzmGjSqi5+|kPvS;*hgl}O2EfDol>Q8 zjSyuVEM>%Ah`FK`{7(K()BMF2xmffFdSi2G247+q=%Vw*p$8P_R!@F5sWsG*#6ga` zvJj~koyDfFL|x95!vjQ__>gdx@|}{|o0Vv-ZEC2oHrCZ!TWXq{TCFv$%_lOgmA1OZ zdTV7{ovj+a(h6rwS(gD0x9(+CVHb6y=%+$13^HTjW)>jZrBEq)n0;7cjv`}Kp;>e= zCoso+kN95-`Ov`BV2Wvi;kQCrC}&n%<`|0B6ncw6<|5oo7qZJ$i9ffL9 z#$3kmj-7H4zpHv^U=Cr5>4L$dNa7AEJjLAVxJRK-?0M{bsO^v1%rx^aBE1TmtMR5$ zF#5emC>^i77P^KduSNU#vJgY)cZb8|3uW6GJ`1;8#_UE1a}C2x8|HkLn4D!H?)e{D LeLsG^z$E?yyyPU< delta 934 zcmX|;ZAg<*6vyv*w)sNao-N%LOATS>_Gz1cC>47&vXRRta89Y^en>H(OoKs;;|<_KGd~Q) zzW00otj#?<@jvo|!m~++# z@9~V8&At--7l3YGR_YLd3a8U9K!%SqgifQbqFQHZXltprv^F+bZq?h{IxO`a_EUKl z+nvVdI-jHBzQXs%R_UT|Dq9g?89l^A3=)g5ARs^~4iI~Bi8zARRRLzOhd7RY;wv=% z6krG2i43QR8dU!hAQx+iHRvU}5Y_}3#WLbc^bkK|khqKmzu&RJz06h*6FJk<*0CiYJT)?qy z2jru1NA%E6bmJ6p8P&T2_xCQ^c1x&L@2&uHggplxa_))E%o4+>4GCnfF_cY>JqaCy zOne)Jpm1271_3iO>h#ch%W3Q25^knfc~&alfTH=gUJ7i-$tJn Go!EbB5FW|^ diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj index 7a79d762c976cf5bb9dd238ef4880d605ee0a632..35e99c58aded0877489c8d7a772d1a65776e666f 100644 GIT binary patch delta 452 zcmYj}&nrYx6vywm@4lHg%`C{T8Im`Mnjc;a#m?*$8MC30OeQ0*8P7D&kPRs*lLeg( znT5&5LZZonl-c<^>`)e@EID^gVE;k&gBF-AXUVVF6*^+l2n&qFOFsnz2b_roSOD|%Zi88E6wsL9gl zL1~(NGJvqxF6bpI)rcxbc_?%uuOcwk8lvm*xuI#_ZaQ#g*P;bop?mNz&qjqJ`=0x QGNjW_T*d@(5O<80U*aZWWB>pF delta 450 zcmYk1&nrYx6vywm@4lI*nS}}C37HAe%$u2o5-Ua)WbsCcq&y?h%Xnc7Wic#fr4*eM znZ@|AU?q)(g)&zD4GSe@GiAZfxid{UbwB5OzxR7i-GX&$9R=X#KIq|HcZ@M_J7>&C z;(u|?ogEW!1W7^2|1;Nbw>t38H4hnRrr;;MM|;81soIE?V_70!tySSZYi(!8Q6qCcI%X^vZwy7z%HL7caslOktUr!?C>|R-pkZCa z1RZCIDZC{<;BO=h=hz+XBt0JOfp^>>w&5AEfGKst1-SdOR1TS{OTc7^X18>!2IA_#j;2r<-e( zK3KyU#U_5B)WZ`#D7ls<8bO(UB!5sy*iLCeqVhkaxhN`8=nv^GdM+%AYYnr$DE9h7 z#hG+=ynZ;B&Wse+eMy0NLn}N5?gMa-=Me||SY$X*i37$PSlC|UKnZS=8u&umip{kS zeB)B>G>jpb4xC^QslZ**E_^p*@PSoU1R|KQOf}_aERJ`9AkJBSSix1xgf=`U-NQ%H a5iGJzxWxwBRP#Z`l5Tg>_Cp@$?a&V$d1X8R delta 499 zcmYk3JxBvV5QTU4_L3_MB*dQ+5e&I_2|*4NK|~ut2|_qRPy`J~NKi3RQG$(VWg`)U zX+-=%L=j1$1guP>je>%eWvm1X#Y(hv_Ke^ZZ{B`0Z(-Tp{R)=QQM++AEnR&SV4EB{d;aN>rbd3!tsa#?^$ARS%u!-X|zJ z<+AQilUK#=?{)_9YAm+OjD>&IapfIQ}S2gGoPPrwa+ zIX~FW>8#mjRA%m)ELkUMn86K0y@Y9UK8wSEbXvM*>331GaO?BPNn2r~Q mA4_2`^kIc2d-y^+iJpiF_t;HZ#8kx8i}Z_kKrg7(pZx*ZUS;+G diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj index 1b91298a7ab866a452e7664baac972a4bf09c17c..cb630de7275a912531aa37df483526d40afafe8f 100644 GIT binary patch delta 393 zcmXxgPbk9y6bJC%%kMW!?N79@wwjhEj0?pX8Np=}KI#6z=oFpkGk9fU4z257+!`moQlG8zj(>lEvw7fi`> z)PXbE+cv~ila!M_Po;?7?lRUK-|LvC8F1R$o_bOU|zHp*>=@tdeM>V{$ZdemOI!2Jy5N4f7vsGNN T+o&Xb&fOJBn&l7v2mK{K#sPl| diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj index e508b1a7224ab29b2d673eb9ee1fd68b9d7b890c..de0fcffb3b6150be21fb528d0da98cbd7e9f18c4 100644 GIT binary patch delta 5799 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 S?ro>xfcFdyJH3;Gr2T)`9kqJ^ delta 5812 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 diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj index 980293a00913e1ee9afc71e4dbf05ddfa2bde103..9c3c740a229d1dc85af89ac4d125fe73bacc4726 100644 GIT binary patch delta 1449 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 delta 4720 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 RmM_EjnEVpPb28W&`XB20?5Y3& diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj index 4d27876eb00f4bcb04f3553fd9e233664e771b0e..cefa60ccd2615464701da47938fcee7ab992856a 100644 GIT binary patch delta 4508 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 delta 4489 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 b(~EWuPVd=mI4!of;?!gx!l~0fsZsO4@H-C= diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj index 1ade7eb6caaeafd198bb7343c9d6ffdc43a3147e..d83bf250145cf5df5ac9c7e7c9fac18ad0b4f7ef 100644 GIT binary patch delta 3136 zcmY+Gdr(x@9mnrk?(V(l5zlcKc7f%+$ZKU+&?qVhmiPn(MFXh{BB+Q#@Re#DH_;@T z3|8xHdt%g1HR-60?SyXH(bSpfv`uPj47N^cGL1=1G{$I(seRZnW52(X_K*6<{oc>- z{9fmG&Rx85*&MoT?#*U{137OEi{%e94E{PZjGq|)|IcMxMW$i6Olu}q6HIqk&j!P6 zb{mHIu0IT4m&>}B1hL%*EfVvP4Pl+`ETk<#8l+SENp- z71JF%N4C$g?w*%=K-;VqkQqWwPr%y_lX)-^?;+n-dap^qd(^iF?{3rcCd4xTh$pHX z^%#at@0R(#eh%U3xrRrgi@CO=bC+qpg7{$@%gc;}lu@r6hI4&*X8IzRVF*{6-Gzhjz(i6gls~1l92tvFh&Y_3NAv(I|!FTj>TGR zl#qGo%_n3Ok}Tu`3_1nnA$}oC(M&+d2Z%^RHn^k<*^1mjA-gfr3?c6!O{S2mG4d=S zr=r7bA^(m_IYLgyTCR{EARtf3$!IMkkhfuMf?!??g=8=;67n$^A3-*xX%=z`j4h~(*4l(z z3|S^*BT}~`CsHpLatC_qK)>)@E#wWHzf(^d>FxEH)Rg;g#=682J(dX z7R@f80kSsmI3{N;(<@E?WFXyZ934%*a`>?;*`rW+&MhsKncm%@&-#ID=os0ozi8 z$;T3m(qQx11YQlCPa^PX5Ijx^k~R4FR)Q1_0X`Y+*nSN`{t|X#2LLgA7yJw^o1Lnc zLV90znubE&hZC^VHH7(24BZZDi0WC`85+iMMTIgoOyr%|zMZ9E3jYizU}tNn*2A=O zG}Q7PR5UlHX(sQ-)a^VCb^IM%G&`iBf&YmhUqchWNU)fa4ZOhlflMu2PZgrt^rXIk_E-&1 zbAx74rePO<(fLrO#>%MC@!IrV{xXi$en`U${Ku4Lf`)^FFv#Dgfy~fwiHB*vGc{c1XK44c^xgk6f02%EwkJkk z!WI4px>klQ>BH+UUQp+Un<-au_PYPiLJ zL^1OItw%m@gP#i>?TcL@?`Q`Ix>uJ=q`Vau6?V9fAK4{*ES9Jz1PUC-9z7< z!MxqHi{+j%AP@8IrnOF92?;Xq9LlkR*Mka~mp*TMrKSevT|#}V!f%3e*E`*N00mry zp0)5yrXK?%CC#b#rF(ya_r#^1Lu7vwX2XBLdBT^*@}2MdvRKUdg)hq9a6a|5v+d68 z>uTP-z|WIyd!uQlz_lJFcf| zn=j!)2!CzcH?9Db(=bapu7+#d6uM}U-nHuu*OQ(eyc;Ec=R_osrkB@L(Cofm?)iE- z`jm4elEI#E?&DeMq($@C38yNW&KAZWjXpa*C$ehoW1W$nuI|XXPNa==uJ0``i?pxl z>gkTOZ|qvr;biYjcJ6lWjH?yb{P8W@e!8DsRz(3ekA0#xlMJbIB(_RTh4@q#Nm!jC zsa1(-kj1KnWP>_R(y#83TvD^rAwjjDq(gm1aza%EA%p5UlDq0Xl7K48fV8R2B*)Y_ zlJhDx6EdW_NbajsB-tu43sS3ENcz?BEcO-(^<{%@sk0E5*{??Bu(_;SEz5zmR}GL1 zDwYe0sz#E%>M+TWxkJ^`qz?14PK(zbWh4!1fMkPW1(1(aBgr^*n1ri41?+JaQeB0hDe4r-d6ifMS*2Qvu-2?D z5>>05V#qDkN7Ap(7PAr-SGS8<9=on&2`g}?Y{GxBoW5;d)qso7=Bj0|vO@J7Ns1aE aX;SZzpqVf$aGB4j;xHS{UR8}@=Kl{r&QECo delta 3117 zcmYk73s6+o8OQHg?(RLv0nTw3c6mRANpq$id4V58y% z+C^II1cX^)x|=0Z*z0bM2uEtMCC8?ni}AiMkw$eRj!CtcwlCF4l#h{WJ63F|{*;IY zrP_nta;g3RmsqK$P;sdqhr~&>lTt~QjmF}onvL)TskTbXN|Y)J7b(@>5w4^v!CGXb zR2k?kAXPCWNvb9cIvM35L8-!MCM4BeM5H1cT+*a!L+*5`x-roVsXj%TOsTps@+_%p z&|$VzpP*8XRFkomE7iLQ$dhU!TFaN}G^jwT6`;b1RBI3zmg=_%ERyOHDivc-IGj?c zwqZJ>rHY4?OZ7R76;jz~Z4BB+iAt%~VQW=r8!}d^+vs;30w51bHH;3&OO=IyYLthu z2HnGRf>f`=I8jE_Eex?%s(+!xB&lK$Q76?mQ0ZZ*dLfgg>VvUfsseQQh*X29J4LEr zpwX%57je_1;<)hBrRv9C8l>8XBcCDFanMXOgZ<7zK_qL$89yT;z zWT{lMkh&8&k$Ra_Pb01i{lfDxsjlKA?@7yv*txLB{R%!iok#gFLPP}N&I0c`ELdU* z9G!*yk9g+d0E#-T283vW$!RknMJxJn78wYLctkp1HxLp-PiyEh19qqu;%I32z(;odBcU~U$LR5CKOiV%`IT`C>0 zSmfbcoo=(z7r&-*jpeNHRUzAUvCuu4I3uzHX*M#Rz%x)uOhz^?1-)^WxQqkl%786O z2u2#^3ELPzJc$$Gyu?0it=>{syEO>^2v7(;}Wg4g!?btrgGEgf%#0l_h1Cz}#d5(c8 z;%O?H8!^-%wqoi$&p@L%i;Kqd4K$1M1fvYJh|3gIV4zi8BPcYmSUiXE@vwmoF-TR5 z40MSDw1;8?E5#v#5(B*=6l;YnUTSEK=%>C%8(1fD+?Q2K_;IRGVN9FN1>|E4^oe`4 zQfXkj*yX;jQX-|)=s08AC0@p{@`nt3UmPUo@doyaMdVg(V82MC!POWzC<@4Jf`M1e zrRI|i95$Dl*BN-tTx$NXfn(-U^T`Ae>(^oxE*q~mOTQ8C;u7&k44f31RP}2HPK&)X zo+$5Ay0?KK*>Dy~vLO$M%sAxbyfzzy*QZabf2U`R}(DKs1SNX(?R=Nh;ren>I% z4E#fUPIcxR7#7J$9pNp8{wWg4Z%JY)vfdFtr)%GC;NRjR?X|xo84~nV(*7zQRy5^Dm@6R^m6oz2l$ee-Q;dVc!$* zOrjqHD>>jc1=9S#!*lEs-#)Ux0kai+(S0hA%Cg+ufh@McJszlF1Mba0C)?=GOe$BO zQBOZ&_4Gr)=3AjE_q$2s*pJH)^$-2U|W>`3%_`VQv#k2m^cW;sIFv zGZ`%!)fU6XN1qMDK}XjXLmrE^mqNC=O=TtQId?-@9`m{T${Ja``;mE0C|^~z5!chR zDG>8kKK|Qwu3rwQqG6W#a5X%eYU!etuX*B|mS?kXHJ+^!Y~bd*vByy?YKM@jlLLj`tD&m{@y10;*} zZIXk!J{>Zs`$=x;4@jgQlL2YfTS)fn^CYKrP9|hXuO+#oPmzSQ%7WDDr6hg&Xcjwz zLL0I{*YsJ4=l=I}Y7U#ts&!8etSj{Z$)JwSg@kn*$#(rJ$&kKF(x7MLQQ-6X2YCp5 zP5%wZx^zuGB&5GX(xESr9MeUkAOXFBWKf?a*{@RyAa`^RNrN6B>D94?kc+yFq*T93 zV(Ytw>{~2duMLC7>Qf}AwJL&i=%qziYu1;Ds&!E@%2HMkdL@xr+4uqb>O(h(KK}*GyF>K= diff --git a/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj b/blink/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj index d67e7219d035bcfb04198ffde2369655052783c9..50d0f3a157a458d9490ed8187b6278aa24f0ba44 100644 GIT binary patch delta 2983 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 ONgI){@eh?H{{9~eN8K0z delta 230625 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

    Mfizgc79SCGF&D((T>iQlcIqZ-+jNX6Y*_p?^H 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 delta 25467 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 diff --git a/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj index b65eb2f3dc0cd34e1b2681b92c98c07a58ec0bb0..bc9b73fd78bf7e088c6d1eb0f7b4ab7aa0649220 100644 GIT binary patch delta 2626 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 diff --git a/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj b/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj index c199c33d4598aaada1df8b02ae7f68d43687ae6f..40de5ec2b170094fad86763320ddbaa6cc17c070 100644 GIT binary patch delta 829 zcmXw1TS$~)5S?%T+wRV;uIu70E!XuHnv3_sB0ik59Hfg=7X`?O+rqMOLcV_=xwa#gFbPa=-z4ZFP8 z(&}%c$9DdV33l)+43Nruk@oY7iztl?zy!FW&_SOJcM4gylTmUo}V!fk;YB1)A<5K2Hyi?@<*V>i9kE&Nx;~7F&cN^ z;WaQZ`~uCq?o6T4>@Ld5xu`}YflHHl;?#Xm+I>wt)Vl}Jh z(>E;BD+iKNrWX^hDSxoN=X6`JyQ4FBrmeT9KiJmaTUZcm>FVh247Qx>=xUvA*_LU@ zaH(^8JheSeHOhKPL@i2v>1*{vVnPGTBcq{+s*n$e2jyT{M1^FsY(V8oVtGVONeA$c zJOfsXBb=l5NO3rTt&W7VRD)awj>vtWN8SPN$U3k{{1sX1lGFporLQ6@A)$!q1b(&u J2bZ{Y{sPXAoQnVe delta 800 zcmXAlT}abm6vof{|J-&q-E=7C=bWEtEWfAIY7(STEJMO>q(np0a%N$pDCiQnU-9QO zen9mlNo&O!UQl}=^A`x&K`GR$?BB>G{w~|~CQr79$i;IY%(l$vQO9G{xt#Bm4|-|0 zU`7!yV}oLTfdxu<0LKAdaTAqtJxGwpOrkR0rW2L(8Sn~@;v$uN1YK1;h*>p!UpkH8 za20qx->``qxDH*7{1cugCPmcD=do!EpF|zzY4BFgg0}HDI3s)u$?fbyZwK#yb0Z%B z*~Fi)&t_f)iE;w7I@#@zMWe3#DUi;6h%@*)OeWt3vG_gI<|e3vt0ZVvpK{_2yqpH{ z@iPp|B6kY+wvAfkWlmUEaW$So1o3{%SG)|>cnLt~Zfs$Y>%ZCM&v?6LUO^UdFIp6j zT5INq$kqA5zimcvYH}Ye7U?NVUYkMRAH?wSoNIuFDxi#ntePR!EFo)`3d?D0Z%rW_ z?lS!q-XyCxx|NjEpN2bo2CI7dt!xbNp97%mdGXi`Z4^8Zh^In${`Ip3u3fK+q8R9oq7OiHG+lwUnw~e=BsPY|LG=iwg5y{^3y4SQ0s_XN z|H^*k&_0B-p6j`V+!~YRFYw4FyKbQ^s%x}f0&nA_*iGSNE>w&d7;xHyd!iKCZ=Jy=nsZPr$Mb!P5HouuV6tx=Wadol#j&n;9Ryd8>UdUjA;`N4d>k)0 zRv?3Sf=Id|@h?$S#|E3UYPXTd8Oa-pxvq|c^!Lbej1s3@rL+sBb7mUWW$YGrU8Q`Y zC^EA6@5E#yH`$B|q^QNRFougzP-=(2$~0*pqv$r!RH+aC4Y~U~P1j86S%;0^pa$q~ z(pw<-Ps&H^le8alCKVxa7RAuM+01nVDko*Rw<6BiA)#a85ayZ8$U_k*+dKyfs?m-P zQjRek3!P~6*yd*94UJt6N8b81pH56tMlarV5{+hm zzE-rGq3{4u^ehaN!$CF1$;BdTp&M=Dh#7L#pd+58fi=kFGkoHbSs!=>K{HlpC@ z@l34;M(z|QHjp*GM9A^nf58V$p_jd0Kv5$&^j;AyLcaNum!-3yK+B69!4AbFj~buG&h>V zhuPxWfep-1F&xoYAj2{q(y_q~y^msD@^742KQb)tO zUi!&1&iegUa9=uqMg)Cv<+C&~%9q3Uie_Ita1HHseyPcpWnzB;SsxaSirv19cuvEJU+2OI zRdc(j3x(pA!@j}N;S!7=U}U#qyL{hRSsUIU-M54)M%|DUb~>d}J{cH%*9lOMSr9wR zB}5QTK8#+7osT?#P%tV4(R_WKb1EQlF6wY?DA2S|wN2yc`S3|-;dN6Y&2hTMg=sgj|{7#sG>igf%R{J$)CaWlhPYyozRmwmhk*irv5V8_e{fMwya zWdYfkjrRfNr-<)*0-NaNyRp=&8o0{uwPf+r@MDv$YSaysrVKRChY_ohKy|h60iYi1 z$xtM*J7DHq)#Z%mu7}FLkLv z;4@NXa0I6_9m6_Ci_*V+j9%n>LARt$?q-f(zF}-XI-D$N==>sLQ~5k`E323f5m~Vi zuMxvzIm(?h@txTFMY9m36nG`P?W+L(?fe>%N;ANs6a-uj7`ILyBNbqOHQpl~M3-WbAT?yVTW_NwT|1GAROz_``-H_Gd zI^=Rubt-}P(H6)a@zE(jFA@Vz*GkaS66pNtHb9Jfrw!0u@9g1!6|>JIz~#*|ZG3~s z{Z)eB7ONn2aTd}o{M|*oON{Bx;qQr-?tDd=CSK{z(}v?8>vVCX%PY=xyZL1CQFlJy hCbYBp$XWtmp* z`JHpVdw09GIZthK?#h&xk7qTf6|&^J1S(265#5blu1w@^78`e756#lY2uM;~E}rl&fgdJgegeRRLA zN($hl|Jnytb7VSHE-k4YUxwDnc4?$A0PhV|>n^BU#pxn}W+?QNAgAXBH}gIT-1PF` zZ?MVG`ane|j)#yEx zrqfL?qUerWh$LE$x(qsipk%5*?^5U*_HMcbIv#oh{zN8Nd#M%;HR)3n=c6ysE{l2% zA^h|?tN~gDO^}Kba0<~HK&R3^Fb~sh)Dod`$SBQ$K8-#Al^D%JnmDaM!_uh*pabYS ztQquYB+jH(B+jBdShI;>&7m)VmP@0MERXghSw0;GP5~_d@<3{ZwV1vU2_Z`8Hb|7x z4#+`t9ELLLL6zmS334!X#`i$V2~I}+W=Zgm*HPUC(yZSDg%jO6ab0g^h7@Tu#Tm5mZ%jqG!LqAln0LEsT=7h(B}x4i1|A@ zkVF3v&PJa97IN!xZhxVlhwL@6*SuqlQh1vmt9=wp)L>GA;$R@@B=R|^0~#l-0uPNs zNTJge=v_i@!&ge&$-zF&{j=m=Y^)E^K==CeN3qwO>B5?bIQP#}Ih`is!kP(#dqe*@ zCak?|Z|Og$iOJSlG|RoQUlA2nF9Rm}&kn)Q@RI!;U zud1nLUScC)lC%o+##SP$*z?DP_>UMc~yNiQO)kA{G+MK0|9A~KnQ?6&xxOt@yijdFk?Xg3U!-T-F@ z9YKVX>VSuSZ3Cb+!TSyB^{#}!&#E(yGW;JAVburNAWS?_!fFUGpftBYT0aU5MH?OF zvuv3j@S~fW`7-XP)fo5)IztqBe}xo2Yq9Ye<85W0OUypJ0*+d0_TeRaRiiafKCfD= zXlx27`j>?(;Gmfc`S7@XFw7^_aVzR=#*q9g!t0SKXcnnU*7WeZn4zRD6ym_ulNovs zjDb6<#ve~y1O=JxWQ}(_dK#3uzL9ui*~651A-*EQd=ygVyF2WpRdAC9-a9xLW;SCF z%({wrj~U}bVY~>H_=L`IvdG!X(0@W2Lzd(}a}T_|042T+OU*=M3qS8R&ca$Fk+FvxvP6xYPhW1C60^lJxID%G2T=i+T>-^GhFt zDg%uM5Ah^xnYEK?4-XAbZ)WJAv|}uc(I(lSc9hx~N|Wo=kx)E33Db(?r|?W-SrDGp z5iTb)TYVCW$~o#kp~~_TJcIN0H8_JDr?B#ViaL)WR>yOIpQUbeSzeaC*yldiz998u z89Tz4=S@G8=Fc=NxpxunP1YPWBeGrIP*)?-R2%!%YR%{}IMS-;PQip^+dYT@HpCp<+CGT3K@2e);f)Lt$5dq781BEEQL=pLN}L|C0UP_^ z+Zydt6Ejq4<70!lBRl^O{$Dn{x|tRzu>p5Z;yK<0+&TS0z@78%1D40emsjv$TJHh! zPm$a^6Gim#Z7s9A2Cf&dn8oj6Q>NP8Xc)|I zEc+Tgp8CUUv_Owf@M6)p z)eX5{g-+Mw1+(<@4f&O7I#Vw@)gj1X>NezKYU0^?`CHWn`L4Ql7SPL7Rc9T8b~4b# z&b5G;_V!vpcfb7-{xvK;R}U_~KetwHP^ItG%U;z2Db)LrhDz@$mT#%rt{iz@t>`My zznzKyerosWfO@^lCx@!jT?KN2x(2yjQFj57Rzmiu`H(_w?Jm$g_?doReR?kNKm4W+ AC;$Ke diff --git a/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj b/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj index 646a3aa28ee71c3be5ac3876f5c0207a325d411a..c6e468302b887bceb29442918893c237736d4ccc 100644 GIT binary patch delta 4632 zcmY*c33O9c8h$s)Ym(RW<~^FUX`3!-(lsqjOIre6Xh9@J6xqauDytj>JAxv}77=7o zK5O%b%b#_EIo+m0bx)P!Eu{m(W8Pmf=6_||FweloZf%A|NZ{;-q&v5 zl<>-?gq1n$`L@7o$#J18itB%NMTsy)@hR7SEDn1xK~XF=yKYewt4*EM@_=IN0Ry$l z0mX-@CEzU<`%*WELp`5J#1?UZu!K}Vsh=h*iY@HBpX`|9fESXW`_LO}m(;DDlMcri7?pCBq3;6Tyc5>8|Vak%X|q2Dtv(^CrTbgnhlU6Jak@t^uat z&~8JFu9zvf6!m8(q$aBu07>;!DjPN3brW9#4cDy@cuuksR~WwpNQW1S#Z#J4E{78H7_m%SnKQv(GP z5RmI>^NjIwD)?tR&pT@nz^$&S`WpyLdrGvVM&fQX)wR(?@@r=Zc9UtGqg7I%Tgr{_;w;W z_q;ASP4Q)t9Pg5Sitj}f#Qkum3>LHEo~ix--De88OV6QydYaV-0M)?g>Hhp_;O(}V zSe^G`X)uZ$x8QNn$}m$#aojwqXe$w@5l%TuHPE)AKt@SQhw0!x8uC&vopEUok2sn6h1wOYMwQ}vlPK#iDFY4i--jf5(-GnhRinm+|XR4YR1joyWWA=E1B zU=hkFOKOIJp6w=2>Qpg0ql{e;D>HH|7A|&VgxG%ZQASBThx`q4;JY`9I9ahfw0ou)D@U8R7R3~1GW8L_F0g=p? z!@GxPV}iVV44_l^2Ut^iZ#31%SK{8K@#6?9oj(Fi2Hy;PKi>prnS4DoS-cte+59=I zIdMJ;E(82?M3l>aMxsHkvw2i%&*o zz4>XxSi|pzQ7sPxx{kkq8K~zUV(r5Z!$AW-fZ!VW=a}5S+=U?e@mUD^I^GJK{)+k$ zzQ)N#-RL5Bbx@pc5sg*SSt`ab+qL#zZNO2zmsB<2I z){RU(1p#YA5xbF80T;3oXyD9>*&l+9u&_A21%eG z2}s=|jBF44Oyp(EXz6%M$V|XKRdtX9D-r_S@brI((XaJtRQDC zwnuC05e+NMq5#GN*omU4`REZVv2KKcUy5VdHS~qdNn!7af}A{dM%@)Shaw0KdCPwB*lMPoC`!!KgJzOD|8%%X57^y zS%*b=ZVKBcV!2gpl$e*BUbLS^XHvo`vZ2J3OdqB}|Iv)&2hvg&ioZqdF;5=P^(TD+ z?2LSk=H1_4uwVvj5t+dT-W__^eCDD!{MU)e*qA652Ya!5#hzf0jTHY0<}trW3yDsL4xXPB9{HnSU7C$~=~AGbC89 zHmw_y@lcF!zmf;=*D!iavt<4iI{LwN2Odd@ncFxvIAll_>eeN5@VXkFD3oJ z(q=YKylC?8m5#*OPJHY zQks1`Mu8QwDr!3$7MwDng~Udh7dE_nfcPp>#7?&J@;ew>c27kqyIriQC}IP|UaTj@ zHx(6ZWqWpy0)`9*REEPQ-i6w)Ot`2CcOlk^)|39wV;6>)(uiIs+y7SiJY#D_-|8?> zTdFg>roktsK@<~FiQir)#Z%QW_&8lXk+Ioga5N0(v!hix<F8V`efCdUxDPqq=6BiVeA4RQ#Ph#PkX%Y6Dlr=~0QS%#?9GwykhDQIE(XbwyNGO)SG%6EudlxfRATyheT zklaP2Ryvo1441bNnIbn6Stu_PSudMbfQ*uBi98_B5;-P&Jpr;>E+w)}e*6UD?2toN zLfR>xSqZ5`rmccBNKPVhM(!f=qI9;hFxw%kT3HY|+}6qp5d3^1>*Z!5C*=_$wem8N e_hdkTbV$r4k*OfQ;ZvD%BX0NaKX^RMpZ^2WKVe<~ delta 4622 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 diff --git a/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj b/blink/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj index 8d56e9a77d1b97f065f2d26ae972a643ff3740a0..acbc42044215010c4bcc3e0227500cb7730fb76a 100644 GIT binary patch delta 4767 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 Ck%({r delta 4743 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 SPGgBGj!l)b5IXjfn)Khh?PBu) delta 16881 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 delta 463 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 delta 5421 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 diff --git a/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj b/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj index 0dd9fa992d21f6e19ea3a1e0e77397001f8422ba..d061df3237c29d179e64b5ea0e619cb0ae3251fb 100644 GIT binary patch delta 298 zcmeBB=~0=Wz<6b%;`;hn1_lP6ql^p;OiVx)5@2FvGY1MWF>(iGvlSkBNib0Z1{kux93!faLhVf-Hd$Q?`ROu!KVde*<|e&P)uG{TbC% z=K(p4qB1}k29QaNbJ(VWLhxr!cvls$$|p@j24p* delta 338 zcmeBC=}?)Vz<6Pz;`;hZ1_lP6hl~si8bAgzU}9u5WMW`oV&pgqlx1RK4F~a<*yTVJ z3+oM#APc(}Pzw_WD@Y>~2YU>VVrF5@%qs!O@qqJc0A(0JCNa)o+Xxa7Ko)V?Jd5!fqqKfTer~FMUS_s_QEEYcv3_cCfw7T( zQfX#R%I19L+l-rYSbZ2LOYw1SKET$)!RRyDm*1b!WAa@7a>f&rMFspBO(v%T$tjb! z3TQJXPJSq$%(!wgtDrjL&B?lg>a2on3=9({3-Sq1&Jh$~w3%EBlvy%)DUcMId{$6h P;tUVa*+93!0E`I$V?;Y3 diff --git a/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj b/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj index 677335f65185263d20e3a5fea82f579ba3d5877a..c14626b318ffe77ede57f12a5ba751cf9a874a55 100644 GIT binary patch delta 763 zcmW-fTS!z<6o&UYbLPyMSyMR9=!}$?NpqCZCNEh=Ub4(4M~5y@mOW@%4ccf)BopFCEd(2f ztw`n{hWxSAW-sEv!vhwj(s&X5)A=YAFCW2pK2A!Do|!QOJ&Ox;rLy@0n8V)?;peL| zta}gDqjf$%z%2tjkDLPDj`l&`1f_`Q4W)|tG5qUz50XP%faLXTfnLH_;3?&o*q8AH zlFNB7xPfmYp@Q>-teL^X$lt;Nc&a#w+G=(~so{%AtL1}8*vc*N*Reyw*8FY#P&B@Q znJqkuDxEcCTDb}|cmTCFPQ$6mi>R{mBxZAP9VTb?;srT*N*-C;s8Bpclpaclam-zT zUQU;>8WE|>-$Z$S$yXzno+UKfS)w@^G&fSSJT=$St;B-KM6VM|_7bzzp;Mi`J$<3hzTUFZPLngpp`5B(2`;y!h zrB<;wo`L5=W0ZXI4xAHzBuZ0qG7_Zcax;=k-{nOlKNkG=+w-Rj@s0WGFqekhm)g~Iyv%{4aiU%ODG|v!srh|+Egoz zLm?q$SdhBXsYr^*imXLDQ-mmM6$C}gYSWw0T|D=G?>Xl^hkL)_AsQT_fiiL?%EvXH zca+L+%2Vo_CG%Qx%@12CjjRq*%GjZlGGl=rY#KS+kfdp5v253?D}yL=Mi8)#u_ZnS zt%rceFd4@{(P4ZTH>6(=uC9clMGD_R$+L|rY_@m#O-(6&Dlhf0FM*~OCn4CJGU3d& zEx+|-=^q4qd|p>-B`=`=D!v58&qpv`fZt2jC<*pK4{?Q|R4LDbW&8ye<$Oi@4gbM< zw2ts7#*OkEd@6W1+Q+ySN)^vpN>%d%Q_C-K-pF_0yonEh zoB2K*ws1(uEQxi%zmB8GN$?bEck(hQ^?Vy{NzTBbfwRbO$(jAQpnSe1lV&G{#b>!RCSBIiqIUGk_gclU zDE#*(%J*G9T49>VY4!!8*K*O>N-grpSx3XU4-OMO%YF6K6iGbfH%@mS@5%*A0+eeH z)mgcLwTt*QpPEebNcOkqK~CsM)1O+21@vh6Gz&Iw9TQS(yR{#FKJq zpJc&9G727(U#S_oE7N;j%80l1405ivx>O(w;47(2yEG){(lMHpd+9Ko-=?F8{sdb< nzr@=LNJ&Fm6mxWg8My|cANW{4w?zZ#Mx~zMdj2oG#M1f;XW*Cv diff --git a/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj b/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj index d0dacdb4f48e8cccaa40033cf2160b25b30d39b5..f1cc342f69aca0220859c0de917ccd9088e6e898 100644 GIT binary patch delta 615 zcmXxhUr3Wt7zXh33^z%)Z<}L(Oa)D1ril=nNmDXq5R`mU3PKVV6-h%19A6g(1&tyK z29F|AV%azU&d5H5>ZTy1FuDj5lH5hXpbNVzkW%O^>cIK&!a3(ThxcUHZI9P&=}Po0 zR++{2w+^LzTq#ZXuXUo5TUtF59^Xmp$^P%3m#)>Y|o20ir{v*Ml_JC0cc z{uFSI-vdLq!b`z2jPXuz3zNJRst!DtH)6PGO-?u2lxmc@7Y^%HC~ZT`>M9!ryw*nf zvkI2Pf<=k`feQ_%ll_S^G!G2WJMOpIW4{Wm*7m_(IJq>TqmTCcIyTrX4l^V6@rT&U z_yZk-91(9bFPe-_>WDBU_Hb3a$lVWh$w`VKE{jd{o3GKyoN1td-5DLN%w!CtSuthc zC`YFL?8%E)8J*VghN)=-<=mFKnH@7a?s0s^z(@LLbxAloYe?U7Qg5<;ZbI&TH>cw( zE9MOhab#YXpU8`wjAnJbWGY*S02i~>nBi(REIHfRu-((5)MXwreQaLv-~&4r!nn!g aU&qA=m&GoATL_0DV@g#^lm8F=D}Dn~9mviA delta 620 zcmXxgOGuPa7zW_;4$XL(YnkJWW8i3HYBHmlmox%H$P#`9gCrLf4LIbj#Qp>ci-L@T zfj6k3$V=Wv$4LKL2tkVqu{PZ{qAiRT4YUbn6C>0Y)PeKx!FSGk4&T!aQ+&e|$w%9w zf6{7xV^M0DZ>?Q8#%kLkeBywu9$qflN?_#|TLtRrvU^P_3rp<*yyGc*CH634_dC+% zYT6UH9w?=@pWsWo4wVYb~+kxh4YRUIxpn-K;FsO!b9Hj6uO_uA8|KxO>Wnil&X@wFJ(4fc_JnpFxq_g0ITsM zZ+RD24tDzjoxR+DDZlkF#m1Z;?xzvGlE{|&H zV8)n+?`#(%jENomC7xu{xQ0GP#hXlsW2~Lf5afv1#x=2v#g8?~85DPNRjj0Uas|!Y zoYZA7?NgeJJ~pM}HvQ8&jxsv^_e??@V(pA3gB+RB;UQ)<)UZ{&&+%CupXrThk`RvR z*v(C;lPsSbm3KePY4}F}ypGF^&TANELQJwYuHgko;-zr$dAtx4T#FasBe76~Ocsmp g*(zS+pm?3*Vvwt13x6&Yd4f@;3T4v&7ycE00QG&!nE(I) diff --git a/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj b/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj index 53cce65d443d0181955d6073fd305604fdb2ea69..a4b64a23f6e601bf1f02ac73a4c7a08ed11290e9 100644 GIT binary patch delta 501 zcmYjN%}Z2K6hG&Fy!RYO8+r5I_=yf7qi8)cgb;*4Y$t+HxQRp@@TI;PzYro5B3l)V zoi>5~2`yrvg}9WQg$ogbTvQtALJSc^Tzc-b@xuN6&iVb$2lxIBPJ==Vp01>eOI-*M ze+K}M_})AMts?;-(0RqO5c;jjgne#E=|Y+8E#o;lXEMi*NdOsRNgmgQOiJl6n&Wc2 zmDk8d1~rg;TJBLB+@s^lQXe?CdCzlthP6xM|6R{CI1IYblxIn%dA9yszs|Aq&D5Y! zW?hNLSeps+1i8;(mCA91I&lMXuRI^BZ;tfW{lGs)B)xMVw#&c8IAPOgfnQT5c8)Rqm_q&48 z$uOD-M(4xHvEs4)TG9(QR?JuK+1N(??imhKcXAMSXqmB=z9$#(Aq{wgtgkV?q<@Sb zsn_qoP73|o_=Vp48GXo~`hccgm$v-`*3nNtg9Xy545sN0<0?I79HGTjM(@M{o|J1h NQVIQ|1|Ui3xz~+RW&;2K delta 506 zcmaE(|3rU+0^^g3iks_o7#SFN+87uZM1dF?Ffp>-XJTMrV&td*3NtaWHh_3c?5{x- z3u_mcVm}Cy<6zAM@i^F7m>C$Dxqw2<&m=Q}6blP$W?l(UIlDa28fGyd!Qv|t3)aK3 z4XB5ehlP!05|Gahv?pb9JflQ?5=53Cq=5-YuuhOI017cn1I=b#E42&A<~RmY!^rdx zXae&gAi;J-pa-PpGLT?90cLY?u-)gB0_x{B1PMOSya%KhcvACH7}y?az5=pY7?{04 zQjeIw0VxiUTHbdIlfN-)FixH<&m_uk4iskOv-$y)Un9le+>X_zVqvJR#f>Yt5h$7MmbBKb(AEJn$ zMObMc5lWy7TeP&1Txd}gnY1Yj3KvNklI21POvs?)!nZj0+;hM0obTSZH6*u(aYo+JMA&ls4i6K#ig2R4#3x{%A;0?`DVuOD* z{Q}m|F?7|^H#i)mX(%D`BBhQD_|(%KbcN|USL%7u5H6sc$S#1S-@t!RpJD{1BjpJM zwF0fmY~c)il1CA4vo5N(MO39s;i}dpHT6C=B4wT*=}mH;H}s%<&e>+aoaQ$3jC3#= zRY~KB-jnAzgt=9N4;yjW$IpyR*~4FqG-cbuo5lh8fCH9G@)J*3s^nN=$x^N;D^_;c zg3_O8wf(RsV(v7JgKh`KyUuq9PWN=hJNaE+ZsJz6o$WZ=iZq+XRc9>If|GwI^&4{jz5*=&y1s^g^krJrXWa=%)o^qNM$W5 zi6ZS}twa|ss$ERE@n;pd2t%?UL=rSXA`6kkg^OM{-*@hF-t(T9@9vM#-Uy9&Y4e?L zUUT)aQr4(VsV-A?v{>l1ODUUXjG4G}qf}E$&qmjXXWmi=$nn;R%XDNApl&1cv-H}s zGKVas>>2JjG(r#pDy1|d}x~^0X_ZUifS;KxGx5$v;N&H1OpA&eFAa_Gkz=N1AVhyC2 z<5*L|kFc_o*HD-77&4Y~E*vU20!@hPz$^JUoU3>b4%Pe#4mJEowhd230sQOOfk3DD zBBttj4Gs;w1m4IENZZ7I_=Nc>rXoBcC+&r;3Fx)Ufnp&01N;Yl77?_osZ#*@1&nGl zCDZUZGKJ-qYgxCJp-NrEle$**w3ql$sT=af9-|G}wpY@M1RMplBxfDdR4HuMrp#dV zp+Zk5a_fFMXZF%_nKN@}RDPK0S_aFmd4gU@nX{jE5sA|!8OPZ#TakGhmJiKwniL~CK#Oua zIzdg6-4Z7yH(CZLDjTSOOLc1;{65ZM`PN!Qb3(B^dLn^XkY=SL7Bv0^@OvfP?3Tx| o!}L+c!BX;-N|SJ#TUNj}WeaM*9Bm8ISE+9c8vBh({W|FX2WR@G^8f$< diff --git a/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj b/blink/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj index f0618cc7fa5860174baa26fb3bd174ae9a273122..2a1d0a4edfa62ad8764e140f077d09b7824e76f7 100644 GIT binary patch delta 1095 zcmY*YTWnNS6g~USnfsVI^Wt9GX=l&ScA(SH0`@sL?aW96B8j9n6%9?Rl|TYvg4PIQ z;zS!0)Wk?I8y`^`6B|B|qA5+F8f{Q8HTr{z$Rp9j2!W4ABq<3IG49jG56{Owcdfnm z+UuNq@0Vk6b_@>J!R4v?ThKNV5JGMD3$ZOE{R z59uRg0Jl0q_>TLJaibJ+#%A=1?~+CfK??g29;RmB>e>n?WIEx35aCNcA>y*bKFvT4 z(zCvJBFQQ;8yx07TU9tOvz`V@jnc=yEpUP6eKpWdrfdwqt!pV7FgvW55XIm-L}0xy_NMOFM-8BIdBoN7O78%*NF}=;O_W@3Gd9n$Y08 zMT0wqyNc!hlx485@C|#X=#V*(%=1Od*TGsmgSSPaH_Y7`*(Kf4brTgfD?4pZc4W36Scvz zE{pwnKe7+mzJyHg3axOS0E-Sd4XFu!%a6%jVE3@D_m>vm4bFY87v4>qPCHG}igr|5 zszC4WApPNd8o9%jR&R8i=NeK@(uqKq`y$U2sCxllWqStZXd#fchPc+j6s3Y&-8QbN z#(tKJ4Sa}tmV!jbm zten9Tk8Q%^9GmeT>$l)$=GWjPE3Czz_<0@PdSj-Gw(Cs#jI5DW1@c%h*c~KEr)^{EA}%4>MoHZ9L~8Ot8`hoaM>Ac#w9hQFx!O zs_pPSb%e4oI$a92MyWO#m_C=hC22fa9VqSDw|Cu+{d-C~r>7eFfmF9WtyVTw!DZ^q z^}#hd$Z?1+=H}o98t*Q{7%lJVgXd^hPZ^HTFZ}#Ct;v_6LdWubaGvgPjMJt0~hjcj+R>INdL1 R;uo?)nEY$~xAc#t*S{2d+^qlr delta 1088 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 delta 10563 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 diff --git a/blink/build/esp-idf/usb/cmake_install.cmake b/blink/build/esp-idf/usb/cmake_install.cmake index 6d5b40e..735e232 100644 --- a/blink/build/esp-idf/usb/cmake_install.cmake +++ b/blink/build/esp-idf/usb/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/usb/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/usb/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj b/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj index c69ac1ab07eebfd3db60f399b703959deb5dba3e..867f265fd24d0728dc5b46348a3ebe804f6f700f 100644 GIT binary patch delta 4065 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 O#_(}${a|9vpZ@{XW&3vk diff --git a/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj b/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj index bc6544ddb8a37ff81ef69d5b64a11b392fbe4eb2..4d463eff529978c78acd0e19d43321e5015bae4a 100644 GIT binary patch delta 7289 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 M;qwSE&Q87kKeE}4uK)l5 delta 7307 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 d5^b&l5=9|FUoiuqHE%OYXVI1a{9~6 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 delta 4129 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 Cgvs>) diff --git a/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b/blink/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj index 2d1b0b0f7e0c73732a143d93c8db39308ccf82e4..cc84e7d18cf7a248b16c90b3fb99b8e63502005c 100644 GIT binary patch delta 6088 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 VHbC6ZhnVsazA;^YxcdEn{{e68Dfs{Z delta 6035 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 delta 22175 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 WPgwgCfeA}+OqN$e-5(~Q_4j|=#s}5_ diff --git a/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj b/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj index 8530fff6caf1c9ab48d1577c883479d003e6fc46..8b3701990cfa7e11c0e0beba4fc6496c876c9e88 100644 GIT binary patch delta 2989 zcmZWpdvH|M89(RVySw-9>u&aLa(A>+^E=<;Y))U|=PvQSBwzS?QInd{6~?qbaKjgvgxwMvJ+=IZEL#aumzs3$czY9e!CyEU~a z;bzSBpDpO?G0)0Xi`o58+Yj6d4W~qxlYWc)t@yCyg;VPKuGomUJ@X z9%rL7^%OWpt-200brktLRd%UVndx-=I=lgyD6`MfLmoR(8G`wNJTluM6r%$HA6U%3 zK$|_e{7u^9S&%5lER1EkOzkzv_^N*UehTRMd?A(VWxigt!gU=4`vxu03;Bn%Uazu> zF(PB1`(eDGfSfI}XVXzV$(Pb!z^SIs^|8E_YK+pvR#1!;P9hc#1wNB=ka{eBgjN{w zlD8$n!+o;wM#*qejlTkl5g2l}(|N;E;s@wmBUwBT{WM<<`%96J*R{y4=GU=BWD#T2@XQ$He904X~QazxEO@3 zi02`wGW9Sz6G*A&K~jGVcF+nqKkr+p$c!bD_!LVUqEgcw6FiQd&4ot{$fqX01K?t> zUur%KWmNz&>`SJmA!kldOaJfml;B4g_X_-%5$!m^#0`jXaRqrP;!(Jn_&1Jo@gMnc zL<;_pxQa|e!UKMeCKp|JW13OO~gWndP`f-0$+{Pv*UVv!6SPQkd z_!%%E-jvGX6JUY34J;JK3iwXEuqY2yYfAaA1qLh45ApLrs0+HFOQl3CiYdP}@KbSDDX- zs-VNLtSz|I>}E~7+qw>J-)lr@rO1xww(mxK4yhF~Hy1G(xU%j1SL$10Zw<0%9|yPsXd>kO#y1dbppGYD$RR3!5JT{5s2J zRZn>E3*@$sc`0EQ>$~J5DDW+%CNrgPL5e)(TTN@tYW+gdw zEbel|e~!@~z;Y60RiB_eyx#p5`9g)64yiVoKPY_;`6`Gvv*d~%B+06`gA^K>kR@me zb41IIASX>Ro%S3-ASE60pE6IOPqkPT@53D!lyy77{j!Qi1ZHM~ENy*(@HI){PH&WO zQp?;VDIdBKkaMzV{N+zk*o&AbmGn%IDHnV3J-6 zCj!60V-An>$_EyIhW-?;j$VW636RHL#N5`v&&KV7*lvniO*}yht$F+!9kt4Vf3wQ# zv-EBdmti&h7i3;D!kN^!8&*Sv*NoYY2ybbSFPPUfII%gC%BeBZ6wV5~4a!j|u$J~k z;-*7QHQu2PM4GCzR3DP|U^Udsmr;-!zRNjMFr?lB_4{(8)4EX!A7RLU@a+C*n6U@G z=Bc>LQ-7D|A;&}ea$`ekCBtg#?=Z8Tr|-Ky#-q!Fd4=&Tb*g-_JTS`n)s5R}F;-7ed%h{-7f>pju0|MZrA>A+o%MY+$mwGd z+yq)XzMWVz9sn@MT|j5;l$||u0qOi1i_Lr)?`>9*A!%NO^XZ=YE>qv4)q>Ku0t0qu8U({2+Aze@91w*U4Dc z%ypU%e1u*Cen6iASJAZPYxrq8zPuSPJEyam*U}lmw} z*%K|A)D_|tG`p*e|C81M7tnrSEe!zk=mzjQ#k$M*y)+pZp$=dp?Eog}D6ob83S3M^ MPZ_VG(LMJ60H9_4z5oCK delta 2962 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 bSExqFb*dS1gW3hzrapi))mdj>xH0lS0?pGr delta 4377 zcmZWr33yc16~6bqH#2WCGkI_3PBKg8GLw*nEEpmQ60nd2WDO)Bo1n5KP{bgR2v(qz z2#9Ppa`_6PwDD`DDrk+-f(vC)@x!II)E)UKRjhorBIToE-1^@)Gt@fsefQ*^|D1cy zf6lq@y&T@99N49F#%O1E?gLu9NFhXPV}z`uU&K5QEace0Y>c*)uB1kqBwpDXGODJl9u!EQX4{dN{i;$VL&_Sf>;>bO5(tD z+fgS-XtqU5+K6pC+|F*V36w!obnPq-I$GPBh+auue?hVO>I{hKwALwwc+U21l?qA&5F-S$M{bCF?z~pw zxK#~<$8Z1xrA2O%mIn2-_@_OTb50}V67nsScDYH~N2_m(m?Jd3093aEeL&jfCTSn6 zUc||T(4UbOxgnWNi&hZ(Gpa1(keWmjCSr792Ko)uH4+AWwdiy-(tE`jN8k8EI;x!n z)YN7``gCVLeFE5KC~OtzI}04LrNqCyxrI0jEkz@07lz_2Qs*bml+Z`KiL8k;rMg8a zai+{taOQgt&h%Gz$TOz1g5KgI4sy{-BsS?`&!ZT+vr>Hxi2AYU*2^l}=sJ5{Ifgh3 zi~q}kQ2Y#fLwOYbOyk|SyEc9d5$r@Y&>2@m?So@J&Arn6RB%r?eiW+v zPA-FKDkrfw;pJYHEgv0?Mo8=^hU8wI)N@Gea|Cm*N$Oz|`x>;|KTql*64Q~`9Z%{( z5<87qx!V(Z5J7V*@seEfVg5<41OuPWT zlTjwAOQG3hK7}eb<4^un1e;-O(4(-k4Y(f07ViS=30p4v(&@b$ipJiSecA5a6Njd= zA&|yS_kR3wvu7lo2i#`I-t3fM_-+KQ6OOR#Bo z4Iai*?x9ff*@tMBanRKSr5`(tTVovc-UFqKt&?tIvY8eCD;jOQYwiX-m>DwtN$)Wz z*D_=x#u(#T%J8_VeR+AxDD z#C8!WeVWm3eu|945uCNlSsERsQjs@9woP5u^QHMRjrZcdnJhPgvo;q*p#;>c;9+J* z`UA+9`^be5kn0`_T0&Z@jeSbkD{6=FO@9$VH}R}$(a2B zUV`Qh;Nu`G`0r3k1(z3(@B$E}{3Jpv+yn`gZvn3HDB5S^^@wKYQ{msv!{}fK-v$4> z_+D7o@+MrA&N#=TMZPEMCG^0%N}Y?;MN?`=6YBBHk4L`_6t4Naj%?)iVin5`p(PUU zmD!)d!Gl<(ulw4Y0Nh39A4Y<$~u)UYEll~rQV)|ZWm7hkjGdrlu=Z}V6E^#0` zUw>UH1+HrGadxr(j%@xwSF^|pT&2rri4Jr5#ds)F5P*)=!=fV))l1MSIuW1DM*`7o ziZhyGSd3o*oe~KQ6{iBhQn}j(E_50~-H26sO7boLJFu_hj#~T_pZ|{{7K~cN6n~&w zj1DGPwFo4L3e;s81D@fRhOYJYrke`RZEHNM) z&3q3n@}8p!=nZjGxL>ds_v!>Hs5*e-@_La$#}F+pc85pP1+N3S zcC4CPgvoQ_R%ruA{jjtutF*`AvlpxG3H&>eDD9dgm&0kui8SQnG~_=&Mn-1i-ap1O z5`|VLgXe`(=~75#8Zs&knPDN~Ti#ijD)c3gKa5qgTfmlyCJ{~2 zIGdBIJ%xOkhBzZX_Q|mjaX6N|z`4n2qpx_TkQ>sF#c9ZzM6|rz_A3{-2XudrHRf~i zbnewgYTRT{5hvt+aVdAQg?%L7W8>BXdsD4R%%)o#SKQLmHO8)r#&vqn zlj9FpDc?*I%R44gzc|v-Kx4vtR|72*b0OPAH{=U~u5C~*PZpEcPNbFMp|uUPUR+pv zo;Hay>l)~4QL(;(ZWkTvSJHjrE64$2+1)GY)8ZUtOw8TTK(~l)NCdj4fxaasLG}|5 zL2efp?m_4oqHf~~s)=Ve%AC$k4R{mZ069lIx~Y_25^rznOJ5XUZ7QM{MegPzS}Mju z>S7sWtGFMsO&o!|UYvuRBD`CQ=t@xyd54$_xmIk1Tqn9AJH`8uM9{58!Om6q+TyuP J{baZ0@4rc>*g60J diff --git a/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj b/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj index f9b0160dad9282da3f2f81007932acb72fc9d95e..38bae5e4453f0623a3b358cecea25ec46c14f2d0 100644 GIT binary patch delta 3646 zcmZWs4Qx}_6~5Q+IezwY{P!FjCr<2Ok`NLSiV_t<`3e68f=OYeEWpM;S%HP0LZE;P z0*xX@VTVE}33Td4!`MXmYfDkvRfx44VZaL0rZK2A%GemJOrv6LsrH>~o2hf8d)__Y z`OeQh_q=Dg@t*D0d$t`hIq7Ig(w_W*6haR{%n(9s!OHyEbjRD++YHA}9S@na#pH+4 z=)%Khzisft(Z!%{k2;0Wn%R;F&t@;(aSxEqu#a;fzHV<>vO?HfVbOF%)A|LU=KV?gHIo+q3fJ9> zic&sRN`cRGw8ZGEjbb04;eJdmg%ej`)lkG)kb4@cQLC*6qFtmB&MMiPTAg|0&M@9+ zf?8yK3Z}P+2>6oj^8V{3kAg7rbJUt?`mF~G> zB`3I3hgB&ZY~$*^D|x5-8u}acH|ykKT4RaL!g$O>(=XUvigjmIl z39B5XxJ^axCyF-Uw%u;66?R|Lp_hV@8}#&s-&H^{4>lq;5iw=#6STn=dw?KXY;}@9 zCowjij;o1(*65Z2g?!>02?pf_?!zO+NVLfY#IEAhi ziTGi-dY=sQE%e0m zLQ2m^9lf@5#0}=x$k^*9XWtm$Y@(De11D-nS3H}vThP*N@b>cj4pA<^F*aVcAqkF* z3Djzf#jZoqgti#{^Hyj-0jq3E!x$mmK_12Od$i7*Kkps_*b!0&P+t*NpQc>!r$dNJ zHp-wZVtaqs`0|xqRP9F&8J2S}Q1Y(`EuVsIM#kPpjd{x8Bq%XV`#>dR6HHj*H zQF))n`^t5y z{%R-Z^+&xnC)opW<339AN8DqnUm&VV_7{Y9(NrjW7=JiaLF)q*#z~GHvTvm$fl?Ww zD}m}EO{mME^Oe;-j;$W>I##2LeY`?cFffh}+X3WtMr#0j>mX9bJJeuVRvr31nlagz z>j(sbep+BfRf&OMNYm&gE3SGI$P4|N-mxmwQ39dRX}WDyt3w9zLx-p&Sgo2HC%(9iKGJdJI5GMZ|Y<*div%kM|(+r?8e zKooSsAz0?(gF1Bnj)W$FZY*-_19FgEwqPUb132b%bp0(rA7BkS0q%5cM3~<&V`k3B zP{Lkz6ZHeYo{gKh0qm|~)0(_kJ^M_B2@mx*zVu|{Jsd{SnvYKspJpUuzZazzy3p8@R^W16gCgrIaotabHJSnTMxaBv300f zwkz!C(7PC`=PBK*unW-7G4==MbtvpJCxE*Qw$b_?vE*sI9`boRcT|k%?H6MBH<0=) zWI`4)GYe^bgltPk-k62#Qb;dOpCKL0BE78;Y6yi>g&uUK3cc}&nL$3!LX1G>Fd0rk z7E<*H=}H$mBnz3Oka{jOLzFVYiT!<47gv^8SJ$72m`p-5qQs_aSW zPM^=q+)oC%o`u}YLbM*L3EK*5Q_-5!Egh$DE<1xv&q9`DAupt&IU_4l(PpJDo3uVrG!tSx8qF@=hw+h@uC9%>A50D?h}Vc$*rF2gwuk zVsUTCW5oj?Zx;`!&JdHhg5_9=IrA6b*REfJ{pIp1)j^J+8IWUXGh~u}0lA5;KyIUlklj>zpxnOWB_ZCY$2zS4 E0>LkicmMzZ delta 3654 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 Y=q-2LoWa;ZdZ1S&@BRR1l-M8sAL^@!ga7~l diff --git a/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj b/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj index 13193c7b26e6a518e312142d284631c9e14aa30e..211dee580fda01db03ec1510bbedbd46d86eabd1 100644 GIT binary patch delta 12808 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 MB+aU{s2aunKQ3`;9{>OV delta 12833 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 F{}0r$UV#7r diff --git a/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj b/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj index 7ba78f5f80982c470554159018875bb4ee121ef1..e8e2be0096d14954c1e98a2808dde8ab0cef5576 100644 GIT binary patch delta 336 zcmYj{F-XHe6o&6z?z}Y6HmL<$Tv9DmsY6zwT^$XME{aZ8OHmLM6a**jWO$2%f`f>w zrh^Iv1;IfO+!SQE9$j7ec5&3NeiE|4G|;sHHLr z%i0A!7S9t; znaAX^^)h}^N;g{T!X87m3WHk^Oc$_waI7GIgzR91o^qbB`j~i*t}NATv{vH0_AQ>y zIC0JHXzK7+`hjlwIup_hr?MgWJe%F1RenZ3;gTEDJ+FapeCJl_j6dB`YP086=!Pf3 dZ(aZc-Us`90oM2xoM6gTXq(5uCeP%CegQ9bLZ1Kt delta 366 zcmeyM@VB%os1`0E=u>WIZU|_BRvKd);*^_{3 zSf&FxECP~iChk?Lp9hp>&j5-tF|u_7#W@5)Y;6g!5EE+=P>6|%{W?$;6ANn-NWo_i z+h1}8NF59NQ4o)VH3cZc$-ec0NGqX%)si# zbq+}V0^-eaj60Y&%dpBZPd4D=*zCfwg_Uv5^VX`2=~0a1^gNJOs)iyS0Lb&ZJlh$Aw0Q3 xP=HZm@i1C6f(>)Fo1Q7#MVb4ut_2697#iLcRb1 diff --git a/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj b/blink/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj index e4bebc5a132211a39dee7d8ab13a29fbcd6acbcb..1cd40e35713db9d9c052ac16bd3fda00ffb57f2b 100644 GIT binary patch delta 3925 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 diff --git a/blink/build/esp-idf/wear_levelling/cmake_install.cmake b/blink/build/esp-idf/wear_levelling/cmake_install.cmake index b882c89..ee5a05e 100644 --- a/blink/build/esp-idf/wear_levelling/cmake_install.cmake +++ b/blink/build/esp-idf/wear_levelling/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/wear_levelling/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/wear_levelling/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/wear_levelling/libwear_levelling.a b/blink/build/esp-idf/wear_levelling/libwear_levelling.a index 46fb1653da177487118ed3b21ef5ac328c021a27..30db31e090685785b5f90994a0e80f0e3e65bd69 100644 GIT binary patch delta 32897 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

    q%$!>#8#xf$|EBZY`?&8C~lI; z_R?ng@vx}?bJF6`;piuLPsAu1(s3)INuk|5CprTChUhr@jvtS<;*MX6P9L!Qh!DvO z^^c@ueP^%`ze7{@6=S{GOSqh>AiJk~3CJqV>!V}Vq81rL(l6glz&U$%d<=6eJSZ=E#X zUI~7sRw2|z9Da^E52jqNHn9+^)Pe;gR}iOVtxiP_BBN<6;u&I+w?UW%Qpf#6a~gm>HoaLy|@6 zcUT*yHVs9*R-I6sU5%S0#6)#5c5G4OS&M1)y@ab(GH1_N2Kfz~=~_pf9T#0@in#;P zsjrSwcSQ;jHKj5`EXPgaqnEH5@s)C!{~nt~A97TjL(w(yz&JZud2-w_dbLC8aY%ap z(fCwj#6cl4O1!*Y=J(>Ascx*u%j-Spu^o5&IwT|+jy&C;^1wL4J!!C)*KJNn=n?3~ za=pC1oab2*Z|97JP%lj5e^=kAt)_Q>f%*Tbc_#mV|7HU`ARo7pJ*9>(~Zp|3g_tLu64BpbrvQ&ae|uU zF3xj^&hUQs*z?_Evx#o-on)u~DFi>VttB6`ONbM+mmMjQ;n$HE*W^IJ#HJaD2Rq64 z0|XCi3y)4Y7SRrqrw+`10ZkcG4orTDguk(W&kBeCdLgp!>d)#u6DScLn}(*$#!QjW z$;~~3>2coEGnOj&*`D?_BN0clouuD{;5kilJBHb(qHdah0jN3vd?)|7V51GVDEm-Xlb1 z0>%%ZJBrrDEgLTE+~(WqUb2~~*L3<%p4lsf_AvKy_S;tj^7CYof`|Z16|fg5Pi8rt zbu^TH8}7I4f2Kfz!zG&dt6tG$VsqxIkdF~t$TY{NCJCW6djb?VKcI*o%}k@-d^I!K z@YOmDozy?Nt9P*H`?S7@qk6~DSDfE_2<_vIy={Y}Af`)!7s7?O0X|flEW|=Ixza3i9V~2gcG2whrn;Wn4aJ9R0*6 z2RXpy3i`wR`Jh+mC4MSzWu;4|TDy0!yY}hxe}wVc!Bc2Ee>^xfx1|Y5a|0sZc395) z{UEBuJe@?v?AR@c0udH(IUbA=>pO5a&k`PyZzmVe%YTG+vSG-iq!LK0&m~31|6Vyl z+~;x1-*%N*U*%La$p8@VoWFZ zEa;DbT2o+mx&vmZPOm$T%3DsU=r6=rH1`4oR6bP@OI7@OfgSzrf)u*XkwcS=>2TNV zc{+Uomko`zwE=U7n#=*H5YUw2lGmr;BZ7Nz+t3tT$n!&^$e-UIY9HFt1ph=#u-=9z z%19uLa`n^XD^IPHo;E7O@G1DH&2UelX6*nsb?Ztn7RDDbevv|X;IJI}gqII%Kz90S z*brL48HHiJYF9zY-&%y|U*RqDX5c_9b(a%{|3Y-=KU&=hjtT!7{hC)44y96lu`q~@O1EJ3Lm}A5gSt9lNax>| z9Zjf2@isWo{kAgb;}N6=C%F+Hy=gj-WH;ikZ{}^~<%;+Ajt|P0kTVC#Ag|NSHKyp_ zxzZ&Chc%q$MHN5MV_ZMVPD{CM)N7>UNuztGvoyL4KZlsF&WzJs--a-*Ejyo5MD=z(`+q%kX>&WSD|Z81A#B zatu^9vvLZQ_;RHkf$!7GQu>xN$DE|M`1+VUPmQ($;4kD<(<@HsCK@;#@xYBFrNLkTuLvO3&zgAfz(~#PA zPxv;#0Cf7B$ga9GK2jG3{YDNPKMMXbWBebHy;3J^i+HICidEBb6ZxtW##od&xU5Rt zN3`R&C;Zt@X4>LGR(n0pqfg_`i9P6P{%~S%y22roVnVM$rsATAHQ0&nn|s6Ji%Y!o zdBmhln!?SKBCL~eqw@C!n)ndP4K!t_WTk84^OJ_sX#R0hEK;C-a!TSai!nUh<)hS8 z3Xv|c;jzZEPL#yJW6%_30am8}!iy%y(mLKZIR?h{++-{IcPA$x+TEXQP1}WBHN0Qw zAWZcUM#;*&bOwe(yu)!tbO!_9NnZP8x-oyng;VUx{RKRGN<7Wvwkf4}=zcIIj}Eb| zdS=ufR1Ux5%{uPyFomDxM-X!B5Ax$0AFg%<1+S1#i#lwes3X0=Q9Z=(Rwp2?->;6O zsT?^qGHEYVRN{&}FO{H_e{KdA=fPZ`K+2MM>s4G0Ib4Uida46ata)lwbUZwzB(+Pg zE~({`^lr??&rD6TmNwxnG!_d_j}ziaG^J=U1ke?*GA#kgBzanrtqkJ*bui|HR>5@8 z6q#j7-iOe|al^DE9QWX~K6I|*ZS)kxrs*!nM=1PC*7*3tF{IJZcjJZl39V~`pLxV| z8!C?4>2WZjUDI?vup9K@mAo1UM5nhedosW3Of!%B9UR>2_X4Gg~{ zNgkQcG=tP`3F6clF2@C=1-V`coQQW7nrFT4Js(W!uw3d`Fk>{q?OvKWoXXjMRwANN z&a8;&6B_96x$Qh#vD`Wi?0q*jK(UPF1+x;9a~EOkhJP9KG*WTRY6bR*`z93O%99HJ z)Pp%(+xVqfu|5-EsaKI}P)R+*-_1&<4eXrVV%UhHv(ypxTRuNKmHx~(W)Gl;*-?{- z$HnlPGJ2i&)r>S0K+(n+%Qe1R(<8Vi?#dW#-h-p-WHoAx4SSrE=h#T);d3etC6Lva zWx2~I=8UI#tjtZKVD33LGWx_}5DKG@WZn)n_7>my7_v{Gi@9X&OxlTjQZ!px~`)&SZt^+@i*=p^S!UJm)=s3@+Eu{f` zzBV1v|C8D*^wINvL>LdBzu0gE8|s!?-sj!(lj%vmG=D7>b3t7e;(KFV0!`z`>M9Jw zm6EZAdumABOoLI8NJ zeu_n2jP8*8Vhr+RISYp1YF959XBZ2o^-Zvh;lD1(q%;m(m~6Ow07C;TKk(3nBj{!3 zg_VY@*wVMRrIx>5n2KCxZ&*k@c~?U!Me(JE4D{bLjG_=8wrHTw#LW-xG>zL94ZsgI zR~NZxGT&X)VE9ub^!TMIk!u&18z!y=a^39U%Zptou|8W|7di@yb$)&H-f)dK5PP%b z08-nMa0KcNOA4{m)g@VUi@ldlha7X3_MxkMcQCHub1^T-bVp3!ek!!Gp8*-V0ap*@k$HK<3BCWK(O^*VGnx&snDy;v=}CP3r0!u zXHv0hBKKcm!vV&xh@i8)ctvu^8=K^h84>zMSf6i@O407B-^|cA3bOEE! zqAAV5gl+=7P}TfKa`4JZVxF_IkKw*t_oOL@Pppjgl`ko?^lbI_rf7a^Ww_#XjK5ep zgl2PEW0)Zl3Q%vDmU3BRSk#N_fZQ~-!15>&+|$rJ+nC$AxiP|007F-QH1xv;La}V& z(~YC>lKiDniXXnp;iub%*J4?KJ_H)j_2FTwY$(ZRtcs(x+_Gww*#!RXh*Um=lQu`B zJ%i253Ozn+xr5(9%8LB5u~aD5Be1B+h>itI=X%~QN>nw0P>FjO8;MMON#oyw&+z0xz)(wgbjxZ- z1p=Qs$>(N2A*8sp5BMRpt`!x0x1~O&D z_20JHP-^_TEh3}qDvzLIq3c-mareRpSJ|bpuB&{GKiVDa{WT&(EKl2>A9D1VC&Vp- z^LK~1-*e~oL2&AO+oe;_-{IEOV>?{KA82YU0%Ny3uSOw3kKp-u7)_~?YVeR!jAt-H z7tp=fO(J&!(~ac7)(4LM6z8@|M<3rR9esK01O27&p;i|n+GX_X`Lou(-MXB91ivi7 zCh3!nLVSVd*;a>W&?e)+**13^c%yBCqst%u48L~!!#^PT4`@m|4lLjg!*@m`bt!S_ zNU%)6cq*E*N>1qZ2e;TV3hda4D8Q$84hy+{$fLPGK$qQ`>(Ac1?6jHVb~RdOA%eaS z8cjp4n2n}<2u#}EGrJyy$r1ehu73-Y$B>`9^?C(ikUqt_FXdXJN3T4PWtg1IE~siP z`jPw_wmIA(Ge2lZ7GB8GD!1XsmR)F`Wx7=UJ8wXgoYQVIxXp1|;1X_Y?@I^ymG)jx z*pKaYgRG>~xBWWUx!XpIIS+jVPucw-DTVOr-4Bw|C?|HQ!g;2kDOcPFYv*&jA0(w$ zJbt=`-`^eSHn)WxKkiN;db%TCE1>Xrgr0b$-wd?C_97vEFXtO>^18h}Q7)a^8|F8y z33cTyGRXqX@G`%!*;8 zxd%=Wej^PzI1exGbq5>hJb!<17`_J{x{LAj!@2mLe^`E3AIYR0+11C@>&QO&Bhki=%+qgq(O=m6Yz)2Lk#KeZxf*w2QBk!#IaS7P zSq(7UPnuw$8M;7=-Pp0|KR!_~f8JB|isfm{AA`xFVe#Wae869xZ$u`lxiA>T(c>2; zp?WhuJwUd{9{6UGnM==zEMpd8=Psg>*mc! zn_n|GZQ+dix`wnF4fUD5(x%nc%%7V!ZE;QQ^ovi{kTT%n`Nt^sCONeCwkzdSpe61A z7^y9nV4`+Kg4vq26=0E8Bf(y+Q-b4~u?;|{RY_2)os!_Nc29yQwBnsgxgsuVkL*-l zrXp?XE{r~;os(dhMhwuVRY>rfc0_`|Yj-6uXoK68rP#2u9axiQ+zqf-tCHZ4+9?S> z)b2@;t`+YA$kz5rFiyKA!Dg+W25?>5B7u+go&+gc;$DCPZMg)~wJQ>Qt6BG9BOh(& zK43cSBZ)<6RgVB`(@sgyuHBR1IjwlVl1xLi#rqW(UDWpNSK{e2?UDp`?Un=ww15Ku z@mfC#PHIynSfg!`AVoVT!6xlJ39>bM6o9ov2@13d31(@_B?#A!NYJ2NkswyPD}kn2 z4+0cvgC%%YtC65q+bO}{v`z`yw2vf+)QpD!UehupsMD$>aA?gEJg%LRV50Vx1oyRj z5r delta 8637 zcmcIpd03Q3((ig1-Wg_qk^6=j29)~{6huKp5EKwm@kY@V6-B}O0y(@D1u68^cweh) zqML}uRbyh-WOICLvUxUfcN5)B;+hyYnl*_zG|}(ZGhp`n>-*>X=6SlStE;=Zy1J^m z`kfs@-& zH+;b*IJ~t{2y?OjHjK9Fock;UeR4FqN&=49yY!v>gUeFt!?i{~3g!*Q2s+3ojYXcD z<_OUv$$KY8xf~}<>&YflV&s>z(OvAFBYS2}M|-5tMA)NxZ43jRA8tawEZaBDWSt<`&E9$)ZguL9ePT`&dF()S?}84%Xyy=p3jn*oP;nK zgw>#Xhs#`hy8U~V5U$>0BD#N7$s1g=X)eFzT0kS&(`|v9v0VsXThMo)hK}TIZjtUT z)#ynx$+Zmn)BKv-cND=F-SaSw%+=7&JaZ;3=I6}Ww2AMU1KiK7#)Ok@#V$g`>1VTd zj}+zcavs_vl77oIJyOgYw}bwsi)1)m#7*EAdel<@Cwc_;Te1R_tz;Z;5+cf@Vl%Kd z(#wHy9>=9%?7)&dcJ&9=K`u89LZo_3;58nX$jUjMd)yacd%kWI7_4H}eE!lim(Fvt z*BE++H+V(UulclBcu4CaAx8LCk|7Q&d5kW@lvxgD!o!>Idj(MryLkuEHjehLq}`pZ z-qVP@`D>q)pjkM1snX9~0cAtuZw2rP73z}db5eJ6wdAXA7SH_&CHi=OH9D=aF{ zr;nt_Mi(XB>ES|d^-UrRU-r$W3rv0qk=q+^0F~x!uepGOo!qjAHlcCF$tT-3Oo%XV z@)4uf@n}DbVGV4-I!+nSb$+=a8)}4z2j?gF2^U{?A+mSD{=ye~`oZpQ_zlFCO8o== zziab0oN>r%-}{5GRgpcIZv`Y!GJ6O1^lgXFQADY$mxmDh=w!GM5v2*Q@rb~v(C=Y5 z6j^QzePx4e{K}Y%F^RoUVe1EZN8m`x?EE6IQK43z9TJFoZAc`2#m|NW;EZ1nNgB|4 zP>9$C`e%|b|Gc*lub?QqhGM?SPFkdYbs0$Sqx&D-Bs%J#b8=`HSeAxvrBC_e&}P36 z7K2%-VM`w&dii3OKW2!Wa9$o3WBFAx^gPzddkqLhQzL+kck&)6t0}VQL%tIBO~ZWz z3um1)-`-K~MFB#nJF)rM>P(n&t-6ARs8=iI3(=td1^s$8t`#S#?o1ZKUHxDb!i9Rb zO^9MO2P`e>rI|v^S8ct7Sf;)UN2yVZ76>s*)fd6f)i+QtSKkXkAW;)m3Nb+q8$A^s ztG>M-7OpPa3yV}Q?h<06`ZCy!Q&%DWEK#G3(7*cCU?DcCA6EzwpdP{UIyDGp=d1cd zGa>3F7_qaOiN$=>y}Z$y2rZqrhLqf0f*q;v*SI9yFL~@dA+prJVq~D2 zkMOfdeSo=sYGWSawHgG)g{hI{LQGO?u;OOb%364<+eI9$k}|7u8RS%lx-q)&x6N;N( zqI!DTu}mi?1GXop^a|tTC|@TGi zA8W-9s$#o1&n7y?yX}3Ky8C7kJ>jontvwDS_)%yxxteT39HVx�B|Z!^PN;0Rf{M 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 ON7pH0o96M1;`QGI59s6o diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj index cec7564f8823dc596909b9cc830f39af6831240a..c1693f6cc21c157e38564f906f1ca5e8947ec265 100644 GIT binary patch delta 425 zcmYjNPe_wt9Dbko-JkDMu-RDcBf%-uH}`D_O+gumNCaW>DRz;eu;FDY5ybG2C-IPA zkv+1bB{ay};1i--QPM#LK{2E{bkbOKQ;QIMX9zuq=N}LJ;P*27D*G&kg~gTwXHW^@ zTM|MT+WZfRz^u*^#;DXH{c}tsCyymdxCP~XK`-!zP0G6VK@Vp1wqI+wX2j)O{-Fr; zt1S*H3vW50((@k~B=9qZ}X%@|!sCuu>ay<)?Cme`et(z*`pKQ+; z3sd9XQKVDxUEJ_GthEOC_``P5#O}C@4$j9v;Vy^TTs+`P+ccJFC8n{>#e|DZe%Jnx zBaVxET-ChBKaL~e=Z$15c6cXg`&CqkF1A=!>~MA1>?}(phm@ delta 408 zcmYk1J4hT+6o&6VcONqdQCwDC*036c+1=T3f*V2bfrJzivy6?Etf06MjW4n+7O_fY z5rg6PQHd4`ArLT5XOYB!C>X&;L=p%AMMM-tJ0o~wmy3Iu-CPthzOluKVV&JZ8Eh7eIvjZ)jpd@K^KxV;=M4A1 za$e^~NAgZCKbo#{dJFx7eS8sq@BIrukzQ@&>jMa$nJy~W9Cz`UlkrWou`}UfkjsfN zOz~lI3_m%Obg{)Fl@FPTjArd)^y{*8zDE>(hh&ZkWE h)`nt+XNp%0+a@a6Y@7b3s1QHy+;O`E-#KZQ-vV*EcO(D+ diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj index f78cccb6ba996a3471056e9dea292c3d6d6c061b..8070a42f828f09f7d45122316a0c225288785b2b 100644 GIT binary patch delta 10649 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 YFF})f8^GtA&IWNX40XBXAGN^$1;7DOkpKVy delta 10441 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 RmpU25%WaUyn*XR7|1Z~F7`y-g diff --git a/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj b/blink/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj index c367fe0e4d28c8b4c11bc51853007038f7b5155e..bf9095bffe43653c27198008c8005be346f980a8 100644 GIT binary patch delta 8953 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 L-r%r2`&$F$G(^HD3r+ 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 diff --git a/blink/build/esp-idf/nvs_flash/cmake_install.cmake b/blink/build/esp-idf/nvs_flash/cmake_install.cmake index 8aa9487..aa203c4 100644 --- a/blink/build/esp-idf/nvs_flash/cmake_install.cmake +++ b/blink/build/esp-idf/nvs_flash/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/nvs_flash/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/nvs_flash/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/nvs_flash/libnvs_flash.a b/blink/build/esp-idf/nvs_flash/libnvs_flash.a index 2cdcb57aefcf1891eae9cb71f68b20a3eb99f38d..fa1c43e9609c87898ad6b0abe0a0ef40a0e0ad76 100644 GIT binary patch delta 113039 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 E0^j(n^8f$< delta 112929 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 delta 497 zcmYk2ODKd<6vxlG-@V`c81E0?XKXyujF};il&o0D3L7a4lxCwOiiSLsvaz5;ky%J7 zc`XcOB^$A%WMhey$IeD6=PKpYJ^%Cno&T-dU9MfMT`9rE)l!;!0)UJr0Z_-o{}PTa zW-O$BU~EY>I6MYI=uLLQQ72~S$PXiEf3e80*+l&TBj`*T5$etaqjF~g8(^QEp33o*fOKsBaYgA_6GATlZU(v3jiz8Hb(Kmq&vqU z3}Rr{Fs?E_nEd2B`CF+G;VL@To*W+>iqnFQrEc}Um6{HWI2fjP_Zpk&EI)y3R8`Q4 zKFt&)P|_#QacV8>#BEyVeoHTfQH)ToSB_KE;DzvjdcBZ(O6UKe(SS=yF9-MNh}kQ% fiC^}{?3BJa9j6LEg!k0$hx}L`KsP_`ul~j#ealu} diff --git a/blink/build/esp-idf/nvs_sec_provider/cmake_install.cmake b/blink/build/esp-idf/nvs_sec_provider/cmake_install.cmake index be89f4c..4d5d82a 100644 --- a/blink/build/esp-idf/nvs_sec_provider/cmake_install.cmake +++ b/blink/build/esp-idf/nvs_sec_provider/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/nvs_sec_provider/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/nvs_sec_provider/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a b/blink/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a index bbe9881ce95244fd2b31f9428a3c8a9fb7b0103c..45ae785d1c88eacfa993108998e5c6499a483360 100644 GIT binary patch delta 508 zcmYk1F-Tic6o${a@7}y?jm9QwUb3`eA=X4ICeVO`DGqjXDR!y_aS06;ijtww=pceb zI-Eg=s5n@KE^3w(0xqIMp=%vnq(iY=p`e@nuON8gegFOcbI#?R&Fq)#eg~_3PNLk$ zRT*KaToO^Zpore!a{nmn_aIi7!EB-1%qftG94=oV&ldqQ%`g$F-I*;57Vv{iX*df-Ig(y~GDXVB+j1wm_ zRYVW#m=8^b){(cnM<^P_X8aTz;uw5fi!Gsvlia%FGWqDW^LBm3iy8T5)3RaX4@$+^ zch9Ehi=~4Xo@6O%zKayHj^8f$< delta 506 zcmYk1KS*0q7{%{*-@Wf$F&b+~@)Cy*3Z_ZgCkd!nuy%557U`%Uh8kM`P?b=G#z7E7 zaQF(1D7H(b_=k$=;2`26y0wD1bkxa0yNXLax04s%@4R!)_g%Of`Stv66UnYlZl)B? z^Hbu=r4S<2BZbJ}=l+q#Ye6iPcY)YZx->p5r1Vzcq|tk}GwP2Oa&I9jWt)sYY=z7_ zD^j1?0i}Qa7jFTfR%nml-8muB!c#W%R24KThurZaFJaW7MWi7QktAI%%kG9#7@ctT zZ8gLPvafQ54V|vDQzCq9O{V_6t;5@(&OW?>m@pvp<76A*xkA0L?upX@*EI0FUr;i; zgy_Kz_T53ZioDTYBAP>v5cG&#YcxJui&QW~Nvi*1GoE!CX|=ZKM086qIx$uZ#!Ih* zx5decsh~JDna>5oGo?2pyk@esYqRNaZ`9P*L!*XL>_tzgkAFnV^nv?h1@if0tW1i- z@dAzT5crwDfj{|QJVR;D_^mX{1;3rPxC~zMC-5tufWP@K_?_d4cI-X_&-oRY<>f^D E4rVi4tpET3 diff --git a/blink/build/esp-idf/openthread/cmake_install.cmake b/blink/build/esp-idf/openthread/cmake_install.cmake index a34259d..85c43ec 100644 --- a/blink/build/esp-idf/openthread/cmake_install.cmake +++ b/blink/build/esp-idf/openthread/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/openthread/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/openthread/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/partition_table/cmake_install.cmake b/blink/build/esp-idf/partition_table/cmake_install.cmake index 9603364..3a18df2 100644 --- a/blink/build/esp-idf/partition_table/cmake_install.cmake +++ b/blink/build/esp-idf/partition_table/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/partition_table/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/partition_table/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj b/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj index 64fe9a5f8ba2609ebf7a24f21ebd12ea9283d540..67a1e1c68f6e790725a11cc1e3b5c984a6aabd60 100644 GIT binary patch delta 591 zcmYk0Pe@cz6vpql@7{UiIKnXM)PRCRL!%bGS7y#kW0bi_q~0bWp`eDD=%tO8h1diU zZ3-79Ur<6p)XGhuR@9;>M8r)nP-)Sk7C|j^(N0>_xznZ#=l7jI-#z!PmcN#7w@}M$ z;`t~wX|MBCQlQB)5?nHs)cq_L8AB%CVOmN{HdyVZ z<;6?Ymi@&@P(S84zQCJnutz<*NGYd9M;Wp%}HWm5zLM@Aa#I1muF{UuDRP}XN zIJckk1^rH&e1#+Ugi#~x9=;NYhHi1SX4+;hLdWsPiqU7p)ONa$gK8^1z}aekm-AP6 zt#;5H)|jW!q@~A$hlA)9T{_qW1}6rocyp~8glZN{Nch}{eC^a zZ*#Vp9%7=?qZe3aCK2D`kqe)h!%OBN)O2}t6oXw$bP|d5IK9Di+N1aQ$&4VA@n|=0 zGLPXC^A6gw9{s=s^B$J7Tvu#Wb@QZ@V}B1r6$k!T!f!%q`SR-tYN33w@24^e!Sl3190)CrOdXK1Vpxf9dx6uSn1@Q#O&+tO- zq(@j`UO}zePg~HfQq+QyIue=V1ymo_8)y0cSL~JF@Les^ddynM$bha_q_46Z=5Oj? zk3NK9C#Y23ZkN`^-IIN1^KP+l+C7)=?;CXUgZ)j7ZqNC`nO-~%XK*mS4x{nNt!As7 zsfsAP%sS<+Sb7uP!PqXJrm(=QMO}+eNenQXF~i)04OyQKp*#DUjv>`LOwTdd>eE~N zU^>{F^Qi$hnO*qIypBwpPszY){0zMj@8?@&AnfQ(%7pjuMFy diff --git a/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj b/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj index 5877feca8ca56655e03bb9465210cdf0f53d9f6a..6f084e25fa8e726bea891fd941d87f7ce6c231fb 100644 GIT binary patch delta 2684 zcmXw5ZE#f889rz4J-c`J+}*vKJtn)!UC4I`S=m5>V1<}S#Q2#{kO~+HNlOeQd^S*_ z8yGq;79HBdh@$~SK_R6GX4+b+Op9%m8Ectob(oGH%*YR_bPA4k?2mT(y!VEk*>m6L z{dnHzyyxsqE}!66PVoJu{Q0wGIV0aD7_+Y!jMXv5+VH*g37DbBVF#?xb&iK=zKMsi zAprZMqAH36Lfb6HOj8UFZ$_S&Yf`#-8yLlb5bW=BKamHQAu+(M3*-%mu^^acgUPt_ zk@RAsGQ|<{eS)~ro_@u1g&rmJXKFDkwjVB|1`5p0o*gvJnXFdhLuds1BB=n@}4yTd~GoL;Idk z%IXD>S|2ns#fLy9DoW;1xD!iCG+G~0_;vk(nJOtpg_tL)u_aGnLt>sHV9S)|BA0&% z@k+748phV;PAsA+?5jKv5^=W&Ou3&xvj;5sD79?yfGuqr?L8iFU%xl$}eb>iwWGtN|}=(aa^=plO&=8(-j>NvYC95Mz8!xp$)dKJl0(ph>8r=deGqFJ1eOrT+p z?4-ya?Gb2LCjUVi-i@UIR>*IN?LF_1`dM-#&Nxe@#Vx9H)Jj6TdDw+wr3Q#)5BDdfE)d%5BUiQQl~zgq z1M)q~BYPlbhN>pC-_OXZ0@{f7QN21x=z!1M=-qMg98W%jy7}sV=q3(wM*}TT25ETS z&umu1G~O4veGIWywT(I)=1ICkZR*GK2_E4E@1W!%^;1GGapxlFE~_Xte8nHZRaHdu zImV05faaR&(z)<=c$a=Md@#R&+C_QsQcxyK5w=B=TLDxn@50{369kxgh6oG&{g~<$ z=_>N+EnGut8a3a-ntT`IPKnvvT0$g(#yy7@5MZj8G&cAssJO*!CK`FcV#I7E^}fio z{O3q<#By$(qVm;rc8~KUy)>Bmh*0k>4fJ~vPxvuQEg|YvTv3?~EmV>G3W7Ss0JoN7 zXQ~>DSmTeDso7LM$i3TTs-IKrNgm77WwTWS!684WR5>`sTA#&LUlUsAtEf~#(lqR6 z&QM#4bi_yX>X$U!^*)-f4w1qQK5AB_l)2GIZOkf%(jhbrhpVvD5K9;8v+{v_EpE3} zsdmF>>_I21ULAy;x`0&U2Ib%5(A13}>_{?7_qZfv5{Fc=N(|rq6e5_r6ef2sL3+Ub z20{$?65OV{gEr${0dw-yrf@OKoB^x-qbZzbnQLfi=cjNA{Q5IHo&P7X?3DHB5(;70_O1fz zKte{tAHzF+0twZ%7^sZ(USaJa7FK^dY0J! zj?R^_BBxwJ#wv^}c1uP-BC)h=fN)dpp-8c$_p2r6VhXVm`*xJrvWU`L`(Xe_I+T|2 z(v)uZMc-$}j-l)Z?Kg*?s!W_|e=THpQdzGvw3f4m9KARdL2jrYegG0HE1M5dN8 z)H}L*^T@hBeYCPrJ2^2~J9BkFA8wCK9>}gJ=kMv8kF@jcx~2VJ{F0vCG0Ly&lO65+ zWBnhjPw4wQNBQsc?>pQ14V~y}=UKf9>ves$tB&{UPr52_KD@g|{Cg(e^m=DDshhhU lK1+9Y*YLf18`dU$6zfa+BG%pdCe}abbWaVxs#|)B{tr@$h}-}G delta 2673 zcmXw5dvH|M89yiYp5429?!CL4J(At*UC8D^o=t+JLWD%LG4c?zfk1g0p->xnX$ht% zb{B^Zv?I!RRIsE{1uABQig5rDIu4G{cIY@mZD#6JXNpcn{t#O`txh}b@4Gj-Gkfm$ z`yRjVcfNaaZ$3T2$4>AA75u>IT#Hf23&!kmgR$>3#^&QUd6k&qg|JJk@YftS(|i** zV`mBMkIHH&QWD;6F=m=#VCx|AM2AV~W)_TMI1Kw<9whS6JxDC!)(7M*5&J@5Y6p|i zepkAis7&!9`94G3=t&>-UEzL0?^26q_W)c*3lx}xz8x~n6F#e9>M{_J=xa z)+{?mX~)8g;bBrz_$6@(w#kf7A<-N$z6P>QV<(W9;D1265HdC2ORESxU8e8%eY)H&f1Z-KMxo9c$ zAzm%!T3fMo`Ex9yGZLtL2PEPaADHqGfq6c#WIwgM)d#jzG}_yI5SQ1e!S{TiINz}Ldz>|NcO?DHQ!zx%jOX9fbu|`S63QSkzqhvFAl;rnD2ow{?D6%v<9lVSu z{-wVVQ@?vF+CL^%Spu5mS!%Mnlx!wnC9oz$n=$1q(y}%}legq0-4SYSNrBB0+pRoR zE+R#P39^|yNqu$%m6-g4@VO~H9BM6Sm|{5c2yV7~jcR`712@*c{)bFFm#70lT>gU6 zj`&YIC4Wydd7<>*5bDXfq~kZyYTPR1x0H4w+l+*2c{9y%B)bBjPUa#2C!JjYP4Wsj z#i__MA*L6F8wv|4b|x{5SeLv^QqLw{2Dl^Ezj-|q=Y0+HNF)j%)r-<_V9=Y#Y$}xzF(Ae$>rYA&MR3aSb$ANz!mA z$egDhr12i+Hl406wVOIT$CGr1=Bxd)2_E64Z=vK)^(>)Z^Z5G^Kc;RV(xbr$uBtL> zc#N050-ABvsaqm9^Huu3$iYGvwR3p+a!@Ag5Vl2KF!fhL{gWD!q~V?*W~sGAy^bp?v!R75lHWp5UToyn zYRFK{q~%A!XqjrK@&WFjE>ksvU);yt0v$G6&7ssyK~Sj%aEi?Vi>LlWXiK1?TDhcY zYmix|ibT3CK&|Q`4fp;4%~r=r;R6Ahr|6GS{5U}KnNev|Wu9@3xJ-LzWMm_%vWMZfAIcJ$X=GXUJj(5dr;r4b zdn`MK{`Rg3oMG7-G_)U?z~wA^4y^W1Cvci&ucM`1n7}FU>rd=-;h)5^TehN0IEG!@ zkCsvg5;7F|7~W|kSRj0u==T_Z0CHcTkvL`Xcof1HAl*s%F9;@kA<{`FmVgzXv45b( zDL2MZlcHSrN$Te0;>#xsYn;l7$|#yURX#8SnrffMV#Y7^uv5Xe>x)jN&;l;!rkclz z?Fu?qyJhi82^j+zmpdtAGa_zU&V+DNK0%RkN$*!nc3=u_#{LdUY&nh6JbN)fT&5^3 z>!&Gyb*K7jQj($4&BgqO@5wWImD|NH>m#nmm+A{{uIY2M5fLLv@5HJz*kY_NO3814 zx6FSvPNy$*tRqy_ts}Ae$S8ub?ojP{JtyWl@1Q(B-LI(Mt~bQ$8)>AxvyC|T(ngvL z@4VedeT^9mfOq!!Xj#)!`dsY!mItsY?#NG&PuERo#)oTSj5REvTBnojeTe)7znOp5 z`{GR<_v6{{wEwW_|Ac1zn%an`-1jX9&Xeyi7z@wDXq0<_3*>9jU&Uwf)uZ)^JGdx< zs5rW#G!=9Dhkh`)ZOi)p?StzEH|kTlX?lOIOzargyn*TG7f%`eTdu(x%`^;^=psJs z!%b@{`J4KiyL$MbUeNO;e^0mPhxk=}I^V;uXx`hySLoi}A%0H34|`mvm-O&zJ%IJ9 zetk(JzgvH{qzVj?rM3LJo`JPauf$r^yRpvJFJV2TKg7CAe}nac&h^!%KE9K&SFwx9 HYtsBbfeC^b diff --git a/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj b/blink/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj index a95b874bbd7ad425864e0191f036597cb8317bea..8be31a5c9629938658e6035e3e61afcd06cd42ec 100644 GIT binary patch delta 230 zcmbObIVEy}0^^m9iaKJ7wM-0Pz{JS53CLt(p^C#zt`7-XCyhlu# z@yg@}V%mJSff76{iURCFbsSeFONys3e%M?mp3kbNpOK%Ns-KsctzVQ{kYB8yT3ldk zq@R?NnU}4fRGOKSGWm^+!ekBESCbtyIX274-Qi~3G5M#aKhR)LEq}%@lV@s`Gd4^X z)DC9ko}8+!%ve3SQ(K*J_2i8}^6})GK(c2tqmDWw$7D?)=`lG_M_porIs=0u&?ztg GV*&tTIXzwg delta 206 zcmbOdIU#a_0^@~^iaKJ7bC?*wfQgZ90+7kX$nlvGNHMV<0r8mFYbWQ4`7-X9yhlu# z@!aGGV%mIHff76{iURCFbsXm=ONys3zS>+Tp3gd&UsitdTN!bd(#)Kc$-1(yCrfE^ zZB~%G!_By5@?TAV#tV~uwfq@BOrEP%&R8>9R6CfFb#kV*GGpoFUTt;OrLqhR7Lx@v xg(siU7GS(P`L4D)W5;Ax9d$;Q$+|k~tS<5l40&Mr9327HHR=ouijy6+g#nP1HvRwr diff --git a/blink/build/esp-idf/perfmon/cmake_install.cmake b/blink/build/esp-idf/perfmon/cmake_install.cmake index d16c4a0..01611db 100644 --- a/blink/build/esp-idf/perfmon/cmake_install.cmake +++ b/blink/build/esp-idf/perfmon/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/perfmon/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/perfmon/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/perfmon/libperfmon.a b/blink/build/esp-idf/perfmon/libperfmon.a index c3e35de07d800c789b9b2a4010f93f97363f27e0..3be19fc3ae354358502208994c711ee86b598be6 100644 GIT binary patch delta 3453 zcmZ8k3v?9K8J@c{vpbtRyP0HflHFt%6SB!BB*FsWX$%2ENaV4JJfsRnBB+RjQey!D zmsbzI4gT>}K=7@AR9LZU6%ngQj}JUW>ao`1L3`BFiWYnH^wiVup8-$XIcNU4-~Ipp zyWjoiX7*3t2K~_udf(LrqcyD=cmJ_-H?3P*xp&L6!qb(oRQoPvigIABa{I8Pa-4*~ihp31~} z+^N7v{IJYNz-JidqMlw&e-C3lsitR`;ClvX)$N8Ej<^ z+h0UIR7|Iv9Pt^6aVaxVtZAc3^hKz7oPz~AF*gfyC#ax5LVcK9Ko5;eiP3Zf_5=DF zwuNHN?fS^Hcf#(^-O)Tm&$gL3VJGl1>rkUM+~+PFt;;dSK|6)2`V8ZFJoII#pznA| z6?=SvmDZ0(1_x+_!Qn;`7|s3w##ak3Q26H{5XbTm&-%=@elQIMlRjp8td*$@b34!d z34T2jd&HdzT*ByWUSe>#4^w&y3XEQN>^F?Z^iMGvcpTb|C+uz>AE8@Xsp>wP@sudqvVWQ50Be%E5n9OddVWGUFq zQIeS~`6M=Pj#3P48KotYhGeJ0pEMh-9uUZN%+eI}c60z-<~SD^vX4Qt3oLmF%NXwh zTiW~@Cb+Q9(oYUfhsJxY_C%GUlzvP0nGPpo1*PH~46K2NBv4{?o!0gE5 zu_m{${LUbQwFO(*Gb67WyqYNZH_dJxFk%drzummlGNH+NpCMINKCCdaZ9xk@j) z>vhP9yzc{fJ3&5EcCzPnn-9?(`30|cI2;9-E5GGUzUjV@1zO~1K&Q>+!eW_&t9`AFlkQTTMrFaKxg<@o>^I6PK)C_MA!$1gCkO#}Zd(7%lNsB$b~v z^>~prY6X)n^-x;v=i>g_eQrs+f5V5!Vt&L29o)i_5e`0?hWBv$#}CJOf7irn5MvB|ZnYojr@A zT7qcGv{>kG%(70Vu}UC7%cjM%{mipbe+x6=U-E`RC60r}OpeFOp{V=ks>yb!3B?L7 zMmm0M{)(JXss1@~q8uB(m1#p2&g>r(2cAvzphX=TdqVhY?ge&shw-=Xt=#A+u;ti6SINFn%Ohx_2@S8zB z!XK&1J=kUb%sdYM4R}l3U#;p!@a13VuWX_lGPT2AfHS|1d|5j*Bgt8kkzlsN#+fzD7cW*jkmZX@kadZm5aJH^Z|6_waY=Oh>)AhAKKEwe_4?TF7j(k=22_{`U|o z%JR9Ue5SKJm!f%{qr{BdJ)M(cW47!!|0M0OG7;6x+Q(oX*{}d#OoP-T%{OpW0haHT%9KXRJj# zN{i_)WlnBF?m3Ab`}+gj3AewJ5ohRuSC)&lRB&*HkhJh%rEgWj?Syw6bi^*&doX35 hM3<6uJK@uqyPd?VDPd79Y#VjHnlhhBX<7yE@jvs=U|;|M delta 3468 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 F{{<`7YDxeA diff --git a/blink/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj b/blink/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj index 89bb779374f50bd95aae3187e6bbb0682db4473d..969327227cf5ae7541f776429930a38106df93b8 100644 GIT binary patch delta 8723 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 delta 8729 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 diff --git a/blink/build/esp-idf/protobuf-c/cmake_install.cmake b/blink/build/esp-idf/protobuf-c/cmake_install.cmake index f72f10c..a884d7a 100644 --- a/blink/build/esp-idf/protobuf-c/cmake_install.cmake +++ b/blink/build/esp-idf/protobuf-c/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/protobuf-c/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/protobuf-c/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/protobuf-c/libprotobuf-c.a b/blink/build/esp-idf/protobuf-c/libprotobuf-c.a index 6ff195af25379150c56f34e7c5008a34bc038026..30f48a46807cae04e6f07587556e4969710e6b1e 100644 GIT binary patch delta 8627 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 l)KT0c^p=S41oXV<||VZ-}ru^q?xZWwQX)K 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 Clz~$K delta 772 zcmYjNO>0v@6rDSn_cEEjgqWuJkW>;=nxJi8r~yCd#zl2gjHrvEg%a`62AdC(rU4Ox zAVRwmr?@fMDRtqdL|tirfGBQUxO3-5Txr2C#CtOoeDLmh=bX9czB|v{$L{?!Z0}~y z^OZ}$n6tweOW;cn7yfzFIQMTN^9id`TW4HaZ#arl-0~rSeQyZz3pH?SmYA>>5k!cZ zOUYFe)gh4nzJAXW-4gn~LUai=S;Qi0kbjD3Kg1FsWlnqpxrqtt8u|MW+(Kk(my&-# z_%5lcN9>njQniTvG0ah~@i)a^!@}x0G2p>*?2C5QccMO?x`3EaCvlFjjhRwFF_LGl zpqEw)G-$+l6UrhM&h*fUx(}? zoNUvY0a6^1;_?G6JzVn$57C;;ES51$s0huO;Qr%?lF7pq-GKaOilXKKDN-Ec@(^a4 zs3|^bqJGoh(=$9m7a^D|Q+E@NW>L54e1H@w*14p+QDr*T<`EjkR8RLs8s_vK)};O< zCgG>Htx5Pen6~!#%tm>w?JYOUwH2?$hJ?AR^{VIADmUGx*QmE#uhlp)>t1hH)^2D= zCPTI5|C95faywcuS32y5bV;xB8>DXm>sqe(H(9=(1Ie4qz p#d4N#7%S+r&Zu_cVaV(8cn*qs9_zNQ#&d~9ytXrVI|t9f=Ra9lcGUm? diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj index 4b57691311e5073172f9f24a17f085d534492f72..9f2a435c1966e94609ebea2f32247d477f5afd40 100644 GIT binary patch delta 3089 zcmZ8i4RBOf6@K@=_wruuzPH(Acaz=hZpb!)1lWX7f-v$^tki)vWh;dNG)+fLN<;ax z5U4Zl>@aPVwxOgwqyY&8D5BC*#0WMFU_cPcK%J>zt-zo&#A&IcAYv68@jLqn#b)Mx z@1AqdIrsa{J^S*HWAd|Ovb|JH+?)JBW!h{_b7uH7tyBB|KWSSRq^3#3S|~J4zpP{Z zyP_0=3wmNY|G&+^HeTghItk* zJ?u0A)6w-DVOVQHBga7KIRmF`hSM^3WN{zR*4s?DBf$kQjQs$;2?ULr&>F0Btt>55 z7ycVC)fkiz$^rwauG0lyEL4fLP#SAeZ-K0?`Bsw8i8Y_ahNk9%xKQ6_l1leuTUB9g zsJ~*MQK+Z1^U%$MCPeYpdHYB*CnlU ziZhoHtEn_ls66hOszy~)^DRXwbFR>LbFrPEZ!Q#Ne}mz$;g~N7yAo%*$IvI74J{I-%++DTFf)gRJ(J744KVwJ>gO_=?_oBV zh{{I14GwVFGts;*><4i5ZV4J--Vp8yj&^tRIsX!YpTIEOHk2@LdY0|Bvh|r~IqpSf z`(MurxTlQ_Od;JA5<_mY1xuIlYeb2u@_+l#xO;8fF=$xq=ebwA`ipSM@;mf~hi zSH=h6t#n(NOhEcrbjn@FR)J^LxWz0h~)_YdmJxLGd#WLAeERc#DQ|Yy$*|SobZz3l=E$;ad${0+?VUKODkoNnq z+&0$IA`2cuvgWSl;aqt~SvhYm7s<<<%;64u9CNL-6PR|7TV|as*C7}t-`=azpY4k~ z4-qEGWG?nFq`zl#g%~*sZ-cWP_DnQ4N;`l&Z}K+DyC-jpynFJtde-g9+wNJIybO=t z4$lm@ooJ}JOFCmfDC8F5Hq71LJVo3;K!LeO-jfGLad!iY+bct1Sf%c}Oz-D+CXe&> z4^G}uuGuRi3&Atx&Edhp$y=v}WApIf=w%17@6P1i)DuGPrCi(JX_g3LJ^OOvo zLs7%OsA-92o|ZnQYrC_U#Cy^`%;ESdUIJlX3C+zvnwgEIrtZsry*jZi)z?u-R~7IW zs)xS-YCfhqM^)iWEBG?-)~#C^O>f6RIpul`;h|ns$*CFsIHc>d5p4w%?eH5JK$snl zRhj!HjKX~gu||aW(h<914&GL%dBKJ2A;KD`7GT5C^v9V^ zIDUf@IX29Wh&3&@2E+^Z(ba-z=4CFPj=us=Ao2rXNGsTaSnpeJCH(x+RzCwhO+AaB zkqAz`qwYVLW-F<4wdn2m$$qY+rXo^PPogs+^%5`~OaZ-~EN6~i)f*94Y|xtEq@m;Z zyj|JOgqAU%H;0cvP-rK*XT9aESJ9PVwMbDkG)%lpQ-HT@1`5ZBD>S+&TGq>f&y087uCUr9T%XQOk}r#7=;VSZFg%{u_ZubX`NMQ@yl05=2x-q+!}sI0W|_x1Nm{hku8| zvZpqsn4g$A>Pa+QEQnvlRcJ#`0mV1(648@Qpb1eHF(=v}%4vU;Mf^QFX3{UY!h>HR zaX61j@M#aFPNUL!EI+{G39I{D*!a5jH(Hh(l`p$ZRL z@lvc|n&3+wmt|PMhjgX#2PKWK?t_0&(w9qqk(IOrzbR3Dm!uzO6R0N6lIr5EIs5?- zmGo(}dJ_N2MB)pIw%{O7QOU?(qtN%k=6O7xq9LCvx<4^pyhv>cRs`M_+S9RdF!k$AV3;i^tx=1Z*Uh>qa z`7OA=Uz{X z6?6vpM@n=ui^afYbf|Nc_=v`CNMr0;fqirin4+N@p`)i|;~XhY(wR+sPNHiSBy@D8 zMI-fhb&F%vx;ZTzI=8tShqY{B^2dRF6z)z-qk*32UMZfXi`~q-YHM0NL(c&#>CD!V z;#>6Zt!3gGCAL+V$qAY^p7vTns^1n6^Jww53Qnz=(58N1irnoLs5cfkjUL-x F^glYwGG71y delta 3113 zcmZ8idu&tJ9lq!I-uUMD-o%OR#E$JWCQpd-0779Sp>*sK9>pq9!B$8&mWU>Uz{+bC zLsmya!^HbXN;47&sDrJ5P?U}Vg9r+x>jX@qP=**~8qhze(C7++Z7}xzd80+a_Aa=I{u#Z|_MbbRT?8GN}ittMb1 zw23ox_gkQmrX%&wI(F%X)2+Xo!ruW+*GdEKpl=QgeLukUItc33{&uX>-6>jzOJv-E zsVdMyC; zffH8=bpV!bF8~E&wMgH>6g5vb-_Tr9FamWJ8@iF~7v>ah^8vs(D%5puqj`SBW~(S` z#JA1~7JF)quY~y>T)iE{0T_3L{Sjx|yLg{_!uwkoy1f!DjDI_pX(!pb?^u?7f!Y4o zvAp(4Jqc4tJB~uX{bQV-;gXRrQ4+LYBw% z$OCxG>?D)%N)L;U+pE~hcC2c#am-Pgroxb!(0XLz?tna%2S&C|m2ekulE;r6GwJ$tH+ z8fkXm+U#9)DI@QtKd_iunH|MdoAxa}=jUWr4`009$<}wJ#SOi77T@(G$MV~+u=RbJ zxeu|Ry_+*EXW3jN%B%3LbG5~uTBB2%Uer00w?#fVd0XX^lh@-|k0x)2V`1`=JbLds zrq|w$12x{0)^HH=+vT_oW3Mw$LHisO82jX)OfZVrdstkr^ao%S*vFaP`va3#!*%-y zCht@3c~Ayhz%%a5;o*VFTcrjg*gr6OsX;vYc=B#@pT(jgic0G?d9uR8O0k{sC+RfUqY>GqOHNCa~1hH&Sn}4G2p$5sh3b29K`x z@*6V2ueoN5cZ8qMUvZh~@nq7ifIq5<3z0w!`p#0niFJYt#`a5}kA?5FT*_ z{Ef{n!K0x=rMHn2c{H@byBu5L#KHqHt>~dfD(9KpOW-fsp$+4TM|2%PN=Yw`%?XQT zG&84B_~=;9Xfc@{q#{&vRqwWd<9<$G}Cjm`syDL-2^MFLBiIUV0rxb0)MvkKV@{?%v7TB!7<0yLOYenCRju$Ivb(9tDjIyFXMrT#^Gh^>l zJ@@$rdS<11UPix*j>>8I^|7m13Y8-5O{sJ)%~Nsck;1+s`7IgrpQ=0>U-4PE>ec!4 znyOlxe^T{Y(}MX6tC|)r7(T3O_TuKbjeRAR=S5$jx;U$^_W2)964lhbCLwC+Ca|9B z)+WR>S_AB&%fM??u`VIvv>fQ~nsy}Qy(!e%F&X`ibR5iu z8nwNh5Oe7~@Gn%nnOQ6bzDgf%UMl`Zb?+p^Bw7PJK$n3;~oe(-*?%syYmTzV9r-273x-B8^&!X0COT;3&zKwa0=t+nL z)CMe|^F8I_WfI#9#TQh(y;Owhh3%!r)X|!@o_gIrTD{$ix#>paDt!pl=q9j;0y|34 WuWmhnL8c{VNp diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj index 69cc49103439fe161e4ee40bad7200604e1c395c..7b6f1573b2085efbefeafa78b9380f335d361fe4 100644 GIT binary patch delta 4309 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 delta 4266 zcmZ8j4RjRM6`ni0likeDBq7=C2C^a9Wb?oI!H`ISAcA6|#`OrH*lKE(m?8wK5QA1v zQUMi?9IclK)m9+8q?SUDq8L4@q8udU|Nd0BOLHoU>U6z<8Arc-f9wy# z$0?wyt|t=|MRRHk7B5p&w>Ha-LAP^;ju*wO#hhb}2`EfiD(>Vijh85Gfq|D(TZ)%s zTKqI%Wb8WeaJrs|QF=UeRWFQ1xZ-&Nq_r?P`Y<02s-U>d64VFw zivBw4A^kbwu7}1TNS}*ur#=}jn(oDSON_o66E1xL{N4Hn2U6)_gz5S(;pEXhD9g|% zU@23t!Mbt!C-98d8^JX}@dTi(Rz;2iI7d0$Kye3zLoLWE`m^{X-4KEG$yiELJcp5A zn@5iAq|8-3_dqZ04$Artj)oY9wvya=2sUp+(b|LLIf7BeJPN6_)ui`|z-9v~)E=SO zr-ZoTNs*ijDO8R)BZYsHoZ503C~6zX(=YytXRqw|BFbnK4>6qDE^@Dtb;f;1R5Oe~uQ>p5HHR9=2Zt1Mj>N^-a{=>$sO(mQC78=F=ZmMu zo(q}P*hS4$1Lc^@Gw&8M391LGEL6f~tC)$Fsg#;Cr7o{+O*GfZoX@rfQ&-{D2qw$JPEI#Y|NbrSaWnp;(uxW2B=E^MI&6OEn~6f|)PP zaII~5%`;-%sK&p5xfJtD@w~~l0_H?M;!ka{lxR?OX_q`(i3PS5Ry?yM;4aEMCgg;U zAtP>Wnd;V&+5D%}(xfI{gJ8upaO-Gy4_8(rlS?TWfTvU34H+@CwW_;Tf-P<>kE)?5 z*dfKdRd)7wYMiBuc?HHaR)d%0jV^vm%w<&AAh{&kkddj{ld8K4-C}p%Q|jo>+oX=} zyv?>X)Ob(Z78?r-1l68XjWQ7Ongu9W+iv$$is=ywFQ}PU;T zZw;&r^A(wUDcX6nB<|&C=T+gHXn#>to(9jb-G@7)jn``CV{%ut^Q=DHJ=}Q)>eQO3 zs1}ii!B34%y<~@U%R8!9?h$9)qWZ;(_MYkyx^B}t*6*vP9BTuYtRLZ?nS65W>n$hn zspu=MTQ43dRQ+#2hrS3SPW_Nv0D3vvK1N>z?yjU~fP;gBEsA457K#ZuW}`swBS;)m zn!g?eIi>cm5fWECXIwI9Bdz-;YqoRqT~bSA2)uIPtC$zua7g;^@Ml%bP~n zZl^dW%Rq|jC$SY6u_LDpMc$5S*Hpa&FT+{_GEbBBua2(&jI8fVYn4cGPL_cT*PPhbha=~XUjL^<>rW6e^X&C~C&akXGEx-B z0`FWMVa+P0yvJoSG2?R%ZCs(+bbc2+=|QO-Aa(LAg%XJ4lXEBLqok zM?nd4jFc?DoQ)Os+{);j5}M8LWMuejgu@B!3r;p3Y7auN91l}4mA3Kpu#d}v*U<`o zAUK6C<6Xg;ERWRuuYw=Ju>=u?cyfwl?8Ce<*eRNwyN!!8>!_aBW{xEf|0y$wOmAn_ zl~iMKdebc&<*xt_wf_tR!dA{bR?bxz{Vg73nVVHt)h+yXS^RvK|7Hy2SpKhug)7}q zA}5<(3%oC0*(br8Kxx#QF~%y zlvZcqIg~2@86Cu9m-@^|sd3rWl^xKTHeQrr!*GU8R)!d8q~a-B(zHyWjvUz>ORRO- zbtQemVf}ChTbk^oD2EMJh6xgl2hs#{>gWw_%}I{8qT)I3bhmS+G7?Oj`5 z@GTNP1X?Tb*z(*nB2RIqkM+DVD&=W;(hc+Sq#N$dt1h_?XNK+=&TE(4pB&A*(8_xh zIS<<!I?Zoa=GV*~(6{a;`?cRd}pT_wm-kviW{oCv>S*lzk@lBF0u>QjuMh zt-|EA^Vmlv+b!gaN2zed*l0jW=;Ki;l#Zw{JzPyXuL;X3`A4{{@_BHew2R129v3A$ zzTgD%9D~y*cx(aEM+B%Ss;0@@S|kGezDNYvSyWXrMUFtiML8={qdCV|Im@Ba1UwL+ zthlP;HHp!!TI?2RfWKY5Cv4YZ7jFjMkm5^2;FZ(0qqxM&gGp1&Rgf?>%a2xLdzRAglBeb9EfhpV# zyoI$R5qg$ufxEdA=;l7)^?c^FPhc! z_wmPHTn7@_UqPtS;fn~bSL}(6cXFIT1=h+Ay;y!#&;4f+IEn diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj index e1dbddfac6730d24e5618b59ae59d378522ba2be..2d713e4f80a9bd094ebe80035348114c56b2fcea 100644 GIT binary patch delta 4348 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 IBWr&C5A6;{asU7T delta 4322 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 V_O}mDbj@Y#dzjLJ4@SWK{1*vyD>VQB diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj index 6f11034b70da1c093f7cf04267467f2bd916cb21..e69be31c17505d8a4e58a68d4e87ff771e5501bd 100644 GIT binary patch delta 1268 zcmYjPe@v8h82>(Z?{P0YyvH2}9OrTJLpUl=PWe%=zz}~7mh8#|tU)RRlmsP}&K726 zTbuomdd6BQE8A*Wl5knG6^?9we-akJ3yr1v$e4fwq zzTd%7>*-NzZx+Q)WFK_o-A+&{ag9t(zE#2J=uAeo91F|QnBG_RLV1;7hEv5^<9EU^p zT9ndw9=eV9L5Wk=4w*{I&E9D!75_}yMYL&@p$r2C@jd^(`;@U;0?tgDmNm|G4Yg>G zf6;msi4*Kv5G@HV#|KsnJcJX)H$jQVG0MWX?dI4^K#hwr(8kTs<5<_R0)GKT=eNM) z`31SgC$N{y>zUk$S6@IrJgVuC|1e~*cI{3q%I zd>P5}`71cw#kbJ4nCqbgIfD8noP{I>ya1jd){tZ=_dr?3M^RJAeORf8&)AeI<}JVy zu7GkcSK;(Nz5rgz<1+7ZJ)DLN<@^zPD>wq5<@^n%KfoU3spS2rU%?vctN0A&uH?_a zSMfUV)yhJawIFuwEaKUbi!k*2m?Pd$sRP1j{l)`VWxYH{fR!@?L~e?oY&*Qb|8bW6Clb zlh;xL)djFHveMqesqS`|FFAMqc%s_{7b7pzG;t#0jOkxwY5}XsT_adoGgjJK;Ow53 zxs-jLlbDsXUOx)68&FeEfhf=2@Y^3jVO6U47f5~jC_NC5h=0tw{wB$?aMgO8ZoQC-jxJ(07Ys7*?8yXo8L$GOiJM#~zqNP-PUw0px#lpWf- zqq8-%y?t9~XKUAvU7^-pT}6eV=8pF5+d|FV?Hw)AzaD)uG5SQ?#ohQ36_>(PDX#)A z$OJG~mRt_gCfN(@m0{pv@lS+lP&$Dz83Lw=@pBlxO~Cas0PK)?U`%SSoTE8OoeWb@ zS|=m4RVILcNZnKf4#QKX?w=0Rq;vvjWoSA=$E4(H1eaj|7?ZqM1pfW8Fh1Px;HRba zmoOYY1y+mgTA21o9dMPre=PzZ|F2xZDt`zaprV8&# zLz4X#r8M@NO*{Z5OiQt)=ljwoHF&kYASd08fj3~R(5TeE0_9$Wo>9g9Fs0lVB;cu|d1?17 zqhIB9Pk2oeB#gqGVPti8nRzK*`s0~yhKdm?Fh!iOm@@S%OfGCSW7kEjtQifqE-1UF z<)&xA_aSCE*6Bwfb{(wuBm(6tk^SCgIwmvTJR<`WT;UA!jrooy^_)4PQ*zDM?uo{}x8QraW0rAlpQJCusc&Kb9Sk#f?wTta5K*shjRuT%ir ZrDX~Gua@S%^NmvXo6qX@!CPHA{{SwbF+%_V diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj index 8fcb3da5471c5e3b37062be8da304b945794169f..f4cea90b49960eed62980a8dd3e776924bf25b97 100644 GIT binary patch delta 2441 zcmY*b3s6+&75>k@mwmX)KH#!Ec9#`gkc9|LK?TLo#zx~x5Kx;wFp$WIfFdDjgbgNU z65C0j$IO^VYt5Kily)R*r?pPg;!v$^v}S5L+Q)R#nwex`S`6AmG1~9{cg;+9=6v`5 z-+6uK+gozDE8SqQzs z*wwQ`7!K<|{W)u)^jM5P(aVeBX_V5D=?vm@WGTkQxJjiN^(G+<8glftTBW26#(YUN zm@~n}wY`cn|5b7y@aOIzRd9Z0pzTFeG(@}ua2vi4F@_57bMk(R3|#7c755otgH&Pk zI;#<2n?)008^JteYnLKz_oIg1_5-Lf*lr=uXq)2E%s~4ph&FvYPi7hPdBQOx&rkX< z%lecn9J>%}+L=BFghPjFrlIsXM>q~4&@`MrYr?Ss9ZZSzIa@f)Z1-r1*JYIvTLZex zYmpsxWy%i1ZZHj6KL+bM0YJ->vivjpze_nUpp@C;SPWiAx0S6!-hW0g_ae zq8i;NAc3k?^_A{?KI&USKj$mHBF_Y7qIS;&dKuLKS_jYf7tqK2Wq*lISa_R1pTax} z>PM?6|BPF;!pzh1QMG(Q4@HjiceEPnO-^gq zbyUm0%#AHp&vurSlxe6u1`DcZJWH$PAnP&nN?6E_`Dm6lzT}iugXJ8~d$`Ci|5Dr} zn^aZ?6(LyoEjivCsqaBIwmdqQJd)R@qYJDL#_E17MV+Plm)`f)h zo}+t|w_X;ee7CW9U z(j0mN!_eV$i*=z2DfTceQ7u}6-$PM4LJQ@T^?2hJ!%`xT&{7rSX-lb`NCoM}MCdWz z6N>odlcq_^T7k#%Yoz@O7QM{Vp?^>h9}LG_>eKomtx+3n4o&et!=>~Kb{57GO85{h zPj5v@9-=krttiRERFd9`k~~aRsjURn3WsThJidZyMqwe2{tMF;E@`_08L8YdS;;LVBYJqk1^^}^RQd3X0()%sE6c52tYpkbx zQ<_p6t4}}Hw(x2`841%|^8LsML{IR!qVzJ1)cD0R?8RS2L~HSGq5%JG!4f*b+0jzE z#*NWB>f>F}8k)x^q6PDOa?fYFQ=PJV`NL=d9ZyF;mr4^vcHU67 zp9c6w*)p2r+SqpbQF0=7dSP|>=H9KH70ic=B0CV{& jFu~fLVocotT*+O)8Xmh-oW1WOA)d#lboZD3>c#&6=RW!L delta 2428 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 diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj index 57d7065ece3e752c8429f19e4f73dc1b4545ea63..7fdbd950c63054c2daf6aba7bc2d4aa5ab8d5961 100644 GIT binary patch delta 3970 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 delta 6108 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 Xq^fDSEOiYA_r58d-J9A!j|cxBa@zJ_ diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj index 0612dfa523228013262c0a6d0daa73c8691ee0ff..0ac637d78d76001e8b01c7faf7b27aff8dba1219 100644 GIT binary patch delta 6033 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�(yjLrP)>d>e_OIQ{xzB{&yYJh24!^%rf);zSuY z>WE^D2Cpp9z|WE9ooun!aSrXN}F79P$8y2^uUU>^ zU!;%Qz;4Sm+H%?!mg<{j#V6D?Xka8{@aL|i!#~CEVUK&+g2_R(G}jsV35XDj;=Hg0`d7@#>!R3 z0NBG6E$~=k>oBQ;J_B9S1?zGq$k(A{Fl@vs-D7}Q5yyJUKMirky34O|tzxxSt%5=w zfhxp;1yk4n!|_;u_hUBn1`!hIiWwG5Vf@m~NE8g28Y&w$we>GH0eLA|ttBu{(_Op!ocM!it7Hfzh@b7Ax?iL8E`c z%L1c{KS@UbD^vtnO+Ij=VdKp|Rz%7@$WhS8Jec$rZh#Q|9JSWy0$@G)C2kM9TL;ae z${8sQ7o8C@+9B@fi^X6<*l2O{YsE^}Xzfndk8d(#aPTk~q`k-2!jR|}Kzx4whDFSe zpi*|sM!v@q`^bug51%9*Q7FleA!GYrg{%$pdSz(bHrNt097`5GgR#t}1x!db+=%tB zxEPH_^)>kMI*g%eDL&MEd_Il#TnpZZl2=!hJao#+2AQ&W7ylnuUnap~%Kam&6Q>$RiBF?+IK&$k;YCi`c91Vxvou^IcTk*x1Y*3dVPYj%jt??XIgRkCpC3ZCwiWLm(1Xw&jDWW3C;Qyx0s`A ziYInrnDggm^n;Ymt?q^T_=^-LzwW0p`2>K#`@9^+A}a1i>%6a6{5Ag%zq;Cdqo%gv zbFlp1W*lRQr?H62r*M$H_hr1z6kZU>E_~2bw3+#}i1S1g`O7m*+V%xAzG7y*aJ-;5GxdXnaW~SCD@~2KWO+R8GP9Pb4!o zGi4m!?*SfCYpD^n4hARJkw4BUz-M&qo%`f8L#7ArO10F@K! zi_BPk(dbv=K$6O!5m3Gi#zj26Gx>y;DphF=haZd_JoN%M6^O07K~%Pj`Y6UgmMP^N zsj}VC=aRXlzFZnzUG+;8`Jx$bjA~XGU(03=;}C580#ENEb6jIlf6MQ;asc~nM?(CM zAKUL$Sk55iQ_7WfH4q5+u43)guR_%}@ZPng}`Tc-KnJ^n# zEAUUnIjz$)OMalNW%-$?;aEIq{+ZT1X_!}9->I2~k(BS|PC%^ucLYV3k7rlm_qC<^ zZUbv>#sKp7)!-uYtAVA^jI_nuJ9wf#uzseF!mFqa&xn4=CkAEvLK)8QLHQ@^{@Moi zLwMTf@Z@}x$0u3ceqmkvue&z2ed4GY%yCS*5l0>FUitXa-aT-oo4Q^m*Rm>GFlxI?`)+8=5}F+Y9MPCpJoV zcFHTVI6ZZdyi2Z6pIHRr=jp=5z)XItO`?0>!URNoh6;NJG0+8-~0DH z&L&$9Y1_S>nOL-IsL6^lKcXB-RL1 zja%ak9Ga^T?wV$HhHx0Jy&6oy1kw~=rtA!}+{R(KG9fe!*OFzcVE~PBB~1>vO+H1M z=8)ua7h~=pLTnmGK;1t}UC)79`gP=X$3(4?p9j$|0Ij<`vQP z$j6v>H2P+5lKEC-dJFQ~k9#H}l|K_LvY!a6Gzv_o{V}8gg$U?Jpagr1{ysR3Yd0|m zeGKF>x(LJuEdg~=J0iL10ur0_CGHk&g_BK5 zG>qsH?jHI(7QsvPu=mkkjLAt!rN4agFvY48$M3`vAqlQ43~kI+%d z1kyCRfl_1i1>E9P2Gev}09YCHFw!LGWvodiH9(t1--Fi>I*G*DWFm16H9?z8N6`E{ z`U;Wr=_i0Plnx?U0Tm)nAx%L1BC?RHg#L_?vQnA=qv3P~4kKtJ6lF9KAhvD48%!5~p{>&$nChosE6wV$i!Qa1Ts>LAZhRSBpP^CL+9`f%j9I7}ML8-E}>Ns@)qw2D=no z>;DTlilZk@Tx&nMAbwO^?XGmq!QIt)z0?9q}0;rds zL^R)jqKBgXF#PEvqBAlPgwq$P8C*spo#}Hi!BBy&AlPO@>IW&@=wGCK4#I-bHvxsy zchr#RLm2C{337vSAaT)UXx&tScAGQ+iN*AUyyneGJ_MxUd4sblS8uMBJ_lA9TtV>g z0)06S)3}Bl`bOx*)Szmi^CEhiFPejsOgzW6ZL64=lNucpXOUOT^PPv4Azo9=!q9A3 zSt1X(#G|2hFkbN($`j>FLtDWG#SkpNSe0TT;v8a&^`SG+#KaAN7Mnx=0Fw|qzb0uTMkFtN7En44?%7V6^=k#W4%IuOJo|Al@sVOidtS$3 zL_69RF{d`?7#K@51CcW>=SK+Z6{irunK-yEmypnzT-*+`i0DUqoW{HBlB(R9mfANt zHW07=BcMlf{H3aRrq6<3G*?$3+@FGY3}>h-iYQ_Y2<~cKaf!<9f%vpvpgm3^%MU|C zlwb#(?5OIsB^E19Zt5rAD`I%3&d?zPFbiTbDx5Qbw1zX;^`wejAU_Q>kNYn4JQh+9 z&4m?2D;J|M9(QiR=B~svrot#T2GM!C^DkK4mB)KzcW^vEB##Hnv-9Akg>?5*02ER- zEYSy1V83SojY$8w^o6GIy|N`VX_yzo4$R~!MSPcHo=M&7kszc9;J$%J5r0a)8LG^j zfr#ciF7^7KRTk3RLsJv#^$?EE3N7Ti)YB%aK+^35j(cjR3bly7EaZhKJ#t4zmG>1~6KwPx%>G3Gg^ca-{uNc* zbgN-j^MaO156+TJ^|Ah}nm0T-W#3r-t+ujdOWMm;wXIm*QP$S6qGD9p!lg@=wU;ei zvt;Sl`>)m4xMbH(t3NS)Y8}5N+qO6HZ24o*dgJ2kdaE|d3h zLmrn+{5R6q*Tj2dYhMYneY-D@m&hOV6}ld7#J>e{X$+_8#3Cj5SP4!7SYT%S z6`ak0QH4h^5v_%g=0?F#H|pfHMU_HNLZVYULKqYcGv=d%A(mx+rguOe%;>k^5i-oR z=1~L){{X~%GEW6F^gI?0!O{F)Ql&L`hJ|&2GuI9BX%_BQ`lkl@To%5i^y>$CmxX7d z4Q6(bPqA<{`euG#mIM=1S0KOnbZ7!nMRU+1b3 z`OrFjKEjfStW#<$BsT=hv)6-Q=vSbe-T(@XG6<^E-!LMBvYjD`{Y9_J9nVH2h~u#eDT#XU3+A*!hY zbR<$zPS{j*OT7{hYch$Mmn{>eN z*1HeYYx9Q^&;^VbXuJR*1{Ygf$(taept?hpM1D?dkU*n-pgLU#c7y2=z|hv{4ovj{ z7)9$#=6LbG1=<-u0<58g<(db;iY>rz<%TyRA`>4#Vx>LC5ElX3%0$%~2E`dTS$U?~ zv9Q>I1XjMs#F+k)iZDc93}3$rsY_WOs^m9iXJ}Nm2k5P%wz|?xR4Ts{9%G27(PHbD z9upJ~VJ6mZGAH347VFV)>wIV@Tw>xoD8Twt`RC9iL=mX{ebPKuYfN=+aV8<32M^&D4S?Gl85Lu z&@jD*Xp#R!x0BI0{OL19XH<+JoE!wv=qeKFOkafw+Cy~(!3<3HUP$pN(N5)a3Koo> z0TfP~)R2gIbK3>EL1{>QbQM}ZwW8etx(P{;={0g7T$p_vN#gScXER;hx%qShSYhxL zg2xx?kKqw829QJlA@t(@m};T(3-q=`w8tg}a2;1IUdhBm-sqV41bM~0$T?UU;+$d@ z*$=`hD8{1*@reB>n6TIhkfM62y%}6g+>7NGD?KJ5{(;zHt$hZXl(+@ZVxxT>Oh)XL zdn0G!!_ft?O+OA~{@al2U&~F=hHNQfB#Luq0i`n%=K|-R;I9?r1*qPs3GK#%2|t?a zj1CW0M3NLb@?0#o#t}&%1DSaXpb}H?z(uD zJFVWn$@?s~{x+Z|3!_!4c&0ChU$RJ7ApBo|gbb(DmqZlN3xe}vJaDLyTP?TsW3h!zF2AgOvC6dRPL$a}?yMI86kDIIbLW-&}gg>%wCYdFn5wFRO{eqptb{W{zNf5z4Ig_uoVH^w{RWYAITGT zZQdh@7&z}!xBq2jp{}z>@|oKs?RZkmz^bMe_)jaX>I8G^Wn+9)^IM3WS{hIy^@D4x zb~AUW3SDk)#JNOCz1M>~3Hy_p>1ApBuXLF_5Kr?ic{V<^!bUl{L;c5{p+0u&THkH$$EZ5 zUP%`6Ju;qCT-bq1`D8Hz554zLHdUfvOo_jWLiFA@v#I6%59WllbXw&b6H)hBee&_; zyBY=hu|ckLNAZW{0oR>Yqmq`DsBWph9=Fl2q7W9Bm(?jCyuIohSZZG3y(H=(sl&Ib zL3ve1zJ%9w@Kcp6UnX)F@Kv%a_ejBcK+?K+?6*+ptqy()UqDPqszOLmyG>3{yJd&a z6>Sx-co9)*M`5qE)x7)?JZfVIudU%VO(>!6b=jS+3%`qFhK=sR>@W1cpWf=qzm7@v zM>m&YgN7*8x&`tAPfW8Mq(Uz#+=*PopFKoh?#muzk08F>VBf;79^cuGDDS|ay? z&XYGmFZ8!QpTl{X?AW%NFP8(Lr{&C^HhxL&=~>NhNViwf-rhF;JNcL1_xO+H-tBF? zPu|?VTKm^>xl+#HOrDf&{H(P5+W1!4(O1dG$?m>lUMdgv4db&V-;pD)^u>5LPQwts a9Q0i|6Er2)f*NuU=plIqbe6ojBj?|1L)V!A diff --git a/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b/blink/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj index 37b436ff4f6dce6f604923e6018c7f0829e021c7..9e41d0ffb950c39efafb3f8a5b0098f068298e00 100644 GIT binary patch delta 3357 zcmYjT3vg7`89rzC?q-wy@6ElN-LuamyUA`IB@iGGHXs_ns1!8v8ZDp*5^PF%MqXlF z5z1hFGDjUpu_)HpXa!AZaY`$QD372pWh_`n>eyCAg|<@YOX&CCWX5LZo_qi2_x=C* z&&eKr%6t4N@55=CeJ%4lDxB~OLHmM2^f^Mr#CLz5K+$|l2#-;;30AM+>s)-hFlyl7 z`5@ZBFHh035MBY_gc5!kvrN3Czr+y2Xz(CrP;4>#$-qLWJRV=I4a+A!SX$y&vBmH; zKMzMEj|ATK_>-=#XihOyinGMZ=0WA#hQ-(jGDbFhCx7qLFPRy+ULQ7V&2OX-{wblu ztly#p=cpiAGMSsirye0il`6Y0a}fqVtN7XD4||_ z2k9^ni6+6{q{qS9q8%VrN)Mt_Hhqd}9U2Fe5KTo?8I6S|Oq&aEiclU+Q&a|WQThUH ziqXFi7N-j66VwS>Ntyzf6zxX2<&=fBf>wY~C2a+8nwkNep}SzMq7CR=HKjo!OFOaV zs25;0)QUW{G#L5o=pwQWqJyF!L<7x-(_lISDnqCiBpPW7QVgYwsC5`kg?>2AKyVWc zM%V}{MFk^i5~7;v0BRaV6(EtP9f)nA-LQ_P4S*R#?I3y?B@jE7&ST#$r@KM)3i=JK zt#oxr3>D+(D8k0mDO59o#^C!(dK&?4m<3M)7{*Hg4b09p;bpw3_m@^S{2g$DRsl#- z7;zp-f~uDk;0$^n8XsMY)h~=!wQYwBQ-B@3qr3)r4R5)yj-kHbTJqT`4vr#|>s&;(d3sRP!u zC_4iDfyylDX9)TeRD!P0qi{*Utoj8p+<63mpTx^u59f_}pT?Vke4F#y+&k{Ds3k z7V0W2=Bv(V4pd7pK<0MmeeR&z%9b4tj|8brplkk;*v(c6FfxDT3SqSsO*D5qJ+Q>o zqa5>=DfXXVinP zrAFnjP39q2s8e&f-VccT(4f9R&&)r>E8#sV<5x|R`YJ-6udc!5oM^)+WWUBbC9 zQ)@WGm&HxU(5l{Izpq@&m1-FG=WEw;jatVIKjR9M)g7GRtSelve!|WAHaZBYr$>8v ztSlLu0_n!+E!?2AOm#z=En+(-afKP_{TXB*??HSGzOo*3g|zoTjDCc1F;~h6Plbs7 zg<)372y-(ME0%W(bG3{dgJU2W((U2$AuAc6AcI_g*pqyWYks(2jCqnbvG}BP8aMsx;8?Uc?HKo3M$YG0&YI=V3uE!+%^ zb&btnk!5I3)|zI21zmb&$8ura;PykP`w?%=Hn%ZpwSa|rj>OIc)H1Z%y3J7#NG(OF zR+lprg01#oE3Dr*1 ztZFG-KwN2c;u16wFRD!2je!-|P_+yidw6gs;DtKLLUZsC1S8$uajURLXO2P$sN2BE z9-FxdX-Vxu0=w01tgXHRpgo~}9o)j|KbQpjD%TQoE4L>)Um~-f6{Y$pI5<^S59Izc z<J;AqylQuBkgaN#8linC> zTktYAT&l=9*nOCGzUsb#TlGk=kx`S+T))1$4!|<*-YWx|1#p+i|I=je;{&rm1|#Ul z)!>xPgh?DUZJicF7q7w zHsC|ll%m8)x`gkx+|&AWJRzm_B{K2{x;BxE{Sh(d60ffb<~y)eE`Z2(>-liGT5n9G zXB|Ur{(rk3C)wj9TwU~9kz0d%udKe9xBo2Ln3<>>j~gO%vtROmBxWOWBg=J^I&`RY>@8WlYNL`a*i##GM>F#QF?o@8%ta{JQ{_jc(W&)IADM-i03O zp1mJIo{6XWX^@t~%wo8EH}@9u^?F^VELX<$D{ zqu%CJ6}Ny(0$^O;_+EYUCLZm_#>6I?{@s2G0*=ACxA zMK8m8PVdE<*3P?U<>Oi&SS1a;2J4IZZ&+{Cod>td&vo&kRdSPFcjzqi%MQ28l-_%o zJzM(P<$Qf_U%N*Z$K_Tn(}PnUr|G~NCCA4&H%nE(I) delta 3329 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 delta 44213 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 diff --git a/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj b/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj index 5a7f37dd5359bed8c9866d22f9a0aed885ec5a4d..63207005ce8f34787eafe154124f432fa7dc563d 100644 GIT binary patch delta 5164 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 delta 5181 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 bP`^JQrygd-{%6)O<%BUHG+-E!G*JEz*B`rR diff --git a/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj b/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj index 1e145ac14a33421d89405377349af05b0e069e9c..9999cfce61e7394073909b871ffe06f6c57ceb6e 100644 GIT binary patch delta 1044 zcmXYuUu+ar6vpqF&UANYXJ+sIX}7CgEG+v++uE(6q}FX&Fb#<54kThtwb~HW5L-+L zqy`ZZ72|`6n2%Pr?Lv1$10g|c#uh?s0>tvrh#^EUA)-ELLSiErTce4JXNWJqd++(q zIrlsF9=WVcTviS@&EI|e=IWW?q_k&yHa+r>Yp{r zT%ihe(L~l)xAuBVXd$ zM!C-~M3a1vJ2cA|JwiMx2e`IH&aktr%y@-pm4EqhTwjy)aEmA85;G?cvd}44v578u zfg|f=n!V&@5r67yLw!85(w}s_8_VomJ%zkK8du!O%$ut56dMR#qeq`1?L7HiJsDgs0;FiQN1R_ zt^R+rV8n7?M+P}d$VR@IWP*(4x$*@jNDl{VvbbDi>s57XvW`Ur}(i4Njv zD@6m?ZRN;U zS^BM}i{3}JHcrQ!LhS@`=$Gi1bj_KrlSHSTi?N%loU^$fHH_z?`ryu8ueEI7yK``d zGrHlDhSNpe8QAnpkD_kH>_~y~&_-?Ak8R9zm|`wrnVCiR$2JXOg!wLhW`2&gqc;77 zL(B-SGmj!!wCM!)7VpqEczMj`ADLn9hc<50RcvFf#?<&Qy@B|IO8EX%0ZhPrVDs$(k6*3%t6GyFEe#(K;E%Vnwp`e=5=c E0BRNthyVZp delta 1029 zcmXYuTWnNS6o&UYJu`D=&Sh5T(rKl|!Z;Ug2a2hr!QN;ztpYueKohl9F-4Ski*4J^6j(!b=m*g zCp)hlnAe7@Y5S+E;y$y>Qp&pIS8Ci3*Vk#Bu$9s@&mxZb4$x+7Fjm-~IZFA;!(B=# z{VJX_nu04tF&dnDl0zAL@UhWQ(H&GOFc-}gt4_-hb1X7g{QeGij8)tvS@X1&mkwR& zhJ!kP`FhioyKAb`A}VnpLG9f@Dux3RWlFr7QbC_yD>*K8mP+LK3w!o@)=3{ z*eh9szmN%j-iNdPc6&tpmGOD0iSZDeK%8#k!NA()TcRgGc*UCT4#td7%$QtLQs;Ygr95tk7UGs`-S{I(>Tc(s^l<}0GNa7w(i z@(gYT)`#AZ8m%W$^ltqv&h=Tenz5>t#m(%?y7ibC2z?_B_D_1mD}f62q2Fu|_K6#N zS+_<+(nFiEU?yk}{xH+D6BSm9PGO@3dIT4(_@f)7Huym7gh#3Jj9eHCL_;#_|2Hd* zIK|iDj8rLZmz#-O#Hhx{L@wcl;_u*XXtLMQ^LW*6(Lw=C+uLXgn$tn!*yJQ>2(LSh zl*T8{J+uZ3P8Ds(HRt}ylQJm$q_61mro7p`#YOKzt^5_4U?n|-$Ah4+@nbMaAHc)a zvPF`gihM6_$RTl{l=xPZP5yv`+)B&1#K(nuOW&csf)+YT^iSb>=OQrnVhTLegfXZ zofIkTIJ}!gJ9osTde{?#bO!HExMbj>uosEEOP^yPUqgqG&&P#x`4oML8~K#yPMcCM o;M>tKYA2btqG>WkyRl1n9s7kHm=RvX(qziB_@PqoW9LNpKVPZ}VE_OC diff --git a/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj b/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj index 3e00a582754929894bbead114ff7bf0962cbbeb1..33cc6595f129f8efffa94de8737ee50510fc0f5d 100644 GIT binary patch delta 874 zcmXAmTS!z<6o&VjIdd*EODD~AbeeS18f#KVyp(h`C`zKkSPwxI6vZfB%4W1Uxh$Q*EEak&2I@<0ogRN_oOtduge<7r+1P3@AQ zlorWp!A83$9@qTZ5i}|eK_|}gAcA8qrJNi?s>ZcAb#VwSy2>#1`Bow1%x{LYxT@%x zTy+)a*TAZCla5iGfYszLs4e!(JJ;f+(-DxvFP%!w;3mZ9axePxcs*(#|3ID3k2R$V zxD&~KcA}oi*%%n$r?Nq>S!m$ZA@)HpJB3z5 zbK>gW29(-oX*agg8F^|H(Po)20^WYaP$?Zji&EJerNHc@57KA)iqa?5RDxT>c?W@1 zQ&@|g9tCo`<&n9VW{GAM(WK0=%4Ww>fA2NF#UK+;a;K5n;R;`|zn2=>VsI4E`TFhyi%yqLDg$#{rP%Mf@U q%#&a7X>d{^L{l;kG$jh|ll`Dit|dag!!e~s(!VS9WAJ_cFX|r=!N#`$ delta 872 zcmW-eTS!z<6o&V5&YX+0bR@it+AuRsHs(~Ld5P#^R)Pg}(1`G%NJ%YhbZW*dqUc5` z1Q`p$ZbTuK5mb!yP=WN46$M=gl#C22w4w-t>LKVKU%s>VzxMyHwK$VgG%-beek#2a zur*h%r4*khr9SGiU#rLqno6aSehNw&nOD>CNpt2H@<*IYuZLCV?K)a<0#=h16pM4@t#iq;2m-SCl|!iu~n4g=#)O(UdCS zE+iMS1Lv7M0}Z`AA{+F|MTD(G?15g)P0+(EaLwa;=s2GrqT>SYMP`H>kWk7R^fI25 zVckm!d8d2B_t9%9d!a95cbZbm`5=^P9)@cLKSf#%??LiP_DPXZ=BY}}zj@9-JT){2 zMt85pQ5%;IV+-}jbHh&?<-6f^pF<24(-AyTYQ}mgFuQ0}`b>|1x>7;2F?Gs`K&tdr z;ilIE+1>KkTtXhvEI)mfB5VGvrqthi!((Vlq z9knJa)6WonmS?U2Wy*I~DGiB_kGco35gn*5hnX4*2jmV1=#aeTA&N>*hE1(9nvsO# zWM&)vkzbh$uvE|;po>!LK2Af)XYSgglfz(^41#;*Wg_oCsKd;M diff --git a/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj b/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj index a156902cdfcdd6a70f80bd8add05ad9e717250d6..e8907a970be82a2523494b892fa841860b225a2e 100644 GIT binary patch delta 1532 zcmYjOYfPJE6#m|RU%wk)%cW(sTxNl+v}=JfgPD$O-m;6))$P}uW(ad*Xjg8<4rT%@ z>ZWlC>==y^70I%|vMpfI=p-?q#O#+L;RjwYTc$%3;zW%ZS)xAY!--Aar{{g1bDnd~ z`;9D#u_e(T5Ld@bSZBuRQ$0RH!L=-Q$~k{pVbBTJHenju`U4H*uhehWoj z&k*tLwJE)xlO4`ed~;~sNOvgC+c1^qLCJA{H!F%(qT)|?e$Glzz)!y6e;tydIGd9x zNXjrIry}<;>CL;FtJi~4e4gzbALcmbO>%sas#L!irJZV|@-Gaap3`hEeHlsWh`|?K zlDDulD&N9Q4MUOVXh}FEF0qTcte7o;Ca~Pi^42WSQg1N-j4q zA$FPhw-9G(N|a5!?p^R~wB{j6);X96tJjGVD;KDePSCO* zDA9S}$DRBH(%8L@0aJVg95Lvd!GoCN!fwHI+NPJF`fI7p^olgSY=*@t8Z)P34ZKih zEqS+{%uiod3lJ+YE<6IZ5vM#&!&y(q8hD2f)`||;MLV=RMGKW&^f%a*)uK&Sw|JW_ zT7~(x>6C5SfNh_|f$4YF@l|EWuKXVC{Hl_0br&gENW5zC=i*-wM-2X?b2k!h5BAA- zZx%JQ+g%v8{SQ@f|7nz6#wkzpB27iVfy=|XI!>^k2HaS!^$0^?-o42m~07jibOqnp7!loKs56V1uz zsvA3-6VGI}Rg5~a4|TNGCt8~754I!^H#gN&{GLdrVB?B#9&G7MrZSP}V@~=dX=ZwB zKE6+!rF#=`u|%%`i|K1%h{8wXqLsRULv#iB1^JV4@dq^nee_B4OYtK0wZz41Gz%=I z(pJuI114w+s8eoRT=Y@{u$ac%(&7Sz+usutbfujg{2ggAM*|&kQAgK+o2e$nefv@o v@flrAm5cKFtrl|3Ose%bU5<8S&fPqnRYRYg&C>pp(k0Syq#e-aU@Fu!KX z#}E%~k(AxQ!K(2NuT-lI;i_)@DiE>&N=t?ZSkWzkI;w4)V&xG5Kka7teMq`)w57Ts z>BEo=T|3BRF!w>ut_7us0-JdLBF_`S6wlwJ8Z#_L=vgyf{W~^bequ>4`v(M>lMXLz zMXO}#gmxDzGX_OFL*r&~B!I1$UwZSPbwxXkEt}`GO`Q1}2aV8mvt&@`^-b+<{(S^+ z^jnBmh59GrE!(PexRyPH5>`Ai15L62W~oXpVEj4CSk>AL!n6pV%Z@VMmv);^Y^Ivi z-7)Y!H}5XyS(aYKCPDvm2-xk-K~lVNm_%p#U!aNEq-3|PvcF+d?$eS@t+GGSJgTOV;We4Zm_Lr9N?;>dZshrEsN%hB zF?E$Sz8nck{v7wXo?kRB0Yi+2PUAq_X(3B6-7D!usNpcB-JnR*VK*jvY08~VZ03eC ztHBL2cnp3eVZQHs2~KPUyBni4O~A$yz>(AmG&S8|MxsjH_+u(B1u8mQCl!pE96&{8xw*BY)gmm8GO6U6Q z{=_9zc0XNhv`+>+m9^4nBF=@%aVNPLB@w!n9mRICb4JCX%*mW}Yy5k=_U&x%XxX`^ zBlT)q3w>9G%$xQq~`Fpk8~u(TXY2&q}V==?*}&1MW90AbW-$D z8!$*`)4gJX>N-CbC+Tu0I}~^Iic9oiS5iDgzW@{TSU1-_(j6CP>5J}C#9!%-ig^+} mQQ=VxI8Kegt<*1>W58Cr2<)S!o@gk7S91nuz4GBK<@XPcCLTWk diff --git a/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj b/blink/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj index d2395d766a3739dd40b5cea3f969b2e51e1913d4..f7b8ae1c0e0b7c8a5d0bc0cf378f2021db243396 100644 GIT binary patch delta 1123 zcmYjOTTE0}6utY-xi5io9p?fg4dpR}N3mB$qm_PG!iOChXJAYzNl8E ze@xTLG>w*0Y^H1?G~()-mU~#!v}(lvmu_1hk*4X&3PBQ5My7vI({<~DG;QNjNRnEW zMCMwM?6h#YF%KVI8Ovy@Kc$t74h1bMi!aqBt@)CV(NZJ13g!>IfG7JPMhtZmjQK6V zQcL2oHPS2Eb|GuS!>H{Ws9n>ypW?&$5+CMP=O@&f^8>)#W_2UknmLE0u3|&$q4%}a zap~t5)FJ7l7u92XRSR%FudGMU%!5{S!qDlc6p>jXjR-2|aQGII`jua*f^g7Y1ea4= z*dS>qM~&_J2gC{EJ-W}wjLP=!V6&mg$QS+}L~iX{(BAnARvS7)X0F`72(BaV?qgqNK?>nyls{?X&d zdi?%Oum45QiQ@x)&%lZL?f#*@On)S=||22U+^3-!W$Dws^hN2BT8}2fh1k$Gr-Sy0r(q7 zlSvxn3~-fy0q$TYHAJ`hd`gs$QBU$GEuy~xjPX<83V+!8J~eYsYXu$QuUf0<8qWY1 qfrb2{)y004t|E(TfakacnBp_Qy*!n!Dw^M?Y3;b%w+jyvtbYNKZO~Q# delta 1088 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 G|Nj8JAZkPa delta 10283 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 diff --git a/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj b/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj index 73c9084b46ec41e1fcc7a9a640d24334eafd61d2..b7447c327f27d2cde528340ee8d11d55c173734c 100644 GIT binary patch delta 3400 zcmZ8j4Nz3q6@K^aTlRLM)c0t$i{5k$j}ZYpT3!T1xcCH|wB+N!Hn zXVe-6uhAyOsm69RHMYs%Bx=;AX(OGQCQ&qsK?8|tH5N4^nQCjAe&=Cgr#o}cyZ794 zzVn@P&wcxTe%i42w4uev?63PXtWl>)lGK}uBpKr*DN%a#lg%cdDoL_pI%Jh3gJNu4 zv|Lg~!NBlQLJ$vGHm!k=Y&KrB&_ij7#e>Df0!%5BA+i$}ksUM7fl8K*?`n7`#*?)7 z9(BI2**DQzt;BY!uzrjM3F*u#1uY35_Lem!uf!IHr>2nDN`WVkv-Y zj8p)%S+XiJ!;0(?_JDXSHY=Kd;HE^^Z0JlO>?$`A#uVo3p-{ddw=Cx_Jk&41-);$+ z*TP8KhiI0tr51BZ`x}T`@=UA9STao|5Fe7TzTx~WR7wUMt#3JBCXhZ9ONkAej}l06 zj3h;4^Grlel59S8lqCy(+H8QUj}54`%>Y+NTPQI_vjIvi(|62T6PT-G^o6SJ!eOZ8 z`ogXqB!CKi!L=2%GuFKa5fe27l2fbA6wxaw^Q=;}q}CXSP24pqua<3U00sMEMAd>; zva^4HDr-4by|n7%;LNqK`4AEH86fhw&R;tuUQ<1+R{TXRpS%iKc3Y7-o(w#|vK3pY zJd*YWgsnthDB1>?*+%LMvz7~FTdBTKB~vHxl~FjyxXk3!@KHXuh*_F1t_20O2YqE! zWJx(HS~O2|CkRTs8Itich$!>*D1d=8%oV;BNJc&lBw~0L>Sy8tb2GmHCksD?s8${W zxLDpnmEtQXGky-CZG0a}9LHavZ1@TII`~vXaq?~Oa`7f;IR9xBM)7gYjLtr1TMqod8V>g{!p~>J4ATfwP zfE>)*5Nrsq0ZxF|06CLSL9A?^%%YMMn5;9JaZVz-31BFsoW6+}yU4tz)P0?>Vo?*q}% z{B7)(@tJW_R2su&sLFX6AS(DT05O)o0EbFkGr1Nqlzs%28wOLSnCzr@3kk~82M0;v zC&dj?Jmb_4HXWqp6FE}=5#NV;sE*5u+6*iAdm!WZMB({ZNbWa5!OWyM4Tf&`aVDvFBGn< zg!6c)e}$!)KVu(+x3gAE$9YNK$AsTyJ$F^&SDNq%s`^~j9@gGNOQ3AoVC3V2l2vgjPkI_hMUmO8H z)Lg+)v;C~_J5AazMV&L8a0Cu+5o1A)GwEuUKuBrL;w5Jqs}{#0Pl?M;pM1w49ymkU zGCIpS-k{OpS&){q2SFwOt5`Z`8e+Vpq6{S8L@~wX%RP*+iEqS2NUy&D)852x!k`%H z7|0CWyK>Ps=?vT-E?fVlw3^hIJNg62A8krNvYNR<117+&-q_9pA zn^YK?M=iJfQGWEX!`hxlyAR~ITuvt6X80}DeTj3k?ET;TR>KaLRyh@YfZv4D6tb$zsf`Xc)g{&*e# za6Isfs2#FdMLQPdU|Wb0)Pn|D2?a&3?I)WYmP2W>`anM=6=JrdaM^|VR*ZpG4>P^h zd!e{U$}8lU$3#b3IPg6xvzy@r&@6iVC*268UlBK}oQ?&Xl-VUxeXCi!X!Ch0pQO|N zu!3mTBZ09Pg+a>XY;}a*aCL<`&vRuu&HCYVM67cdbxaS;E@2d%7XR}3+=+x_V-{k( z7*-200wxjm?-->c9Z=E}N?}@655qv1V2)R?-fGicomm=(%*bI3`bV0r*hIU2R39+)P zgJp^_mm{oOv_dWry^vhweH>v8VjbjEaTfBr@OMX;SuE{-4!$?^dGQtU+6>t*x~@cI zWwpqfOPDW2pb_RJR1vV#r%!7G%HJ47o|X4mm<}L2ec7vxNTwJyKcN delta 3390 zcmZ8jeQ;FO6@T~b+t0kWdAoaelT9|sE(zI?Y?4h#f_#P~1Wfo?nh)wA3`8lG&lV&I z6uK%h!=)gR?8=2Uu(L?t!eY5uo8(Yrh7tKA?T2DQQhvM;$*rlLM_{uSV^*<(wKd8&!k~OlVfpSC@KP;Uu5K^3 zJqagmFS6OA_G$Q*G#SL~CD!%iELk5SkP0lq@s9flOiCpd?s(6AfI#f{R+6H&V+7J{ zk)(K1iIvDnk~64|x91~Hn*(rl!jM@zh^nZSc3POC&3+&Wt zW1wpX2%yFoaBUaOO!DnR##Ai}RMmPLWeiBlMu$`{sZ&kFCK-RoP+*+{3i>u=)glh^ z({G^4TA{-zt-1i5xfZn@CZZK4s1k1Q*E+?Us-I03AFI{PdyqzVj;geB6D}MvuHhvyKc77RI9oz!A zBz~PL#kbSS_*Y2n#aAJVo4<-E58nX`=X>IC^76Mp%*U4iD24Z< zl&L%f?dQ8-PvcubC7tg^$^hSnj?Ccm0Gi3YfXL$ekT}TaBXNkAVs;qMg(aK+1!y@u z70HJ4WAM!7Ex-x$S|I1~S(q*0=`1cu5q<=G3wa-?6!ADFin#*`qWl!rTEbgkFXgKd zJd!T~i88(spym8|L{;!lv8GWx87Uv&U5FjctvL2$_%@^&%U1zs9Irv_cpk%ICh&Jb zw2~jk>_k30S&BBc#D*_F_3&mLBZ7{4kr8K}Y32!Uda95wAe?l=2p`xyS#YJiE$9$!z#)0zPA-n-4Z4>5fl0OMmaeb|rc43&N zxa!R2@9>rG1QFL%vraMT2HZ5W*MRftpxWfBjhgj!i1nGtbBbA|ffQ(!T+_|gE3nl-toV;BbJR$JX;14!B-Ib+;#)Kl+n-Fp z_bnF*{UuiMqb2J-(ddq*e2f5}u-LK2`E)eLKuK9`;`i<>won|0J|`}_gR(^t_uRz= znbudroLmL9}%~40cM@WY)X!W zI(ac!o#=K$Nm)n4%buX;Dpn)kvh1VDO;A#BP+atc*f-*?XSk;xeVXRc1~K7K2qf4b zN^pozi0OPP`=xl17Y9;ktust!<6ec!0SIeL@(kiT|Brav5b=9(xJ6EP6ECIu8Cx#?>`xmi({E)?9BB_GLr|uEe+C;6Nof_a zjns0hep(;>v%}h-MY|8JZsu`chSnDu5IfT<;-?AoHnUP7 zJuOs(_K=%4lFE6TWl;Nc0I!`e595wt-!S6`l{FTHZ;;a+rnbT96F782!tJ!HcbTsV zeKrWg4M^T8@MMadM43!&JL7pZm=(3@VRl3;OYdh_#KVF6ML5G!$SVhX9)Lu4i*12y zG}9Y_X98B*5W#-zyd5CT+WS3J1QE*^0k^douQ%5d&y~zWH#t2;5Z1n&!_7GBE7>>> z%FQ^eb&yCB^0CKRDS5EQp?z*;I)%TF`QwmqjrdJw9UCwHmbo#$hG-Q0gg?c=f87iG zMrwxwR+GS>8e32Si5N*EYz!quubm*DLRLu2WKCh6(2AM!7(!lv`*z4st4Ep9>b)>r zB;#EQEMcNED;i!#W%e=b0Gh?f|8pNw8Ars&YUg6W8uA82W^e=hRI~^EwU5(opROUA zO-MNjQt=?={;ZyUH(6ta!Sl>SgJx4XZ4o@zk=5? zNH|+WL%YT=p`b(R4_8CA!OV?jEgwlOa44Vt&FX+tJEYlSU$eWDlo6;X02#@-fBUFu{(QFl3poBBoQ1>#F+RgC_7j5UcZ&@;s)=pHemJH{lj zw)+Xh4jSK8pHoyD^i9$Gc}%{yUX)&$!Fb}SE0qjLA6$*GsBrZ>0j67eVvLJR&>dn# zFQKmOEnpYK!QO19i;sH4Y@!&1UL*Y1!r)#7-6s}7-xO`oPl`W6M@8?oaOyL-{hr3T L`{6;~8P9(KCGbvf diff --git a/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj b/blink/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj index e8ae028d6d3bcbd9f25fd74bcb85343fc5f44c29..556e2da97850a1baa31ad772214f38b3576bbc7d 100644 GIT binary patch delta 391 zcmXxgu}cDR6bJBo-lZ9F6eU!HctsphaFkPIfdmbn`BN!qtVrn4^h_ch1(%>9`8Ku$ z2@MT}{R84qQA0sPLW>kpOVk(y^(y+p@566+@9}uo6}qd?j*reyv^UvNlhLJQ9PJ89 zicV8FQsT6TFU6!R%$AhrL6#(X4!n>gwM&0d7jV^5cX$<)oq|TtbT;V$b(iL`6fRzM z`?>Ck`yTnJA$+)|=@pZ$6J%8jt%n}XSk0^@jI@SJf}z+j6)+zgpau#t oo!r=GgScRAyt760#&x)D58v@O-wDup>Hq)$ delta 355 zcmXBMKS%;`6bJBo-ub5z2|}dh(1Jvoq=v#8q9E<8pB@boHJPAfbRkhvOW+bM$+tyl zXhH5<5DO5oqEu&}?Gz8OTQVn&x&z)4bobDRo z-W%V&^15cwu}@PIla3H2t9i${yT{mB%&ez!Mk*=cZdOHB^}?rml&ws5wR)(&$W>$D z%1==Q<^&~>XALyiJ@jjWj*-!}=@cgC3WCua`a&lv$cf0jpaM#)18p{j@dZJTIADA6 z%o+#?L1E_QiRxB@zLu%me70}C8^QSgq%KB6=mXZobrA7uROrHl|nOX0JNS4ii)xZ?< zTcrC4K1w3+G#Mxsg-&S>koWtIg-BT~Mrk>D4ORe2k^TmWt=K6^DbgNnCEK6P|Jp0I zGO*_-Qi{TpfN(tgS_Gb%c$IP&5ZZsWpbisx1O?wbnSO+7|R!9cdh#+71d( zXB@b;lr*D!TahtcGod)O!Aco3C1tiYZ1CcnP@}|`fHM9e z)G~hppiP`%ukdwpid5c3&E`vCukj;hbl1T< zaZPD_GnL5q!P&*9AdQ_74i(wDBlR1B7Ou=2Jv=CV*C=SEatC(mheW%OL;4N%lI6CDCe_Lz+nCeyy85G zk}CLB#2>=nf$va$5!%Xjz5!{f_!J;?rIPV0~5&UgvYj`VYEteq~$!idz zjz5PGqxfdn*W+CvHz9}8hoo{#9u1qtNrJs7P@b9>B|$a`&XeFCw{hA10b1UdQ*;+% zcze(g)%CfeE`gcvBY<&zrSMW5B;Rgfb@yuzp*q*sN?`+J-swQXUEe9r56Qe5&aNKC zMJZqotgcInYCMm=lN9Q*5?l?PRSH}Nb6r(T)XAXY8e=x!#4h6+;<*~lPV&hx!Zn$_ zMmTRDAUC_}ZD!}A=$G%ZEM9e|ryZlP3A6jxkU4$z;<$St^NSzdE$yoaOsm;MaRUo6 zqOKWc{~nkrH&Lj&BDWiR%P|nULN}20334l$*m(;4BvwC$r@}z4m%RNswN$m^7Okwp`2dA^QuKO)cfSQ}tjaW!z6nBr zme1;(M@X%}mes2TMwUL*#zuPxi&e`cmx<@?V9atzMn)?ouMmKLmuiU3miIn{c`Lvo+GD$>jk;3D|es9>b6Sbtj zk&+-ejgA!BEqc8{wo9nKu;*QLL%x!-m9(otr0{Vu!k5iXh#9^-PdShUJz6gmc7-09 za9lj&%U~~x*L{s_qG0}5=0E5r#+l5<>l-G|W3i5x(9;3iMU#IZn=6+3b6K@`&VRVv z2VksQ4s_u{2BEh8SkW%j%)XJs4jkB|=q_U4%0X%#YaVb^Y)j`%7q6%1R87O2vx~Bi zat%j_O04{E$^LuUNe`mDVSJ<-pjnR`BnWLVm`X;qNlzfo*dwAL81xw^*2rN(@fWNl zR7@71dEcTPK&66VSUN@4=isC2OmZcr^6oSdnSsaF7o$ zu&n;J_BM(s>+w(yiNB!kqMS-w*vB ztVl$h4Ub_FQI!1zYZ0$y2d7ogC>650q!-^8xYsyV)QBHtl@uS7_yXA!u_6M>nj?L5 z{W0cv6E0h@Ux#&T+KQPmZD%0(l!T|m!2WSILA3VwIgN4jvHGb#cu&kfA%59^d3%zY ze#k=@>9Yfib*%N{oA77!GCEYZ6FHhOcB8Q3QJTNQ4GDU4O^O>JkJK0#n+Hcoc(j~` z;xx=Y!>TX_^tjQ1fl!CAhOC7_29}B>5nnoGaWET|G9T&(u_6}n+nkLoAqsN?IYa4g zw-?aQr)|)6V8xHoWbCM;mmXl86ti=i@*2@1d9Yk&8iet!d~nG!IyD<_lByW&zeMX& z#KOx}Nl)J7g5-+C7L&KWdD8UBwG*35r;i!eJaPJ@#N>%}^~uD8*c2Zmioh!ziqWI5%wutkfQ^e3O6YM*&7St+EeEBeZCwxWwPSBI07qm~*o=(Wh zap2gdUeOG-R(~fI2K8`73&Bb@+eu^0T zJ@s_!_h;By(cY8I+C*oMhc$@Td+LDUdQTN=OAfxY!<+km?@U^-Ow`Pa=qU;d>%U56 zj@{!GcFaV#xN){`_ed*yHo}_qQ!$oct$I;0*fM=Nu~quV#5(k>6813Lp>Hn1X_wwz z!n)WEeP=07T)#8ey?vPcCX$Y$GhPX-BrPI*a>}b1&c77J{8Pd8^Ui*x)Qykf;rg&eJ3d&*N+oB eq~9dgs^<*>8?TQAOMhiFzC_XKe|^wxk^|7IWg|IKFi?k2lQ*bPb8JT~OL!Gxy)B!Dg@fk6!xM_bXOtz3|^L{Yl_Cv92zDXCQnIa!U7v-24>&z;}bp(r}p73E=2rtU8wi6-Ct?yX8JTbnl`xOq}-bTr9LrsSuQst0{^$UIi=3oQu6GITu5vs`e8Ggl0d; zYp1bCONL%x1I-cTS&0X1Pp>CP5?{XN$Wjlt7>o9QL9BZzm zTw#Q0m;9|!+**n_j!ggkuyK?T+&BQxQ7)E3q5S~nEcU$wp{F1VudB?t1V+Yd@a!sg zjmB6pRDf_*IG$i*#W8`MB!JibzHc*B+92fU-r-xzPFxskspZaX>||VuqO_(~II6Is zD4wW3z*UTWMhl$l18=I0btr&7$i+!$MlrVQgRK>(@idU@L#&BzyaROl?bgI=tYrrc z)PIyqvtqAhhRt%^R%#%R*;hX^H(7C`VWM^q#3W;^dWRMaSS zTV>Rz0<$p6oo_MFgbl1hSon?ISTQQCiDtZyjYgH=GB}OlfMX=Y4oq|d02HI2*vU~8 zM~l2OEjI3DD7~IqXMp|HAhhQ;H&;_J&VqUBtchlHz|2!`O`OI^g!A;bCc5IV`lAU) zoK~3iXYA3)E%&BHTQ|AkIUXI%XQF6_cvfnwL>RwAi^DFI?r~w4_&st|L>oAX6IfQo zlK^cK85nC~Ex_8vqX3p7hT{kv;&&K3#bIo6iDN+G7AXjkDo%2-#R}LP;({I3^@y!F zrZlmIQxr$BIbA%0Fg~#n+x+5rXoPqfHUaSt;048OILZ*+IE_q^3my`ypbv{@0VPYU zM#yZj9KD|-ehQzxL;xNlVhsXE#UupI6_r@+E&4#ynkW7Qclja{!3xASnD!Bq;V34C z!F8b+kJS>91s)fhQHWA;8c_O*R%ptE8v)A29^_gfCPQB-9>v}&F&iMN#ZvgJ5iep_ zLVSvpYDF4C_7g|3_cr0cgHYEhmLp8Pcm$66iw0~SAd<*tpx6qegT!{M4i@)-4-uKr z+%8%Gu|d2B7emEcupfrEK)oL^w95#pwiIx)IlQbmf@tc*f;cO3Sz!lIb&AhA?14P~ zAg^>hd<0wwsiz;)^o1}Bo(7oouQgGLi4xo*oxWbJHOMag8?9s{bb*CHBGON5-cQ(k z0;-wbt)+7am;-D21x>f^WAG}wx~PSp!kSYFrJ^F~-)Xj0n1;3VM!Wq6Mp+(UNFQbQ z@}4Zq-DrEjau@IdW^?*5m)*M67gl+hL~pk%6x^zYAl>AuzXg4m{@+a?$!>88&O|@G2QfptsU~gBC)Ii%U^g3Nk3W3xXTV1F zw%ei6Lx5ID4c-I19EB|n(~GSrUKEgq`x%SV7>JN`hhB&9y7315(g>YjZm+SIuVSO% zdo7H5IbHOstztLrVSZ=qFh%cwk7l9Q)7bHknj`G}H5JTYgW@NVGkvQ@J(y5a{9P7*SHoO9YVLDUc4P|bl<#Hc)i1_f zrE_YKWAUNafeLT1{dv{P7g22+6B`TA)UAdY!Ymj}WTW~{e<(rpq8u3x2Q3s&t5HVr zF{l$1KPeZ7bLuWKz~ySelgP@zX}du2PUKH3)XHiGIzILV%;|a6cnX1sW4#&_TP*j7 zMIQ^x%KyUBb`#5Wm|X%DUh7QF3Q_i493=f*y;V5=xkK$vw0xgRIXGKHth%(SS^rs= zC2HViUE&wzg6sq>l^e5vOz06cixXOi^dABtp<~%ObWvV~**;m86P~<_BVMK)cGv-v zb~bwp-Ah-<`o^WEzOi#`bd~fr7<~eR-Jn=Im*pA-o6#;kP@Dr5?g3QN)KrdYYg^e` z*dRCN6r-^Y=X6(mh0~w|bSu02tnB{bSwUV`}w(9LcuC#%~|KyieX*JM%e1kI6?dI!B$I|gak#2|K$Exagy)%(fTPr2y( z{EU%5>p|51Oa{IQ7w}`Wui?o+#YS6=01&Xj70rh(Z23a5-L1Mvbj^ZH~r!o)Ab3m~?`EuSWnk`H6LwQwvwr>{m z&!-NowSy9uxHHx_@S_J9SLKZS(FHS5BDF@Xvh_v#*3DVCh-b~#OHw}y_Lot*6#4i? z+`ocx#ZqnZbxuvbYRf8{Id9IivbnQnmpwdf{=5Zc(-zFHsw}&I;j9OzcKVxEyE^x_ z)VSZ7adbXylb;<)k}ivmCMjP&4*sCr3%*E(K1UEnOcRopd>rwWZ^X5W--RR!Qzm4XElV^T*G3% z+09~vIiLoj+I+6Y@@Y?Cw$B{LqTO7_qQ$(Dz{Ou+=GIak9W;m4QjBco90+@T1V1FL u6EQc{l9y(hAM)zY%q|vtOrsyf1ha<42y-Gt<{QKD6^Sza>w_{|pML^}kK)7t diff --git a/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj b/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj index 3d0239a5b2b4d47572d4683addeda300daf61e0e..0bcde3d8fd1ee28d7298e3857b45c6795cd3b871 100644 GIT binary patch delta 665 zcmY*VOK1~O6us{=pO@(*Y0@T{Nn;xe4MocoUDQ$qHxdMGkfIAop#&p_)--LE5J5|& z3-JT$MK^v{LO~RSxKI#xZb}y}ToiFp5jTRQ3m1Y_yl-&hgE{BkbI(09Z+?vJjNKk! zAMWHk%Xb+-*I5B@AO1hwwl+BcmsXPooSCP|#F@RWJ8qzgLq_(d5~8nyZb5C^quwC7Yfk(1OJ%aS4$Rpw1nEs2DpNI^2`HmJ5OxtGZ3iGCqc z1LOo1Ctzw9Ay=;mg<98dQO|UunxJhHv=NLx@subc&6cW>>|E2cOF5k-MGl-8MtOg} zU#pi>`ks>c;ApFPU@ciW$-iI3n0Kg^=&ioT<(G>8mEbY`YZz!J`5B7Mf`VGrNZ zCB0!>WXWD<%M}gPVk@l8*OtF_ZlJ2l=%w?LajQ27n_5{C%^|V)FZ}2(c7XBvu ziO2mtq_q4&rtpzpFveYg1Gth-;wL}O7Vx`Y;LwYy>=0|=p=^P5VU_Sb-pUq?nHa!S RXx_-ijhSA61?={ce*w)8bFu&c delta 669 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 UatD!8*-qq)yhQ{p*vVY~1G&6XPXGV_ delta 4645 zcmZ8j3v`sl6`uM3O?H>;WOvD*WRvWYgoI>60-J<@Nq8kBKzP3bLR(%M#gvz#3y=O=*JVz!fcQ!8vkQs$DzX7Awyal~vPVZO5~_WG1| zP}yuT_0t|<=0wD_`4Y+@idlortU(pFY^#>e+gjsXXicN@x3Y&n#obXb7HhMgh6DvQ z%KQCg4d>y(#55q|qJs+xF&O|&@wOM<;_r~eh(Xw6nb`ttv3}FX8H=~s=Quyc!Tk(2 z``o}V5Stlb?v?Pf|2An4qT0BhxeXKiyeOZ>+#FTeAC2;gquGH-x0{cv(5h!v0< z+-M`$29g`rIKYWI>|Es2m5AdAXNva`!zSipj}b4T1F>QWP}{{8+?PY#4JW6Vhc2}e zn{bX3VdQa%I@k-b1=krbjw6~|j0ZlCScFb{g&SE~i(&9e5FSV@5pIA{qF92$lEhC4 zlq@v8ih=*Bq!Y}vwlK_u4LC?oNdg!DL15B4NGx-A}?xi6g7(Wnz32m z0D{QZjKeyI`b2?dT-I0s5*;+-v5t|Zqh>6t3(658&G?wV^N=-E zF4}}yXGm=?@lxxPaj><_HZ5#eb`l@*Sc5HY% zjQHvZ&+&GSQ?TAqeKMW~IwAT*_+-?vn~Lij;hA}m>Zmd8z#Q)ogPm7#a6d~~heS*~ z9_GG;ixER3{3L{T@1vN*A_Ak0&D|g09x*(^^MK9$BQ)SeCKJ!O z6VbB*Ybu#3U1gyqskD{e3_E7u`UPoL={%(@iL6PUESI$P@)zWWwkabVXd4rL>|7LL zH$*jdQw&1?ftORmc9_NRa@lPKWV_`fk=hd`ZN2y50(_oN{0Erof=u^3jxEN*Rv;HP-uRjJWLW1kFI}bTt+H zy}qoW)^57(E2$SyU9D9^xUPCfz;3iPo6LT2%>eT&s~?5C=3NeE0)BIC)50HTm-F%$ zY3{C@38>8D7ypep2z|=E^>r9ko=C4gwHG9U^VI&x!{Yago6ZwJYbiM(r(eT5a<}uu z9#HN~n{n?%CLBC|2P}8{^;I~zzNJ0> HIxJLSV;B5*T7tz^xdP_i2t*%>wHZ6hm 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 delta 5544 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 diff --git a/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj b/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj index 2fd20b7b668cc87ea724dc7fa55af5a02d7aba77..c744b3491384d3f42e45657e8777e2e6c696198c 100644 GIT binary patch delta 6060 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 delta 6043 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 diff --git a/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj b/blink/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj index 98b3b4b38145f95fbdd96d59f6dd982f85f634fb..5f670e35716a74f35c524fb04ff5cea48d614775 100644 GIT binary patch delta 3317 zcmY*b3vg8B75@LdceA_6**|;pZ}uI?%Oo@j%OjXar4T|SsJxPZU=f0nYCsU7l{Y&m zb}Fr-_NrG}rbX+h?I@#N1{q2vTE|wPL*oNc2Si2j0a#F~?P%?H?k>!9XYPOQch33G z`Of*zy>~y}ZJyq3-d8Rkd$wX>QKq~=2)f%6Vt29lzn{nNDw(r|>sVVbk1Q2up)Fjzl27L{UK@kKq>01s%JFylBV;qDpWdu-J(Dbhj z{0%oMfyKYBY!ZZNlnHeTmHO95vWRNRlu!?%KL3V1P72kExc-fKoDh}jLsaA6lvl)s zdKh&5nLLgO^_ATijAuHL+rPPJI?{x0###99DB%=LWOd*_&|1s}#Ge9t{}$s@AmcHF z3g{sB&Lcg)#OW0IOm0J=r3R6fzViW47OSKupzzR2#5U+AkTywS_0rfNiqFuSTs&2C zbu=5h0(2BTE2LGpFQSK#mFR0E4blbVQ8W!}F|9(iA$l4uwrOb{Rd0WHs~ws;Q+orml|ufN1r^!_h#0hi4HyIzXg~Ij zr#Df}52yA~?bHkElPHJ?9druuC(~F|+$oF$sI2Hl_mq8R=GQP8(-E6= z)p0oZ%#&D4_G1b9gQbBW=;&F97>oq?yoJ6K{DVM6OeIS;C;@xfHz<6x(Gd+Gd8=x)GeT^S_;pDu3vx4Zmq5*q|d^wP_?-zte4qW zg(@?L*r7wYPnn6QteWxU9F};>=5VymygiDC2q&Sg%;6|_Ov5>-DLE{R1}4&FoMozh zH9hbS7xFwSXXIQ$A))qRG}X);&Y;n1Coi*d3ePZ8#c{%_JBMYNsWx(Vd-6DCsvYd# zo5KYWQ~jL%XXp2a%^b%$IUMFQyTA;tHD-ZL&{XpSm*GVmUfF-UP~)!;@<0fElw&S% zfz)mj7P`QrcXIST7Z}1Q!!W5u#wmm{R@hHi)w0n(WYrAtt3=&ibR4l_dM_X5YIkB% z`bsoIt#LuQ?&e@?T~MvJad+0a$5E$`aU&lpE`VszQ`pUMD;TBkXKD{yJ`7%yZnA$^ zQrmWh6a31UhC1>uBK5es5)QN#y%O{rtdjnS)k801HE27G=)^I5Ur9W%5W_2I3RX$0 zv3lrUtf+3I{dq||eG_UFv;s|&Brtp)`ix`XmB_;|XxxQZ#ish$`!;Su0lQhZXWUv| zaTyDJk{Q2|pT`=6R!3am*Zn+R$BQPRKGKq_e79^ZN72`D15YHM0to9h$fw@3-UW#1 zySUi*t?S{P(xVG@;HAYi>9{RaV-T~b%vh{AMD!B*DrXFGBlc6X@~ z)t{kN;hI8zs}0|8Q!J5c#4*Tv>8hX=DO_?pmtV8ho)oK!{1)-x(8Focxax7$O|jR< zT9b>wNuDp_N0WbD$R@YHhLY;H+J|G65k3tmq&kEHzW|4Gxa#h)een_Ux$Nk8gGZjS z7bN3ytGy;!Te^gws}r64+Bu6z{QshUr@bqA>(wnBc<54|x$uzNcY}ESR^Br-?i-Xf z02ckYn!iJnGke+FJkegBdQ~>r?PZO{CoryZZ`V+m{o1_Qjb(>D z@}NDfJYLFQD*3x={>*)fNjizExhuQA{8(X9aLx85E?q8{?d5LGtLn4KC7gZWl6{YB zH!EFxdqYR*QqH>C{m0aYul;;nZFB5x4JXp~qj55RY3BjAo9|RztTOIaxfA}6@}8^h zCmU-^-42(z4W5Co&egcu?y*lcR?0WBzL8UsvVX;`tJ3|eR*W5!zTuXE zAY7W z{|e9FYq?tPa4NzOF=rc#LB}eE%XVi`DbP30TPzSW!Yq<)VYntGtLWf%>4o9Ok7sUkYgoet(@pAO30`)Ga*ADhWlDs=iJTW8RuCR X8=SXT^g1#L@qjaeMY%I8DWm@bu^=Xp delta 3316 zcmY*b3vg6d89rz4-Ry31_9QoFceAfRUL?UhHoTfg!6uMkkWxYk6j~mkX{=NT7@&kl z*;0@?3bxKgFO)FWIt1E6wT2?oQjH@jP!xHpWk``y9-T;mK*v^e{QkQeX55*3{`)`9 z|9}7EoV)!8^lJz7mvi{5Z|BZWi;qoVOl&Y1drN2k_j9;id4e&A?y64(;qDj=96aT! z#+Y`DGp3gWM`4G<;an>rn(u_DI@Dr|T%8%T)j7if%?b}RQ$wpsqr2X8gSefWAk-Q> zv!S{Y+6tAfI~TSuXW9V#JAWaib~ zt2{^WA}g@CS7(n0(Y0(QHSBY*3G~3L&ZA7eiTvDalYE598Ki$M$%k2<{5P_3uS*I- zOzsCOGphu1K>xHk9(u`DLAbc zt~|<1wR3RC9&{(orBfMF4cUvZB7#aYal%E(zYl>!EP`)MJO|LaD8T9zQ&EnTxEP@1 zMJ@X17BjHRBkrJPsbU%4)5I?kRS1aHQpZ*A46L!%COdnX8?4(7!D5;#8vpO7n2aHfoWHeSz4>zWtSe` z0hRU)A`6w@2LqRW8EfWQEMB+Q@9_eTnhcNLfQS0c)K7rlnXnQwD|$sgsE>+#7djdRWsnqs?^(n>sBG;E~{-#hDt@{ zQe}vIv`UKB$$~wqfLsFlGLxfJqi3vUnI9kyM`LzVk zv_=BbsNEo_ZuyAkJSFlW38yAZGBTJvfYFpq2|kWO%RRJAO9&i8bfgIW(FD)4b-A6Y zJ3Yxqb@>X}Hz)X%fG&5F{fy*(pPs-tGr{|)X9gKOrcDDHuP*0!hGDdP9c|AtIc~0( z27;+mGaA#Xsh|tAt8k@lHg_8Ze3E(GC|pQaiF`J#559ux z95r*LJuy)=2gQ(`Hj|^;$=NEKDNyfFbynN$C{_bh$RDStfRw6MGPCRqD%AH0+BU<5 z!5gib%qKF7YCP1XSF|a}BY6?YZaEPKq8qhh;$5s<{28l5T*9h}gHWOpUzmq7L*W$| zUMA*Zj`*Y+IZwAR5oS#QT8hGqME6I7bAPY_|#Tl zmj5t50uxj}rD|R>=E6FvG^*LhvI9(xI!raYY;5-6SQRJ_75WpS8>(XU1KM^`KcEm=xbhQ|RJ;8suMuJ6abo z>E?1bEcZw3dV9Ftii43xs#hwv(>WB~N>0-fI-L*gjn)z%F(??)8*Lt)&3%<8Oc{zLPz ztU`XrT$dH*o#yteoax0Foy>VDGm&6`4in3J3IL4Xa`y*d7T*`=#*vsRO!*#3=(8Q@ zhu&WDS%C{uUtucUYD3SPA{dSqp$)u*+agF=6c6tzfbYU?b9^vA@E-iZU^<0~;VHpW z+-j}~R!5!yCVo4OjwbyY5si19Mvf)j=80flfV#mMm&eiYyD+$gr}%Z#6&lV@_lyXY zI{1Igd65wBHajCl{!MhQE;i7$a|52}|3%3$bAM#XWcp9SPu`C+3l_YKZp)Hx+H-Qu zJxsttplHKW836!(vW|+xr&rRI!%sd+=y`MH9J4)oiZ_{c*=6bXFs}UF#*;p>tI6$o zF8hRoUp1%Xg#7fS;y){(&)lb&q|10J=k=_~xsV$9lDwPuu{7FPx^nECmzDHHHsLDZ z3-9X>+Il_D*4LFz@V`h=SK9xWTJW`>gQup$++KPywvRlA?(d|(x4i3o{$Q3NJIl9V z{~GOi+T2rCu6iLWLd0j+0s!XV^6MFxag^#fu)|bo*`=|x~#Cmm@V3{Z3}O- zoCcrDJFOW+daYeVmRom;Y_=LQL3Ha!L>{(2$>e{8Z;{7YJGia zwVPh`=9l>>TXQoXO%F`#8^5hJ+gx=`TeWwT>{1{0e}9rK@(jq5C9+5W@Q70u#^eVi#w_{ndWcHg zmTm=*tc#uCycz*cMM5WWq{xdJfW=xMgOeQ%PIJOT#IZzPS3nvIXO{O1T|Oi#QJjtH^U8Wf70`BSj6G zX%lOpq=<iRWR? zC5j;vD}F$lal((-e;L?*cD;zNX(A^ay{I#Vo0EPcg);Ves>L{8aa6inxcd*Li!d<&yKkpP(ju>qkB5ei}-DmoG3FtHWxYef|@u4D2mNG*C= z9~vJkH7n9$PJ9;}3oYY&lX4S#pAR5!x7lNrG#s>juxgLuh3HWSC^yLC0n#or6`1yC@;J~$ELt1FRm-DpLD{Aq zM_JX1u#+ult~w~}q+CzWNcV3f{xH?NUl!c2r^#$>20l zu9X5f0CKyHx+*${WS#L+G%R>0&|Q!S~FEoa$nOCv)BSutx);Su|rP`OoS!enwXR#zr^f-NSUnein|JXOd zucL-cY{kySUhI-Mj9nH^bPN@G6Zb^jE_XsJ{JN>T)gUl&4~C727VKOs!7hnsv7=1) zQD|?<>wcrMSG`6mc`(Mrd$7#KNyH+F>mG8()%d$WTrnhpW=TH-}S*QV{GyskT!LT-X~i~96~*aYMb?HRIg z!x;q9i64H;;lTUZgE((mm7C^11ft4$Vjaz_{XO-T5`{>#O1&bt(O*keB6(~Dn7a}m zoHm82Hm+`m_YjhU zo-c@?h6!?F&~wzqhA}lJOp)9{&vvrv=+TJ}dJ?IC&K^Qs&_lo3YM(G6js;orc)d2S zACJ-(~1p`KkO(eMG*OKd0Z9 zpIET~lO(?uF%2Nj+~|GB4+LFr?@t(1xi*?^(qkl`!**OGYRbID`n&mw_pHVv(PyX} z@fvYYlh;fYIovYOenubfOOXoKXDwci--Ew6`tR=DoRf)R+s<~yc%y)^J z6=kM3U;osXnA{)Y{D@?dD3FJ-`1&;%j+|~q*9y{kl3rF&%vb6&3eu&UQTmewlca8| zeyO049|$BC9*{jp5e$DpGNU0AGffj+coB0(=|7ib@UlQ!zayMS=->A*a@6B8@r6Km)e`DXoJ)lJehXCSMlT1w8vwdbk7 zTAXTHRQrZ}E*ttjK5ZL@6*;RYYPVEPZAA1a(G$Z8l7EM%fnVgk6*ysPS7wLe`RA~= zIA5x-s0+t)h?h}3@%ZVC#4376f4h$2xmIV!Go-#vl3>_q$Z6jU!;cj7jCAT+%oyLs zl}AC6R@V6FiR6C?-OQ&F7+ZmrIvo?rySVvFBCTvGzH82O#`lCSjP+09@IV=rUXJ&udRcbZ>!D=;FP0 zraAPe-mK~x6U|7+CpcF9>_Asr439N)URpxhS3$l^takm=_Io|Y>FSQ}^?1tk7>$4F zP$zxrxU5(QRr$^sde{OPjP1m#R|3zE+sZxj@Feq^UfsJ*-MwMm&IzkMTOwIvBB}EzWkD#>MgIS!e_`JlaNop*KE`^v{T;X zqW_`f0C6cnc~dDpIjp%*zkGZ7fVCJh>EqDQwf-C7OUFYK*SZ1SlTL(@ekAruSgcyV zed2O;DlRy!_OD^CHgI*~!rA)$M_mE^;J30;*EV)?`;gYQetOAKEwK5}4WauF#YfGW zIp@Bjsq<&fnjTntD$Duk+n3&Y`x4*b;fsx#HmRAfH}(*C*-#XK?~D!t<;FGwON<{0 z>@ymp06fMz0#6v<5U4ULq5*uyasbJ~jZ@LmXx?Sy3Q*m~A_CtT2MNqG66^ryjF|)+ z#vTHthN1#YFggen8{1Ur0Pi#&hynJDu|Gyyz%LjT4q!H8xdWKj;7$OCv53GX<0^p$ zV`d+K3&wc@HAaU9;5CjC2pWwpfLX?V0-KDASb%4Z-2`fk+&F-F#%2PGjf8k%YHUje)@J-jV3X090&vb)mm=l! z=Z*JMqzqnQe3K$&^E(Y^s+4VA^BFF-zWb79w4_Q7lynNHe6X>cfZNzj;C169f$0YK UO4;tGZgI8@qtNq*0W<&p2U@%$yZ`_I delta 4467 zcmY*c32+ou8t&KKNv1PzIy31>G6|E+qas?nN zGD{V7L@{QQ1Ds>A;8dqhBaRsNxdtG|)Jx#hTfu2beS|o2oIM_-1&JWdaXl@}0L>E9 zMiO#N$Na^DbPH}`T-rcL$Gm_|DoDU7$Js{b|3WXO#5tds`-pJZiBpx-{naS9)K-@cOYlR-=(y;)ecSGO!4r!P>JD}L5~%r82}cy zQh8!k3~@@%#+VR=xz@IR66jHohFaR)c&lTqf`ka@`Ad|!$2tJty5qk>XjF!2091>0CJxD)|yAW0%z5s6Ad>zIkoll0%4E{5;JiHW+ zy}TQaGkGnzS^NS*%;v$fFqgwOA(mX82KRaV8gk0#!(qCB-w$pPzXGE^J^(Vs{0Ktn z$92&C{2)w}@Fmzwxd-$zE+dHkd=TWzxr77;a5uCn`0tQXB|i-NRs4ROtNByl4&)g@ zm2`P+1Q>LEDNXY$^N{&axog zwg7WUx1nWos|Ct)q~J$?)xJ^r14u$GG!a<~!aYySAD* z{Y=EExsku>SEiDCmmqZ@JGDeArV!og0ObaG{0hmc6{doq{gpgcnux4Dh;Y@a_*+o6 zXg%blI_e~h=BfjuPRjJG?5yBH;@7L@{gQFNUMI5+5uD+EJwwJCqx_V}^-%*6JOyEl zMH$rL5nPaVP#jH?h<@8F>S%?YJara%ZHb83?Sk5l+o6t$;IpZ2c63r58zG1pvf4um ztr481%jzp6G%kv}WmP2kwg?`ZEUT+973%n?zEd`@xH=(%JE>*I^}aco0|t`XR2vNd z)66{YH4#yJjSNgP5lN67m>IQQ`VV54e$<0GIpxI^@m#eNtwc?!R;zJTd^jWsQWA0J zN$nun2CEM#1L<;R>SuEDf~Mlb){78yX*a3GOU*HIYqO{_ohIVdJmi0wiR5Ud)ci-x zCKYIxsJt5!G|aS5bCQ^0=2fCy$B3$%9HSv!t})^~Z~Cbcl1Q59$@-(Y4mLu6CO0*> z6Ezh0VeE{b!7lR4*d<vimKnc>SVV4jV~n74f~F}f{S8tHvU)Kl6L-nJO&^w57c|p8 zW+o?S0czE$=scIfpL*IvEZRS5KF?d%z&O{=(x7~nPI20`v!wHRABw=KtwnO`7mhsG zcWDQx@LxLq03EkBkM84F>V6W9K*qB(3a3e{x0=t z7--Te28kB_s=BA$^hF zP*}$D^reOQ&JR!qwp&b@h6H0!GBoxbeNW*amZ^VR=w+|!2}NnFQ7TE`?wdtzq*B%2$(@A!eB>+MZJ2vUQUZqgGZpu=`@9BL|f1Nxtf((c=ZcQbLA z6uXDGeul{;)gsg{=j5am)GLh+F5WKhOax|L4u`v59 zXSw(2wZ3HblRnYs5uG-@)8}dYfI_>=lwQ^={XXIovM!-p&b-)-M7E%-| z6QbtDo9Qjk&-v2QTOiI(h$e{wS&qdvZ@_RASmSlAIEz*46~!fNtv;tXOLSWGwZ&6K zYpi~`xF7o}l-BR4M zv4Nsx<9tK((sC!8^7}x!47uS|hvak-nhZ{;@botli)}vXiG-9pZv|p}g7}F};S~ zHqS2>r<)el+=$PW!`{ZHZBxD9F^Qsfi8a(lM2`}!t}jksgQtOAV7(EaHnj)kN8Fr6i*6%I^(bq&w)mY=X#?VPhFr*6k*tCDj2^PhF28d8EMaU%oux} zDXTydyK8;)M6y3dZst>|g774k=W)t;A2WYR#O^UAv*ynf*#5}H5xd)bmAZ4p7$mOG z9`Od{pEMHTwdu!4rIFW5qbgXt?rnA=paISO@}`ott~=VzJ}VVqWyE@AAAG=J`R3?r zng_F)p?8{7L^fGJKRUVJO}vS0EUTy^{Z{`K3?9%1x?gOZ|85LE(AJTqfNlOEdR9vp zyoX+GSt$lNWx1obm=eZ-Z7#0Bx18C|9cDMf8G^74tML_F9JbT^x_c5MvJ$K5C^_Ak zNn_61nvT)L?JPC1@lDNSeOHzv2Vg?rQ|jCy^PxKp%@bIKflkWtut~Ie(Il+EC@S?4 zlQseP7^2`=M!iu0x_NQsov6DjspmgoL~me?GRwN&G>0Aq z%&KlM(d;aIf@1~dg!Z*1up~3*u2RzO0r@Ji7V785-|z0Bt2?pR<0qy^EB>WJo%HDw z@{)X1<=-UG!xqXGgq>J{+|Y{?wleoRJjtxKS9i9ldoZdyZPI%80TBWvy#lqSz>+}` zvYk(w1_1a)g$V`qjx*1NPwM6i-Hmu9coc@l<5uTHi$X#M4n^G>M&widE~A?^&Zx z!3C!^UPgkGLp}F&&QluO#@#!a*LjkyGv=b;X zb`$6{SUkX+##jPQ<7EPm8$ATdjXEnpj?oPu-V%&2t>S35%P8fb+Kny(7mW`H%r!D? z03RC*30RCn1bl`=1sG$r6DTlttKv~M$yk;EY_)MLL0rnt8FhAGg3)aU<}wrqfW_z{ zu*vv0fm&l>BEUK05`ikCT?23#X9?^x#ySCJ8pjB1GU}25)*1T=R2iko0CSDk2`n}; zQ^c2$(xDXiYcd=zfNe&*3p|T)mcS2t$EJ#g1pP~HFb5me>7e?I-RZ!Z4VD40$rwxE zW8>uvv4|PQ@eDDWl5f3nN@gC!tFh`|Lk`zP6 zDKEY&+R4oI2vD+Yf8PV-f9*K6O&}7o?0mqF!e)Phn$M2HsZYXmsYTQrkI_TY`a?6Oc~w+sePYl-d)bTL+8SW&S`p3;Nm&iu96=?XNs?}J zPIG^OiCjebE0ns8}A1OuIKuQ1qm|6?FJ7YNdv(*LLcWm zT%X!gaL9!CKXNql2a`0yACP1#&T3XAFc#8wKNg zwewDhs7k1HBTo!N4bK(?bw6No$4bptb}~ zk*sZp9ZjtZNTg^T!8lbj!8lFpg4%Sg8nqc(5`@Uq*5aI{^#%KEtsm&*XbEt*TQsYGMYptaTp-Ac7( zFkKt%1u!VnM&Y`xb`NUXX`g{jxpo$W+G`2uTcMRgn-1DE2wJHHpkJOTe;| zRu5%5YuUK2)}BNAE|T&UG>aPH+Y0`Yokq)L6MlXIjHCS-mj&i;oc%2zyY5nB-PyP> zhJdUZ=cbXDjAIa44XFEZZIhIv7y&h2k*R%9%XM>Ve>a9#YZht06*_3m1zP&{%6B0FUto)wC3VVI)F-tv~?rl5z zWb7r5Z3JL5o`twtS=1GX>oSf~v$k%7H1Qa_F}Pa02$QeEFXW|%9;XJKbur&;m~SUw zM6KF_8RpwtM6FAtK7i>2%V=FKH~=}GA$RR&!IH9p1gTM+P+E6sz1!oGwhBYxIDp zX-i{bVY7UrA2s7b%0lBw5^b3`70y*+bfB6i1)nl0j#?8w5dNrzmn{e%X^{{*1B*zS z1miKyz**LEaaOb<*dO|SPYP^MT9K<-iX7ANmx;m2Ec3<lSxjG@f_LuXc9?a7+;YCeCPcg zK)mr2jny&lWV8+%chU4Zt}g3GWMTDI{eYqiIaO_wGPduJI*xI!RTq{86eo z<^2{wq3-~QmKZBZl`~!qT9z5R$o@Zj|3H0vqY&$;_KT3W$}nlr&w3NkpxThhWakow zf2tj1X4b)Y5byR|Fsuc47KBm7`d_t0D#ZYPWF zfXYotca0b>X)dO3K+DZRVQx1QBe6C34w);832n9~zf44070lEa47S<+%67&*QnxqwXVxz;Dpki3j+>%E4EYe*Jrh%bVO zlNuy*et1c%RDC{rO4>wd!z6P`_?=cASWTD}r?8RXwBpp}PeR<7_RK-Q!OvkJ0xE1S zWweENd2eyl5#~4$Qrf-YvBlZN>ma*lCv)uw>er@96HGiKoYYc<_XVgrAnpayO2WH~ zQ&}MVeQ`PaB%D?f$C`!9N>bRT;lU-T13m#;f1&eB>O{RoPbq6YV55`b_=)gG6;x#W z0V~I5J6upCK=&4bOVpfB*;3ASw2RA*B96IR!XK3+vZ(N>lJejya12(hMALMqzqvTr zijGjCSyZ?~>mICMcwy@Yo%|0ew*30e4w#6_>5{@F-2!GlpJ?=rO+ae2xqkB_hg6WYr&Kg!i^I=V7;JBNOGQT9v#>GiD~knt9wzf# z90jw(XDjmKhC?`Zvm8U?y$R?IRFx4f>R_;jx~?5=Wx;(U>@TcQ*k6ROF4!A}-d&kd zB7{B5{!hZ5WsSnpvU--4k?b>ZJqbs_v*DyFlD%UUWDnm_Rmi@m<5d+(unp|U-fm*n zKn7SbEX5kt&duTkvmF+*R7e(&qiAoqpgN-EdrWA#3h3u>K+93p`FTRigG^}o8PI#F zDg%oNJ7kec#+(V@D2S=sQGE+zKZVV%iCJRkpJE+o=og@NHjbjVY4$$FdRC;NtSzYs z-`uq;%LuRTn#H=+?djTuu@AzYnncTw?`I{{xdcZcj-sc+RW(b3<1nGw^d>Dk2`%*u zOUoLA%?{hUf5t|H4|k8ynZQbkP6LkZMCYw=^mT)RH{z1jHqlui=wxIGIQuuHWa*j(q=Cgz0Sv@1_<**{6{2M02FF1;Z(Rk&s>KvLKwapXj-s0Kag|@jad6e zZvBOAstN_S)PY|l-AJ=Jx3PYdsP9`O>V1PQR*a{5t+75=)PE-GY2s_SWR+ByA&8^P zi1D`pSNUJ6s_puBxO#97%MFhkoLV>mYRW4O`t?xGqkC^Mki4>_GrCKCYG9K!s0v7Z zTf+Zv@RtYL%j+%=*1Gdg{Z6B<<@2v8oTc01_$S<6Qdjt5D~-R#?SZIqqwgGBaO*vz z$K6&pye`dKH+#4F6|3gYKEwL3W&A7^hj`_)D9-Rls93x}D!%5j7=%Z8iWZsnzR7~ZksA$h)wxIZ$x1j<9v4!=3M(YV$TYqp1TOSuXh93uYKD;R#KUM$! zLwIKsCIJF6?_t?McxN$wR+LWUh>hW$BS0a%lZ#(RWeJwvrtnS&Y_kyFIYP~oK)orv zvlZ*Kk{659$oPk(S~PRn+fa+ORPlcf^(+JZNT^3S4`HrFc?`%JiSpQYKxicp4@8-N z4qdn6eLrD^RWD#}M6Ji{vX5kee5&{Wy&Ns|k#yY>)Etw%l5J4q;m9jW+c5p^^anKig%W{YQW#~gO5+##{x;4fONKr zCeAKT6^6js#vnlT9O2LJW8Fgsp|i8nO*orp80_t=5`fEd57uaBM**lF3Mx1|3Bco7 zi;;467J%Uy1l^p~0*Lo)C7_D{f}SUdbXNhSO8yxT%f+01T-hMyd5r4%MrEe~kUUpl zM`u4b)yy{NF3DLN^(1t{ZQ5MEXg@Ps{|R9hJ8yJNrOrQ));Ia+TJk6`lyit2QAA?YGX_N*Ajc+Xi9;(6a#a145;@mCJ8Y~4+IY}C#Im+z_M z#}BY#wwMP#Mb%xz_$|@5uP2xH_>?7t))J5R^@pJ85YOLmT;~VETDM7YV{jjR&N+p- zh<#NDcf$0?%cxm85MTTLmayT z!xmH+C?x5ZShPz53&}Q1ng1gCl?CGXu!Ah=`hVcR&gD#1QC0`OCVtN_KMi6{;50$c zGG8g6o`DMltz@3|P~yu#7h<%^QujpQC=K^&7KjIx(}5m*|3TJ{eaE8@F<#b>*lH~C zLr{rp2WMBEe&)IdR06_fVwsl!DKMKfiL+$41v2>v&CD9gA~Ac+QbG!t%P3p_;w zK8EQ|@**|Rmmm0yCAGak(`&rNFf*{9*xzaO$PHW|Y7;D|Fz^oPGSPy{0u?;#bM`=J z8=6RF1yqM(U?7{-Fs)*`prg$!glX*N0pJnYroCTOP-%|gh_OXabN_&g6k4L9rzelV zHAS{l-h{}}Gva8GrO0+l1qLX3W&}=>Qd)y<^t}-nk?oX~&_8-s1d$-6e2)Q(4n^R2 zDdjQV^9xL%zrZ|tPV@xuQCCCd=(#@PL6S^yC&A2VBn~8h0t!XXQ=)-VeunsJCr<&i zQ)qLn`L&g3gD^M8q)WDfM!Hx38P0FMOa09`I5TrFgp$qe;G>ulG_ZxtXJJ{pxfI56 zm{H_0rVA`w<~sCpn?1lH%Djy0Xmbc8P|XL?UNgI50_vs@++xg=MniM8ZHse6l zG$|C8VtT+h)$9qzY33IYF5P?_qmf}g4fdJl2#Atp4nnVN^KtabG3!7&*X#jic_u{} z^39LXvW58{oLiccfGIF<0fj>IuMoNwncE;^D{~!$C^qvUM2WczL|dD6=um3@2%XxP zw?Mx#^JQGOHD7^#?aU{jN4Z%EmhH`Z(YM0v1!X#zn;~eWc@VW#rUU1W=GS1^$*h7s zI-3h{U2RhI4iWATLQpMcgcx!=jh6B(7<>E~Q5aQ+&4aUZB7}=^d1Kve0eLb(&>QDo z2`ME{Ih61Q)IV{J-{D-y=8ack(JUtD%XP1#_7gC$zGjj3LxJ%%7l6&P2%LPOJOQ~p zepuRtf0wxScYE z2v=J$g4-!BXz%M1sSjXAVc30LEf`kvoFeJES+Jx8Ns<~R5hBL8e7)UHaxFWt?PE28 zrYS4|a9<0)1ME}ggOIPEg+OpSWh-^)Z@~y|r~FCgt&PAzTgo(QKfr)RI zGT9gW(qWbzqQ%2EIr=;(#CvFS>YE}QBj|~S7yG6PAk||KxoHB(^!!SrIbB#i*Rvch z>025@G0=R^Int90ISV~wNVsL*V%WdL^9|KJDfpC03DlbKiG2Cj%!~W;jbCF?b7G(+ zGYMyA7T_$KopDyo(J($7^(dU)w?XNGev!4x_o_~}spbcmOpmV98028)2Fxwl9FRwD;-w(0T zbe+t{f5TdbgcUv%x=Nn6NY~GVNo<}kiR=>tsOjmctfqddILOBq}K)S zShO4L8H}^%%jTvb6ZMWF5r2Z-xj`%x>Qm zH{B0mUf+Ba_v_uDiw^$j(|5!`mKR`$zlk2uLQI`Yb2?P zfVcGkX0Y<&oL3j_k*SvSTb;O#@eTVN3I&gu%E z^daDF^$9d&(eqy)0^SxPt|3dTD+qWC1O>dK()pzw0=v?UxV;|M7#-lo$AgL zI;R=r^N(;6u%ED0ok&Ea9En#SV{O=EKJyq$4E=!RPrfypW@HEWL1GJPO%5vMJVjNr zMAd+6RZ`B^B+x{G9n*v@fWyf{1a@{4_C}1A++SdqU&BVEm_)?;Mf2F>ERpr+g~wSc zdy@A%&a$u>p8{ymL8u^KCpuT6u_f8xAS30>z&SR>P1+5ms*AWt%)}3wWt5zkVMuwD z=sKP1i%BV~YX|-du^Pf-PJpq(o1b7Qh*n&8f(0uc#gHUq3tP9G3li)VCTM`Vv;_xS zu>;B%P$U&qEyz@uf#R=VCtr1fmBp=u(5#M$m2xy{M&fAoRsF9g*gzH>hH1iHWP$

    z3vrdxW89#|llK$tI3T@3BgeLUfdHF2X zL0_zvzr->5Q5VolyhW=n$W1Xr{Q3fF{#!KlBY6r;_db$;7Jj1dKZcjf;iQXlJwbgp zjXL~O{=YbT5BR9ctzCTf^kgQtp%eWV`rxkA^{7~;#?aZ`{Ug3?hH{9RN4=-Q9Q0G^wVD%Ly@%|Z=(}BCDZMUtwO;4^nm+6`{Tv} zo`Cxq0rx`&s8s#%!2N`~iu*Hn75CZqGXA)qoZ%r#a&`^E0zDovp9%!=AVw}awU~=s zajQii5;IaQPJ%puOKNc|vg|dD7>p{MN$+UIX0Y^wmMzIqI?*8@mTmQ7Dpoy4>cu}` zSZfepg`vSH5)9>)L1KH(?n}YqJMj1=6D%#4Uo?vYwfLHDS;XCzYW@h`GG#0EpsQ;x z9k7aJ@HaGEOcO52u5dAw>vqcsaX_MC_j!}j5}>2v@uyH{3Vh$);B;>U;^LPtMu>}q zB*nDS1_a9a>1<_2QX%;daZ8|TueQAp(_(lio3 zh3J~k8$ool68dk!S%KOZ2>nK|sQ6!LpDV{ji>MlY`NtUXEkUg=parpF2cfTgB32Xx zj4i&46N`jh6caC|-~^#RUJS>|xLlqfw&8qSo+!GIbDt-Q+XQaa=Ov3?uy-em9{E*wJP;?Ns#w`EYD`iSJK2N4ndnP zevW&8U!@~@&(o9)aUzCBw=%?P%b6C)n>UPJJvv39i>r!iMbYOnV|*#BGunDK;Ra{p zRPlGEs2(sjPZb+^VdHIM;^IH%IZ zx4DF!x(B163X1fI<-#$!#v@j#g>LePK2al}4tyjbM(gO+e6cZxCEN4G9|6k?#Gz5j zh^AiS=1F3^W$4E7*gH^kp_qYWd`r+tBg!S|4z%a2Ajoks;AXpin;)~;< zqIO{L{Xql|72j@&I=+EUwG?NnwYgMNsx&AsmWn;G>-1}>*a?P3WvJno>B}<3Uv(?R ztWPV&Y<(-3VY1y?OvE&%y0w@U#-FwJoggJlRlDu<5}3-wRJ$O+>^_&iYAwz|9q8Ex zAIk<>(MEg&R7qQfn%P#Y2Nly!>}ll|L;JE(@r(Q8xiqUCs_zC`*G`;?);*`a*xAA( z4y|Mix!)&UrG@Rqeh`s)xxKhKc48(B%>l#i-1lljj3&{{;v}8zDE2_?iaIHAoz_W-d0JP;|%RD`gD#6#5TEp+F*#}GmPn3$NXcq#wwL`j>hSL&sDaU{kStsWB-;6=@2;_E1) zpe|xj7&k@QSpi4g(OPxwB0hor=7U|t35a-$O3@dv685*1`IX{R!kwj6;+w((T3aP% zB067Hp&6~Fq^?S`2Xs|3!O%^i+IB-G9HV!;DVgwNH*r4VFtoe)J{-jN5c2`udx#^z z{AUmGTQoMSdWucMHlSK-?`WbY^GBH6Ft=(Re0e-U1F2-%{n?6E4$S9; zDy8iJ8OvFUo~VLKdZD@5K>d25flH*%dZEAI&r)0V(8CIR%Gy?eH2`>sI@cRc+LE`o zn8O*@Tl^ZaE$pK(d-hQ(-qb$g>p23J$Fw`tfm#yv3o1r&V{mq=lexX_t^~6y&|-A2 zpw4~8m{28wAFGuFwoRv}`ieQpgyk~r-22{iWp9+qHcy?`ZVG2ZChhHu4yu|o{ZRa6 zl-Ez}f_Tm9hXNf#8P#GdtdWkYR;;{JtyuZKT6DrnSbuz$t?BjtXw|FfxBiM*(g2j& z1{yIyd>hP|feN$LK(RNNuMZSwCg?C7)P4|1Rm*E=Y?M@es3fYYno0+W{Q~LO7bvI7 z4YX;H7zfWjAB0TaK>0NYJ(EV(i0hjcU_P#fFq(B-q9r$wWB*kc&6x&_j0&iDuxP_d ze%HZhK!(v%gT=ABx%lYawD<#mTY9d&&9dariRQVLLqxf9NM^S~6!vkfO+M+&>Z<)8 z1#rlAU)JI!%00`uXFkiqlZ___PcuBZ@|n-_o|dq|)JJFM4WmM0tSn1-a%xgc07BzG{Nl4djDx;aA~rI`S0X&l35 z+Q+b)Y-YeAs$n=wTNtj9E(8!sRSem*hM_mzWSB-}p@4-{&#;WnFnsi?4>OXM@SbAI7w9u7ibN`4Y~4zvVeN@#5R5`6-K*|`# zQdu-$Bh@qPpmPid$Q=W?OtTqo(Q$@2N^1;&K6i#ew2xsl*oo*&0(SvA26HudRC&MHPNda>n%}xRJA{}Q~MQN!3)Hnvz zIEIsCO9P}*4MQGnVJIYBQ$QtEG3=%_42S3@!wD)&2i&H5hDbWcP)qI%z($(QaDa|8 z+@drQprvsPF51UXOtwrw2dZJ{PFon}kuD3cjj9-q&>Dt9y2;Rn%CZ5~RL?M+&M~Yd zcMjkh&1Q(C;|xiZ)(kL>#xZQ9eGIqAmJ2|543lUJ!+O%?aqY{au6d|^g|r4F4tm^V zKmzT6a;j&TM&}sbAh!c>jAk>SrZ5y!niGJU!ho8>u!?Lhz)7kBs8vqd>QaKxxxsBi zRSdIe4TF(xG9*!%2hf}98Sv3D93!_EP)xHK*3)r@8KQ8O z9K!^1w+Aev*$ikW8PHC406?e+!z9|rfbcp3>ZpccH*H}+yW9zoO;rpKi_L)W7!FWb zXTUA0XUL#)4Bg3H4!}pwfFfh4q_hgaa2m&eet_W+*&YL&#jp%8i?%$5f=i;DE}&{@ zGD9I9W_W|*D*^Lp1j7;9$zZ0CDu9prFx1iphJ|#8p*wZ#3YbK%Fci`ihPCAH1}LXR z4AbZb21rop4(Lsj8Q!473|b7&058%AhLg0D0SYa90xnP=hFP?M;Sk+nxJ4a%0W9x+eeIC(fH{eldV6XmTDL_(w6=(J4ICkKtcQ!!v(qtP^(r_tAY4FQmK9*xbx^7!zywQ z0&Jt%4AFF)VHu^>05;M%h6A*Z0o8plppa@97Sa}mZKNB*ey^pjLzHiC4M-&MCc^|O zs|BDpV>m$P7zUAhC}0)MW;jB}8KNm|7y#n}hFaRkaDZ%&1JJuLpm$-gkZw4jn5r03 zX$`||y2*fX!3e-Is%NOCa|}u39tqIWY=%NQ&TyO3Mgfk|I0kew4Ao>C4Y)=%45Mia zLnP_O04`G%LouykKoiBVnaZ93?4WuEEuCW+P3|WF5VOOOM8_GXQQBAlzAuJVw2$E| z*~S4bQw_ro+QI-aJ5K>_P!&TRtzpp8O@>)iHXd+*>KQN$VLJp(#5hB|Uj24I{u z8O`fx>|}%5ORr49$GU@TQ$bZy4Ff78LpkZD*|Tuu(LT+dqWQ76X34!jY&3kD-J%QY zqfz;2OdkkNtDj~M)3pYDOF5Oc1IEb1!_(~PLUX#w07U@P0q7SPEHr`vb!)o4J95ln;%V3&?y;^f9{ys9&sQLE6;qPM|O~Xg@wfE)Y_n`Ch?Mc~uE=F?%ODo!; zF?{HUg{6%I;!w&K80q%o-Jr$d0?ufV^I3Zi>V5xb?X5HTatu_thZ``2530g`njYfR zJ2SDFO(0HPG5Ly)JZm44^a}h637m5!vq2Aml}Uw}JfD2uHL3VofvTwp&fd_bEQ+LO`re7(>< z4|$#9yuEA8KtwsX znTCaHYFL!7DJG^E7I1Rmz31)r*n0S2Zmam0YF&ch&FvH-!`hebK98pD1B$A%r#F%i zCv!icJDkSP6GFNvBGwb;P-UI{Nnr>bsIw==^Kp80h+yM8N-A^z;X{xX!R7^}H5o{| z*xnjj0v#6H4?v8M?FGz79;3-G*nh`P!`LNukMKLay~O^!5HAK>??p2^1ouwgg3RX*xOlJ zaOx)IbCIbRN4pl#$FJDE@b1r7*t-*yv=U#$Gt_CNJr*7eTZs>H0ll!&-o(n4Mo5We z(IXHz?A8U*zLoZa$;*)f7XO-s^3qh{U_f)u8}(a(yipa;lHXlrPfnFD@3ou%yRe{& zrS3@C^iTU|_k{&LS6gJET`Nm0^y!u4a5>|MJ%ih)ibMxDuB#cYQ3JzmDoFxl(_)5F zI?XVa?8$&PXgb3&I?8aFlA8dEX-pFbpSF}zKpmm^0Nt`4IN?C6H+msED8=E^?NI0j zri)WSp8~y>N;ZM6V|rdsmhZEe=~JN9CwtPrHhH5cFAavXdhw}A`+G2)1{%%e_B4bM z*9VI5=qR(3nu7fz^=OJ1?51@9^{sxi>wWlONrw-|2Jn$U>tX2vvG7r2VrBPQ(+ljoX$-9BP5o(;+u_Z68s2G4 zv51=1#Eq@av<&}x6SvL=)BA|N(bO8%G|2QJMR**3EUH&{96zIn^?4o1$c&y|$2_cv z{p59&qPk@G9507_4Ihkh_+JPoyaOHaIbuRtUZ)Y=fx`QQ{_S%N3A+btF{Q!7bV-PA zteS?0Ty8EGosuf5?p-#4Mo`4a#@CjvHgf z0>@aabWJXBIH4wBQ-PyM=t!1F$k7tEFBCaE)~m=?p;p}_urgbmzDUk(?l{I9 zJ=zjSDx@=tC60Ql;>mSE30LUCetc2l$d4L}e1Jx&@O(r+2+toVk+i0i*uwFY`l5lT zg`-&@%C7~S9)lge#lTTM*}~yPD3L84qO~#mvrf3b?9Gwr)Y36bKr6Jp)X@G&P-G>u>V2Qyste<)-If_(m_&Q3hNL_z_^CF${xnWe6}DSB3zS zaAgSaBCZSpw&BVU-~z4;0dC;R5TFgN457(dLEF!OIz>T00nF5cVG^xlfM{uk4%GH6 zU=S^5m_!#D_L6iCu!80@)Y7*MZ;<#i079S{*5c+6U^i|KImTlcy7)YrB-J81bKcPj zjjH_u3@6d_3utd%rPae?agXN$S`kQSzJPWky5ocP#&Qwda@;CHqk{Vu4BK$I2r!zK zGaRBl09_o~)4301pILu#w9&Zo?kmWyquIYW`UR(<)XZn`#g^06UmOWjqq$#E8#beW z{ysteF1Ig6D3JjO`o0Pn=W`jVbu8*g{SCiMF+K*Zt}U}J@q6c(c?!$$8iUdB1VA}i z-UmLaS>d`iHF7AJ>izhGB;D{yOavhkx=!IM`5l5TFF6{G_#N*$3>V)9>iOKc4#UOo znV7=_+6To1dzdO6wC{w$2SYN5XgvhK6F;=l+Y`S4{&Da02y;E>P@2Q`fz zy{xlZ9o$r&*Wh?bLv_BQz7$$plt)FA%*E8nh+6;Y*Dab*@dA%UcKz;%)1kAj_zU$J zs!(sEUX{~OhGn$tNqZPd=_12svfhJ>8zx?1ueb{}^ZoBR+NnKBbb7iSvRCgpb_?IvFLgeN ziAb>EOj3txDO+%kib+Bnp`R1}3vxm82fxe8yM8Zi7Mx8(&1iplKEUSsmUKaIPQhi= zA!?@&AI2)R^C{H*MjB_bFqtHcQ;g#VQaBs!K*nQ7N|lWV66pqm4Czi&G|n7YT(5C< z5%QO6okP(#57RmeaHioOT4#FHyX?4kU~ml=P4TFr?#MrBopGlBaZiBmhB;H^B8$_k z=0d5a>OYOmsOU>g5Z+K@(D)7WG1_a!F|w-Z5j`lP_v20QSHbyrS8RBR)TN<7SRf1H}0n^FTX-j+E>vt@r%=fGf7dvsvtpHWXY8tLskXKO{75w0O{H?P5o85K0Q^59y>f4Gpa5nZU} zOKN0y7Ujw$8Ais_-1}5^NhwxtQ@$JK>k{O*TQ9D<*HyHM?^- zW*&VU&b4Wu!AN60&uxdbKcb?udhikHt=woBtgQ3QXnmYAoz7us(CeMZ!H?*i(^-Ub z9jPwo=!iCmM=-7o-eb4-;7!nX^rp+{!WF!eE@xU6OTN%p*C7kF*7xDF&iX0G$l4!i z39`fwM{zIjK(~#eg zY`)XDTynnPVzIN9G$Hig;B8=2wx(*-4>OJ6p&G@}L1qUd147o(DwJM22iS$WTWy7Xa62 zD8oG3&VXj@BA}FdTtxe|myR-ZgOYy%T%$1zr)bYFXuqCP=1)s6p~?D~te4Q(T(5Z0 zwUjeAllp^;7I8kq6SRq85`D`MN5W;eIEksI%b?TSq9L!g zx!W9PMCqGjQM#MBnDN8CqEH64;j5)roRRt0nGp0pD`0$HG1A>-(CS`OK)C^jTS*fF zR$fs+{kDp}xMD1!=dU;yQ&D-f#L1 zS+j~(w{myEG)K8OMS+V``}yKjx>}{BzGk5*`sBr}-RW3DEV=1?I44{yZ@KB*s8_Gh z(U9BDD{7sAy54b)#46RkJI*rUX)@h)rpJy#)i>sbc0t-z!Q=5~%nN0CC&u8z)bXyf zKV%!cdl&7?VLEu%=~Y|xq`v1&F&sw&B7_!D_C0582Ky157wY4-LGdHl9?Exi4*caROc~xSA&)gXPc}itGzkz7aVT z?OY`HNQ#mmRYW!o5L`Xbb?*>dlX1rIhy1+SB|*W+LA5I-VlAQ-)<(Yp5cw=z zsu~s2J+-U1utn~zfi)Z_S*mrl7G9=*XXlI zI89&TYD=p&gaygQVAtX3|FI93k2P^c3-q==A%aG06N2c>cP%0*F4Z+!UYqKA$3RI} zynR_EtA#Rmr5DrZQ=NI#_-eAEP@|f@`=*6Mj&A0fR)E>U@}VwXzrDzCo1|fYQku`O zjJ{=nyyVAS`?28K@HnX5R5BbeoE9@^=`_O%vX204r0EPD=qST(N*?JNj|s){k)Y1f zMTTi4jRN4K8Rg1?AotZ-)bI) zrAp*2j%}&3>2x|2u#6tksg}@~Gz=8% zV_bHPC-43O@>zM&7+0fU(;uiz<|Oni(+%|QGsxZ7>A*8^--)h0<4V(W32Qb|>?BtQ zYd=`k9YQRO+OP1hnNAZXxiW-Cw0e@Ob$Sv^F(Bl{;Na8fh90aL2X{ur;PC=W1r8oV zVUt}?Aa*k*yMAta9d3f`5qym=&caI*L5|o}AaKj>2d11FmKP8aSWga44Q+&q9m(s$ zsz`1CgvcZqS0<;j z!h6IriJqJ4@<;Jx-{jWF@H^^+*`u2Un~kh=da5f$eNRvNX|Ae};jp8MWPLG0WJju< z=8A_L@j266Um&oq(_P8o^O1ugk4U6#Jdoy3M=dx59d$GGrEV*+8CIE(aRep|e~a z&<$*z<(h<%mUFf%H+l(T7m0xZuQi^+dt58TmX%UGJ=--{tqZ0zvt1d!58-#zO8q>< zH0~pq$MM)tl@tRSvTT^cTAKq#>_Nc1$u?>+$CZOY+2}d06c-P8gijx=0;el0v!4mJ zmIzs>O1p$qKp1S~d<2EssjS2_eVg{raTVcQkAAKzP5rZ;a^@o69-}*RU46mrJ>qYclxCM4?NxzIsKUWd^cxXCCtq2ql^ zl})p$bb;$BMEAo5D5Pxqc7dyvx{GVEkZ)})se8JU1$mJBVhA~c&s-%R6 zAXqu(m43~SjZ~@@iaAz}74w!c^28;spE78|4%eCgT!N8%>~v|u0umzbeh?1fqw|WA zuNxc6i5a?}ILLdjmhi!_D-&KXXU z)d#pi{Q+v#D0tmMH>sTNMi?f*ADq?OLwXI|8?jULtnOb+trTyJz5(% zr;Yo!VAJRLn#>n8xKw4JtS;_EWO4g0?pFF6_=0g$o4UBO8~1>n|6Fx{96ZfE`k{+E z1A}#arJKhsohsciQ0q}!>7FROLT4)7uVqD}h1EpNM*!N0a{TKeKG33=B3i-!pa?xo zgCnM*r!Yk%(Ysad(OAh!>gxUy;*ROJZtiR9yLvj;-Tfq{fIWJ+GodhTRu6Y`+_>7? z!~J-~21FvXJ|r6u_CE4h71Nhm^mM1;D0pp8cRhB9@AhRsz8gyZ>+QrMbLbte$YQPY6;lI(cVAVUWBmLIPT^hw* zhA=`M&I9tZu=yRH#8SCqZ?|5Et7JosI+P9hcM%T+e_+xWTSlY$C}Az>OXIQ{b9^XEV2Y$NxB92i?yZ*aiO9GP@(^yzWLJUpq=bnoM7^)Rdv#Q}GG`i7yu#dgA#A5kqwR)i`X0(Fu+|5A6_4z_^_WL zpDqn>cZ3hpzz05*J?g{Efo|+#&Z4=4+(m%^l7;4aEc6ML377Qr^&oc*d@QVSC$s!D z1{Y1MamV5Y(25#2?o^af+7N}?dWhQ#?$jaf2sOA%hPqqA?l(hG#-~U<%-sZ&inL+w zk3gLphR?T{LLPU20_y1F?iYol^5Eg__R3sy_J2+>WlS-f2g}c`awpVc&bPtn;nngx z4C|?55CEqV7@%c{;R5-C0XTlcu$F#cI7>MuKqO6O7)yr%YHbZAm_41)mW?oj8%;aS z9$r|V9iq56&QMBep#Yp9Vdy~n7;r=;41g0;3^>ujaFTQuKs8k{oS-!f2k0il3M#V# zMpHdQZ#u_dCU>}EHapw{u``S4Za5;dn>t2->!Mc}R?w9QPZs7yo36!0Ku?;-B8aSN z1Pbi%uIuq|ayp60#UMv3?dVyj)q;*-OQa`VjnT%xB0Wt*3b9;10iP+iUge5Lx=EB{ z^Q7yt`|?^S+RzlNj!w3D+Grhlt|Y3Ey~>O=allh>p-B4h;)Q=`5fxAyuyoIh=|e}3 zMf<4B1HN-GwG`z!AH<*M63bHHg&Z6rZJjo52DNWq>gPcBZfH)MG(C2r>i z=_Acaw7iWx{Jy8L6Oj)HJc@pn{>t{ujNtPJXhzS&Am$z9vnqNOEza@Suw3zGj^}aQ z!;Wa?c}##1nZdc9;ZaA}pMPs|L=@f>g#8qr#Km+W*E8Lsn0>El9gVhD=mPG9u`60 z1-(RTJn@P*mFkDyu$`{z@XLt!$1vZ9Cvh28MLnXhSMKEUyd^{}V>>MaijD{4eGs0+ z>lEtoR7MqZY;FoIIE>xkZ^RQ{PZK;IAI3YIJRULXI#_}w;QT9CKa3}Fv3$*gn8J?5 z=lLBixis_Gh214qVTGeayT!6?)>)0De*EaVPdd8Z~(ltq=vxMC^Wg**i_1m%USYT2PAL(=3!L zMvz#*bw=g;hWhzE*+RLz(C^uwPopMyj{Ub*yv0OMr%?I1xt@gCSkB*I_VVcS4#N)W z7y>v&uY`EV)9!{KBgKV!+mPjYkd|sgy&aIOEur4dRLu-y7#O3eDhy6m(HaIEd}M%j zI*S)W+$U+N#mnb|&w<2r(`^M*(`>7k72$T`4kjs>|e+5W*vmw@-t~&~DWMB+^nc2hX4%i_VYVlp*y8@_M zu}Zu+J`Q(X*@M+h`&p&>DX_G%FwX1bX0ZQnMH%wNIB%sMGBb)&yvw0a>_m#UwNOP# zsooyg7kE0=n-atNC9p-tyP(QxJFJNCyLk$2P4y;(vgmi-E>U<1bSBli2#Z0Z)4V=x zeymILdP8{=!DviX_B|s$rK@S)6s%u|H}$R!{{nsszi4@W9qd6QEA z$2B{$FLlS!^6uU_azPJoFTHXqfd1n^(}jNCY`#opTaOZ-09}%RI_Q!FY=$mLz#-_8 z1mIXZgAckS0llG15-<(ABmo}`RaK@@gt6k;<)bt48fKd^%d&#F}80}kS3R8mi#vInS6t)*rMOQYmE*;}lg z`YM`JGgoq+zeVGD@Waq!3@Qi)B9&liF5q4Bb)#&&V*$P%mE~{Qh4TNGMKUCWj|6vCaqe^46 zaU2NKyOguj8{hF3yws<}wqf&7{6*_s#!GDe7#nyZ_+4e`_qa-bUrmQ;D16c1SJPqo zm0N}TYC24>5bgBlPJI>@QuT$#S@6NcGa!ADvM#AIwS#B+`wBcvtk_k5Ux9~dKU*tN zteH)G?o8i8AuOhF4(`5A4-=~z(BIeTVM<{)_jP)hJnW_wyP>jO-f;10WVXIM7(yly ziJk06MGzCy!dYm%zDsZ+Crk*xP1AOH6WmMTe4)Olkq?{&lHMzv-?6~Tq1;#EVG=m} zK0&-PXEeppSG&AkjZrO(!`*vh@&%)|P(52dMNPSc?$V zHm2!d>F=uvF>T}Eb_IWkfGSPTv&la5Z1B1(VyyK0Lq!n1O*h!L14=OsQbj%o>Y9GM zVB{#<_HZPjJ7j7ryr^tXaJEbnOc}7GwKcHeG$E2Hqpc~&aGH?7l-b7G2=p`VD-W^l z=9oZvhy#8`+E}`-{(f*QiFR~YArMBH10`!Z-YLbz;wnI!p!N|9;)WODTW%a8B%SCv1!q%JC?eWH9 zM!Rp1w>kDDbsu|IOx?tOL$?Ua3yw_We8HZBu?b#m%4Z4DaZIReZ*r6#=oYaV*yl!p zTsES@aR{N>llYJ92Op#L&^I!UJ<%eTdgvQrLS_30J97poz0F`ynN|7+3P)_gl>Lb} zVQMmR(4vRJkwff0iR0H-2s941Ax!lX6k+vR+a%5jXd&T-!)RN>L_OxQc0Q``HW{N~SVtwzXmsDoU7&w2grSJyevi zFLAa8rbYx}k!t&iOKxPqW`^y1_7r+c*j=8jJ5$hG!j#W;mSZ?3Ko#3qV6Fa%0M$li z^utp=3L6x}-G@Qd*hUq5z3tLM;3z0MVicH~EwB@m9WkHZGvH-VUgQdXSJUpj-t4Jf z_^9p`8_omoUlIS{78WiMO&Z=!1=ch0T~h*vIXe6*zt@6qjtl=2?_s~fJEJ+(xB!k# zb`*g*EtD;(Oz3!3=B7z}8b+%Mwg|o;)_`Jq1|A7g2)_p$2toNFtR&HB^3<-khRo z@I@%pu#fSuj5(>YPkI-0^ay6e_dwc$?-~j z=AA`ZG-? zg`vI0YfC(V7)@4UGzxSLo)i~7_o+9@(vHh!S|Z=Xz#?GwZ?x-E3|51v&1c@66lEi7 zc)kvkOQAC0%Sgo+&T0)F__FLX47aQ4DD3Ab_S?4z*cVIK>kiEpV74e!1#+O%!yHKI zEN30U2oGx&-41&*a0q$YVQ+h^V;nl{bqXuDe(ueW_-`ixTc7rNsPL-ODIYrRO);3p z4;(vc#DIQJj_p5IzI?&!(#i=}yjvX@1RhWH@nTt85+IJoF}P?S1MWH}`!K63pux$$ ztC-GJHSw*)0QF`Q7?x963II36Q+(qw^$JM^wT${OxM%~zTDp@8Gh9JT19hABF)Sln zQ(xz$_3@ZsHuYuT9QNX-z7)0Ep^RG(HT79=qvq&=;zo1>@48_Qvr(gB!Hljm`xH=BA_9{fW9$K9y=qK!)zD8dNSC<4=Y(-V7hh z*;Xzy70N?1eAxyx?@M!i!$dy*t?@=LK()mLNuKmDYCb2?NKJeD^5sdreeHtzP(!&KJ;ZmQEtY#vZ$#l8A^Rr41)9!qgN_1% zRHYb*AQA<%^FmxA)iqAjQiu0^sc00&yyx4Gsf_eKZ1<-53>Ny9VHJs+0Y_*e!$La9 z0JVf$0MlqF!yB}n;UooZg)c@rx)s!LN|sTl>S(zPY872%SV7V@z(Sh8&6fqe6vkT3BULc>0J!VPo{K{cbmb7o zYG6xm%)-23e+#GVZo+>yDv;@hN&p*L*JMGu{cYwsDtC==Oc=I0=-}g?oFTW^u0g{ z4aWE7kdJ)L)wEF;gkzC=@P)aQBSo}IA2bQa2Ne;_#fG40y795ksqx{s_uZ$G(uEJ@ z$3F4(^;JwpwKDS@DjJJoZ4iYAKg39lV^T<77cB2-&}gdkfq9#jm&Y)9+XNSX>$?6L z4K~vI6$!U}G3njWFlv$`@ELTB<}AacOh$%i=D?PrbIfvuWtdDQw|yz`8&H+CJHZOp z?!~`m3I2@P5l{1b7)`(JYlK8Czm0EVIDLQH=K@&n_!6i7iB3tdzJc#gtqKnu-q7ZT zvaU3%6-}$k%DRp<*56@4YwZrpI;#)qFj_Amc0txPh)}R~FVb$Z9s=KDeFv_r)_(Ys z!>z0f0t(OGMd@e@HN-weBO|nrH!;DT7J5@Vt0I^aT8%%m_GwEQ_>rBEX6>W|epf|K zfGh1R6HhO+ksl%;?L38Gjo5nF(6CeOvl z=5ag2GDgki5#Pfz%`b?Rxk7o@c4R{$?LA-D9(>O*eEx{>$Tw?!NFTPsiBd(? z)@vlMkX2tG#R<>Vcb5`l+QBRBJNmP1hyRe&_DDm_YxQ+fRMj3OI|DI^M}{a?LS*(U zx;JM~dcdscq1h`ORjzTWXg;x^jSN_*dSF2n^<@2DQewm=&dQbgxexi#KT?h$r8P=J zmD2`v8-K!vO3_5UNkauG5rD-oDjlUUDX=45yOVj*U%oSB@sR6Q)(#*Js_#2G^}~bknqazxr3_^~hv{F(` zDVJ=apywkSfe3QZs-p9#GmNo)Hd-rX;(K{nE5$ae=3wqCxyr!15{xS9EiSS8#+)xj z%;gVA6=kEdTB$b<+m`4M(KR$$Cw0QM#z#7MYob#OP7?G|A)3@8JtDZD`Z8!~3d0_H zRWHTjaMTBS$*DePq+j(?WA!-`nG8y1*s-CC^EjV`E@^zzSJ)Pu#b1h0nKq8TvOss0Vrgt}LBLX+ zVrg8khb^^2Dp{RJ+&JoPm5Pu@WJQ&jO?#|TBm(=|DuoDs#e?p_?nguE5uEoR6f`qJ z&tM;a9YR&pCx_zZYOnib*UXP8DMHFdKiM%t$_+&2ryz-a;_DO*cmlCL8{`W3hp4QM zkRqcLvBW_e4CMjb@!A$%OvgtHnMr6ll^pk_(}s{#?)8zd?b>WXY^ z86~yG2eKea%5AIoG$|o;amCwJ^Ha`&@kMS=?+WRiUM^ zm;>nwMki(}A781lfP;Dij1|mO%COAXk^?*o1}jdBlejf#Wpr>uoQ0+*4Nuc2=}Np5 z#?za4DZOhIT3n&MQMoqO6p>~7_|=XtC^{MJ{^q8 zp~v%J{KU+wW_mh7>V@y;>jVi`FV9j*(u0yoGp0S7pG}Qv_w#ct*V=SrIw?&++DP<0 zLWa?$WMEe`VH=X9G3a#?lcn62N(SCGVQiiPHE8lrV#mQ=}Kwe^^OQky6tK zSipPM5HT7KHH+(}2J(1;L206bV=->UgLYq?DqYp8&j!==45^t#$&zZr!_1{TQHr-H zxj4}9cP{o3r3&cOdRLTk15Pp@MWxz-Cy-rd^-6Y~2jfR(zDc{YBr#bD z=;wgh!@M}Jcgn~`$g9j;OTpPvq58K_xlJ~Ts&6Le^5^=8%~~4l2`g4Q;G^=He6G*p z&&1sno8))`dHsdHnNs3i(h@kUzt9(QA)&cea{h=ugG0mePA9sTBbCK1lE%x?xe|mqx1!;Bk_eArr;A?su7s*U0=wv4>|gr~ zEcoC_)YAufQVKGNe$11aMxDaA2cj{;IA%v-ewgiap;$WxD4nRpE~N_N<-vB00E(5$ zGDDZh^?i+q$v2)reV?gI6A>I3C1&cP#dzHN^K~2N^e;E1S8y) zx}?B}qz!7O&Lv&Y;X>0@Nos>$$(t`hhIJ3BDUfobl%RujN)NIz8?#nCsCsV|z{4Nu z^8%>}Tr?D*cZZ_IQ+|vfKA@X^CA63##jvo5hmTp*ySYR{WBEpN^inwBH?ZV^?>4QH zu-|iWfB{e3L0VfPiRxRS^i_#e71h^>_{M63xKaGsu2P-BgGd*(kY;Ki7WLyYDNiV& z-^$S3JPQrTpk~q1R#GlcW%jp1QeL2&t)vnN=k~UiUPeshui8kr1;I^6+DYADIio%L zWUoA+y);6APKYBNq{zov6|ZnyZRJ1*`c$g^crtaIbH~*&%$y0vGtAtD-X6?kX5Iqh zcV_MjFhyqCB+TUSWM1F`|3f#*;aVro&3qSZ>ab2yrDELv10}Osea}FhYovAv{G}S{yc!adXVgmD zx^F?{)je-Ns8Xp)_~eQ1`2tRts^y>fb~G2&QT!ojJ|Ce{m98);oKohfTJ}emr;boJ z<+x}r!@O()(-lmsS{mtvp;86}oqsq~dOBhf+dV4;gb42(3BT@An_(D?-i0J8DLo<< zBTDrrLNsczN|QQDF@HB;eiG(_LDoJl4OGK=?FeZ~Y(MnM+TY`ca6IrsKZPc2(GwVU z?j>QQqKhc#(!OtfK7m>AFvL;Y#egHUoM8}MWO$LJ7XXK7K0vKKN#DJI>>W+w5^#IdM20qWkfD}hUIbjA zp$sQ!JHrhMsxMrLTwYgSI3C%Xyi~C{hT#V7VK_uq0!*X+3=kZ_040LU02x%l@FJ~d z@KFOpF_kO_tf$2c$LKV}XtKWqI7!nPu%^m@3koj-QfUkT+Xrg;&e0n&3A)=~q*i&XL|Qn8RuzX}Q~fhz%6zFmnlb*Dd=nnZ0^0hZBn z1|MBqRhWg7leX1`DVpyl3yLVQ^3{bFNHFiex-ebW0tXfA6n%87n43zQnENG`*4EOd zY^UFuy;jKAGew3SQ~}VXzO7MxOBH+tt?so#7Xnk3;aA94UMq|Z3ihMdER%0xAgLq z(}gYCqpjGJ?dRgK<^T>+e}*L5#L$6+X8vDM$PLXvZKRT10Pfy1EThv5(PYm9pmI1UuV%}txhmDmbabW$7iFA& zhsJ@WW2O8i$bOeUOcQ(zV=FWF0Wx*<`csT`ptWj47ESm1BYTCzKr84EFjFvI;PR=) zpH{7Vf>~PKL0C|?!aJmba8YWt20qZCH5%Rku-rJszF?dViyGdr__qUHd=RIO_kb6@`8m8keJm{#lV}~0YrH&GyVE!yn%jf<1!4RyPrKk6@ZwGHs^M~w^`h$?=JrVj)aNo@zg42{wtFo%=122=;?&oGZR zF+f7kVAOkkpxze`M)gghiovL;T`(#L9M7y{?gCm3F87xVFH-}<1d15~I7TG^U1ejH z>ifVc^o_K5h@ZtB9^I9af%S%~uN5Z9skQzptv(nT{Dp?54);$)m;A?Y|H#-GVByeM zF>**{9*RFyta1=WbAvo%gdc<3A(Sx6-yNDK#*gx6$Iat1I;45Hz==@`#xK*5*HNqK zqf!1coKn|~W{}&D_McQ+IO+xFbfBunYDtxWq2KGnE{7LWLN?1%qX25$vBWg zr?=un>Ru>nR!WB(9`){`K=HUX`1k1G_V@Sv`%?^@W5Ik#4HtAfpe%Hmfd=4&E;on^ z$~=`$z3-0+-G^M)IU=gTDmTxT4V(QqO3*;>Z1Fcn1P*TTr(w(W*De0ms6pPX{!Bwl z_PMo|u8s0Xf;SmFdkXWeYaY(2`9Pqsf)9K}EeIIp@tC?Vp00Qr&!!Vw{nf%5S(5#O z)rpr82Vug);+?=wCTdc+Q4lH{&z5&>_rL#0X+J9KXY@gT%SUdce{s-1K<@adf6F6f zOeo_<^6ZmDsXA{@BSAkslm8O z*4^@Z)f8vKDEic&{tPO$1gGNOq;(R#I5sww)|=6rpZyCFS2m0%Ag<>9s3w>?D!;!Y z-V5}9+c35%O}0J|WF&MIY6 zO=FCkE*YeGd=C#UA%5154e$vzsWV@sT`@JTBQ@EiPea!uTdi1V&~?_++At};wjK$G zwzHvt-?g2=p0%CLWIMrpzXq1eNHMgXEn>=O3e!N-4+5=b+Aze(7iD88u!MaJ7Cl@9 z8CQca{{;_Aa4maD)b7fD9|j={@Sq;yQVPz)j0u-=qE8?OftCF5AOo+f{4lTv(Rx@4 z(dxl)X`X=|zhAE%gN9$rX znWQCMHKk!mG`-DYS3i!H23yeC$0teLSxifkSZ!EQvNRhV_iGH3C@lqcOKBDZPV1$> zu$9VEL6y)l2I&7zm9jBvfr=B{sqL2R*v`pyOBp6s*BI!rr?P1=&4(%an2l^X5X(*V z)bzazcMQ0ta9h7{(8z#P{F1f9bS)I028ZiHaI7NGi=U)vX;L4dE6GM7Q^;3OrAg0( zq+!_?nqQF52a$7k{(C9-okT!B>$8dzS1d$1}OHENwEv;i>)Hnapy zWWWvE^m)G2u@f_{V2|VJhY4*v22C1cyUpBz@53*Ixj=j9f@e@cfs}|z(x3vVgYdjM zwLp5;pssl*qfDT2cCU@kGozd28_;b|$wK|ROJUU1RVw@+$D5VrvPM>;R^WrXQIy z22FxXlhJIvhkXc^iTYa9)xEGYWScj@%)(`8(bmF(2jf+U)PyDR1_=?anUQcC!b{CU zWD2`Qx32w#2I_G30#L#b>(q(UQKJJZ;X^~)*}bC|`xS=Suy&+$Y&6eTeiH{h9U5-BSK{Q^g!=G$aRZ>hq0I+lNZq zj40jLMxZJ;)2xvw>lWJ0kV(!_;F>wKY!oOQ<7L=SxmAExnqLKWcp$(I+pEA14RoLi zMc9OvDNu*4qfzA7Kn6IXxeGK1KwNONgaffbG<~#`ZmSB#3=?1H!moo?hYM*39GL1* z*&&^WCK^qNZOrd=xS1A?kycWxwW~b?h29$;QBpjQLSeF~0t!m&U-Tw!m{FBGQ^i=R zXC_x#lM%LGB4eRCAOy7eX*PV&{5C=f;=z{AayPv{7Tv=jwZ}Lq#{B=4HnkLsq4dyw zQn%nq6USGNy?1=|Olmmpe~8xAp;a6^++?9k_gRf}{&=$E*~wNb)lasf!>LGhQR8n3 z78TQ;T|uT&d^PrbdZEH?n_Ot8e7h%xj^i!3oNbT{s6u?SG?5mtg`-+pjK#jy)yVca zbb+Cs%4Pr@v}}en+q4Bd0?ih^5uEEG)aR3+ODVYz*Jq|fikng}it{zE|@;=(irE#bn`2jv2OA0e@RP}JxR41&3hJqVWT40_XiHZ+=E z02o>9N5a9aY~P&Vg*~c0^MmmlL~A$}K7qXm7M2t?{)Hd; zjwx)tfFGp}t!~eNxhXB0yKujkwj(2~|X=&_Qr|C{Lr)xXANtSzP@oXuv_;>+(0-m@M-1TiTWt}<{cAvmucU-IQY@BKOXi?aA4}ur zNO@4YTt7#0#%tb+(zWTx;HYUFNKrr#U`SLZ?VKYOLxbQibEJ_%jXLZR>7N!ePNR>V zHj`2xlcfKWNj|Vx>Yy%sOqy?e>q%*N1g0b-o&z^8rOga0>DqH>iZ)Qw^PsMh_yWL1 z<6qD^uoFzpp^mFSmC*WCpe)qJP($9;fFsnf8qEDpKtt)F)o7UJ(W%vFbGF!N`i|6S zJ7*5Q;MQL&?&HP>U!@TY?X-}=MVkX~7+^Y&*8GV;V}yFOR_dcK%nuyMT(MTFHHNyu zBvx+1^mAqYdFz9R2SNZSc@@=MYHJzCn~cm3F@*&>70SEv^iL9-X&d5$C}KJbIA5OvYiL4qR|YE z^cq7eT|bYa%%R;EP+S#Mb`gdPXc+@8Wnr*W?)QLdn$J*02Nm3LNRh@l&BqZG%d~0>Anm!T=nQ?#ssvO<^CvjzBQh_tUmQ4 z(o*{>JXy=(8-e`c5AD|1$YnG(YhaGH>1{Yd^~HO3Oi#_o!eG?i^(G0{Xx$!W8>5L2 z*}&@rrYt6&DBP5)HK0koeOMBD%2`R70fMJGV@xDga&_is@CZsVWd$F`i=~i#X4}|M zXR*_`D^eEvlO{4Dhj(gq{y#2ZquQLWZ{%5A8o?}U4Jdm`8l zsGt#c&-W ziI7g(b-EFO>Rv?)ou0lZZ`Q=2UU7P6TC?+!`&Qm+7>thY&Oem)ZqO()mgGZs@n`yL zil^sz)&Pg%%z&YBAUF8~W0wcq{fJH!3)(M$vIL~31xpq}HEq&NUe}%+X3)EM1RFgV z8<=AvCxZz22oDoKjGL)@s%H@D-qKW0LZZs461@mn5L+>v(2Iw$wQ3M6ktIekkM^c| z3dCjv6g)TTBzqTJx(E-2x;=SVIPKx~6k!fG!|ib)=l|^X#A0uH6AXiRmpE8FPOWZF zk3=gXafn7VBunmUOr(vT$>^{Ii=VzC1(O2mPPw42EKmAZ=^ z;HZbV1`(8su?VP4yaG3pI20aMkAOwU*WGPBz{BF|0K($Ui& zrk%1pTLg%1e39+RvtL8WVG8Qv>MRUNHc^Kh1TebmL13hKQsp8EhPg`UHJ%Y_;>s>ss^ z)JsL4g$O&dtLN`nP5r#9XC9!k*t0~~qJCZMv6ZOSYR~Gx4Cc=D%yqf`SUNUGj!-|H z;i%5#rLzAoXbmpYY6dr5U>HYbzXCSVGKNJT zbb+ZYRAvGNH5DdMIb<>ea2+B;32ijX*}?@nY?f2?L&wsXgZgN)1>E-kdm`LR<_cXbvX?FyEa++JGNvTg7Y`q(NbC1oKron<-v3ea!O z*8hPcgN1`IT231%#3tuQRKq4{Zqz^75bc=tih=ssy)VjfLKuB6%K2C{4~>vZaoDRoLVi=E zShu|D|Bt8DH{7z@$aDR{YGy~dIS#S4`Q`61&pUM&n5ddY^whX#b5Bssl-vtcIn7|0 zN=*!PB$k7vb_GsMRg{A%aM?>ac;$Kmm_g&9b!=Khe}^doIl)jyLT|tk>c~(|g8-(h zDLh!#c4@F-+*`hVW!O5^*+=eW4vpvjb1d2+DVXlBkQ1T9>B$N?Lyz6WZ5471*l}-# zoFZh<`3gBM$AY%^W|wDv3pr)nf|k*o?|2;V!F%usu>@rWx8o)B2z41G7oyFXG)PX3 zZ9{)xw%r4!39@Yh16XW-g-Nh&Cv6xc_lo4MG0N5#$%wXnjQ1GZ=X7I`91le=uEBC% z*(}7HZnJQ&W#gkUnYO8jBiqJZQI73V1eI$GM%i_;#UqS7+ZdE!zHJ0d3T#Jd@nAW= zHy^7gw(-pXB{n^nq?>IC0_tu%gw*t~EkgvQwngwzX8QteB-;p>cx>2U*U7e*xYx2R zM3g?;Kj`9MIV<6HSQ|#C<-p9m2cKmezy|k5a3&bvq^?6y22L6?1bO!gEgT|8<4o#v zL*&9pGZHA2X~)z9YmwqLY8irNsf^Nw%Dse(xZF|B#F+2dq4KlBUdkONr=ranG)#`} zG7MQ`IBI9UT`&TSE4)k%BV{KCvuPwg z?*#21DaSJT%}9K^o$R9mWcDbzyHktg!Dybv2O}aAe)xnxjgq0Q^=YcBk~>0U?A9u@ zFuPP?wER=78aZ2j^?&zeD*CdPpg=c<%d_%T^FsN%9z1K^j+%#A>khzDYGBw#rx=D) z!TW$}TF3xBpA5?>`2zrsuQFJvi2)V25l~O#8&TmcG^h!boz^o{Q(F@%{4Scj6O^Cc zVSxP9hk&Itf?)$~W`IQ4hj6)tX6yo0M@f4Ar!ep`NbH_hv);9ZmtKV&4Kcu|-qWqh7mdbFW){S{;+8 zKn~ZsxGf;T;X5AnW|+E_gGaUTPCJ{PBwMXF!zN?u(t?77rLHhAMoPlU|7U?QQp-l2 z?q^DND_GyG^%mS#+jXthd(IH@GuX@e37V3Pbn$WT-N?GT>byzjbuczOLR0Fz9pjeb z-Sk=X*9aZ!(M+^POvbx0=rMY|&O0{pQ<&*OzQR)oIfth{WDg}j;hm4dS^I=HR~SzR zp76%SZ3SNiEi&6`7#Em3B2p_acj|0;WLV@~B;2Jwy~x{)16k^j#omzuE*jkWl=pi9 z)ABV-yp^#2X^B@KW|}$a!G~(-^_5;Hb$Z@A`@b~GZFt`Mu2CJg*1OA%#wTqTvOR}p zG5BdW1MbY-4XC1tfZ$2#I^9&HqLdcyQ?R=IZiSopzZZZ@fEn`X0)wB*J_bysWgmk_R+4ES zsIxSTVLxqT*g#kIfk%*s`@tihvQ!FqWIxIq2YY|OdmY|QJ>pT|0R~~KOSEG@802x7 z1|$~R*|dsm2fP`<^Af=zD44QS=EVl!hmr0reAgKjW=NPyXr|?_3BvW_;r#tq>rO zllPsszi^%Ae+Ms1)QjJF(LqNT)vM>ct9#JQQ^j}6M$=c*l>)k+@58;x8NU0-`h_o4 z9hvDHYE-x7_{xW&d%CvJ#{wn29|J%Jm*Fg=n0*8Fx(U?%ao+%RT2DO=(-?>`1BOD3 z*~e-D+Uh`UBJUG`R%&2?^drMIDp&-7!fOV|Vlkj2d=h}(iUAvgPx^S7d60?*NGUOp;G{J z;}-C(fxbM4t6OlHyw#w(l#+Y}tFIErHm#WpiyUo1XVeUfqG9`u% zt@dq(MDCx~_{Iyrs3+I>P@4Bq!8+d+J+x?KuJ`>7n;>*xy$_v{iJp1UH%OR5r(X2E zBar&S-+Y<5|Eo|t(WOJahqye$sXD*VL{GYXz11%c`#vxdDt3i>{+KUcLCYTBL1BTP zX$)6s2ZNDpaR3*MX25)wL56-qKtJm50xYK0E@cncVq!d~lk_ITaWW+UR?;wrZM2c$ zDqUeHq`MLU`Lu$eoK7=TP*IYy7WMmR5~vzVOIBt>%6xS)D9o4{PEuJ4U_UKOQL>>b zS-S*le~MzKc?HH8YWxIm8~DwYs@P30^t@H2?Vl=kv_HdAl?<$!&j;A#MK~&oqCth# zNmTGJy^9XO+*CRM+F1kT9YgVMg|A-G)&(2f%E>4sd3p~;?K~YNX3`dPgA>fx5rmaD z!*o^=55YPZwtB0o6?_>?P?MvmvQ$Y7dLK4|^%Tu7RpK&3&~Tgc!xpknI}6B|3&I)z zcKax1h|ZDgK~&i7YGbJ)3XZ?P(6Un7&5YtGbBcJ*CFNzeXYd@}8K88g$giPL6Iq*H%(CD4)w zl}Pp72bHU4javxZlBwp*R<;k;msH|nGi89@UrEy$Ybxn|#s!rW76)8eNn_%aEE>8` zaqG8L($+X7o!0GBGWFXl=>`**m}st~0WJ{oeh|jtw1$cL{mMFUTEPJnIgZUSU8}7Bl}^KAfVWD95WsS`(dmv8B7OL;rDH7VzPWaCAgJn5{@XEV3Ib%EmcP! zQSJ|`{WoSc)?CbjcuDxqKP*4bO>xs3D~ZMk$InCH6k>!G?n>U#xX!7zdPJqxy&Jg{Xw{LmLn!y z^C&jLyDlmTvEwdB?L?{36laXu#1T4g8W>`XQ6nudh`VWEbQq)P>sCdqeVg57-ZZvY zj8TKR#@}&)OVm(&3{=703>re+(VP%yfHUxFfr%62sKkf)&83(~;5(c_9F-)bFrjm5 z5qpJTOsb%w?NbiErx43BOBUz0d-yB*388nvsnxj!>|pLMgs_STyOTB9nFk5lu~~=n zI10r)G;j;7+v()*9UidDbZQ?vDqvUQT*=Xo5ki>*N}YeBqoSx!DkP$jtD!lwmgN52bL zAh?Q2`9|q3)Y7BhfFT<2Q92PzrAVAxW2Cc)%pi8r7%2&9GKt_HFw*z*!^JmYYZsRzOi_Fi<`Lpjgb*n{1_pMB zv9(|Ytg9g6C~*p&(IQJ2#EA0|WvsXaiRd6U!z4~LouTB-8M`&)b2$7|UXAxPtI11(&A|d2VF&QqiMLW76Y{N_gkt^PZ zGV*)$Jq(dpncYHqC-6BBowb>Zp>G&ll)FT@3+Z=@Io7gOe~kij zlpwQ1257uJTyS+jR3RY)HFA>R`YWyeR*3^!yz{N%uI1=L?iLR(`lSzCK$unz<9lB7Lp%~smjn+qkf5J=R z4uov|Q#^-dG{ox?FX6>HH|i`x#bUOiOYDFQx6Zq15T{Grg21fvZ_*ufiO(QctdHKL zV|9tVAZD$-Nyq3C$I{yGl-R6KIhcjo)!WJIIL^l+I1Wz9?BGl!IfavhNVDlb-zhnf zaWE1-jIIC#R@BmPebG6k90T_U&MCbx0s6-|r4zF0)H!7`<{W*`D~VXBo^l@jxXyyJ zLP`SG#E;qF&c$*}v5kmFdt~Z5ZbNb-(?ia}C}RNKIIl$EQbgwk1U8Y1 zE-3E)1HsqOox=)uVqbx8U78o+MNAEP8Sl+(nu8Zz2H$oPF~-dIQ^vBDF5?RnfvvCk z{B56EuhUBxFc2C;$1W%-!fv{DL5at`l+hOzH@flCi-^@sRZKZ);YB$4fHquI+Vmn8 zguhoh^=(69g=Km-H>bjooH58T;m`UEZGUcPE}AOg8GVs9h8vc{ZIw`e)AH`z@#81x zgoc~8l{xWbzoaCJW+YlzuFu~xlPH-)uNlC*AyJxif*djen)iE z^a;13qkGzvRD8^$wp-yoq>uSM+_&14Lg7g|*QUIO@z2XYD0yjG>WSL%TY*{a3{wy|-^jf2BXn3PG{}ZbC zQTY+#z5dIJl*sCNg>Qt?K+1Eph|davh=+B0g4SPF93^QeF5z1tc>)}>L>B9Q4aD?Q zpm#AetgFq}jz0e^+>B`hVp1<$RtD?Ag7VLbgbb+tS@{}^d-q;d@)EQhd{~GN6qr^* zvxQDtmJQ9>t!}%j+yfy}fgHamOR)m5{uc~{52&C2qBsPs?0x^M;=+`~+O9l-+2mi^ z!8&Hz*{&=Qx|4EUxr)mqN^dBAFkpQ0hEfFoJ8mfV^Md+sD2Ybu{hRVP5kg(qbwC@h zyQ=~pRDm^xtkje@6aCNT($5def0$n9J>ZF_!@2%`^jJ!Ev|7>0KPNh{H240xq701Vwx@`w6rl%N|(+P&RspAg7IC_NP676Nc zDW3NM{b(}7JbH&=7X^Rd--B8E;Sc-+ZG7|TP%y*@{8Fi)donJ8YV_x0UOb}_j5z*HKv)6YAcdl{CK_d|e#-uV!A?G(HVaD+xM45!Tiz3yrH zWtab9Ox0)XhG`Ww?biHv`v?@&`Y~YjfMF$d+~d#2aqwY#{HgjKlQlV@`aOO-Civ_3 z_%lpt58T@OY++OEiLvQwn6?H6;Q7rkE+lWWKLZ~#8DKI(G!PdTwz*PGF{jWj-rDc% za{GegYBhH+l2rQ-ZfZy1aW8V`&OeO8^I?opcm#uB9*m+lppM)j^0N}uEs>vMw$TS2 zU@)4B+3{6=9~e7RGYWc-!D3={sJFy_!Xd45hx|`Z%HQYj&?OHJZwdezTKGNRaX%n9 z24N024Y2dXFa&4AAb%33O%g+Yqxt*%y=_m!!Zg^h7hp)GPxtvVaA_5cMwodoG@Kte zqQD}TVP1B6k9ox{^YB+-5WWKsU05&5+wXUQ6Z-Ab3 z77Kh8x}Cy0`I2bsKkX4}-AR9i9SfL8&x5hBqJ067M6(!Jb`4NM&Wrwm!G4IIqcg?Q zuW&3nk&?cJsBis6zZ(k_Z(c;rse%|AT;p;h21prP0ziPC0Rr?4Eo5s0T&2+rc6yBg z%b0E8D#ZDN=43a+a&rC%D5Z%%g3+f?!;fI}hH#D1_y6d(o0`yS2KHtzGkNVc>ADQg zoXZEtE#&e8L9fR--;GtKCEo@Sd!R=d@aHk-IRHgA%DL+AoJ!(hA4n0 GDEEJUn6}6O delta 129239 zcmce93!F|>_y5`FoaZ^ubLO0xXYTi#nKAeKjG19(4949s7`Gz#%g8l^qM=BIqQN4B zUebjk^i*$(A}WM*Q4~p0h@ux!|L;1_V7$M2fA9bO{r|uD*w6RuwfA0ot+g*_?{)S$ zUOQJS&-tNNp4X{nha`-D9pub!rTvH0ee#U1KD(hJWgZ>eZ6@7s30! z%hG=meCFyBq|4s-WzhC;(Q1e#_b@Yg~y`?`5Kc`6%{}dvhDwFh=v_*0Vf z&mr;U4bp!J2OUx(hYN51*HH6k#Q#NF&7Vs3zb8P=e>KVfUgfB}=1PXx%GzE1jg zLQYCg>E8-JBuP1cOp+Q^L=mheMLo;=c*yyZ1|f5jMGuMeUWs zq8z&Lc3je?13gB##1FNl!^VlZwXY1T^zLqxBwMPvNy4Aes@7GVB3`L&Qr*OiM1nmw z)K^H7ys-A6>V^S_RY?+`*dp!+$)<1t*N3%RtM3-@wNvjd6!zLz?_Mn4sqHi(TRc=deMDn1w)V{tnIe1BnGrccY^jYN^`ux|`^u;< z#Y3AO9~~(G>&6^on0wEo48h|cWO!;qHG?{FV}sgz)`rzySTdWwIp+wjJ-Ebg)1yzV zvXg7997VrB>Jvky<75}z)x_6t)0|bOI*Y8@3BUX#k~R&#ND7q|=BrO$?jVwCD=tqI z8)|o6?j+jO243kTM$`_*@1fc)S5n21+T&N^q!?fW&heYL0nL~_iCaTRC@`(GioD$OSGLK zNg745>B!Lgw;cLlrcb*8sciZ;VAS6b_)k_f3uJ8|D2i&U9yMN)9kvJ=X%6)z5M^PH z=A6Po9FuMLGN`sS7HB4?Ikah3PDe0#pK~;?opNoid)UWOg@X1U@UheGs#0$%vkNDc z7nTOoc`v=Ut^eS0qpE3s^ZYP%LiLD2?qg>YOT?BU(L|>65BaR75Je=36l$i3I5CDc z`ZyECN{V&piQ;n-E@z@`G5Uy;wqJ6@(X^R9ArzsCIxR;)B!gwXrKP2p;!#$SwbhVT z@o1?y)Soye?EO$e5suF}CfnQ$s_i=qEG-p>w%y9<(K4I@ZQ|0uRx_Q>oO77<6m(y4 z{O1}TF+{H1sIYeaZ;2w$U1W;qLPdM}rlFWF{Ap04*zZ4&$IaTH0T9zOYm<=m zRM3-2qMHb%Q%U0SfLshXaaInRk5;Z5UT@H2$)Z|Zpo__(k@(o1nj#)>iaqo~u9zya zDJf6%5jF`!h-WCPi6|8<-J_d`SOJ`0ELz$`g8Q>( z;x{2u-5<9Q-a^cvZ_33uF_gNu6!}7T&uJ;fmC%zuiXY`ZBpTA1cjJRCgVDY_3!>cj zJ|xaNJ)ZeQWyBn2bDc_p5V7!v!LVj>gKJ&_mK20A8c13`b}$!w8Cu1I(b2 z4BygLhVx{`%bnzFkJ4T7az{}}>k$=|be*9$RV2u}L{AEAC{F~_xeYI-4oCr_J}4CW#U5{#kON zCjL%O7046BL~<3%+2RT{FO+AC)wHir4sFMR~FO{htcoa1dJZB0krt&wbi?}y`ZB;C)8a`^pvRDk!tziat;bWe(?unh2FTZ1(=+d&mpJGGQ)8&vyMQ#B&rnXs87e7z2cS1iXP8C@7&cJsPQY#&%W#Ia zGh8O$_t3jkI{Y4D9VmGh;1o?}$fEZF^0jspw%h8K)w@Bhq}LgSk@J1PYU;({qURZo z&=rO(YWo48A1z^6MyDBuQPGEhL-Z&^9vx;FM9F&q>u55=d3t{jI^bn$wimH&G@oG# z9cP$B+56A|AGA8)n0@GgqiFg*bfTvV`Mz}gbZ~&n4*R1iZv1^p2ao}>U17M3Vm|^L zp|%Wf(pZ3PN=r#C@me23cDNl6v#D6^PD-+t#}b!XC=m$KhH@4H?DRg<~pWHtSlpB|v`M z$C5b1&r&IVJB2RbY^wGT?%Arg6fuWdSM+Icvpr`~UdFF70>#x3s|PA~D0HBwE695` zM7OQ;dk^WlQ>N3O%ej6|uJUK`18BBrl+kM_W&il`h}ho~qXE`E$@~^q+CuXSfHw;$`HZ2@56jKOixl<+Mt?0e`$7&9 zgQ@2ia%1$1+AridF`L{BbKGBkAx{?3^H4W#2NiKVrn>qMm@q^V-9=+7S{0B_%5gHaJ}M`nhmAQZ2Z+DX%%d1XztX2i<@CEOex@j?&(FIqTICl9 z3kV;PnG0dJ<9aJX#4;YhzQSPQ2@t+!;@?;TB0i%2U&(E76MEq*OPtTY zk|RYA`t>Whk?2I}U!$kaqh4Rj5g^|CwLAc^!(YqcS`S!ATrHvNU&+xFb_~6E8>Jqz za`!kUCnNXtWAb#-n3UrdG4r@wjj~IQ%O&C%edZx5-^c@TR~-6{m8JF@xgAz9UwLBs z2|3(nHslu1wPlG#x41==cS7DGXA1i9gq)IU*=1!nk6B_yR}YfJs-n%DwJO>wxT>Y6 zVDus?`&Mou&eD``<!^zp-YR*9hRAg2t?^MB21?@xPa5BM#NbiVu)+NYNh1f395`mO`&%z%j#4}AcN>w9(*4#n zTf5OGfToRA^x8Qthr6*$Y3!iV;HWO-y03*d=@lVnLH0vP%@x*(r!EqmrqB%`_JvU+Y3& zO;tKV=JW?ZeUqj#OrgCD3n;P%u%AXURMA$35oAsSY^FX8duTnww{)E$hAO55a9?Jq zq_YgesN_MwA)3p8RSm-+N`DBDMpGH$Y41Y{uS#0ZKgOvPn;uk6O6VFyQlM|81g4S}dI==w}0(YC0WByGmz-^`zi9|rk6RXnUD znjP9;Yl?wd4NEtv6~9HO6_RwA=WyHVr`h<;UM%saBM&RNa#kMJrAh9hS&EldvkF7c z@W)SM6s-S;xts?&rq~5Y#e}>TshFxKVxZ$6eo{ktM5z3Oy+$VxG0V?pz%0+Xc>95w zdK_m^wQkJDVar5{&2t-2bg3;E)ZHN*Y8;a69)7}6f{3~bMeQn2<;t%R#unn=jIaAK zkF0>9R_X!#YRV8Yo={@M8cKgcNfh0w+Y?GoNE_sH?6XZrj=`wiSdR-+^8T7uJfVb% zhv7a>O z-h5wcjv5*vgz`N{JYvxn;_?Zm4JE%Pl~Q3+=O=G4F0~kkprHZ~nDK%qEyjO;Qu#q_ zaX(wDG*>e(vkc)rY+3$0h#;0-#QrUq>l5LHoZ{sTy%9nWyMq@iW7IM>ggj4JGBi|> zQGU`BkrF3yQny%Uq|8K_q)CW&dr+^QnmFMLq>8ZAeq&F>F3bQ!#AZ3F&IEz?!Ng z1JNp)o1sp`AhczwD=>=IWP-SoE@guFCXLKOY!Gc_I7MbQpda^sDkx`j)b?^t9_^dygN2cMK&~2;RdbIM{bvB`>5ay( z|A%q1h;6NEosfcY5{XR8F5IpaPsdhyWMO1H0lU|Ae69Gh30&n|Em?M>; z!n0Zu_A$tPV`y#Dr2&$%4(!#65N;|Aus?KUPeoN~r_dKIk~WMvDZ&Re zW_WW6Wh4)u@z%8lkAQL+M92MD#n{#wBlvnY^%|rm^yQV9ZMDV%O2&LJvpsM76xXVx z#5)jsL2*D1Q}r%narj3W2QBPDmJ~_@sG>CpWh42hyt#G#15#BvLL5^OF+QQAgVe~1 z9=v*r3$Nt#S0Gr3JLyVcM_A`D#Xr2h8maBbM=O&IZc5UZwAHG+(rCkm zeM^4}!c`dqIAy0X7j^eE1lPUGI}MTEMq}o-+p_;4Dew^}d)_`#I9TMMU98LfLaVVF zKBys^Wt#9x1*$>an9DQ~z%fVAMrJcjL~+ar`h)9!P&l}pE9gm%%@EGU;297!l)20j z9t#C&+~SXTVi7?-+18JVpjuF4g8PodmV1uyTT+8)d{7u?eO%}-0F#2!naw;;!L*bOQ(<0EFl(_$_-{bD!k`a0C){YSB32x<9(J=Y_T(%J`igtWQeo^u zT6xebT*K4CKTe5-af9CC=nCO?9C~*M`ha6Ah3gD-`aI|)^{Q6GMGKlxtu_@O(UxkJ zYMQXxrU)C4IsyeWGwlAtk${3h*02l|z8sN))^g(nd4yMkrh}tB*kfe}Ivm&FqkfIw zzyaVCV$T+iNz7ybn>z{Ly*!_!INTQFp$eXwvm0Iost z+;YP_hLnQd;o{Y}St6qv#M7O9xbUv#s1cOSS?~5F1_WK@_88&e5)rhTTW+LBiuj-m zmT;6OXHw89W;)sv%L_{~YE{Bgts!hb( zrZ`8&7&Tg?QyRlo z>M%xa6wwY6m~$LlZx$LLbRq7A9x3Ad>1ocmiQWRpc9XsyqlSi@f|$OO?ay%LTO!By zgSQeoM^ZMRcq3BHEg`SN8Y-;g;d+a8!oy%9Qk|Bhs9E}*ZM&>XfFw2SM{~!j&xl>_ ztb5caY~lslHc?H_6EL(`?Z{y{Mc0Ox7*;z-1dm-D`UfT@G-SYcvIqRwLpAKeP^o+#E*1ww%Qv~ zcAlfYDtyQ>SAARbbnl*vo`sU<9#_Lv(VFyHbz%$;65(fyYL7Z?=rjsKehex;$Tm#) zfL7I_*_KfG0>B~qet|k%yhL3Vs?{Qv-dw1*7M)35q!y#LW{Z&J3;K4EIy$I1W=fH) z1~mrT1V2fNL`dF6)ui5mv9g2IRVXlIvHCFj_}RtkLO3NKTB5!y+EVMM)O47A!c*v@ zX|&K2d-o}|5ei&=N_|kYqNz*O1o=0KRxicKYemNp7468r3{teB7Rzo}ut2da*d-XV zI|8bovP`WMV`;A^r@s6~&PY$r}Jspt#&f3vs@{2MyR9NP9bEdBS< zslQo6DRea~C=#jr8Y|C?HEIJq2wA&EEtRp8_~rd3ICI{34r}0D z6#2Y*r?{IYKaZM6(AwwKVVGH6FJKP*or+&TRiDycPwdJIYIkvwDqlq3anWZlszstH z`L0v_(X$iQsSn6da`j6X46W$MOKM`qF5CshY%vM7HbUb_eGxWP;MuS@db+5I;mPbw zvLyY0(Bdw4_RH#ZA#2{0wNWiEN#kx@62W;!rb*J>2rZUi3Kk`4OnVUVX-u18ukChPNRzF=*P`!SWRC{EAqP{1ocYFPAdV-Kxxah zG_D?!&5=HwEEUxlNP0^Iaj#K+zM1(g(fU^Aw?r>amWrN62bZ6zi@S#G6qXgG_I>E+7WB3^$oo|_JmMYL zVip+sNu7&vv#5X`eo~hTP%7*+y-8sU_am>Wflr!!Ck`AxdgOq<V+fP4`FLZ8g!eD(|(qEAO>eJ%z3F8W*;nyXg|cA!_LhI7SN@ zR65BJLHT}wGMdRShCX3fNeTXd{WO8$BJE@_C@=sJLW3FNX$wOZ*#ZG=s2f8+TEj4c zE-_4^mO+4Jv@l3p0Z(UsFk+i&Cd0S%2}2Aega9gO0z+@w$uNupLjmJyFasQh3}s{s z19YHn3~986p^z?xX%pdn92t(-2HFacFZU+z2(2R=27MwxeT3FCETHQQ%cvp}u$h)K zsC1SgiAtgXi)k*yAv(&ifYPJ2UGU6ZibgDiTE+lI(83s0xQxtL#P(1hhVitXVK-f8 zD5Hu7fc>T3vq zACdunNQN}J&QM7eiGVy>&M=A2GCW5mNq{$LE(0EYGR&j&WGihd!#3K>aGoMl0BvX_ z!yMYm@Ftn5fHLaCFoxDMjG*fb0aTF&6YQp)48>HE4&pSL%K(QbLm8!K03v8A!ywwr zFo_~F(K^>=)2K|ej*GS;%I=&ju!*6WS?D8Gl#mVL9-5F1;tV>An0zgrN^?*`qPaQT zyan`Cj+TOkapr1qVj!jGYKgYmcv1IEbwsY_f?sGVsO(5$=t_G5=H`vEv>Nw>lNjD7 zEEkV_xj9AUX$@^5a5wzT<2c>$5gsx0q>*`AdpR$Uy!Yc_%yaJJdD{1`8uob@#TdB< z!6FHx{>C31Jxwr*;po{3l5zysH#|JN$%cogC#Iu14-cF>e_(Egb7wfuF~V*~8k|F8 zFbAkZt?ahX<6ojAlYB^+s331>El*ftni~tt+XOQW@{}X>Kl~TI{WWI z2K8}dR@$Qmt&2aG@OhuATcgCsG`qFdF!D{L*zcBY?UCey!d|?^_OkqvKIdp(YmGON zKeX1;aC-}GqeWxmP{80#J=$m`yu@jvC1W%2b{nm;$ROXg7O_)X?Ot(^-fOF+C-8GP z@ugDAJVn>A`F#60sx&+Y%mgVFA?z!{E@6p?qgUE#6=L?H_F8ZB=|1f(W=q>chzsOy zuZJe7J))2Dg`gbkN#DmSz=NY!Lf%MR%oy>*J#{AqW9~r%4rBTE!4( zEACRP2VKhi4K;xkoVo7}!seQ=ZG68SsQ5KS>6R$j0wK(SA2G;7?2YT5OqA$Cg%*%H zkPB3M(pH2145yvtdPXRbBf$Q35Zp{0Ls=cQ0MVaXcGQxBmU5OEo|@Sc&Q7eb2=_xB zwaKDt7V?WE1v?MV<5#ilTdYR{#&BIpO8X%!b(a9EmgKr<*MKy%x=2yVEJIfXSVE^L zovmoMfC#FrL=#2PGnHCghGnFya&u3k1pJ+g{w6o&ULdLhEHhn`Tik~mw&)g6LBCXL z?J$3pcGikv=KDKqSuqy-&*Th?Ll2KEpUXuonmk_$=uaPZ#=w^8r_NeF9)Kov(GCo6 z!Chge?BFu|7mMI=d&gPA@01&H(iLDEus9#qtAjoQ)J)X3Ap!0G!tN}gNRZGlacdu~EH(l_)mMjU_7sd@|Yq&kCu?KMv zf)w%|o#?7{^K|EFa=ax|x44DejML?~r7lUT#c-dE5I3FrRB6en*O|`@xsb=J!ub%w zp5%IG%2pQ)10jfsxwH`lg3`I!pOT&24D&#L93iQT`+Su)N{9i}x4V{}SHet($*~@r z1mtp&Y7aY6DN?8V}AK+ZM@5NBI=h+_@JksfQj3;K41u#5N+qddf~aQ!JlN*4;~ zp*@P*!qYvppcVzz&Q&h;^t!k{+zGqOKzFmo^-?fYLh<3!umEz$~9euil|G3R=f%;RIeFOm_{v zkexDNrdz&KdraV7JGZxXm$;YC^wzS(V-(p3b3p(V_0iT~#rbs~%x=9%+@oTCU~ztD>VwOQg> z${mCPk5T_YT3o_IJgcgrp;d3UFsq>5Q}7k+#x@|J;PZnpg-)TU!CGpn)sIdjcm&Pl z6}b2|w=0{yDl?Ls_@pPTTh?qEKUj;w(q`dctp>UT4!Kc$&uzu`-d23yt>SkN(F(9e z_}dWlfl2h)5G~!uGR4*;k6|-UyZwja93XZ{uMNAA_(Dou;yZM4nD(hyL?2dT=ATW@ z;b?;sls#PY7YXi`!?l+L)JjnDS9T^Pr_@!{UAv`@jlB%RKU*24T7 zfgo?HOPJ|N2p^+$^6AYbri;j@kU>gpNt4HD!^8>qH)FI-!p{d1Vy9x=*~8PZYfq=O z_h@lGub>fmr@|UbP26<&9t;m((#L7xHomRH$Fbf!hdM4XGu)4j)4uA1^G1#^T75u^ zxV0Toa00Zpe{eYYeC%+!Pan{Z278YDwW|n;q2I^KE_cum+8aM&VRzsY2d_tCKLsqK zu?)}Ab_N{h`V4^MTnyjRMuzhwJ_k6cGeZEaVko2w4CU19Frbp=A9hT{7Q*=jV&kb7 z!v=bu;TT;o1h6Qw*VLufe0UV)68BWn*hKrPZ6d=*$qmG|2K&!t(ES_Hf z3N;i{_ScBbpy>>I=m0|+#U2Cnrm+kgXgk9p@;wevsXs$c+Q=}4#5aH=)S00ltztM& z7Z~s${sbV2<}p8k`9ub^M6lWZXwqKr=r2W?8*RnI9 zR#9iBzPlFBhUmcVGJl%KA*MfNopt0Wg@rNJnKR1% z!x8N{4n2)~F6JQq!@}5te?AT!i*&5IFCy!$8W)2 zq9aLU(#D#Y6}0V=BOYyaAi7ZqUBBeWseR(NWHdS}cxNiKF<3$Mzfmy3qu^yr>>KC3 zk8|v%f`|MKKrQ@-)A#1d z_F#HppI*Nu54;(&!qbvl6=zeNZhxn6HLbKeli&>J)9rNZ-NGr@)k3Q#v|4lKq5<1_ zy5^^-m{05T-z{x!KdB$>(dH#f#v3h19J|?ae|l0s%%hDV^d1!MbQb-2E8aM-U+*A0 zbyoBy)YQwl(4*B%!-+HdbIj7!v`*8L@Kgm_t)TG^J)R?l&lN(EoV%Lf&zUi-L4FE_LEIs>{UDPeRh${AG?WR*K_ zm0N%m*{hbhdcA{d)eB2Nlp6~b>|TYqy=q>)!O!7U1&Y&a1j_1On{e&r^&ox?uh&2^ zCFKqnMftlD&bD~~Ke|ojwY##*djn#|DO}fhJ&H@fWPp&Ajhz0W@&sZkXHupx;Y#9O zT$_CDy#!YdMHj9isKjS5bWsf9yB~~>Hu++z&e5wqPqAoGz9YG zPy1lg{-LYYZ+9l<74$(Myva)ojbsIp+* zAA?J|QY>6Cu$NCcmnantI3oF2LNpWBMn=V&TaxJh7^j}PfO|y;;nf7W44*_3rd6WD9-n-~x9EFYYJBIBNTSjB~gphcZSelOR;c zH0m4cj31T(DYZ7%x;Z9nE81LZYenM2&T&dRE0PrU8dT8QTamQTv2dAKR?7-wlWAS7 zNM0CMs@)Ma1!5J3@e)hxZRs^dQl`<5vCbIW>Wv0?C1xk(F{Ds$hL>pupfR5j5KH91 z1867D>mA{I`T)DU`XqLQh^4oY@cu#rXL`VIs9iiQM--x~d&)-~qlR(L=#Z9Ro#6o;pt^F0Y#+|K4uXvo^(&RdL-W6%Kl5aLFZ4a3D0qV9PivJV;wL*(V2;7Y}*r^5qQ-5RiZNza4pdpCBCQdByc)M zO_H3$#Z-DW$(dRF1#{{zm$R&*YfAOKk{BQtehvvlRq|G}B%&>>#BM452jM{Pz`E4# z$y>=c*@Sm=#(-- zgMHj|)xz@U@MEZWCa$AvS1bI;6nt`|6mkell)henffoynB`gQ1VG3y*WBYcfwGLaU2bC7+|0@?fWtv@g$@j=p~_4?|!p zMdmx75)0|Id}r4{b^(c%){G*-&G0*#zvv*vG;%h=i0skGd6#HLuQqa~r&{VxsoOv2 zTk=lH^K^@R6qLl&Tu%?o|DL=HoUyJn*h5UWW=DB`8JIRLaPAVHkyhyJi1E_B(3u{| z2R%i8n$BW(&AWT>WJxqi_Y9Z(L|R$sjKxOlokHjHBAiAPIh!{43I&ufIfyG(eua~u z>;&3I370+dc(Xqw+FRr-jotx{guI4S{yegtLMB}DJ4fusH27R;Tl!;tX&@bIQW)W0 z-PoC$OgZoB!Sr=an1ft{oYA*-n4VXFK5A@6P^TTbH#L1V-r?>y$T`K|I-TxLo8+8y zuXFPlOy{TzuTAFW$IZYD%~O z*gz8)aFiWDD}4$a6!EjO4V~u$t;2qHcA$AKT)l=XJZZB1g1if;8^cOk!?2DnF}y}C zFT&_CWL`q7lKL=2(0Yb-Snvb(Q^l`d+ z`Y(?3rw)IBTt$6AHsgm%(n@sn(P*AZoJ0?|?HGxrzI7CR9?n)7o}=hz{_w1y2U~e7PTVPAcy zU-36s5gXg_sQr0JljYISqozX}jJ8J`%tMOO9uxA7^Zl~sj}fc5X-d2v+G`U(r+27D zV1&lp!;ig60SeWydKtc6lO`=0ni=l=lE5sym0pk@gIk4=L!7S_($o5681FzC;3{z3~J8`Si{%V z)H*>=$eF=Yt!FWs{8Nqxv zG}u)w8@*AzVhq5Hs2WpXADgil>t4GN!wW`(SH%uvH4bn%jpZn-8yfO^8R@9aFb0}f z`WrJLg}3n*%K8{%kke%pft#<7t42D?+l+5u0K4%8 zB-4zc5Z__!1jT7wgxtFEJJj+regVZW#vu=OlxHa=2_5Whkv8&3P?V^kgj#|Y6@1Wj{-@xDzA}Ad+m-qFO-mqmRYmUfhc{(`X~`7A>dI+|G# zmk*!Yca&T2F2+bMOJLqn|AJD!e4vwe)JIWD@>{}ot+%80>kNTw>Tjw2+-QdSTWY_} z+|Ds|+hf(G`h9>h^>@^MrBJl~j@qx5E3Lny_Gh7ZN6nhpSTL6Z4Q=hH*Y|=(zS&#^ zTk7?!p06bYw$xn^QGI9OS7{|exjh}e*U(#dTfG}O4c`PVhi&y)#9Y1(^l9E!vylRP zo6zzUJuH%SRBmjmeOq$@Y^!&GX|Zn<9ZJ!M3x~UDsy9;nSe9 zdf|EcAWerE=*Kj@q{BDdQ`V)OfaR4j$n322x3LvQLn~)z>)PgpZm+DwXmxh+zk)pB z4fGUeFA#mcgbaGBc>+Yqr!$RD*Hf^CUXiYcHtCN_C1WI}4`ED#rn1o!)>5#yM8qpp znSk=qj|i_w=Y8mfQEeozD3h-wpQ-dqx}Fu0fb3pz7A;G}Vi)NZAMg}1l!=%r)HFj6 z_gRh>_DZyt?Uf>CGgX5aIRsg}QUa^NzPE_^9BO!_1}{Twnuz&`R%PgUq2tjTy)u;N zKveh|pj4uc77!4wMl^2KN%1#%(6WZKuVV zdRx3=`%R|aMi8ZD>CN%*bX1n!8lS9qHB0X#W|BQy&lKNKBZik~NH*HFoMvU~(c%+Y zo2@5^WZKJciGIn}<3nbnSNX26U%`YB#NEc)K}ZRsC^JV7ff1Sb1RMuPa`ZTHWKpgj&}b!0BSzWtK16PLzM5j74#cf} zzJ?AZ5RwVT7NhOy-^0T4d?RHowae8X!^4_SaxJ$0dGLN}RGi0bvA5F$npk|Bc=+1c zG6){#O+3sCK*&b$FfYEzJb5j>oTo2>JzC}KB~eo_AjAP%ox32ZKim!nZ6!r$7tt+Q zqgDBOWUC`!BR;mZ&qXyq*w23=(YCF&WW4WhKoo)C15vo-Kr{{|oxCP@jc!^IePdQWtkt@v+*JwGmZ0=V(=t z9v?2_J|V(vq8q50*g8rDoQ$rVqtLM;eWaL99UJSVTzg|ZSSYlnv0fnN($U6xrZ0DG zQLUEda65LD@>Wn}6Ft*qndrKb!X|>dgxtNGpv&Sc?V4geGo~EFO#Gx+??xh(2dy}- z#IgNEm6YL67m+K-%5_Mw9>ISL8IK?&FQ=jsJvQhfrV{bF67dH#>Wc}b7eeEK?lC30 zpWLV+hLPCE_c%VqiR)#Xpq9s|`;-hzrY^}=cl=24JZXmz^jcFr3$K=*ZhE8c7Zt0o z2B9tk0a-H2^jLTZD$DftLH;cDHYJ8dIDq7j5E?)0-dLs!rTG;^#0rlHNtOt|;wegs zWtJ66BNpL0M7x6E>AEWw>i|v?ZesBWsOw@2SUHu_%Js}>%M>*pac&rFnv&r$SmR}M zU%B1|A4Az&u3u7$d5DT}p1KpQx}}60>W}l(ExLGW9q+02P8h5Q0&4xe4QdUeMs3lE zR;`tu16c6dEvE@>@ui@Jw7f0UU&akS(4+oA%n$n!8hg8cZ>!5H-j5L-^`Hbx-KI*q z$KswUn=000{g)#p=|u!oS=kVnOn*YxQ9-UlBCH99;>yKt?~9c2wM=6 ziB5FHoUnwnPH2+=cXB7)u88B5)dfRCqfuQj$E~IXUC^c-X(xyo)_7kbEZ(B3aRz2t zvC89Gn$-Z+Av8s`QqN3ivYxWKVi?(|WmkQzc#F<<#RzayS{26M5_-EzPsfv{vsHQ} z9BZZB^a=1YZ0@EvE%`ee|K2F;Ru5i$cv&nPnu8_lM?A4ijOI^I{1`7u-y<~VwSbsp zP5+{6^UajiUB4%MEn9ZbO%@F;7TcIbA#Lrh7lwzz)S~;%3^+@IIuw|!&2n<}z@RD!tB+dFP*s)Q=`PX;T(mfOZ%$|Mfb*C(T_Uy z*2Be9ba!v`kwG-Sw;r9@3cW$G*E!IZ7D6JnlA_5TGj(l;2}U_uCs?Pp?yr06R|iwG zvt9w@^RB+))?3)__3!GllL=qLiJ_?Bja|gYEoMD@R(C&q*6Sq&UatHLUK8OMT7SW7 z1#U$ZKYOu5X*t6%I?FJPN`3*Xrnw9o=qST(O1}s=MpGHi&|U@?MP33V(MX0o+Ik7B z2T}g7h>f9{46o5A3_B>{AAl^Hz)(y(8TwJ+WxzZd%&?5MT=x12CqLF)L2MgcVko4R zR{@o@kYO>MWY|FYzX6hHCc_~5gy9iNxCU5B6By!YC&T9ycpXqqgBixt7KTG)`yG%( z-5BugCI-A-&VZBMe*kbCm0<^+WH_}j-@p-wg){LxY~d&PJw^!v(1s>3d`>$Vj!~ct z7(;^@*3lN(n26&d=?Y@KX{v%4{C^zFqn0Wli54=9p_8hSiX)D`HX}|>|G?v2>tHin zq7U`48Hu)qAK+a~>#)Q!rmmy)OdW}N?Ha|7iN~j-n0%hDgX|pfCAuj3{G)W>j3XLH zHY)7Mdwo6MT$act3$u{325ZT&ylp^f2gtZMuiU3m|T zZ+)oeY0Lz-KGd@hcRV<1_Fz(hqvjE$DfeQHbL&Gri^2cKhk8sNX{xOgKsgu;N5HKQ z^-RL(RM=6Vc-~IO1Kk_n>zVBZ4lhGKO??%=$~p{-y6^Qkwu4~fAB7)9t62e$@bwc| z?yAKBOL6Vg)HKf1+?)OJ`cd$b^ehM<^oBO*FY9d~prVgut@J*S!lozV*RBgt;Izr0 zZGlE;%@B-CNsq_8BlH(}_R%-<=+t>1tm^zk*``;*2zGrbtflFJSfe;}Kdb?q`f`-j z^?u0jr9TGVhTZ}*wy8e`F}(HdDC?vD12d{iF9SDUoj<|gr&ogRuXhHw0DV#oL=Dvc z2Kxl*Yfvm$|2vq5=u1&esD2WS5T+O5ZW^xt0eXbK6YL`Oy(k=|{{+dS^<2ZOMW7{9hlP#{ge z0u!g}A3>)KeITwg^=DznEIk+nvUNT?o1^yuyIg%88YWL?A3(l-8Ww7#zl4el^m61W z)bE6aiu9krr?H-c{7v*x;8U#gOPnQoIMgWBAGDk{dVAJiYRm3|tgYpriYWo`87$lq2!0lnMl*TA~Ht|7I9{thS=dKRkhsGmpI z=%n-8u$B65G*D;#cL>)--wTVvX){Z}X=HmI9|O77pVoPAKo*^Mbdt_a0ih2^ZduO- zS<&CbHT=RTVAJ1$N$fg%ur&Q^$mh`4fa26I!H~NC6%_T-KL*9n_dp+0a@y2Z;A-3D zeE__?ra-Zp8a)yQlysAC=#ugS5^NtTEP_%9v27O{o@3Hc{1{9~v$u21Mk|~5qgs21 zQ11MaISCYdC$EVxfNCCrwe3}2YY=gm1`68m^!gkT!{n3O_5ogY)a5eo=1x7l#*6nT z0p=PW8e_eNA`)UA15^7{uZIzdFhgNa`-4^_#=H+o*=KprM@qaI0UOyLGoC>N{un+2 zZ@ZGndoXXl_89@X!v_CK78G@@02>?pD}RT)lJDCvtd0FE=zrFc1>bEDz*g_bg6~L- z3|qY;3%>k0E?YhSitl4+bz8j?3%(t=S?Zlw@co@Dt?ys)W1(#Dukeb~2En2wAKoaJ z+i+yz2bPn4!#4O=I07FLoewp_2aHB{wZWBQV>7xcI15}UDTujTwVVc5N)}=P*8BRl zD$hbN-XC5CTTf3?lFQQYhI_>|jhVo`vKG}8yHpw(W(*gn+@CWXMMiHB_wMoPD_ zXe%v4Dd3FdTCVds&KQirrsW4t!nI_MM>Sf36=@(T{n3ZDB4q}WlzHejj@VGnru2i| z9E~EmcvKwS6=@XXeALoNBQz`?HNmErf$Z#!34kA@MT$DbmQoOU*G+ zM%cjLAfujO`ButB%nN7&y`lFBaA+f9x}xRvn|>E=c0I}23Tag$wm){(dUDuU7`vy4 zc?go}DVEG|#wYOo=WAO^T=S+z8i8!Oq8Dnyj8h1ps0?R`4 z5)?FgTVlf*Q-Drl^c6i(bAv+keb3EHl+@UBS%tGOr=-t9L7@-DrL6M@Clq}htf}g| zA(l;l4~p3J6PQmlDehN{L!pcK(>x})mq>BEU=@iXz64gUBdvx&BKJ1Zaohv&4bU68 zc=*NjhP_4mn=~f1!}KY7+(x>ONds;pb%X495PyRi7wmv(Nldwov>LjLS+|iEbBzl@ z^13DLY+4j!B-9LMncuiA_t$7P@!oBuK`18<+(s(nf~s8KBtDoAM6_IAzG@aZ^)^yE zlUmdjoXfd@5RC-bJ6+4mD_SRXEXn-)>qbso*{f}^~?W&X#~!g`lLkWm2eyBU35y3 zeH$r*EnZwl3iFucRi?GREn6r~GZ_huo3QA^Z%f&Wp(rNaMw-CYJa`)^olc;9&HXIX zTeqcbVVk{w8|hJu2yy5(Qb%r*Q?~k6@aFl)X0NaEOWaDX+ejyv6kbP4_vpusC>q|D z&Ba#EzKzs^Hpdw=v6OF&@8RI^>)?1JQ`|=jYH;UUaab(J`P4 zMuqo8fe-#5g`cNN4Np>DqQS2)3{ON|yXi52|CcOhjXedkPvAk$me7~pOf#uH0TLF`fLkz!)nk9R2I`j&~r-H56I*#?i3$tj{ zmZW4DML1ehl3|1))-wZH?k57cc!?vv7ujhnV^vN|I+?p?~$&qa|sjyT$;Bib=6@14xiG#V8F}f94 zw)r^Eighoj;Iu;-mfd<3@<*z~r%~MScVK{YK`5-DdD%uh@9ndV^i+%Ud!E;zx)xZC z@?JAfn-o}WvdhD(TfrGJbBu5pEjh;+=VO)IdZXNMdNIdHLfWAmtR)7LZ?4hAlVx+V z)!tPF!|BdkE6a>rqa_Z}e1I%y7JHsW%*;c%G8&O*v;~(}^I-a;^nISu27ZmKd>H8n zJ(7=DmHR-xks3r%9gHpieC!BrmQ?rk4#w+op0`>`r`lZf`1fW5w_~g^jNgbJdkTAd zyo>?RFHgtFLX*jYI{Io+w0~fUO2?|>1882Ka9`?w8d+Vmks*S_4}d)C%+P^WG2o-{ z41=iIkANvOpJ4$VXIM$uX8`MHI>Qd^`T<8M_AKBOjb*q<+ZiPCJqIwTKSKy@WQZs6 z6QGznGgQ$khJJK`VFWch512&r8D`LNhIy2I0kDjwUodvTUDNhw#J;5^3^812)s6414G>K)&`crCc%iYv7ZwfLclKGYq59tAJ@#&9InWXV^f_ z-vGO*7sD}n{x|q)@+kHiU>GgA2I6=+%`lCMt^?-KqYTiDVKpWH4%k4G8IIBW3}-0x z4@hzOF&h2{q)_Q~L`B|0rwO0a!e038u<&{O_FQ-czk{f)0N`yThADKK;Snm50So9+ zhLv=fVI3tafY)d;!w!0%A)Z22Ko(Uq6w~VrZOCZ@R8cR6e)K%U2)e?sjM~}(&(RWw z&2*Y!8x?7Q^Ykb{zBY%x&`kbLcCrK1a+=HlGcxq1P*!9ZRWppI*BPdfQwPkUUJQ%r zd4|<=g<%7=^#Z&}OBi<3X@)~oWB`uQqYP*0FhIUMmr_jBJBTKmpiZLqO>-iKYcp@e z7Snu&@pPO4cRC+470-A3_?U6vHr>Zegr!&I`v%iCAJYX(9AFYYtIdG-vRr_2YRm9B zjRn{qnG9D#?W)WEWWDQup0>Npc5*=@>x=xu-1)v{uB`9JvcdYs+?{lfzuDHDh&aE- zkNcwX9_{uwb3^%HDqK;GG0GKw;ag4fAI{gaDIma1$FtDp0cJZq%bFWtj>4N0*8)s@ z?#!JLXs!^!KD8Tfp+%`0xpQBvRCL52fvSWQ@G+!zU4&IO)c>O!&S1sOj#X!_3*TnC^Zc(rgw? zQ@0k@eXswmJhQ|dnQyLF79CCO>5eZlx8cNcif1-Uw8MfhlPr!K^3~)M9C5cr@#N)!)U^+C!%tEiX4Mj^oM^lGd8TT^G zp~zu?2pTyIE#010{Zi^r>xQ9im(tc@Xul5=aGSAwqw_A7tBa~l1CI#JYNUML5uOR^ z{{ub=+MyZ+{HYJf=6R6kaMiF(g6G?wD``C!n3pU`Pg3V;G4XW08l50J$La(j?y%Qp8&1rcZ(ObN6@4oe#3m;d4 zx3m&W;Vr$4r5BE}ZO76~9f2}9sF;j(slqRIY84@~L23MIuIb^I!&DB(!s<5u`41bs8vOcTG5&wXZSjUDPpW&`e2=2HC1 z=GQ2znBQ{`HUrW1Z0089v72{6E6schc^qbM+~S>P80fmW1Nps788sMYKdb;u^C)!j zHVe56o4ky4;eBg3aLi|r>Syv%VSkg~un#a_t%3G|Cch65WcGq?!Db~oJJi$B) zQ#Ukuou6o4KwU}Z{V0`ePV$09QcOP-NHt$YLYm26GfX#my`5pMK!Hq?pQ~n>c_@%= z`arB4b354On%z)Yp2@zee3K9DH8R7&p}=GZVxjp01T8YNk+ZQm7{5)-mEcos9s{2e za~8xZHQ!hH02(U61Y{PVa5HlXV$IE-sJ?|c4vfmpv8bk{$*%5q4z=EyD*r~%LapcW^N;2H^;~}bd;|?&>a(0JDvnh7^W#Ugp3Bdl-HB?Q z%dbYoTT1?)a5eRPegQ0$3ZEaVqOxGV4?>@Ed>72c$CLazakX&yaYXX7gusz1%Xoej z%pXUp*gg)w*U;1|{D9Yy)9_dCcU%&ey*?wSSW4iz6Z=0+-sLUfE(NfdY54V z{rCWGKqo1*1~86V*O-Zk-B1*-b42t+xAVAu!asxMgk6r1Z;`stLe5+aF-5u@VLjS_ zRv3?SICJi8nZ4-*GUN8^H4V^@av7X-=QJ}tAQo1D_afpR^hHl~5sPWrG&8!!#DFmN z+1Pa3kr>PkkGGEwgX|USWUY@gnJ4xbe>i&+@TiKdUAU`* zG24}+4$6+%F7JrRCqEtLgNE>ewE&QkMnR|lL<@!;dG>jkY*xawnbWsaIMw$=TR z&xpJqo2yY?S|@%S7v$aWge#}(LD1CMh#!>>Tyj=z7sGyLu1o2uKglK05btwyJ&Jc9 zF4~Nb$oNGhIP-8lT2kh??!xgABj>p41=)pC`4+|Xv$`S8?NS)- zj-ThsOZ$y^eN07GC3Vl)h7XOJr3?YEJ1i<%UZ3YGxPwo;niF~Ae@4{Qn+2UL>ba5U z7n^B9>`L2xA1V%JKHD>cc zqJ|6uRUH-r7K8PdUh`ddqO@1ecfF_Mbro3AbYZ?eCBo2~{g|2$oUD#)#E3>+p5+_8I59Y;PY8n-f7c2$g!!#9F z?u+4P7rL^{YKI(M4UJTf`qH;Jp*w}$JOFRd2gxf1UkKI%J6pHChwHF(qWzI2SQu%EOWI`?r^td zuAsu+vU>&ZkrfqS0(MW17(Qs|`1^*9R9o163}$-erT1bS@=Q;sT_#vF9dh&SG>@d6jPZv5bIP?R zF1+r%D}N5YXQ#%yISx+02Y?w4!g)DJaEN{{prH&QY?mE`qoVEuXwsFiPSz7H$Q8mv zQZm7Pgd^99aA5*~P%N7#V!HE!q~8yhNhT5o$U(wM(I)|p$`HbE*)a*6<0WS@TpeV} zWW#lZFh4xz0rv}Lj5GCz;CWewJOpY>`IxTxk~0NxQl=1=%dsi$Tuee;o#M_gPnZx{ z0h0f)TZ6bI54$mznP4&vHbyx!NX4olQX5W0l|&YGoFw^IIR`SbA3YVYTM7WSU;jk6 zEMm=W!c=!X9A?O~<}Qa%Om*MsE`1%%*hww$bBOBJKMZQl<86r%#xjsCw5e^23~Dfx zX~s5Ic|sF+5pahNVzITrQ*Ns|oFEsBmcwYHQMvx9hzDaF_PwKwd$aAA4tT#{Tw?== zWiCBBC#@%&)t&>FH5JHlUj9`8G^V{lo)HBW(bYhz9Nw+`vDe~fI5XxNzoW!( zIGtIL)6v3kXwErI;ZDQhbxvfMmWIRcG}fK8G8`f2Ddw{^9diGCcU(>eO4iXOW*3r& zZW7sabd9ECM*JxHbdSkFR3;Vwoot)$PN{z%lAQ18=ioQm`4ENaAIE!>Gn0-1QOu#$ z*_G)JjCPae9KCFTJ3o&-IfrACqdREMbV@N<=e@}}g9$wl35fz{lh8_J5CXZ6;@+`3 z`U$c*r^}iJ?xfEDByFuxuYMUsa9?m3Y?@j0ZNVSiX8)h9x+&;hn=ckPAs8Rele}Kl%E<14k07drw zz`Wr6fibOdWAeSjCN)FFvKwIavHij2rOV-?t`V*jx}3gLmh7X-!El<7dz2hFe;^eS zdwmU9xHx}+etzF9x^VsgT_In*q&?*hmTn^vCk@bWMGfEkOco~%kfoN7b{HHuX@IVL z-z4S>Ck-&_dcN79IdIazO7JxFy+lr&G{E(>MZS0nfs+QvS?v3j0 z(g2%E8(;4tI&snf71JGj!{}P4w9^Q9#`i8GeJ)Z4=XuVF$+1Btz5(h5-#ofxY)MuV z^C^qGP?9xOURvZ%E9$|daS%aYM4!N+wbOxv2s|h$pV3C4-lD_gYr@>%AOhyi>bsNq zmgz0Bd`-E3((k}b+)xJknN@~^2k0>Q3Md~A9-u4A#|>%@oIB7QUQXXNa>}U|S%F4} zz@|BH_P`!SF_o2vvj@%qO}*H=22M!xxBq84s`r)tvCY$Ml zF;tTShYgUkhL1B<4jeW>SH5pL$4w5LHb7@X-+jz7P8*=B*!Q9gdfJ_W>9pxjyW7RJ zMXAO5pGYoSf%zziBwU&bJYl`ZRKdNX@f^_E&jv%&L~&Mk-?jYb}Nq$VddK z=aDZh#i)Z2p5de~A#>!X7BXo{4Ip=(cWtaAuINbWhbm7qrLx6)ely5zL6*D9+;Ny# z?N{c`go3cN%$=aVkutda&ohFfQSUHtXZ~cd(WKsxQ)TXe+9Q|B-1(SrPhRFu#ipI6 zfFd5n5VtnUI6i@|OJif3DV%{wm86LufEO)N2+) zJ}{b2A{Mp!evC9Sg5eLAxp!JZT+OG}S)9xn|IjG~%YVs|CeN*O4^Zx9tK50&Dal{u z9<36?D^|JdDs&`ItTw1OR=e+lp@>#%+#f(Cp7e}60|sH6KI0yQ{>_?akhM;-`x$pm zRvly)hC2+a9^WF(uW{9ir#!>VO>{_(v-@sH)LM7{yt61OEY3*W2`#=Uaq>MAu=>E9 z$R?L>O8FW!tHzn_-JqnlEM8ZdcT5(ob$cP$#*jE^k_sCSFBf%ik805|iW)ZTbj*i)4zAjX;e{`_!)6$XYrVx?q#l>Y zwzvzit76v{cZTKwhnifU%}RAQ6+bT*x456hnKbiXbpHy8W^P59JtYUXy6c)PQS#eX zcYbg^>Z~iScvHJVG>mVMWW32Rdpj}=8-}xL{>`HLm9HB7-M~cHdd7V;ddZpuPd>ZbKJWJPp+I(iK#U(WVe;$a?auzKAM~7>4+A zny1iwM?L9swOJ09h%EfUkrJ`7_7BwcAGr93p@ac{H~$yFgM&fK*I=u%5pkR@v+XB> z)yA(kf^!l9qoLOfPDg_5f5da*R_hRsd!k)(V7jNdVf3%;W^~Lg+cAtI(8GIXdK#F~ zHVlJ!10;Qcr#tdvoP$0-VhwL~D>r zGOhOYAX}(0soJ8@0|BZ=s?+c;K&5k;DJtFAutSq^Ra+F;rLEYakOv~^5k ztF|Z%1luj!65c_Q79DYy??tfC)?mdBgjup&Jee*YWEQnGZWly^Ih$kRsfU;8P4T3Z zehq0%u9HYcxj55lc2R$4aq+x6tE(NNwYfN{8|9)&S-Xp-jvSZ>#9-Bx1xk$3>56q# z1HaS7jxYBAH%Gqh4_F$3%NbcZYAOf$G`44d%(4moG5zGl z<(@im{Sce|IfZQ_P+HV_3QyY* zrv&U)rFaIkjpNxkF1)v|Q||Z)615U#I6<1M^rV*DXJl$H%MgoTSwPJ!4}!lu?~c3N zv}xh$jUST>-$t_SB3nlbrwC%s$*Pr}yPBSZk7JPKO_03n9FO4qNenEE;m&m9`)`Wb z1Ikv%7#s(ME~OuQjw!A!2xW5rM^abencX9It@1R0ezkO!Ck+!k>sEO}e)f8!-cb%t zHQq$X=;!c*L5h61%9DDjA2Szaz%jk2jInwN;a zh+;4${v`WXd;Hj5_wUu7+TMAH$v)Z~#bwFS99)``-WC5EPpX&W5&J*PIN}dJELM~6 zlC)pr3Fh8_!+zXsbmDl9NyImCDa&@CIf`>a`1Yi+zRXxmn=Nj_%2pJI%H`k6tT+N7hgt-R<=#!p#Wak;E;Yt{$VcOwW$A z!de^U!7ZK^I5%ML7EkYF!*6h5g&$k!kitjH>gJu9&4@{boits;?i z%P<1;L}VSedYWLh?cA-NR*}dW)~WDgWR2<=k@Z4k-*5G#yI;bysmdq!@*k7HHgu<| z%cI*Mv?;t}o2P!VJ3DHyisF~Gu?9uljUQ=cFAc1*e6p6*W?(%DoI5EO~w%F$sR(nL^lNtm%fB)vYCL6 zBH^&KZ3Z|gD+m|lBH>qQ)Er=vxr9vln9xRYiUB=j3SqDuE7pEOe|S#`T$?1i1)z)c zB^;H_glqB#VS=>16EH_s5Dv@5J2mz?hqQzX{ULz)`rTq~rFFuzd)HQ=PL}npz%xyf zTEn$e#t;t69>T8@eHS2K`Vw}^X2N{=gK$*ZwgFgW1p$_-2{oiqTSPWXcC^(xyROeR znTDhGCgBY-Qm)Lh1f@nhtp>8wwH=su%ldX&E|wk}_N>2bhqHp~$dz_lwz^wRT?r*h zetVFXNlANMx zi|`@48YLla180IIyevESwsitZ9IMG;LrpQx_q2_v<*d2 z^!rXBe#>G;)6qYZB&&^6n3h&CP4U|~X{kZ8Cn5+sIBd=is}WQ=K0s@>Z89iSJ6m$V zgH>)1@IGBm_R$idzq-&z%S=K$G2vjDz4Td!haLT%w{Y*QBUyd5dMLkseYKRK1<0?- z!*jBfX9Pl+J>OC|4^>rGk73Tn(~locPYx({j~V<9&xhcQ_7sB><5>*}Vm<8qIX$#a zgnkbvLeTFS0xrz{e9~8|6UW7I=*e)V!uA*G&q|=5)_GI`LRa);G;U3-=*hUMdNSHz z1VB&bJH*jOqXrv2nHVJALF384=*iI0MSq3CD|#|NGo&j1~9dbD4S-uBYxPm3RW%6L$C%z5=qVID%hl4gerk%Ez zF|?F{1GK~zKOuZfXJc-zgH{tV#&k0}h+VXAAy`az!>5P#7}AUBX*l|53+dA*=50hX zKzmwt4bU?BGwzs?mezm(ErQwSn4^AzBbGmCl@uh<0QdI$%uxBh)HALHo@880qS~Kl)1X0nJG`1?$qqe_{j#*&~O+ zGyW!u38stdvs@9ok=QHdhDMMc)!QMf>J@V^rG29Am!+e%&YBVNP;+EKP0#A9!@rEyswo&{@r~7*;iK4dtTq;NdIut| zzs71Mn9(g6r`1K@=z($C7@Y6(#W-!V8RMe4_i7{ZO{}Uj<$dbj)r~BEtO}V$76{D_ z;%uJk6$SFCq}+!BsVh_O(;jSX1b#{lVlHX8upO>Q6pK{j+oD*k>QqJnCiS#3dUKI% zHk_bkc6^*|WtmFlBZkS=~#DC_Rmyt+~L(^X1D9u&L0dA~Lu(`$v3w257f zEM4u-91TQU>5Hq-2=QCZ@&JW~V88W^RFk#PD5BrXeI13=P^)V-BfieUPV(y{tyqh>r)Y`Q-axB$KUJ_3^hRUx=5jyPggmAu7x42GO4lPpE|~8YoJA8Cert;M zdv*C@otFE*=}}{m|M56mIDNg=JuWhlyKoF`q%03q3m<+}J3kqdottau>~H=-*e7js z0Kdu#f=MnCW=W%(fJHKwuuncFV0TL{K$9s1>~0~TyIKn{N5&AayM?e-qH6 zq@WNm04CA^ljRg)Io9k0LNbwn$>6&BgXoVoss|VL&k*{^$Art0Q(wLZqPU6lmI31_ur3U(`|BuPdznS>WYplPwtBHQejA4y2hl`n6p4qafnO+0=jvVuK&`c^dMTV^9D3wmm>M9{Dp*HFrNO~a`kt~E4y#$kS1dDtM#9fz=Un`bR3QJ#@V z!0wq2eupOy%_7?K2q-b0A;@T~=TA_ao(+%@V}uuxruhNOO2jAU9?`v}{{oN6lh0+E zo`2yMGooAYE;2u6aU-1TIV9#Z&(|J-L;D?NV_p!TbSBMcTnpWA;oho!ib63zWjLa= zS0S=_kzu>SVX`m=^I{8ULT!x2H4+5B`5BF`wiuZ_U9T2LlKDBsF@}v~*8tfxUGF?f zK{)eO<8bRD?FrWUZ-%2dX0*xtXB z1q_a1$_oh81H%+ECR~qzt&g59cbDp&LfqI718VABO7Q`FybBmJhbh0x(Neu$gJ0?1 zp_E}{Bm+h4>xF!)-oAB+liwXso&{O;PQQgR56i*z>R7wlZ-!nCb6bzh(6c+vLK&-> zv8iu?JrXiWNP6NnQY*-;7Q_b1kZ?KI^C%Ma)UBidPN<)u`!KY0%+zz!*CI?zdNi~7 zFzVdN8)rxUG{z4$l1Pu45U06Jov8==o{V0z_?7I zUTDOac{bAdR1Q9>d-1A#4FS}5a+;7OzY|)E|1m%}Y4n(0Gr0w&!?Jct{=6NL-6Hux znL*CBvi>n-^|BnLYnNOk)R&l9dJ(KN-Ze{4^IzgKh}mh1L>+FqNXMiUzSuFaZk8TY z7iAwH`8%ZIcuW~722fd%6dSN8LJj2CS$cYF_J*)h#$e$=w-FX2o5?p&TK2V3_mON= zicufQS5YXjWiA@%G03JAkMy6dXTs#$jM;hsMYxL4M|REDM^*cR)t~9sX(Y(9cvET8 zy@*xiMF?0=oUu3D{BixP8M@)nTq9V6x%yBa3rKzI%A;j9uKVG4B4@k2JXdd!YsGs* zU2?^*Lq6DFWz@c_G|SdY$G4BR^OyBM0Bs$CxUmzdL0Mrw2^hs>b)YuZixw27Ejc3 zsOI6)?m4|zs?icw#bj4_vazj->BT1pyErb&KcCZELrosFLGP7i@OF#IBX4cwHHX(B zhUgY^cV&o~8}v*Mm;b4;G0`0n56fWZ2K@s}Vb0m84~WR~M|4Ug$uyjrxlx}1p&xi2 z^Y*}TP;gxPIJ*#xYNNzXX^i2VT;>K0~12 z9jO$^oPYyau_y)^`R*mX0T!WGds(mR%f|ad-EhRSGjbg)*Kp+*%D9*HG`I1%l|-uz z@T=(vuXq`$!cxLJ+tKX1%b(lPVa0U%4!xJkmgzh6ymX^fraNj=Q0{Co(l2$?Hqyt= zmW%T44!mbB$uB#MO3r>ow<$E}+OO(kK$TbZVr2TvtGY{>|Fp}uJM~V8`i|H1I+3WA z!zcp`L?cm~9hs4+t%!Q|YkFUV{^B(>BZLZs(XGywv0;563g>88e;jkeop^rHCg){qDde&le%igGNGQExqEP1E#oW3jbPa~z@<)_oA=1!9TZx{q?E06pe zZ_h@u>fd@dytaP?(Pw5Kr<0`xlbDRx;#gcYACN9*@F~z`#2K`^?`82B1n(xFpTXN^ zH(&5k7UOMGSQGj%UVFodAL}iY`7fLF{{$7?R-XR^CFPN~Khbj{LH3x9ARpwKOz+{U zvsa=&)vuv2%xCr5I3y_ltlku*ckfxq-APWJ)n}vFdw+(P|3|X=GkzfC%g^*4P?6OC z94*Q#vk80Uqt8*fA4u&ljOtqWh5oU+OGbZ*FH#R#@g?f%8~Oc9_)U;L=g=u}_O>^bQ;jbf|-#CN31^GhgX-aLm&QvKXbkU$uV=ERVsvG{SP@ zD?J6aVnSbog&k6#F-la$e6uA+$VixF*nbM3$XL` z)6`-sfJbWKcD)^v;=(O^jVHq;|IuG4lNRrIa{e}f5H6e=*QI{M+{emqay1z_1>0A) z;O>d{x5tIw-yZ+tcPRIRtGpbE>#G4(YXCUwl<<(OC#;q$gacCY48SXk z2@T~OVSp5@1uU1D1Wis6mP-0Mz<8NRz<88^jW6o~UMxHWG?X2L4Wga}9F?wwOR}EO zL#_~TQ0{Yp8M2tLUCt4XO2GyIR;Cf=$SDHS+X%q&F~VUvNWeCj=K&XF2*D{k2yH~Y z02nV_35#Sszxa$7M0$yqqIkmV%c6X)=?5 zIT6A>Nq-ptlP!b~5b`VyJ+5tEqT?uDoJ>k4u0hq5pCoNuqps2!E zK>bk80nFDnNa3rXT4m;|pe~hDgmsd>6L452?)3hI>KgJIT+3z0Yu*PDFlQHBu#-Zl zC&vh0NeTlt$QVKm*+alg(r$o5`Vt1nX2OT^2VtqS-2=ERD+m+hBH@xW+H3gDC2W$9 z31=kdbpXty5c2(a%#ST50T07BB2uv<10^5qZ0Xlc72P%JA59pob6 zur&H707_#*k$g~g|l)eP7Y$iD54?>!> z{TBe;Fv3>37;!Z^4A*X%OBgR76ZT2Yn}82x3SpWYBb=3_w*XLz1I*Vxk-cxBlBP-Y z5l}BkU&46VOxPrU5FFC>DB!59AheN-gj&+*7yw)Hj-lpoxboX@p>+_p%6h_axk5NE zCGP-6%VNR?IY+=Y#^X%>8+r6NlAj=_;Di+ECjdn zP-E7}-s|2*rE4hU&+1n)(!^@{%Co4ESfh-|oV^g&o)Hv$`%L zb(^a_C{Zp$$?OvFJ6tb=Gup+qPBAX3>0@2rGHTalP%x488c0zOSei4wn1D>a;jI(L zMW0d6DNc!6Kf_N-4(>b* zj-viD99^&&uggtu5_&dcZ+hF}b{+vz3Hvq_69^yO;Z~(1Gq5xvze3@w^BYu zjj6kCrSRZC)!|mkd1?Qbx4Qb5-2az1yL37I{VMgn%4ie!LoSta8_8Jvo_QN7%z!m- zBfW%@R8Dj13srHAASv!P5@(mNx`&56N2<HIgJLT zdPhehh=h+OSHIgxkF#6`-WHG=XEp3L5|#XFOmw95BL+1SX}3YOjk&enu9B^D%&kc( za&^0n^fKe`d0Rjix%%HmqNQ9l8(i`%DZ;4x01#&WS84W+~1~p-9`$M zG~hPUqa+Qzjg-I~wRYaxlHTY*wobRv_#CKSw~?~gIPboV)R3f+x09rYB_Uh6WSS+R zVdHOEGKbu$JAmb_jHYhX@!Lp)*+@^{O7fqRA1w)4+3z!fsJKvDRDC3T(pE@j!}5U1 zAjKU*%QFR{rLi?34d;~hwW_3DMm*OA;2@FxlSau7s8dQg#<2z_Q0lW zUmJB}H3KF|YL9xzq@LI7QXhlqm}-T5)nI0cWerVx?NK;t_Js;>XSL_q?q8_z)@ozx z)20evZ?)9$y0!@xbC8E=tL3`aa;>w;l-Gy%b&RH1csabkeZn`p6TH=SVM0XjaOqq~nsq7fmG*vDaVPWqjy}5=i@Q9BRJ4auFKW)Zf zm`BrR+Qk&uar`JT6a6#W=|uL8dlKr&MnWICN|+$6{tcKTWrTI|AA(=%p8*ufY(VsJ zELdYFV5!V(l%6Wr&m^ux?{Lk>;J73|5HxA}37}XO5Dv>{gzZxMQ^1Gv2*7-8w7mOi zVkZcZd=}KLat{H=au6O8*JpskGLUdawh_|g24QQsz1Y)%m8_lcUV3Df`$Wqn+895V8KqQ^D~ z?$L&RcmTX1$UWaDX4^gm6@$r(Fw3@;qb7KLB3L{h+6V=EOgA>)H{__HB6Ds&>L;vAH>{*FZ#{ zaSU0M;~ZUP+W~^Le9w=)H~k#;w`Hm$x~+`=A@R%q|5{>fe3>sd8|$xyn_NjOF=HTL z=!$1Vbj2rcIBLj;cASd!Xk^RJE5?=|S$EK13x~oSyz0n6ksGSxtgDH2@y5iQV~z04 ztBKvCOUGc+#CZ(Q5+_z}{e!H{nK`R{56G5yw4tiCp_}lotI`;Aksb=65K-Bh;kh$c znQ7owe3Zy!P^0ccJSdi3NDRfox24%y&z=P@%YWdq)Nwz`l=`rMCmZ*6t7W6*Z4e!U zk%Xn(97At;;;+Q4QkJ=;!W;wFhgmioi%4OPVIE#|mMxY~5EAAXxOv`k4G~ya;4IEGt+ zAHTJpgH`P;D{Jca2f5VLT4AN3hT-rs4ySWm*#v)HDRogcItbJk@>)))@AK4|Djll2*$O;dAzMYakn4(vx*pN-=N zsE~66C3!xE%^=O0M#rY)6l5aPN%Q#DEy*m;nQCNYm=;!boN)FI^5_C&toZhDxE+ z>Fdmbf3(7Q!)KHP#vAPL^ZG6^no8phZCQSm#v4YGwRvK>@&wRmn1Ea3z8woM3Fy6pM*wD9|oY-YJ2Uz6mMIm6kftu1F!{cr@G#dvSClV~Ew$2ILz0xt38s{mL1@hiQw^N-^&Mng z!BoQmpvhOCf>oMo;BGN1Of}HY;XBKyhbS+DIq@&WzAxPb*} z@|hU`h8x(JtiIO#h2e%VbUJqSD5Qc%MFbwAuKnLvxct@ zBZcJ#y7GOiC?O0t(ACh#k)d^B#8vFOBC&RV3g#|r+Wo^zX=~GzG7dkM6z;UPru>1l zY$qQ17?ky(5r*S%$KY7L60FYWkPXKWW52k=Sp<0%K@7&JV;M?N3f(V8=ts zSc-oW;jy1(2MQ%MLz+hWQ~mFuP@*ID8@9kVi5u|Ja3r=&j`rsza#K|F&ry#;rpxqw z4?m_eX2fTbiCA~vO_NUa!u08?&v z#rRXPb#zpWKOO!0xiS9gm;l@!{xi1`R`o^ttf(rIE; z<(T7XQUYr^a-X8RW`(;;_JnZI?ax;j_jU02^PnS|=J97>^s~<6uVLIU?y*FFSEvF%O7u5@OZWS;vE8(hA636e`uhEiFyL6?_kWA=+0-O|?OZ-m zs&`X9QmT6sK2xf9M^>Ne(S*;D>XXgkm+IN1n|zSuukSV{d+t-2Aex#r6<@&53GEVY%{)5SXGqNzCv47Iv z24mrO8~bfB;d3qhLA!k3GP_^6M+g7bL1@uxD-z!a{SM$L^gDnW(C+|>q2B@Yfqn-t z2l^erQs{R8>!9BO!2CC15%fC%FZ4TrebDdtkBGl+eWxtl?r$lhd3PRnm@CiO0S>=R zAwV@j*e6M^0IV{G5RyHF2@?G(V2<=9tdq^J`l-1|-w8M@D+rise+>ZZ?XQ6a%Y+FX zpxiNt>vzG0?modJC1C(`17S3`0TCk#C&PYCU6FHP)NZ<@H?N;4X}dw{D+Rkjx(1~W z;GoPTEQRg|0F52McCEk36kd}4X9fx-tA;+pYX1#Hn>EV%I6bjK){OY< zbVOMf7$h?{f;ryieNHr=C(b%WKaC$#%w6(iR8l(TsJ2BVrD6;6iKwJv%#*n7NjbR= z$f$xAV*s-O%SiJugOB(YA?AlszL_m3YT2Y*Ve6+Tuc>1r^1 zpj}djm3Y2f|H0n9X)=&tm2Lk?`Uy>I%{NI8LVuL-EnvAU_!fR`qOw9SCKjiir;djQ;szU*RBF01rnQigfyy^#gw*Doe%w!`W2L0aiXt+*I74S~)kl`BuJ<95&GkBS=K2+MoQe4_c{?VM(ksyjr{JSpYvE&d zeZv%8RNYx!18{G1B}1Ml7k4n)U2h;hhl?YOXxCIwVvK!av93CxI9(?}fqLtzG>Z+S zl=gzyrLde#$x`tP(+wVwV27N;0c$7xSZG!QcF4!!-oty1lOl#$aqdskM?o-}6+aCx zQ(Pupx0n@=GiDubF)JRIM~-r{;-yxr*BWPLinrJmkDJDv-C|cf?jDM8%Ta=HK}K?` zS@C!Zg&~S%0+E7gpCT5+toVM4*_t6>R-6u#ZU|ALN}}1wtXRK>U)U9AejWNbRtW5h ze+*Wq-k1SlSNta9)PJBK%!*slBE0$wW~h}j;^if0AS&6&X@zldeE@^OxH#KYk?xaI z&cImpsT8>aevcQCEK-h^#@^2002$^AWNB}pnL0WeQ#D;w@?Q>F?g~`*uxuP%-X0m+zBIz6ch7g&3P!DJdMtb0JnGAjC zYMvR8Ra=_rfjjX2en1bjZ&}FPCRvj8aox%|AU0vw8d(bB0_KPcJGZ@rnb9okua~q)k)E2Yx=wyQ-16OWV_@3mzIy1%#?zBM5;(5$i zXLA!qbRyPdI)*FD5T{E-oL@lroXyohYN)pp@_jWFY<}325ooPYx4kk0?_n`s^{hZk6!*BSKz42^AGs@$LDpAjZ(rhy zNODCPL-*f7xJu%r@EciydlfpcwX)Gf%rYQ5PyId?zPR2oZ1Q1Zw$rF*|J(GHfy(U@@$on*o!HC!|Hq zz;yjQW$d8bPl3j!);@fyX5deSWjiNo;YCm=f7S{Fu?HftHrjP-X;eF~8=e23YX?SP zJl3a9APq$@rB2{+rIs$s4-_O^WPIb@Ou`euS;#?UxNrPQ?L5C<<*mKh~;RGpzVfxH^xowLg}=^H94G8FEF*e zyj~jkAKJ0^8oNSa&y0Y}U$sv%jD3j_S|LdcYoy8%VA zn9xSf5oSrjAi#N<2{2y|%lm_ZouF7t9}Mc3GLeAJA)%h=LjWCQ$dKR>w2GXeaG7KZ z!6C;87?uqKV8s|=sq7&fmgwPtv(lGvKsFO#bcE1G+Kw>%RuEdsMZ!^OG!jrl=8g>F z==!i46)ZJF^E7h|s59i$nBarv>(`~-SV&q=R*VJpfLtWBkw)W!xfmoyOx}$PYUZDx ziF9e#!2t^bJH`dGZT;5b4I-y*IJ_D@BB&%&F&iTO&WIWhhEKq-Q_^Qy;-z>z!Y!As zAY;rrg)mswlc~d4WqLef!~4teL0U%Rc1iQKa-(F2QXfdPvzy#Jn{Tm4_E!uHSgyc*s! zF$mLl>msVK!4Xy1(#gRZ_~LVzhjR>ec%rjmzcJkr!$Y~07M*Qdj)HPTRAS?0<^#d@ zs?Zqw6^E}r5Ddna@=NP{0wN|uKI&sD{vh(F%%j!LIVj5lymhP8VIQ+!R9O}!cq~vB zhxu)P74L{!)L}coh+O{%)CzSNyYncW;Re*RuY{MyhgWfhI?Rbw|A#v4-^fOVI_z3R z9d-}-D%4@@pjD~E>O+#hsl)irt5AoXq@cH{!%jnpN_7}#DF4suuy>JCr8+DfGE}O= zKBqb?#C=+o>ah99q_x6mx!qDW(O;*O<~l0%VaD8Zg+A;7#8#;f8%9TkK5P;btwEQ-lh=);N`ra~XK3pG}$4;#%e5u@e(9t+0hY-R;ksKAV&MTH8CJ+LYjSW!d; zb{)YhRbZbp;tCbmn{-sDz`RVqLIw77LYyoa#m`<<}k$y4Ol(KQ>g)aALUV{0UJifN)1>p zC74m60lP@QN(~qf__{>{c7SO=TA=~sLZ>PX*d#_%sR4^-hATB-DmSj8UZlC`+vxv5<45C$OyIQg+ zE45wsF!f4pS3N!$mD;X$5p7p7N~=oS)t~vS)OMYst5Vx#j5{i|UBejl-?d#D1gz3_ z(SUE2wyPcsty0@H1@B^NyT(#8<@9lBL6x>^F!Ncd?aHQKrMBx3YpGJ(^#miW)OMX` zK~`$JI0mfJc4b(_Y4;~%3Ipn{p7Q$KV2y|srIh24z>>nb25ZV#q-;xBj5Hi68xUJ` z$|cZaQk=MtO?ex?TFMtFF+F87c;ZqLkp^^LKO+k0yiVdVH7tBW=hYH1Mb*VmfF?gR z+LWZuYdR>-%iyEViw={svy7P+Oe-Y^bY5*i(`b-$xTBrM4X4h|NW;-Fz>l9!FH&^$H56xq zP2zYmnCN1{j**r{NXwEZwVn)eXK%+R(Z@)Z2LO$E27-z=hn_|Z<%8WhV1|wB5RGn> zlVTyV%8b~wj*!xpVxMa;wR11{l87+_5C_yyERbZ9IruT9QU4bmv2t!0 zKj#k=tJRT^oA+stOUwDe%*4Nt#d1v<-+D;~U)p#ng{OZyB!;H!HF`ASkD)0`n=P-; z4+fH4hzlyMujs)aM9+dwyGwqYA56viW%mNWV5zep=!4><)q-Gk^sC1&2nI0)GG{?B z&CmI9`wz;{)9pq7DiTdv139oDn1CHmrx8JDJc?R1tkP&5Ksl?`D>16cS`RC}!8_FD zaGQm}QQVBTeQ_{=E!giY4$j9>JAIxGj#kIQ2cHhY`uVqVbxAM})U2h!yI?l^o~6Ov z=pt1w3w8-nMXRPqvp{5g;2eb5rC~1|X?r6>Ax|{0nl^2!=YZvfYP+!z%&A*Sf!3_Wn z*-F)y#^jLd(U8qlovUW(qIx#`N^C1o1c#*lir{99ZN69$tPQ1zYh|#hdR^MDG+a|w z27{?*n2R~pjr4jp-Gz6VniszvLoJ#-Z?acjT^Y>w85uaHRzj%exJ-W~!D37=xx6xX z8hVu@tAe$Y4GD)fqJ*k@!(Ds;hSeX8nuct@UUmww%mt@gMY z4iM*>U^;AN)>#v5g^HZKCYY$OoO1p%!RFpM$lBKk zaMDUPqDAg$?$3~; zZw3pklVLx`nMD1SgL%Umqb47lpV<=~z*S zDz2oafaNlVa8&jXG>L8oz&0O3AK6UUEq@ST8?rgztgIm9%SFOYX;d6K!U184!P1p* zLDmzX;v%e*k`{nAvY0Sf&b2^*TC(|0xDLx7gtOANW#~Z+9S;&NOQTkRKH(j$LMT;i zIB5+Y7}U87)bq0VF1Yr|IYJvLXal$=Guwo6)q==?>_D54hGu%IO(@$ore}qA0fzWA z%*Um-4N+OvmJlry37N8ja9j=oY{!Q}Q!6w7nUR6C^md_k=K2xk)3osHcA?+xu~{5| zuvL9wlP9`Cq<7`7ZlM%UJm}WWNxR{LF~|(5)jgEwdm0TZ3fc_ANUgmVgPAO~WMcPF zJug6Luj4As$S1YO-Tl&tNU^N4?&m ze%O}xRPWF*_rH)0ZEE~#JnDYWf@OU|4MO{n4ZRkQ--T$NClQ~XZ#W>JNcTQSc!x~s z6G~HG$jUyU3~cn>-zQWbHhh2W6B>Yxt6lqoXpt&2Gn~Mt_Q^xZfh_Gu$N6 z)^ubQL+E29AHOzg3jN3wA^Q{L`@W&OVNtnVKV-K{cyzyzPr+H*pH5lRKU7<%VJ>xA zHRh}g7AB`p2!Gl?wAfNTM0zt7w-Tvv&NGB7okI`Rykhl0pS+^*(}O~T6s8e=9vo_q zmG8}lg!&~IK|eD>HbH?jz?Jy6Y#S0vRYl*|_@B`jRx+pHvbTJ}#kYT`&*Q_5vQB(Xs+yzSdp7yMWij zI%#wfRKLt6z}hPzUvjNqkJ4^(Zhx9m6rf%IEx-|7H81|ig6Y_ z-~i5|2b{rK^hoJ?e~J4MDSe5<=s`V+!{`BNIE+5D7OKbfKf$#Dr_kfk+A3o%!}Y7| zAvh%Z3P6*-SMapEB4$~aU%_*oNwcgt_?!38LtepiJij$sv7tlMeg<`br2h=+Sx_@0 zvnhi~{!k`@jQOP%1WZAZ>DqFW=~0?%jbHXls4iz*cx>AC@W5X}{q30#qKcd`XbT+t z-1>(Jh!b$*;ZKpX|3!4?#QJCGi72iIvaFHCe}-zPM`Z7xXxl+aypHGmBeYhN{xY5n zr9T#Va(|Hbu7~P)?nELn1@RnFg*^5saoz}3_p%3V((B@_@X_~ceR=m@*$Mks{lw(SO+eBSF6vA2Yq=P^6W~fND4G*~) zO5w`>8Gj)wyJXW}p-JklvQTm$coZ4Zwpcj-Z<~uBXOXr)`W@VOa?83VXW#KE{SRAK z(w}6fRj(Osf{32#kvGDxNYUisViLR&=)fD{=dzcQvy`*!!{jtIrR-{QBfMYoRPq3o zF7s9LPzYFWx6FfM{NvmvLrV#tEa-}ZOMLxlSFPrC8uL9In|zg2H%)# z_T_~1{pXQd-j<~L z(CbRhG);Af4|=^bf2n;jD*xZDYJNYQc#f zOw*Og*|uq*{u(iBHw|R-wI#A}WpZ`bgbpwofbwJ?Gne}oY{gx0%jGw=ODjyK!;)Sb zrttn3W#0iFRnh&ucUyL|HJfBp_inw}8`4RD03jsw-kS*05u`|vDuIM5y+}DIAgJgI z2-0185s)IiC`u80U!*9AzTj&C{eI^ziM;>k`@ZM<_Id7}J2Pj_oS8XO?#!7p$;({1 zY~_wSktw0E%Ul~RotmNlF!PmD*@*xA51oh#Uo7ZE43HKjP*bVF5)ZYyXRDaXmkHDl zen6dKDRTfw>5tQdwXU>w$}&)mcywZ{%+FshnsScVGX5j>(&|n_C^cUoBBm?*6t9TI z5Jk;Y{At4)2O2YC=rXMwLvx+}Sc_Kq9VM@GNnL*jU%HBAOb5bsYjt-4pw<5_IM=Py zB!ND(`uQ-G<|Ayr=$%S3n%D6j;Y+}RHa^IP;or^+;~fm~hFNf!HMDG<%hj?Ui0J)E ztlDDl4<_UFc?JQk)qI5msz>v?DyqjImA;0ehpjaa1(v=-q5mW#TVJt)`G|BMxtey{ zip=OM^!C%(QL#=r44KhatW$OYWqpO-{zH_TzG9uSn2Wb!opJ;_D)jc((7KOYNvW%t zXq(7ym^X7AGuqb3j`HZ+Os9P$PgU@ZJ)9nV~d4jxkWZ^{y-{Tf{TyUo(_)-1=0u9#ylKR;_ns#yC5gli;je9PGu#S-Cj)KK1(8m1JARF|atu7pTe3 zRy2z}`4om8>wruq&$*tqf9y(4i(^lyx%2u-1LqJX1~qps`X&4%DI7a zj#WIaVXbox*9}(j*kyL!r^3yyBz$mn1#s~x3q6+RI4s-wDszUVIdNA7-3_m?L;k4qs6dnPugZ%C1CUsW1@$lIs+h z)4F&gUgsK#gbl9WIUag_OpaV>=t51d1o+rpYSciKs{wN87~oohDF>GC)DZH>0*wr+ zng^f}Imovh@48v|v$Kc6_d_qAFWmRWROk-0Es7w4{|=T@6z=gOtiu1=$l^ zeDW4ko>2hSRLxFKv8OfD7yyd-5?QvP&8`@Y z{%u)S4ltOJc06oiDv8U={ie2O(@FE!w09e3T2<)EHka7F2%M-~3&5S=`UdYvsu$|O zUPW`7le%orGB!e>neDdOv#tCdPRgERWvhpFPD*938r>g`HfFX>W`8yjMM|BvyIR#B z0~v^_9i?SvwQnH4hV6Vh>e;!yn6%MVjK?{JKahHKx`pRRQ0YerL}x1waP&Fd-tLmh zPNNK>^ZfUK?QVcSp_zv(>)F~SU$-fAdftbR4G7(y_n8DJ zHvF}ZWOJ` zNUlAuwd$BiI=07EA8TOdy{?ABermVZl?9|pdtG_3n-<#ZnupJ)#{1yefJX1bx4>_- zWuL17G(`RbSNbt-)2B2sJRpz7Ga64;H55ENlh|`Ep4oV+sEncR`%%td@5TY}JcG0c zT~J&!hDr{)-Vkz5F{SYuiy{}uVlp0KxfiRO(o&{3UQ>(v9zG)05Kk8D_Z&i}ybi@K z4AmrZ82{4o2+L=3v{)ncI^>GRr}xN1uBur4Tyw}(1L@v4gbu1RnGQo-6w?1z7jg7o zLG~dYRbVz1R0iHt7jPgS#w%ob3ml~(2y`kjH>guNa1#P%<3S;>III-%?!%C?4kR5> zO0(k;lscz`rXRg-;7>woN@aAatnUfgUC6~>8b!ikyU zk408HS-{{S-DCjES{ngY(?kZigOLF&U2OumN+k@i5XoRLMQsMa31kM#X)}WZBy0gV zNo^Snpm!O-7B_>7RJ;|yP74^wbaShC6kjiEx53queq%6(nr>IZ-eQnXcNwgvnx6m^ z&}fSv~}CgT^wzjXn(Ql&}M!hz2rfK|2}jAmdJeNA$u@aWvL4&an$85_SQ= zRv3eabdUi|3GD`eZL;0KoD%wKxA?LE;V9kPYBE?vy#RFOCaCp>uXS8?K+IKVhu2%KhMpb}TWcftps|~mKKRnXa{!-&HWvllz(2l&v{T_)L^=*X!!fPzuB8<4wZ z*j|)zOuP!4n~}%GMClUa*AY@W0*kkSN8(WyVzGi6FL7Y|gluYhT+CCaX{hYDIN8pJ zkr_2og$+r**>h#%`ia!zK~-C*_6c!xgnmfBA$^7nqni&5@l;|o`sm6zQ6_BIx_G@a zlIqrq$_kA;FLqa>S>3!S)-?BfZCH;XeXI2tICS8Mg>9D&p_O-ihS1zgVzRL0TCfcj zJ@AU5#4kmC6xx;d4g@=yO75VMuE(k;WWRtm--T;7);SSo$2zCdpo+hT%RmblG{ABv zzz8gNqCvdICmNz@*bflyd@OxJoCm~IEGZmd-&I%%6@%(0e)|0foT=P|6;V`r3^io{ zV+a5`8LKJV!#YpNSR)miYI3T2=;n?Za@Z*T>nJ7V{EiW&%Rej+C_o*t1ts^lk{92( zgVg}GuLvctp^PaQloLB@-4XWG>K-Ye;{47T1=Apf&+q*DK)m<=tmyUZvd?ori;dOj z4i$R`vuVL&u{}yc(eIia*6)IiJ=X7f6u#dS3Uhi&*u4cLP8<_~KkB zxvb1AE1&$GSuvd1pOh@<-QmoB&92HD0Pe7>^03k&1=El~@BBynKimK?>c`xgYSAhdEIH~ zuz&QrQ!zFs_}oF&mFBnPgZqGGAHJO=OEq)@Dd2l} zz}-0FFpzRBW9UG@?MjORH#IF~;IEeDCaBi7@Kss`mZx~HV`&Q1LQ8$nu4@@V2FdNm zify`tlAKDNBzLnyJ6KRzvOz?!ECJJMO90u{SXQGvw3h0KuCvUCkKV#3({Z4sDexoO zX>NfbYhAi7xf{Vs4zmAGL6Z$u4Wsb~qpwSh8}Q;tuv2l0`$aY2J1Opst^_XAQG%DT za4iWE7e))-W{^3%jp&u2yPZuz`K1ztJ`cL9K{Z&A-N{VGEu-RprrNT*K0C{0cMpa) z*?Ss2g}10sIH`UaVoy|1c41Bl%f%gz~d$wTf;rZt+4S=;Taol1r<((KnD=8=ezqNt&#ai zs}n8Dcdvr0pr*pArj`Ou)N<#je~+Q3wcIO(`=J%J-Ax-SC-;Uz{hlc|OT64#Tb^0mpoVf6Y-q7J{JMDWc*=g>0ojp`ID>LZ zco6`*{0uhHP6o%w*bU$Yy#S#8bseqi=4pk|?l<<8scClrSo37ih3+!ICEqUrzz7tB zMf4SeRg~HTU_Fgxu!D{>I7|sW0nXAu23Kh(gF9sG1%L@E0~M`hV5Z*~#8cDW0N8|Q z0JQ=J1yr*SKogq5paXrypeLpF1%P^VU(ZoUU2#9SaH$M~0d$kWCd%m#Ak#z!7qJ{wAV}ii}+6<)RQ#%EwEEXiXxFR2nNP-Hp3#`;OdO^VILBZFc}oCVPzeAHKHxLZu@cWP zBwBMg{5R1I2GHwafNOnT1Bjuq3^2Q4kWC3Al(2yevT5fCBr=S0M#7Z`1#AGEEoOjn z9OX$vt8Y2VQ^6O zn(t6#+O+s*(?C1=%!>QXJqSTjR8>Gk+5}V`?4iy>iUuvC8?^6n>VjcC25=p}8?75QCdIYK*Tc|2u|V4SI8`w`FBjO<|LLvxO1C{>l? zRRjnQMZg?0k*vn?0MWIM!(dJ4_>)V<5y9DZTm+`Uk%xiS=->tCNQV#jCI{~`m>s-% zWpT*JmeuhK;@TYe(o@;X9H&7p%E5L#91cF&5bd~))MFeQP~EW(H!|UL@O5l)jupU( zcZ>jjg5yH9A%9_D8-=zQqa)@iOG)J@JV&_Me|o<2^&H=TmHG}=_-){5h-4Z%aP(Bw z$dQ7$jU8Sj*2KX#`ZaZAf@U+vbgO{ixKlZ|0?{@?zmUE84~@D9D8vn;_VYYh&G^u= zZKIO(-3pXgR*H&E2QIF5LfP5|>G^DVIJ%P=v5(a|P~6X@6LX7B&hsSVDBtaQo>Y8H zN6q(CE8~q|OSWM-D6L`qkMW}XsbV@p1T9`8b9$_j6qi7l@Az4$FyZmvx~%~)Ei5lV ztOP!%gP@GUn#<)_Jt^ap+ovq>blgEf;&$qF7+hDPG;I)R$z<%CdQ@!c^@fjH79T-f$LneV18Lv0-4^zNFGmFZ+ULxE{nLgJsHrt zY52BBE>_~V%vYG{l*Ojggw}~}02ERBMbxFxM(HAX1ImLZYZ;_NXdB%C{HhnUNFPlf zzm0)DKJ>-gn5<#p@SWwJe4NYta=E7mM54wDPhs`ih@yUW>EoZ#=ncFad2T9KeYL@_ zj>dZ~zvr=mDfPS@F6O+%&_^pg^8(cEQ_q|KLs2$#|5MME*zlpnKd&~(4mrQ_oaly0 z=*?xs(V}THRI>2ds|^b=&ga^A}V3fmk!qO9;IO$fi^qe+XBnJ zU**F;olnAvccN)ba9V;=Ss4gSyjgRjMLoF?ALD_NC42Yi*}eT@CA@ zJY?^~BoumsP=QGegSG&=Rhw~8m=>hw<1&ImFRwm??;%_hx?kx1+|ibgc$mkd#t4Pl z1SMMW!(=EG^@_QM8lf6=2C9fk&69cP5C4bei5Vh=3CBBRZ0D77f3YG?3F^;KGlBJC zG+FpwGPI0WEKX>3iYZ9e95J*`0E3)L73$T_8;z^7Mz-^M(z_vPV?bF*)r_zQ())5w+$Vyz9(-4oPorivI|6Mm-|lq^poha=-n?0nqF@@M3maI~=VHm&6^ z#nC2eKN7I01k(=i$aex-a3|nwpmmA*j-GV%t|;T1Catxj9wA&a8pzgGjywFGfg-c^ ziu#h@-vdSKG^JQHEs(A?q`XI`AP?4PA?yeO(~3LYWJq6hB2%sZEX0ZQteXU>7eaJ= zDkesNPrN!P7`9V2Bf5N-g%;Kdp?}9w&%{C;5#UNfg z)3(zD5!srFtQ)jl>~F(ikA_3rD{da@KxHrDYJ5e}lGehqN+vbw;uTZ)M2gD11qCCR zXE49!+wjn+G-r{5_JHOiCOV2{ckw3F{0>;!qfzHLIXiDsYmX`QfjRUjl%V#w<~p!7 zU!gf^FZr@TK#T4{6y%E1PFG*w3-UYx*7zvpob-wt$H*60qC( z-a=cdiRa2O_MRvJTU`^M28_2~Kz3{m6-ToDM^vV*xoHPNJobi6t&Q~%905ClYn~m6-?`^MvFFmM7ZswXxY>ijV;zV{Nv#(O0 z$@4(bu~g8rt-MJ7L*r+mOysW{-FwR9s3V8*sjx^^gpK4OQkA#{5u<7<;jF3>$xSM9 z7ym_s5!R8vySFK<)eY(HO)U5e#TnJ#*%tNvn9=zt=QBzzk&-z)4T}X<kOjTa;7C{q`2EXL3f^LUi@}|W#1HI@M6?W24r;%)eMU}J) z3pd^zjKZcK-kv>oBVqGy1&0UpNF)AKi54Uu)!D%e{m8z|VkFPZRY|Q;=4NyFyptYs z7mnfj474Lx>Rs%kWLwFw_&I&v!&@EK461v2vvIU1x2HD?+k$<1dcD|@o!Zk|0Ptx~ zZ=vTt=n8M@yq%D=(7`hXf+Q@|d6|~bQ6=stPcKBxr#8L3u0rMD&;(tO%U0;S=3xqQ?M%qc-y*arpOBy^&W zca?za;0N{dW`&d1=!%r2+lQ0Z>Z&M7ckuM2o&CJ7Y$a)(F8f(=DJko8^};Eu!YS)@ zN#T^WC_a6EZ#Q*}jr#WYW`>hEt<8Nti8I>j;Uti|&HXEKcUD{Qd=h81t^O;CbJ}2K z5?uM`w4K74GkA276#KGw5SEN5z6>E~NSj~wy22^9&^A(1?ikKoOKrB2awlZ&{>xrb z*h=OB-hl9aC})7TfdB>aQ3JhMb(AV8($;&P>0)hqMY(Vd6>DoM+;$ASHt=QGBzhLw z$+MNd9q6qud`2m+RFtqyTkUyDc5QxT_D8(p^+zd18l|leNMvWtE8YQEw~HF&jln`= z${?>hc@m4sml~xhqEext4fpb&@!2UIpb)scump`Rvt zhsgd*hh#mWj|Y1L+39G~!U>JQSCq)pK)yBP_!_iQQewEtF4Dk$8)Bf%{eiwDr8J}- z;$18V=R-?}danyuBON^qV)8vxX{;$|i|z!?>4 zAkq91ufO&bu8uqE=$l?=5v^@0w0+3?@)0WTBi zK?!(i7n(904L(eMlDbYM`RlKFlY$EQ+3KWlzUL1~nZVLFSM56hGWYO)2T#^L@{E8S z{X`8%c+cSgLflBNjIpI?q&MJDC>+6FOMn@iKP2m?(5R8#1VPB5`J=p<&PGgdfsk7d z<#ZpJ`5ceud%8Hvn~z-x%V@6)m65fF~l=8;$ESd)id;j=;>dWBB4o6zQQn4X`cBjYgIoFrYTw~p{7 z)i3qd6vol`Qg1+9gUsm)s{9ibs)U(fRjdd$>(h@ig zN+AtVV_R{fQ8ipff0Ux74y45KUUwOrvC}t*(QIKn76^UABp!nsu%?E-Q7jWtHGBfm zQ|}ZMLtC2jKyAXP>Rp1DD_7ODANTbeg&55rm0=r&+Dxa3GLzhd!<@iVHOvP4>a~K% zhS4-h>8b(GD6OlYbd>474@wQvD^hv?8KpX4U%gt$M5M@jW_C9LIKN(s#z)1D-*aIQ1QODu>2Y#dK9EGp@dr6zR^(k-Mbqun1$Q}aFMz*xIr5j{6J6l_-C&&@~24C}Tgs8XC{QK&KcCAlCsO_FVST&;y8=OnVRbSU+m&K?E+MOAHD~ z`V?R=jrML2 z21V5H1i)EZ%-{yyV(^HneGbw^wBd8OdeTz{1=R8+z;aq~(#JQ39zW^xV@`Abqz@`1 zZ&j#_q@VKHb*tb!OWvndW2oaPpAA*h@02fy49@|u?C2>d8j7}^+TK=`!*S;ea(eD<;aOA^zLcj0YM$FqdsSSBQS)caW)kLcmrL9r140qVzK3T=<@rvcoI@cY#p66wLYV2bWq zVr7k<588FHIKu#QQRiXGu$;yl{6Sqc__U#t9W`QTufcD_HrXk7Tc%@h%|^kcqI44I z;HCP>T8znmhOL^as`3`Jvb59P=+70hmHKTE+G+F$4W`%8$(Zk;f1j+U@1y)hU@+a` zPiVYSkIv-Tp`Ya-4Q;pSppF%oN$5$j?W66@&ah>C9pODf%d0k;MhJ#(TPeTe@X2h4 zzefIHbgmi`TPf3;hM_ifrpKsFgNZFP7)^YVHqulCf0K!i@z_l-12f7L9~t_?;fIm8 zGxSP~-yhRl!Df}%NYhjNn@olXdN;-&hok>HWBi#GUhOcxFZ>hint!23F(~Kb)F9Sh zh;C+btbdsG7i5YhO+;)5R5G3ZJnX4fclryZ>4>W`%|a4_iA|%aO{w_Tn9ku}YvNl? zbfy#Zmeb!Hz056+IG7US{N15qJtoedf|k89&Yxg?8wAX4tlyy!0@j!4vp9dydIo-` zYho@ES6RLEN1VSC+I+ise?wtoXlcA3rr<7;JJBzKR$-z)3lcLl5jg$nNTS~z&s%iX zv3gz@Q5L%uTfwTt8uTO)g7}mUC;3~#znE$$ti? zOS`1_SA)r?DGHNSg8t9o`YEWmMA^T`rZD+ugK!c#7wE3+uL2%pQvEB@`)o@EW-i@K z^+&@V`{Pu958=yD$146FZslZjSW`HIs`+T&x@v~dwWfZXE@W-(9}q!Babla$u}=Qd zj_45@u2&lN;`N}KP1QEQ)r6)p=t-9t3?}JgfGISR!E!pnU>n751UO0k7+j|93?7nh z69Dc`Vh}?gF!0c02IdYcoV2L+{fqaIU77Tao-Gy1x~!Jyd5KgyR_L zw!>wojtp?e6obC>n87M)_zA!cTFk&qw;1%KY9WAaG?hU(6ak)t2X zH-O0me9JKxh9SXI#W+j3AKo#TT%fN!)&j_Ao_xrtk8*9)08BT4-))&nbvul|XFu9^ z*nnJ@P{INKs}ZIwO#93m(X(tf)54?RXEp6V>aUf{>t*OCFQZ36-`IqwpU-cJqk|j? zKOJvi8MN=?U-Jp2A4B}H)a97pWqBDNSCOV;Xrv}ncbas}-wTJQ|8>ltTVo002_`iXS#)S^`^_1ibt5Dz?;Fuo8m@Oh*}-@_e)CxYLclAP?Jq> zAXS%XI($S^DSX_ftLSSzreZ|!n)=iA<9-*4@(F_zlz775vc`u%t7-C}%c*7Ri%W*c z9XS?S3DInI10QVTBwaK-T333MO3RTmcm$qdjF(Di{5gMPr=1bo3(<{`ZcPYD2A-5e z`ud!|uh1Y=_q^YzmK5q1A)R;Tu->E4wg^qw`7?@&=Tx5MG~}Y+AC<`8URI$qlf$Zy z&yMSL{jY;k@+A!Iu}7GT$5|Zn0P2{ROEPLx-!J^b(d&Krg+Bx3tossWc7*zT>Hh)o z+FbT;Q=`AvUGd+6Cgg)F{sduN$Z*x)MSw8$x`z71S%Pc+D&8xQ1MKqncsiykcB5c% zU2OP!s)G}sZdd5=HI#pkka*pnoblZ3s-`KhQK0v~k>WyLOW=@^PG4=%E|eD+C~v1b z+YN&gm3Z@`DLc2CozC{Dqoo@I0|DI~gqZ0dha|re$X7q=Mpj?GlLo_~Gj~_1#!xRG z0{3v>lxNsO1oV*|dVe2)fUp z3)LA4(1zwPP|>xafzjyIJH8rdt-CRoO>g!JaqAEWzAiZdZ5cas^QcZ~AR);DfkXdxh^K(O4i0nk zb3hD{yHiPNz@Iq~;-K9OuShMgzG+571Yt9NBHp!!6z^~FZ@h>I*-k))+?O^>LiP?D8i5(B_-)#I8XsVue=$c)wY4`j?{ zW21L=+c;!C$`%DwhmCb@qHSmKA7h&j9%5}03dL!gjaYHE46q+>D@EJ{TLF9$ZLFc2 zWZMe1l5Go6a4y?8Felm~K+|pO0k%B01kmx?c$=!sXUj$T`E8fMb-;E6d6H}@L`$*7 zVR0d7djU+yHa;SrYTJi=RIyD2i)pr7NG#p<62vXT#yd}$w(Vdg%XS$=vu!<)K#r{k z60U0FE-u$riX7+J+(^Ef?E)xNx3xzqHOg$QkbJ(4wRLLR8iG(Q8#jU4wlXAEVB-zZ zIyN4V3Ttr>8d z*iHhcsjVBBZf3iK(B`%z__VO4?*O5eHa2S7%ElX;t!?d*SR30-__VdLoxgUrjfe(a zp2l>lEFgM5MGjTARbWrBy#t2TwhXYOu@!%HM))3DwN+fymkhR``h;3*wP=5(7>!iGifFM<`OhDu7uq z#2jX_xGEqDsOFfuD0;pspgLUkn5{HrVxWOq8$~B31_nYwGjCF$5Qev3n-s{1nTT=~ z-Vu^_0X3`%o>WfTCIvbQ|D?#t0jb_1P!@JRkC4n7Ri@Lr=E%VqjL-?37ne$8lSY=6 z`g!cN8eZYUp6>coGC7cp-HN%B14)=IubUk3U?%@LgJtx?KHSfpAwKTcK*t~Q>gmXz$ko2Y?vBIQtKRaVrn1<2Kk;$#gJstQ}t;95d%-h zX^1kE#!U+(s-sLq(*iBjMmyb_7WgaqH^_%j628coS->ENMZ9U?!}scv>4BKMIEa=o zT*x1V!V%i1S|N49Yl3pcu+YKBCwt*+$f0Ku^(3Cu^VDQ|AOn_NMoka6p{4^mshr@! z>46W0Cp2J2Agf3rYY}oeA}c(;jK`-Cw+d1&s4RiUo9wA1VHJuPlP~ev%bw@y%NdY? zIpmxfXc;`rT*L~|tni23g0dnSs=(APY=_5WNUtP!W&73_H?qw^9d)4MIf3GO26Ps}3@49AngvhB zS8oW35oX}ikloWKRL@3I!i?Ood(njITbcJ6^~3H}6RMl7ba+mnPV5LSfH^*HUY~=7 zqj;(hA?MtHJ8K6Q#e7BekZ&fxi$^kYCF%rW4brJO7=P$uRU6PPhu15oq(y=H=GDlkP1Rrz>g1cyD~keec$IZx z`t(pBmWqx?8tK4UNes!K1jbwF+WtT^*;|_Rp&N$+^TcRp%dVwiNm2l7yNi<~o}S$TFsgcCwxytz)Jb+zw`57?FVkd+ z&HuD?0r3v4V4$V@E{T<<`iTJXp=+Xq^QlXzp$CCjWc9#z6Ir}))hGFpdP|=K)9LLirf0K#k{#`O1$@!f9AU7Y?gLoT-vth8k7s4M3{_X#Ppm#9F8+yZGol%%yx zyuwzGfy?hb2W!|So4=ukK(OBD>}{~jKqrxI-a%vQO1W5#+rU9Q%0yJy>Un`~)|C>< z`XCz-N3Bj&K{sK>S6lMUpTDNR?m-|t#ZK>3#fJOV#4J@47&_Y z*0O<1WS7~wg&CeyVaGcek{JP8J#NsBaeflp2+m4dJ)d%RDsAy$o`G5hRMR3VZwT<={Nr|>z5cCLG@L}S4&TDk1NJ>p-WA_oT;IkR1 z4V-s530Uyqnrh;F%r02)`3zOv!YMeZPBF-IJt?u~7L-$b1kCmH<_NdB zreLL;9V+KF@DKqj-R#mk7qLiJ+VI&zr|L9PLBRP{a#N>QYPaOJq4u^ z8Jxuws4w}_8ZnzN*TW^Da@J%ShPfWDWUaF!R}akfu*>XhMw@qH2+N_h@G0c!bK zcmpB&J@~UvqQ(uSy~!CU2kWbf5*_RB!!cZOjNtPoo<>r_%P%9xDv@ss6U1|PSBu|* zEsb~)6tyC6h3iDNx~~`6_ECh`2W%O{LP(WSd=bULDcrXkiuTo=t?6DFAFKHu@tDc9!cAtM6%v;6En{}ZGT3- z2uBO^MzCP}OL4Sueu8qgVU3Kt*A8(VR9J?O?+COm&VjIAD>a2tkt>a*lrjrvRvZk@ z1aTm6)grIHX~bXQjcp$YkWRb-T6&SVjzzYhWDqmpZxqiWCz0a6xvWJe@?#d+l#WHr z0KQc`&FqLzLEkR+MoC49wSegmCxYi_@fZBZi1spclCk1uLm|b9El{)Z;$%cl z5U0Q=QS5{FB#~7mlf?+svP(S6Jc~Y*ky|VWTORQc{JmlxFnwZG6sBM70m=cfJ6M#& z6qIs`co058@gfqI#j)^D6-ix&*`vq@gwn(&;5uEjq1H0QJrK1_aT{345-ngZTRe#T z<%pAza8+>tFmuJ4@W~T%kbE`qF(_0Q`J1$c$mdb=MJsS>ioYRlEs+)BYKsF=W(A@e zB~eG*gv=C*ShFls)fKbBSCPo~Mi+~$N?A`_fZWsBHwArU6+LY##YOA`#WL{?N@^yhr5y%}N*s&A6~s#jP>X|+tVVo*BGZbqKvE~x2Qj?} zs~gRvdN_2ut(i0s^B%D|2FWrMi{sgOEHmH5?WhsM0}*sdt0M1?n!;)j@?51J&867n zAZjc++rWJaOHe{ryeNMv&p&8>bE#oGpC2;+te*>}_)gx0+W5l_?NM~Uxg_SU0xk0~ z{aOww=06DpRGv(bHUDN{+{5hKlgaX*$}^V=TSy(Df3T>9R3A#ams?1$W6`&LODR47u?8hEez+y~>9hR9j0aLKc;`mfWy8pWbSRe7$^PY6*v4diGmwZ#QmecMVNEY41C zD+ScJOZB6+(#KeV?AlIhX&;7kgoe7nBP1$x4E~!!?WA++KN4tWd#SsyA#|s`G)7SC zqC&kpN)KW9Ac{J4k!m=VXlFGZj&=qTz!zF0^1EH6zQTtg{R`3+EvD7qc9-gK6z@w? zPB^808k3SzXCU`}Nm}INn-YXU8vjC6wr0V$vTAI!QW&C1n#kh0ps1QR6yHN?p%(U0 zzg|-PG#&S5cfwb)6`(5E+JC0P&0V!Z`U7~p%bx$H3%#UND6T*4g+g0N?%q;fbWczf z9;)O11k^0pQC2NJKGeUr6s3XU?3jL1eMzC;U0t7R^b0hu^LT;^{g>2oWg*>wZZRlp z`%BG1xlMnmk+390{iQ1!pAYR%h*Uc{L+S+$swpX&!YM+dj1ye+ij=2@HR|Jor2>x< z{*{mskNSfNsg)26Xj?V@kn`Cw7#~m45XpzxT$3Tv1?;*d50&b3k@gxY`NBoIQAktx z>VzU)I8^$@sgPJ96m$WJRp_J^;R)`dm9I*<$!y+Am?~7-m(52uh2?+bp}bbogIA>* zI5eL!OqzvUZ5bx56&6sp5-BlEGE=C}B+HP&ad<#-c8Qb+O|*k0(q8Pkl?|7&5Pjot zsfmyi`gJ&3BFMBFA$5w~#>GB7k-;AHh&%Aq*%aD2LTaiNW|C&C)HyK&^^R{)?j(x$ zqnlFCtKA69sp?+{jTkHCcK#n&i@41MkNgL=^%q2DC%DTU8om>tF)Pc zOu{VyoZw~)c3GQ1dKXMA+!Ieijw*flP#M>#X)bSg;F2Wc#zyTP;2AEBE86?9h z48VHW!UiaUEo?;SLT&HCg|piC;Ccun*Z|XE90s5X8Gk@n3wnXU9a_tvfPQ084wElH zSq%d(aP_392LLz-4WNE9n6^Afse(*I>CDme@Ii_lJ)rPoN>KN~fr^jVq95UVjoQK& z?2cv757x2)R?%?=%V9JdF-pHg3kxd(!64PclxEmYP&7qWhqgaVIb)0*j5;*)kxqf; z{+?2dP201-rzBvripu&s^JwLBH)`u@#L!sz=$+Pj9rCBM9;d^9rZho!Yxyfh zif5&a$g%pf7@8gP5ZS>!gvuF1&HhShh=qmuf2AbG{|F*ji);e$98!D>`t+}qG@*9r z!Cxtv0&d!K2|+h%st$wQq3%MkmVoP(m#TwrF!X4HZPdbhp%Q)Y25Wq@GXyiR%TsO$ zo<}olZwz+8!p9n8aD?zf$Q2o!pusS<+!9O!&M`~yFu)vZuoW(?xoQo5&NkU>92UB0 z3mVm!8(xnJb`iRUYB+*xWNIIk`^?bU^;*FVwCaw}89G!um}CsyXb?Qm1N&L;t`4${ z{luUN6@LIQm=-XAP7;IVl=C6LNt(zYpUyFWd9Z%~*r|j8?r39hhoaU1WK*v-K{o83 zx)!c~(O3pJ^2T5jC9DJZfd(?jqn!+3fb1iHhx7u2tF)HE8v2dF4r;nS$j$5^gL105 z0iFSx!JvS?+5k_P+J3BHz6)S^g4!#`#H$smuRcX3Mqm|cV=x=K2*n#wPPnw;Ph&Kd zZw%Un_OxJQFsPdh)O2RgSY z*bF)XxK&Sx2{qgtj1bCxMcQV*f0d^J&;PK#!|GXBh4~)dtof|^`;xgVxc*+>d5Q51 z+7%3h@Lh6(;TlI!>&7WGbc@2I-i4=53k3siG4#B<}{t;X8r`ah)mIGoY zcZj~*67--4jo2FWHB#1%_ieN_u`*Q0D zA2_kErB}BG)3If|d@G8%oK9^GW?-=oO|Mo4Q^vh6ac3!VTQECrD*I+BR1ok?Pd&CC zwcQqs7RH78Z41uUDOOC_UROM6cLkF|#k+!?wRHWQrd{aHzTh?sq;thdRQDL@J_1ak zI;S9P%Sm?{t~Jz=!8ZEfbZ{jku;CfFF4JNL|DszAlBwER2+eBRa2Bp2ddlE1wLAw< zKr7BcM)JZ|xvrjrG(4dD=TPG!swyla=}^dnRhHtH>%>uu9IYJ_uYTu&F%%dullRyV z*2uGHF@`=wCad6qL6IzV5<2Z`jL8#U7`%FH@S`bbTnIMh`{`MHis;=7!S~A^BZm1c z`~~qm|5LYt3-Xc!pwUKPw1t`4i0UZRXJVrZ5rbdr(SLZqeyZ07zD})o1>!=Rz6zccXv$42GL}uSndw1(p?UG2 z#>mixE9mt?e_joy7%*r{w^010H1ZbeauL<}4zBeyhru1X#sDRC8(<8Lzm3}afgZC< zriOO_y3pb~sJ2;j@J`UL9%6WQJ^US1)Cy`lvM`PUccDdj3B!S%q8`V^P|LeP8+wuM zcTpX;;5|iY{>y;{8Q1_{%V5kgS3%OfC;+Fj-EPKIx=&b>@&IbEoF?X?Zz;GJ%w0I| zkEXrTfN0)@7=Pm79~!v=)DeB)^S6x=(oSEb!C?#+Ob z7&fxj?fc;T|GSBiZiZp64j!A6n_Ufe=2S}zYp>n7ADm6fwVJLUgSFK(+fuli)<;Cj zFe+QD!9;F^Au>S8w!-)&{|;88%~3G9b`@7v1ba*hR8L3N-bP<`TZWngXX@Dx-Pxmj zh1LCZW27t@jCJ5LXw%6uN|tih)L|GmG@}lUlEd~y z07P5c34gZE@X@ND80N!aSCF5Ek?og}qWVwEOZb%2;wT{18zc7t)epzWMKPmT>|;~2 z(M`o(wF6J3IYYmXku#f?pm(<9MB6ceNVdnJ=~=2KHGu;LmE+MKExDQwaK(i67pwv6 zez;=iKucE@JF*&+dxR1Ix!F`QR?f6CIcv5;PPXr(4P)ghSxd3p55vr#|4ql1Vr`EJ zNo-_ort>`nP>6jAsew*pI_Y1RGhpU6?{&Ge^RGhWxtgX2u;VV##5@dSAp z?nPQqChxVrQWt48G1o$f$G(fYmCFf2E{!Ued*eQ#ugc{rabhYG&ePaYJpN%qd~Mwv zydm?66XhOA?)8asZL7B`yxPX_&V<%|h7L`X*EAhl#O29{&egG>qCPaSB`g!MC8&N~ ztN|@kAA1ZDB4V@s5YpI>fN6}q0)dZ=Jy{H?i;aQ=n`3?0*_PK~RlUb#IR_uI3nt4c zP_NoCSstv`;3BpuvgG^_wU#v9bQrlXK>u$b1W1FhUQ^`gR4%{x@m4NB_`ZXj#!u4h z0*3Y+{+!zQxyIk{VmHx>DRL%qbaILuUp5Bik~~&pM_1&ZFC>pM_Qso17s;gxt@w}N zkv!g4fCi}2yor{XJW*2@esS95$;SDW*i)Xvo?4BQ#HTX^E_s?}Xc&9CabG3&jAz)? zXR2J)x`Ty!Zn&P^uhaWeAuC?GGgVHBIt&u(&B_+1R&d9-7m#}zq~Hv-o+hW*xDmQ? zEYav?k=$IGGEHul+_*Zr7gv$}LKJfAME+cj71AoZp$grbCiDF>_BZ4dYdmV))y^8p zT-lSU!5easvp*ucx@%mB8@ERE7%iwv2*KNL$jzYpf9nmoCe{Gl)8%~3RJu%;&p>%t zo`G&djS-UZ#jg1P zl>7}--@todHr_S;sBpHtHt9X&Ti4Js9_v0T`$1$%*GO?_?MF#HM}El=EP`af9zG42 zgFf;YeK-g0crM+WgN`$mBInB4SQ@K6SN03vQjfW^OE^U1=gM`3_h|22c}UE#npjBE z3HsRykjMbnc3PKz6wZ^ePa3K_Uv4Tu8*;`1`F+gvGv1U7@ku-QO>~f7)7dxW09213 zzX=&MP++0_ir}Dm3z2gZ?OZ4~v1CBTgMV0gUvH^M!xqR+YV)RSqD_lrBRyOwM+qZC z%@)bB8tZYdEs-dEA za;NzHnJBU5f)Z--A(YMfs?ySNor~N7%sQ6Jv!S-Qaw+Pk3B|o7PsJ|6inrwUP#OK{ zEx8)xF!;7S5n%1xa&1p0gjLuVC}<%8w#&t$kZKj$JX&fY)@`y=NxKY1kxBKJ$**Bz z5?TgHo4pzl4l6+u0=?4zgrPzp;O+ckY6~xTogj*y!xSS@5(O;nD<1#57GTP z)Z%^lA8O|%bZ5d*F^#dfZ1ioL`-Ec;-z zkg9$pzaey`T_2$U72HfQ_Ziy?ZkAY$aiN_Gz%h-4kJ0O2rj{S0 zepW#ZUhai965J?HbaPKFOmQh)wa_7t8=NrJ71M#&4Ljxxp`#nY>88+68|6d+eT{ju zTm>JOH8#tsO5+sXOb+9A0Pe8O@~E)y*b3jgA@s{;`L(d`OV51U!*}c!d8kuKO$_^9 zkHHclp1dKUr&}OY;V6;G`3fr?5T(~Pq+OL}ZBK?w9GgNv9+cY(SiLVkgsO`PbvuM6ih01@ z!*Ut=$$>|J^j>K05qYkFHsU%eHxwl5a}=#<6RkNaj~C8_QjW=Y1tFH~C(wV-gIYNn z*ByF%LLTCLnR9kJR>u;z6+`I;JgHYgV?LK(6zp?3a6zo3NN0zfQu^mf2+>BeoWkI+ zIMn5o>{4SrWz-q;4`b-W8M!ffbH`bw!Q`Knp+mBQR-MC)qXuct%crp>dj7n89X-J2 z3+M<|)6ENVJ>d%qT!e6Af$pMQ3RmGJ`A2Y<`2|qE2)*=$TvbrVR-re)l;1&CaxTj{ zHIQq3EqC{pGJlh!QSL)opnIM+x0gO7^ci3a)e)U6K7FCMLq&sH|t= z-<6KsLzgs(?%tD6L8~zIy__W}IGds}m9D3K&JB*TIVzot>vU_CY8Rfou4MWF(pC~` z@B^k_!okp>`GkCa*O0^G9YF_BVV~9GCmi$Mqs)iY&EbsKv7iQGGFLI%j~vE(tiFJFRc7@nMd+_&zv zC^>4-1DlO_^2Si`sXP#6yWlCtnXf}vp30vH;rJ87@qh1yLjicg@h64jzua4;>VXIG z_x#227pJ5m`u1U|zdg&$V2hHOeSNW1k0&*c%G9aHF>`6ENzFo;jMb#(BP&}psiin& zo~2Fw1O@h;HZ>9goJK$EQZs?%)iYA4t3I`=@V_{F5Adj}u5EbEv`kAfDU;s&NuNF^ z$qWfKbTFZsK!DJsYYb8o?)B`w7UH-tNX)>-$!kFfr9W-aiK}7RSuYYS{bvm#bX)eP zB9picjK49#(Nh1(U~!0A2&J-calg4gH-VRp`EoVr?PwxXgxC&zABYe$h4cQ&5n>30 z>C#h?;^1W2?K8$~xjOWA@FY}NWDKq{z0_MkiMm45&?*{s_H{ zuJKs8@W}KSeHA6%z~boBXt5{|i$bHlr7|`VrkWm9@(wZLM?xBf$BIRP(61Zv0+lfk z`VE69^RKox`RiguR1CL2JzjiSP~Iw`PZPv0!ejmfDAeO?^+`#h58IlxNn$!q=rtvY z;ZRoLUzRLZaz36;5go|6@KkX(G%n@Sku=c_V|BXdf^liO*j>P>(fJwTQeY9HDa^-&^*Xl}qn=RZ=uTU5MUO*^IjFE%XX%e=mTK|#8RAvBsO}o(E7C??<$qy2HkA_PKQra!FWJaC<969<6nS(|tXwd$B%Oayg> zVT|A85OIid423&oHxrz)n*lD_%~Xal^qfn493G?GD1wtz;+75jy2T#CC;rWDv6oWl z>Axe1Dgi~WDiyy;cs~!(N>*EVZp*)Zc!ZU|eSoHyO1DeJZ!r@&T_%oA zJ1xhMjmO%aYP@2Opr%<~u_8gs)zzko;bEJ9f2)|6=|h><_g+Mz6WM*J4V`GJPn?h} z54t}p1G5^;EU@+wepCh~h}G!!Os$ZLHvZyPobL1FDn~t*{hU;KTk7!`npiGwR^BS2 zlnON7RO((KKFGJOD@2F+d!8?LR~EHY;P2>{3UMpktZFUZNct2-s~I1`#i2_3M4{-_ zvw{uU$?u2g)i&bBkV#08>eDzoYK@}gVXAK{cOuK$ih*gNdayyBi=y%Iv`{_7&@zAE zY2hzzQQbFEMmzCI<==(0xt-j%oNOod$Hysqd$AiVpJKZx5vNY=X?>-b7s^dvy-hDiM$zeY`UZyb z3RXQoVA!{bqC1MSQ8QL|M1$H$XF7`OLCxwUQ-?Z<&7f*Ki~Ym6S5ZH&lX>xo-9(2w zql$0D(FXBJ^#2pOh~3RRCs9kf;Fe+Q0v+oj4#d^m;;!P(_-5>-s7(ROzC1jugLOtO zgT7PgPFFD&)05b4sHQ(qb2sr3VI1kZi%A%;bGnQD5Q`_e%W*o`U5??%9y0Yx4{<2` zh4qwks-mZu4-aE|ie9T6+D}@!5-At!96aMt|D?_403ig(AxHIRZA;0RG2=MZ6GgF+ zj1P#PA-HcJka?M^L@#CwovOs-RGFp!o)V7}Q@Z0j%sVj)9@! zLGerUJm(%1vqCqbVykbfVy1DkEQzMr8rgft8oA>b4oK#vr}nD~dF&ASbQqoi@@-W( zSGzx^+cwgRHR#r2DYO=&1h+tSJJtQIR^46|Xb9YDYiq%`4Lx2f7H}5TieDgFjRR!E z)dS?J^xgpRMde?mG-9Bb=#=^G3-khg<%qnal)3fg6{C8;GMHo4QBK9XN;wrBQ|YaN zV856y3>1?wcdXU&2yP&TRlAZiINOqDuShT}Q z)nGKh3i@#{y6gVr9wOV-4?ziRq#Z-VS72CMFB{IQ7i(bnV?CPl9V?95#5SBA6w2E8^++*0PmwullE zPBwG#R9wOS;(wKJ^8Gc;cw|R2gmNYz;RHgb;kpz0`{77`J-sztY!I5BDjFgBi$>(` zKXRXxlPiwA(Q5xxDR0qIS^UFOxkvNxxvXAFv5|C zrZM!OqYMyqVgf9nF%0WzF9Xi42Ltv{EyH2j%5a8mGhCvsApkS2V#uM(47k4-3Yba@ z8RpPwhGkS>23(+N3?@3t5JQP!fNC1UP)B`{_2r5$YNNI7zD* z&e3HCNLh)r;w(ZsJsl}0^fXAmY;6Ig&@_g8I?B+45~Bb$G=`y(_A)G>;ArH`a+(zl z>M)&PxJj8YFm%wW7*Jj4G6PZ;3xGfqhAniOVK)`T0S?kMh6{9*;RYqf17c_lLnZBH zsH5Nnz-X#vSVUVHph|%u1@{R69^5AY)Zjh=ppm>ufCaRWVLP2>_?!xo0cU6$gM*GT zlv82~pbL#*sHeRQ<8k8vFb6jd0LO6S0B`{}4gk1$ng%f8ZULYYmkI#YxI=(M*U_$Y zP@_qc0hmm^GGI89jxx1~5;Fm~49tKU$AB7_1vp8y3@NmgAs#ihCOtd z;V^k~0H4!BhMRPn!Au1rpq{2NY@wqJ2PrWZaD&D$C}=N3F$L!V%BYs1lD0Bb(`|;C z)HNTllU6Ytq00;&@)iKv(n5wBI?XVG3JL-1X&S>NI?79@@*$NWmolG;)R<+R88$T0Q_7)U_0FgjO*`(q)Dk@|FSi&_V`? zHe!HiBQKzsrZGVJ0>e&9^Z^haKzXZ__W6(qD86n5(*~+-Wj%zpmsyTFwue@g!w|P= z7|b{Z55VVGhLd!fVKNo820*7aLk13{11c%84FHvr;Uw*4KnQIClc|;=lD0BHFb>0L z>e>#FLaP{-(`5!!%Ju*UEo49zGN8;l03vA`0}dH5T%yEEKwlceaDnzRpv*b~&~GtZ zrL7De9F_$%QrAv^?X-#ky$J(8H+Kf$$UB3MPBZkNf-Zmtn#Qnvf=i%@)u8I>eFhI%dI8qbPzDGZVt^#J-T=rI zVSpqM21o*7m_zOQ0II2(VKSX(@Q|}FU_H%Z=t3tLrc!1-GKv)>VVQN8hI-n{u!U|9hTSPz zH3U=!U1m5(-g<5ytLf=_w2u@z4HD5W7z$WP(-@!%l_8Q6hXIz+7=|shm*F4<4+o&S zGk9n#!yLNJu#>uuVBQ;P^$5A`T?UCHdPf2pXdweeGlqjy@DQMmrZKFfqYOtVaTFku z#xP)Bz)(-YqX7pY*8qUgg#n`rg9&mC065mdkOH{|fSZtO0KmL}VHxBa0BWdU93X+F zF(~LLgNG8w18&k7hGVps0fWp0KnmXwQ!U(0?%C+z!Jr3Vs}bE|{U1wlXx(ZH9X4 zIu(HaieVF7W*9-0b7%wEJp$m0wvgYBKD>FvvJvk8jsH{JkDT{(076;h$pt zp!!;ed3cKm_9`lxZ%x4kpC0qAabd?{qdA1hcaR$U064fokI%OjAQLvvw{}44ug$l{ zhHNw9qd7!#2Vvf=KT0tRtiw~@gva2(xrm_FA!$k+a!|k-1c2kPfe`XNtyy4AL{j%I zu-fv*AVR8;sfda?M8zS7bjH6nBnRGtLKeWEE`&w5=tEXf+(PSjSl`}SXibGYxumD9 zbFf9X@o8&Ys0+CCv~{;5AI|lKs(01@M8FUk;zFn)Z(#FP5z>cuUP4T;R)#!mLcj`D z4V`?(`dH#k*c-ASejL{|g!o8A!H_NMsp%oae?j9GS>tiqX#OH=@7P*I*ifiqQHm-S ziEoUJEyw8yvz`82WVPb!a{gj#Y;0d}H+7adn0m_J#f!tfpaF}m+0k~k9w_vM z$HX~8a35JjchU>Aad=niP0`2NZQc@f&S@U6}rj64w9weangH)u3O=e8Ft zZbVh+4Fwh{&s+O|@8suE+Jou2=aCn!=#A&C#pscKd>)~ck!Gc}6oFN&wAzFcf5S>^ zrhrq)&#kgn!1B~8Yp3`hI0_R(|?AH5Z(>ueNqF zmvNG(mMrCpvN*;uiwtY5ZiLW!4To@pMy$0KB+98vXi1z+PF!LjL#wTW>9w_JoU`bw zwbrySmai_P$Fuwm$eeZF(NXX^>xbe}WB|((g+@n(suw>0w_=t`h!f=uQK@W3(y9iVp1dDef21W7?UDZehpZpz12PTw#a5)z znJcMgf5UNW4tGzhQf%C}US_yN-c-O%TF8(?ry0trAPq2{rZKFgqYTF=F&%J$#xS6x zPPg$9%vl+rj?f8!W*N3fGsyay8%N|aZ63{TnQmfw0n?{IZ=&N&pJIAue_VE>)Yn1h zXW2Z;ll^Jz>+UF;3PRKPpnPJIEsuakFR95!7%{c7@SmM99-R&2MYI9N=mUQPC~pj; zZo9ytCI=jj4aP?mTDJ>Mx8&IB&?5(na@1=XM$lFU4AY`5PuN9bt}Pwk@Ow5^L{ojP z&8&&5ynFm}0Z2&iU6pIgRw|a#Cw_!*ip^f8%P zl9>u4$QFAYAq3QI;cy_!Y0>PLO%CB-^#zoa*m59&Ypcta8GIX^l*0HT_qWD>(YG#J zBJ`c#cG=u{4e+Nj#v>%PaXJ1q#+~@r8o8SeGQN)3=!|@kTW{P&1Kl<+`2hW?4&#DswwKzJ z*oKF)zM$B)hKDpMh*#WMdb7mV8wyO!rM6Pkx-O-*czlc=QEDrUp=m4wS)>H=Qyi6|YeueP$afon&(%@xKHVuTUO zw7}MBdG==idOy)L3K$bPI)-Ao_Yd zf1nf0OrcS2Y>z56Iy&3NRv3u#3jwd6!wug_;3(&`wYd>WU0a(N7Rh`z3oZN49Es=J z+8z>c>qFDt))gtKYHwQsxZED~>?x8u*!qE5+QHTVE79*wMB<oSo(}RtO0nTE0=w?UT6A|@X9C6Ah&H&X#?AS?@X<;W@ zKmBk->NgmMa1S+r&Xjr*{3AQtBELcppsTF)X_zT$t3*%*iUmAaL$3Dp2Qyk zYiSC@O8SstJ;h!C?4gktY?CnU{0@}z)&jC!v~@#$Zn_A|$#nc8I+*1w!4TIHenPkL zJ*EDH&LO-jIv84)sf;vpULzCl{yNbFI6#-Xg5fnfz%Ux0#{q{a>}Pn6L0|e53j)KW zchJwaN|jv-94KEvCw{gKH1Kd|`UWjJj(nGFNi+CdKMsy>LlE~4j&FuN4vu$0g~Y+} zzB1^ZgcFrg!}98s$N61~^)RS4ZP@5MzX#;O;z0RIrgTB00rG+JKH#WiVJYg2$dNEq z9>5MbQ2Fu-P&*2~HBkBTH4}|Yp#P9<(2puK zQ27!H4na5ypoq~z+Y2AE*5x5IZ9aBaVXDx5313=hev$RL>rTN)3(YT|0@XSfO}K1J z>{kyDL4LS1X-$IeMdopv-31F4uE`2L&qK5!g5^Eg*KoEA4Ny9T_Amz!CZs+Df7%)* zpgo3DWcY}FylhL3=F`UlOHV>qh(}nN0E6Jg{=_S`w(5KOTB+_=o12!{f}{P%ezk3C zkwEGU02D41WqgQ~{L0g9Ja{1Mq)U=J0_o4xkzVAe2FjvR>RRLV!?ucC)=29C;) z55-AR`KWyJ5xZT!CnJ(5*!K&6(@%mOLW^jC(w?Hcq@qTpeOzoDs=s!2_)p-ay3X%@ z`CYq@bSisRh!)*AFEH3%>!mW4eY$X*-d5Q?Xh}Cz_D9h|Myc(o!X#R#wu=c4ZcXQ6 zY=|DdJSp<=K#=4|^AgRvb(Jkt-Txf_E>WwUp{6{*fPdyI%@`Jh84zlPn)bTv@tCN5>9V&jnt`}L*jg$l$ft@!Wikg= zrlt-dHK4*W5Rf8_D;}IJp-yi5i1>1NGEL9i4tt1}!2cH0NHdEigLv|zZhJXYc7=HC zF*s$M?Xf=+!OFKxm$dJ|L9i_9IVPUAdhCm^RP{;r6H0@QEG6~~h%PHBv9F0?5p;$l zN(}}8g$iDSuOoSU@$g!SeM!vcNRc^H2>B1pwz4fdQ$+Wp=Sz{Qi{vjw6^^F!rFJJi zn8labS$cb`GJ6GNPBfL-lf&BbvdW|kzJ$t)55I{6Xh)gd1?46e%Iqmo?{I#kD5JP5 z{Q`_X$CCoVonHHR0sNlv$^2et*iHZT*}cL5zonJEK@fa2uiXB0!lOJv7!`;g{3<$u zk+AYQK1s%HBu9npy>EqGg!d;Z(9Q!#6;) z_95I6p^E0jh-WXLa_%JQ0!(W#WbUNzV2TTxFgDYdFvgCgcoDX9#w!$cbo^P^F1iTY z3-lq3(Fer-1lyAh3Pn8~AlNqk1luxt^C$Edd&v4T99^O&h6{9@;UuMALVq!yx?V!& z?O~~;to~0HNV@$J`icxX03)St2l<{$jC%Gmj7C$~Ww>e}i6N2(0W_au;q`G~DU(1u zF55fu6=A-?hP%;sbP=?_+-XWsqHIn0&MS`#TsLr|DTF~8bd>6@*dt3WF(qiv$e?>g zw$t2XP;2(dAm2{IEu&=tCvVE2Jfxt|E4m8$<%)eVUAm$R4qS0cUFK{@Z~bC_fZnb4 zIsK#Gj`0Ze{5AU&`Q8&gH8_nJUhQp_D2-JeoRctfYYH-CQ(2`mA8Qxff=b7?@*Sc2 zY@FD({+H&yc#hV?Fs}JC#}%AUeOGW)V4AB| zI#RF-$W%JYv8Ogn>1c)S_$8$y8Qt**N=HBJl%=Q~(@+Uks~pwHg6k@Wgk$gpYDap+ zZ1h>7mD;U<$a&}k7141tMD3`-VZHroI76rMr^eAiXr|U$$7L+fih~?~V{^Pn=h&~j zuJvEjIWm+Q?)1X%+oTw6bR3QGKbYZ&7VcXJEX>44%EOtC1b=vzV_T4aUxA~w7gKU! zl!G@#dotXlbqwWnjbRy8j0W7G#iJdEuru3l45&S{nPCL|!JwdyV*${2!?1-eGC*ng zIKUp7JI=wU&4uxx&QMQ=skDy4MAybU^01j{^<#&ic!I+WDIpaT9GLJF@x(mrwe)y8 zbKR@M=D=bYD{qaYw8aO^geWy7xwFlu&^)fv<&Cw<7ad_4o zfiIoh`!y8Hesjz$ zoXlXAB`u9GFQ>tcjy5wmu4nBMi)@W zCP%t5K8VIPIeG;TgBx7pN5vK*JJ7KvN22f}U1@^0ndP+a2}f!;%MA%G6ax2&lv;IM zEnRy8#rZ9beA3ZY_?Wgm>1f1V#-f>y`MBuw_DqKz)Gsqp>84T8EJsgVa_Bb;P3Qxf zI1AY&(CS$Z8)SSPpXKO+iyBF@9aAwad49H|C}trd6Ny2Wcj8!aUqX9CPLa}`zMt(F zro5x4PER>6jthddiU) z#R7hWBSPd{AnKL88IiStism?cnD>mGJQ>@GBPu44d956*QoVTYsrJT$|4 zdU2k^Dm3~}%ySeAW|>`|06U=yj4TTrlM&?83y^(Tv}J+g(d0A^vO-AR%mZ~*Rw@cX zXx-waIx7njFCFcb!9g^4p`#F9cQ2H^ez6dduJ`}B(4iM_luG>!`j&cX{|s{abDIB* zoUk{aakN2n{eM4$thT(38Y)b*v_Y1!pj1{#*6JZ@zu1u$#Zr}o$>E%v+hDu}Pbrc) zeX-*Lcn@FV7>42HlO>Lhp)!+nnTgP=)uWWP)RBrNP`MN>q251!siU<}#0g?;O`IS_ zMJehkZ<_KpvFh7sg`%}=k4;nAzD&49BRW6L5o8Fl5k0hGLRj zfHIoPP>0zkU^Iztz#^LBb{@iLT;Tzwqs0u+{>zX+RtfMqH8DWA06=+jETxq=yYT{{ z1g4AV07D~%l>(O2AcpO;GQe8u$pGmN4A=u-BtC>qXywe-{2Qh^`fgY- zzBaM(=X3zZ$h3P^`R?gAk*k0rf(J72&hy+3+8 z6N6cxo*{x&F&QJ`D7}vplKlM3`Z)h3p!XZz&v{iD7exK~J0HO)cC^1Um&F*E-uqeFaa#7-hH)kv|94U*Spi`47}O zwL(HSwp1xY*ph!2@dzs|Sk}Z3qO${Jo3EMGp33_GOf8Ytzn5 z3=SGt@9YW=TkG#~Xm>w{|I|D2S#3J~HPq<~1c1*{EJaSJhM+j=G|V{^9Jdd1rnYjS zP=sG|IN>)?zE|-S?dRlQ5BZ9rS5YBH@Ot3Pc<&MnxBLP`p8 zu|NqSRQA!60iS^wj?gs*Yz&(LSi&*Pq3;+lj|&5!7iQ>7#~GkfEgZ0)CNM0c0}LZ5 zECNtXgBaAbg8|`1x+W=aE}+LE5t-feVI)lRDb^xejK6Y#*C~V z;uybI(RUVCwq|}$g<`zi(WXSfbOBkTVEPwKCkHgsjAvs9HNjZl&{v`0-H9ri;0oh| zzQ@_|7Ie5v=-S8SkrWo~DyETd#&k~P-cgoPp+d#rAG%l>ltJSJ8Z=URfSe5ONAt;vZbU_Pf&E%AhR2<`4_rFV|h^Ci6F-TO`%Wa}Xt)21mdd&}! z6h24*iFdVDQr-TT^>i-Dm4o|~slVyg2x0Pm6kR=lq31%f%dRYT(6x8cbNua6T-Ws( zUm?~eK6pI^b@~1uqP2=+rw$rPHMy>Al-|r-SBkb7?o^M`%egM6wjQ2Uuh98i1ot?F zg*s3bbcR5g&L-JjA?6^|Ct2~tDVH$49 z2f$N!C+vrO*8nuxb_K2?oYI(B;QBe4bu9?*s7|5Fk7i+Z!htwD*ayVz#LT1_g{~*X zqu_(i^+#C5@~*rh<~f+CuZQpo`8Jy-;!hDXn(~TVql6`XDsnv_;0VG`#jep&A2Hki zs0wh+Q!yP;eiTpgd>Upl&>;&|FuiSc{RNMI*j)R}JGdW6R!QTzcVNpy zcGoGaV%IxdMN#va>lS4=M${PABiVf4)IArF4cEnu!aqn(2Ww;$5>JBFLn8_S#YP+Wf=)Q z?+PJXNan&(MWSmij>a2I?7S2xmXnn&w3F8bMb9ANLRyPs2RoMS(*&PvUl7d9aO+ww zX?TACkFfG89OjqMv@&GZ653eidK80ZlGil?ad^t>Dg?aYb*196%t^1S08X?%S79S*pEPTe&ylP2E;Wg0a$*+cvf&2@b; z6FUS_h?^&_a~XEhmkcLK40TTmzBK`L3*3j}G2sHbH=gpph>oE%p>CdFUJHd&NcuAa zYS2joMxc`hEJr5|ID<|afT=P-dGldP3wL)z&p#m?rVjMdfWGLZ-K;9~%Lq`*NQ`u^ z!8r0^B&aRumH}lnk|CeoWN0LP6yOr|W5}S*40ZGeLtE+?4LCz97-HxmLtBz!0EcOA zjC&I7gji5!>d8<~>lhStjbSoX#KFl3dNU5xNz%u=F;uLiC*l$9Mmio3)18!>060Yx z65M&%lahyu?Fq<`kLf^y8v_A0;95QxavMh0-Tm1qEYY0}MiRrvG>D;|<}#e29RSTD zOp1S%w z_F$jineBFmu&NrJE<^V%Dq6%QdMw+Wj^i?`v)!A*w{pYzNyRqm#b9lj>hGK54u>{K z|0vNN!`N({6|3X!vOD89&Tg=yC!_ZcPbAQsx( za{;?;?sox?+ug?jT^;TXfa?zTa2&XL(CMxbex=<`czn?Rlhd67otXXI>+bDh`H%E> z*J%Iy;hM>V-1%KJHI?YGXoYzQ(j^8|Vd~GpHgJbPdznW&6cUZ(;f{ z=rZ~))s{}CSKT>Ebw?^pvt?0AZHk)eUUg?^937cMQyP4%d=)4cn!4=XHOaS(@_Q;CB6kfzdCo+Ir6iDrG&kJ>#L zrZv=43ptpk-7v->&)x3q;Qg&}kOH-*1FCBwHO*GxY5~kO4f7O=Nr7eQ*4=KK(rLri zuP(>0f79JZt$hjorfED0Y08Khm|09gWyZ{+oU8v;ysN&5&c{1;K~|xL-;>?92mwJ1 z))@HKyn&jn8ZHDJ3fg&asA>f>bzaQl>{rm80fi~nH>l?--bhk+jcH~ZwT8tpsjjf& z?y(&<$!0;Tm>-MRQ;&?zgpuk~aMToruoo;C@ZKQ5Yt@-!v zh`K-iLysdy)w&qnL=aFrxObmBv8#f8q{mmXJWLvweSrrFBK{yTUwhltSC0 z#&K{h3L%V1?59N`gfWl(v?zoy`q)o<_CqJ$afgdf zAhWeS3?IUc!uUS(=&5I-F`Q?R+A2dCCk#CunfJSsoU7q|fwsRc9@!B{`h(&8t}vEx zC@oqcjCu~gR?nMrI%5V6+3zkcN&!Ee_7UAM_PQE>+J-QGR~SF!knU=Q2vKt_3dR0E zJcaDWyLP4i34qD?*Ru!QvE8-oxC7fdXl6`JU>B_D0wqn6)*2!6Ep=j)3T39yofiLi<*j z4>7GYvepT0i-rl~ehzM*;cWy|Z6vmN-!uzmeT~OB>_Z_Uh#KP+=5|-Nx#KbY>Ghtw z733f_zvo^#<4xubWfd$CH!_>^1w*!u_e(8utAw%&CKQ%eIZAhxRaioqb95k=b!hV( zLWuel{v(HjV~iFGEO^Vx@;CmpP+-A?!m^FM*#nf;f*F8Gp}niY!lI@<2i-|CShKQO z3k?>0lEA`eEVKiJK;K{)$JD?;4yrBO=(SL5!TpBLvYvSl5+d1~36Wvb$PC1&hjyr- zdmOoCso=;!{jAwD5vbJ37E6!SV-F zV*;_ru>8y(#|B*HSk5w2XvbiG#g;mzu&2h9$8w2dI3YllTjsLe!vU&Nq4R?2d_+>O z=g}hwdim(P_uZW`E%2m|i5Le%)n2&K=SR%t_hPWr7e~tHs|?iR19$$6R^X_7Fg{!l z>x+oLp|zPyL{)%yV`KhywEH66mm{@&B=Mf zqaBYm8Hq@YusggJ%w7h)7Eihyz?*UaEF~kOkeR(@l`RsiEj^@yaLh z0x_B<$7merp?J~@Dd~ti#ry!5O=I#9L>7CK`F~NjBbfPy(a9t3g7nVJa&(Et45$up z87p(qz?TXSxa1tgv}^(q;?BWD+WaY|>7P-}r*7OT_b>X?T@n#IaMF;5abpG#e57Ge!%+J9dnn3!Rczhz zMSop#p3h%>)}0>YpY@a5s;2z~jsgCtU);TISWJ#d_3+$tF9U8FrUCM)mI3Fv0m_>t ztpD{2y1~ooo;8?}F3f;sC7ou#m99+BBur>GWP(~mzX3G)?siSxuJ5gEeAv z798P@RW=;q;wi%-+RD&_ZfAS)@DW_h@uVwnS*cr&CrguWyE{i+kmE6H>OmIEbJQL; zyk?DgFnVqZn*jc&V2wHJ3X2J3E`GR{H;Pc|H-Mc&;GK7P|9}^eWVm6?kHX z(6=7XP9%Am1|*2#2wC0$%%PzS=V%whRIEh+YpEB*N!s8C7c~|Rpl}^?H>$=0 za=r-)mme6G(+P$-l=&8_#$M|A7OFxyEXX0)|Ue79-gLQ zq0%S>&fQ$v<5~PaZ}{%n>q(%iMnl1U$8vhA3?(%B9nX?C_Is`>X@7`*J&o7+a;RZp zXa-FU@lC~bH&paeT7J-DSGpxx_^|TkTmIh%3i_l**$&6zoIL~s_Yje3dv@by+{)uw^k3AoogD<3##HH z&>p(R%w{9C#;*hm)eG<$)ID~EY!cci*bTfpVK_(f)F2LLz_7Tj(!gwnt zJPZPsSronMW29VNrs4oq4g{zkm1cxT^`9_^V1p1=#A{MNW^M=L$V%jddTJ8CD$lI0(t5b$2{_mBHc7byBR5+x(c65Uxd{O+6#NWa@o21^#NZqr7WWf={C_zfW!9KSjCF5R0A3^d)EJYE7H3!$CRDwAyMbu2%C`fMX zdVVWN3CPY{a9unMX;g31o?~bHhpg|6Sj6r_4nS3_0Fb>0b45_ZoTko7DIQyI! zOf9lc9U0KB+KXMv9HO3~HA*Qt;wUF-jrOU3EMoqm<4P$rx&oCz9Z)Cx9$U)!67?Ph zs}TKNRG^Ydg-2R0kt?d7JrHulZLLUBoRGfoEjOh zlS#32G^t+(A-a+S8m3VS$wJX7znZ4WuNSW(FY- zyVHgsscgm(R6mPTX2becgO~8%D$X6bRz#geA}q&c`;-6GzBA&ah)O{zTZYT_d>`~a z|AEj>qox?P1~McPQNBOZU(qS3PA6HD1kMIWptAABnR{_o#9#<|RVNqy37zB;9ww7s ziW9a{wqEM&IEH>j7-fv;jPg}2UNAj*CVUH{?;5P1p1c_03uBBCPjS;)yk~myC-jnD zN)oCdTSodtov;sWN$6z!N7!cq5+$ts0{jxr)3FdK5+{<+he##DbN-Z2X|@258_iOa zfZ4VfE)^xq>QnrNVlE<~Dl?A5-)+dtXExQD<7iU2RF^3`YA}=r93{w(CK^~`yrMnI zn3WSGjH6rOk`I%X(g;b6T89V-j~g=maKcxhc*UJk<$o+f3KqOFyS@hJ{bBYq6yFUK zJ(AGh;Ne0PdSyK_5_d!&Y$1E+enST%rF=}Fu0={k!k?6Cks?dv2%XbA0vr;?F^BW| zGUm`3<=YBR!Z#eFAM_Fjx)TO#+0aSjEYcu+fjDlFGNVFKZG~U-^6|5B)SEIqx%4(QX~=V^Ua=6NoKclBx9n<3le1iq&)loQx1kf{gt zq8z>6$kZRBr4DHJMKMxQN14-9eZl>lrs)d;oDyVC(*v>QQ)(yi1oD4IAi4a}KMN1? ze`Aa!;Va5_G3Z*V{Ki<+5^Qtl#z}D{G8>J)gd@b7jOXJCL`$o8%F(I{2fDJmjOkb+qKHeeNq3{TU6*w~ryaVi`#HU)v)#|>bzQ+- zP8`LZI_E!8+?0ft*pJSF@k4UjD|8NK{F_;!V2zUraz$#bb1?fN)Yv?3$a3km(Uo%` zyTL-a>LlLi%z};GZ_XCvtcXz!BAF`v>ET~*iddGU3Bs}$RA;FmJJQTl$0Vph(_{Q zii8V_-_ZHgyM>Uc%e+79vUHg(S$B}Tg=}3mU#J&)WzNIMBjo5Da$fb${DOL>NfR(w zyq6{wwUP7cR!~uZQy`aa2Nf|VZxob0;>ncx{T*bzpWmGz-#`4E=~6$Oym%&E^2;}3 zg=s;#%&$ET6#DQ4xK0nsWv**suz(FMG$BKZEPc;}*v$y)V29oQ7=_|BJPC4$jY0Vw zVjhl5q~ZyrqbW$@aB(CF3E7_^tx#IR>A_4XBYV0TjOGPJjEA*q@uC@l44oe&cRB`a zT50j1r+g_>x}sJpjPz`-R2b-P>Vp1DP7VsXo0GhmFANUK;>g|2$ss}aa#F~XdP4GX zRi0F2mUA-qZcb*NrzLq(dX${``GL%ul&VmS!-JTA3_H}DU-G1md^sRrdK+_=-}0rR za+%HdS~&wBO;;$!;t6EnS*@Ib`(dz$4K1i3!a1#+A3wt2TQ+=;>I)<>RSx!tfSsII zoRA;2c0UpVfs45ZXS?@91}tliX~?h z&$@+;T6x+%1s0R=q%8ICDV89wcrcl5k_bj{Q>B$#n$RoI2~=ru4FH2$4t9m`B&X2; zo0N_Wq9<)qR@5yX!1`)KIcCRUf0W&fqjzkWe^kNRfGRfAgd! znd^L1E@m-!668#rsgX1BNf4FAx z<0Yk1C5E4`OC<4K5C%CGGz zjS*&exU5eo<l+R6`P^Pls zO&I*nhTmZt0GA>gS|lv&@Z_qwYx#E|AO{SJ+0cXo3fH?yUTkk!yGxN#d?-cuQklX& zZ^OY~>}aw7!S0er1&J8T9+27!gZ*DVfH^8QI&M@+^+;B~YN-~<@>in*Rrya--CpC{_%CvVgaZeEPb!U9j^2Bl1ZtI*U|N1QYQrN8!r8*#Jn%- zA!&EXaTK!V8S95gOT{E)iRPJ7PM4xh6xxpJqB4pbg6fko3Ps!9M%kn-n<&~$qnJ@r zqM#(#C@BX!M*~Mmk3}qpC*?UIAP0BvSa`ZgmquZ-d6QyCOW6@_#9aBF5QECAP-Tph z?W;!1_KmO?(*2u8OGA`!ZW<>|$Dy`3)a^U95eEfM@EhvP6u9b;=Lc17rq^cz5V^KEKBv#cBZH_wD=44r3KM9x`&t2B$D2c2N( zLYcDxeQ6>CM3pg&C(BcSEi{xtLAw}=NizpfN4*%J(~aR2{l-v6?dAe1sTrVO`JSMN zkrR2XjX9Z2^U8AI-Z>90j?gRy51nABq0IS!2AaswNbfT&z`Y5;avI8zK)VuE&{cP-e*vdWicR!hB82| zBf}!nECHOOUJM6m14AVAs{kMwZ7HCJni&?*d4_}JT!y^9^)=02hP)m@CqSZ*GMfSA zG?Af>-e)*NmS+K<(@=&>wCmZjHOTT_(4>XDK1#C7#O1Qx7>0wimjS};Rsa@IEkh%1 zWk{jh0mH7(fhwj|3=pu$u%5in1CG!_h7oj{0irQi0xr=s1~naJfN-x>W!+V`?g%t) zRasYL_g>I|;MKC*S_UXzV>n5-84{@L8o*jw#Q^bMYmf@a>01jbpH4HJp@MZtQxDp( z4pamE#;}Omy#Oet<`>HH(AW;VP?oOxe40S77Ah@t>xD8iA{G2%S+=GO=Oq^f6uEVI z5ylBr%f?5r+Xmq@`Pfih$;LR@0^{I@)qdYZcpEqM-Y+g3IY z3o+@{vPOuldF$1(2{?_NzrCys*N{eTFXKy3v$mJHA)9#bcGR2$(3%3n75%o9vKJP!QFF{+y&Q_J4n_Y)MD`{xdu!x!&%ygb1hnzM*9nG?NC*c6z zZKe)VS397RRx#|S%XV)b2BLM>eb`HPc=?Nq*Wu099K_h>x%*v4O}M6J(%gbsj%+q! za6Bsl+y$3H2Au{3PksWM@0cSNAfkBzxjyTuzzJ5LW0bliZ^SEa&Zg;3Z>7rGa^J7P zf6eI)RT(}(Hke9L&<~J7@}|$22U@KR$^^7*Ppbo(8`V0s3C`4l_FZ<;qPejSVXBpy z(QKsFyaxx$a=b(G#%#7x2mQsM3qtkeizDhfCh-Lu4pscoI7s~>{*`Yr=iFVoA45@ zfOwelQg3v^5>UElW!q_NTf=`m;Z~UY(j%qbOz|azryD1`c=N6cMMNX}Yoq=6ACt&E zbfDDR3-@25%e*DUZy{7+l@MXX7_C}-W_rw!hRK-J3vokWp;~-ndhB1E2cHST8E}ey z&fiq#eMZ2o!7!gUF7qnPguy~~Ko2XfFo90`oehTw^7$*FD(N`&@Od4=b2Q86of&xq z+&+T?y&{=!<6yF&&@Wv#C6h`&N=l_a_m!Fa<63!->F#~hqNXRqLSuo*{H6 zElEq0D!m1i^pPsjf40(lTuo4v`2dw)Nlo&nb@R@)p#R%E1T`G@UWa%Oq4z&fk4A8e zq@ke9Bn*SyGU_=Dh9l@hrYb3RIAA7?WY|e>4oAyS1X{+;;a;;cF)HwxDrE$kNmsIt zK;52&)w7wdY17j&7B#U+GfX^z9&3M(z)V zYX9Dm-UhXnuRpa@lY6Xp3YzAQvEH%x(3UdJ8;jGKCF8u9H4maM#(Vn;MN~Awn~#gD zH50sX!t*p~g0~%DuMB?G!`@R$b1vGXpjE~5ppJu60bRR*t|(y>`mB0t zx5@hphE3;YIP5~R7;exB1`}nz47&`nyaFnPhQ5LfZ=lmmL8Rsuz+sxkkV8keAj4k_ zWVn38*g}b0ky-7qFMHn&W6d5X?(2Xsc5VZM-KjYE zB6mRO@M^btA?J}&AI`|}AK&IZqrnyB*LHdj1r6bh!k4(lUEX*sVOH+)#)iCzlF-;9 z>cF;#X@>v3U0$3@_>>;;NDl#Zj{O_ zl6HG@t-OgV{HpqA`CST@!b(0s7A5=oRaMN>?*Vvv=w}CYoKs5 z=$dzu@>DT>^NKf%8h`cXC=c4Ha0`fIOyGXXbS6@+gIMICPnZ~g-K)O8%$3s;DQT-W z3!D50uA}JAC$^MzI+|kG4R5wmlZ0si96*USlc)(H+d!t!4v?ChGKB(yJ)GVsx_-l3 zq;$z*7nCz2Qa}go7sz`4#K*t;Kl-AxQ)@nKLpdaOO_I}VezLnHpk80Jeu#0$fG`O&{2vji68 z!_yGFu51ef6K>hDu; z?N5#NwG#XTVth;Vn8;pB_3`*pk>+C&UHWw2Bn;P04E6L!I_&09#|!`j&t<^y425Na za?l`#sk9^0mxrkgvO9vVX8O!HcOYc>vNeBTgCj75Ezg3fm3qPyBheIwjO%F44 z6Y^mqL3b!n;kcC0kiH63I6ke3^B7GGg6;%uv-!k`eV_z$Jg-#(_uceo=_i{n4iYIe zc3*PBa<(r~Y2=L;IP%Gbz;)jAhQHkIdrNiinzr9}z~>d@143?(?@_+1oySd3^4le! z^M8`J74AP=;;RY4rb1>%-!I4nODAM6iz-CEVph*EnhH9@@Dgq4ENAv_3~Q-f7r<_6 z?t-j;gbsA^r9-VRBx^;}tuDyxD*^FZ8C`v5O%`g7PF^&00f|~s+Z9<|2-8KhF1%GF zt?KFveRddzfkm|AVs?7)epszV5>t`bXjxiX9WGyWlFLQ4K3PFC>_HYP>xOQ^ICo9ran6tXF#le(b> zNOos;7NpnEl+XkP1Pn?q29zq`2MQkFlM+6P=mW*V8+-~PB2Bu0puhta2uMkQP!#a{ zpV`d+xbdKIBW{c_|7iFx+Q6Iheq~(C-%qE7Yxlg}WW}AZ?g3 z7{fI%&wx*(!DJZ3Ap}c*u`OEHdHB@lm{x;l;bvvgYR<}2Tp?0Zyu>ePns8f+gx`=5 zL?%S0uwV4z+FxibZR_lb7h^^BbZ1YL{z;dkR(JDk6evAR|Ch$Zcg0iXP>-DqJv{#o zeu4hYteR#RZ<=ONP5q#!=Vt?k@deMIt!<+oeNm0j+G0qi+Pj@TOIaNEaSQH zikQCX>IJ_Lb7>iSoPtH=rd+|WG2j1jv)e%f2YBA0w39Iom|O}PEHId#;o=uesTx=g z1*@hjQ=-{H?tz}xS*$x@G@w$>u&W?)A)8o1+W4YrGZNRNL1$@9%LhWYsz8k&Lp{x(w5g!kr1e8RcOQRV#(^5Uq<{s_Yfyw{$mr$DcB4C(L^v4$VEc_7?yF%KTf8N^E4707ip@M$?EBG=(a1~M9emL(T%K&`VpXx z_M(u{%w}@Ai{?zglPMJ&x=-q9Jq7bcy=+EouCZU z**SQc$53Hp_uYv;xTF1X!#12lvijrUgE@#`;iDCX`TTH4y}-^(_)#3CHL@4LH>St% zC}_|=+_NKI$8R&=YUMCCwXhWhO9S@QEaWI0bQU`kMPa-7x6XW>>P_@CiysVcru1~p z=7ME8oJ<+oj$*QhSaFD&J+e#ZrJO+tnBp}-_hK_gah7Mf_obhPGY zAN)jX5jV-uJ`uV_?_`H2!A<<`(J8cclBb!lpUzD3JT1&sn@{$9`q%I68?Sjhx^y|d^hc#-&B)+H^C%~TkZL}=duGmhwoj;>>OIeu$a!hi$123 z-d_sp7TsfrrMAnoA?E94pvI8298_bPyBw5(PBN5JgB5^7G;swa|5N(^u=7(#inWaFOdYk|ybJszl>v|j6ZIwA^ui-Av}nLoqBs(*(*S?ei- zdYH(T zo;E_6I%b1s1ZI$rPaOYuo5!!dxicPfu`_SD%<8M#J-_Pzwmuo5Zr%I9}JA?2{nMBG?Jl| zwlH7;`3A!1Xyy%2RdkGDDW%^8%%`z8QM)$&)=w1=)(=+fshgNC{8|6efKuMFzJV;a zJT_x9R8?@@@z5^~4dez787#SlTI>&}#W<=PNmFiV0iz0E>O-q+9YXHh#8qW z-5G5PVVr}3x*rvOpNZ>9YB3vcsLdg&)rqypQpFksvH1}eQT*)>z1wNjD!Qb1z()_p zwoFjl_?;8mT4PycfI<5$8jIkJKCql!4959P8O;5dvKV`wnx8G240=KP>rhHs;uw2{U-q<&GyC=Wr+A@x(>cgHxCx6hZAeJi;9_ zY3&_PQydgMeaF*Mc#Y!jLW<_m8+Sb|V4!Z#T~A)@R)i7ihr9$hjTnF6Xfa^!R>SUj z+L||&dCgkepTK!W9HU7xRF*cfmbNTPi)N#uMlp`UC}`cRihM3Dxw+SNXyi zueyCoiWTxlSyh-TTW~X^u!_E#JO!LM%!?9^0WCPjk~%=&5syXry>R%|RF zx6X%%0NyJRvvr0(8LUUD)Kb_lkXKx(u@s@ry#H&Jj?jq=Z_5(aKaG+M7=WBo8WN3` zK1TQ$DFnY`rCR)slhTpDdeRU?A20EuqDx9aLJ896)FsnfP%;f(GbATUEt9n`bXihI zJaeR15p}LqiPZ8WKIxP%u|`9Ij-~($Dl|rZ)k7=#PM>-a$;oQXE2*Nc;ur zk-CB7m4+h&va|#7`J_RJ+b^-v4n^WKy#Z+g{I}ADT0*m}X5`Lxojh6IXR{B$OL&Hf zPa4N@`NVOrtv%}L;`!q(x*k*pWU?jabe}Afj0#!wnrOyn_+FxmJOJr z2C}{V1>p@^or8L^{yA7-ElC_Tj02fbOaJy+#3kp>({5Sd_*)yEzCzN z!tJN;7kCSzHBTLdMD{cvslJMTc)eDjrIO+HZW5fDpL_A_#f2B=!pp5s)rH<<$hOqb z+Y(CJ9UFQZ2rsDP8+tpi!TueMym{eTxHDQfp?l$+w;Ov;A;9Uz-VJD|^O|^5L4DN3 z`y3#;srN9Ts;NeGZsu(V>YvTL(-F0+$onxy(E~-^DS-CPz4L^%>JQDm_M#^XmFh2} zy~_pKF-gu=_rL6|uxU%u>hNjaA17N+yogLA^L=18xk(b0SGf#Se&3sh{qrUF(Rn1( zd4RPqy4*IJx0MZ~BwAPkZv!5{8*b=&0B^AL&5%Xu4*`v7EW;G~mSGM#{{$SOAq;J3 z6GQb9ql}JfNe?{bC2Qne7#4A9Ie#N>VVFU75l~HK3`c1LLpeQQ!1aZC0B-qX*hg0x z=2M9Quo@P)0fXtZLB@rb)Ps|8(;A~Zp3YWbpi4H%9Wc0#G{N~4G{51zj+&T3O`#2D zP+9bV0oP_(0JsCvBIm#?(+paG1X?vC5gq z@eqc5S^%)GK91%EndpPE>lOSwE2qOORPJaw6V^qu$@IuT6Ea~e^QDJ;a-jarNbe4_qCRqM}c#D>w;a6|r$PE_EH^gw+ z9WflynG8$3pqS;k@#OPv|(+x@X z;7ans2ze%Y2{l3<4BPasNV!E!S7gWWqA?xb-$NSFT{!>FQW_a4HxzbJWu)v(xX6VS zAFt=a?&jie79qX`nnnjxne{@)6Nnvo;#<&z^dt>x>O1)O^d;yIN1w1Gfwr1#r^+D7%; zf|6-818gxfOd+Wqgmo(ooQc(pF70FoGCi;zr0q`Pqk+DXxdrqwxQOH=Lo*WE%bBKq zSlzY=^kD`pSIg8DEMs+wPB$~S$#axewwHO6XY}ggEY;aTe##UY!^1fre0~eVc{e!; zW>02!lQYFQD{bs1$6}>pPd7OQ7qwjJCdcQB==bYJaMQn0u7>puVvf96-)!pT%B6*~bwm%O~ zG4>t!9c#Z$54+0=Fk#~=l?zJvoK}Wi^6XYre7?Oo z;wZ59LzTMieZVQSAEY^@azfju;kB8aP4O4mMO1Zj`#eO{!hQ(3X=$I01d8o!#<;}J zhu=K*?%;UsnQ)cul{~iErz1(f{QzAnm9rDyhqJycJr_LFF1(hZ4KtpN;6gBbL`{33 zQVOYG50u?%n%+Z>5z^@&J>1+=d z?kT^GJ-EDH=(J!&yq6r)s56R2f6Vr8q}LD`b4vVRN*6yKPQpp#A4|3P7nXLxZK=JOA8AfoCV&pZjAo~H(rnr*#zG%F&nu_#s5?! zlJuoI?HS0f@C_~MD?2%wb$#)AwY0CV9LMCvzIb<7`YQ{PIc0JSrfETypw7W$T9 z8acNE=F^bvXz&IYPyl74H4G!D_8YCikK6%DrY#JE$^I>14wW%f(gp_HPxvi-;(pAX zprB{Q@Q&)-B}21dGp*STaxvBJh97ikdqAzDEeuD=z88R##(U9y9HzN@QLaAPuoqnb zUvpoC9k9eGy1Ey`-23zZY-}y0e+RHqM}U3(Fx;z!BJPg5>KYv8FgnA<7%0YJP#S&E zhgHb$Fv``f2pm!e?vvMB#attWAD5d$M%x~jlf|nBdf~YIiqK8Hd|Y-37$N(r_u3S)SA=sHW7Dqd~#NPMf}r14bRD`(Pt4U?i7fwMtm#K#NXw?V+Fl% z4k2f&OU}s;1qZ9k2x&qte<=#R($A`^evv1OxCbKX0&@8*jkzE{i_}hBkXt%=hexQg zvDcmGVs_v^X9Z5E({i$a1ky1torUnxrbhm)SAoksLUs)k>85&<X6Q@x zCjwT}=!w2v7)zQ@0(F+=GRSn2;Se>L3@E0F3@+L;**6}-rf0Q=o~{e6;1`* zqUj7!U7HG@+o9oVph!fs_!>_NDXAf zb_9(+ihiHz>xtp3>nvZg=}WNnOKAKoUxRp-TjLKgzo4RYW?pJC{u%*s))~yp>5Eyu z{*n8^(}kSGQwTYarx@}z<<0g@MZW$u+m{EOos+YD@$oz|nP-{oqZp@|8X!?yJWHp& z0fo=;%@PKxZ_n}V7K945|LeY|1zhF#pLxFPg3yybSm5g=cvbNYpBSd?OoaYrwm{qL zz9>pu>Km`BOMRak)KM#aJJZlfG}(!=%%YhLG96=pn(Hnf6iPCXHc~DQ>b7lc0rlI; zUA{EyU^tA>9L}-QTk?&7fvVwvN_Xx?cpD7?Sb1S*g62)|!dv+=EViHB?OQ6|&!kuO zK;Qzje-FHmp@h8vTp7=Rt6>?wB>Q)O#Z<;%qYVtX^ngL8j{5*ZY1uvq$6|8s2lXor zVc1QZ7%Itl0K$R05DxfK#r>|}YQ=~HK8Nvv>ydOUX0k~FzDcxYi7!E7wPXJQ2*gxy z?*^A3Z3n^bO$i5mnbrx|xIT-@E1^ZVN|MChsc$9zkzwp2K`DzCt0BhF$U%2>aE4T=JC)LW+9rvagE(Z4K`gUq=Z1 zf-49zQ+;^FhcUKVuUfA8mbIjMqZK#ZY2Y9AWOSl}hW@tdhHQU~LHnM2YtpKQYE*&$ zZYhQs`wTy8o0Ku^qYVtWpbjA3f0jDU^mjt%vuq}~=+qf-Ykt_T@7as>V<%jX+w9c^}Pg6nIB7nv5Upl%4>HrLh33 zyGyY1z-I^d5ethQu_RwkgmL7{E}OOZv1{RFxSlOW*CHn>X&AwWBq9=A_?@WmHt5tO zP$y_V!%<2|1}vtL47jtJ;TGBJ1Kd=`kV_jFpis+z70(o91v-zbDWJ-!Bvl!Y9)D9R zs8eK21Dv2946vk zna0!L;&vLgV6mRrxKb2s`{s5!&Eka*6_=yQPf;h>xDCor)a$sfC>W+ghSIq1ZkAZ} z{S4()Gz5EAiJ~I=9*>d`<%TecHdT|2lAvrj=tYl`)b1Kw1lw2auG6n%*~r#g0pTZ1 z1y+_AM-|*m?mFqwY-kl~(&KQj?IcsfNDkG-5u%>(V6iT$98AkQrq?m(M6-#QXu@Kc90cFR}Wh0Qvz6xy5Lj376e&crzk~&__Kk24k*`!5cNnaB_oH$ zYQz&cqLrhSWCzlH0$Qa4lGM=Uv|Y(*9rj7?emC`bXT)N7T zMJ0y-GA&@Jq|*$iDDN;}BTZ%4P5T*OiSYfEq#e?;%QOY3BE!s_7WR6-qw} zI7MTRLX;9TQ4-7A2fHJdCF6qjkGdmGoW2Da?2cHR#LxaoqtcZOqrC%mID&??p*Dz1!SIHGcID(j>Z~{@rLOC7<5;S&#;?&`B4Of4$By znHE+l$>@qdu2S3;d%!fO+F7;IEhG#Zr!%KTZ3ZC=F767=>DtAz0l^i+wVDxj53#lp zTx{RXoT<5W5nR9F70p@NdzT6c0|yS)nH$vGir~Ek*MCtA=4@wcctXS4V~P1|pTD z>2QdUW+945X$m5Zk|H59PU%lX9W4z(@-Y&tTf|D^QLJ&&Ok|>-v>lvy2_=h-BDRB* zAhC(}L}@h=NRqbVnJj&XnCnZd{gWbniI+{479+MasQ_uEOBFvOu?(pP95SUvh&oG( zhu0hlFMus2UPa531|W<1(kcWfkZvP7w{!^nLg@%XHI&!_NFxc0g}TO43X*Rk@wQh} zX)QR-q;rUPTX*1qTmYzjoK4~}- z^GkgDv?6Uqt^?AS_}xlpxWc7eKaOiQaRmY_6hZ=yFeGAQxeRHWI13rk*|u{vv=3v4 zHm*?k3+eDkivGb)9mCRCs31lSQQ9G$v{nGYi9%W-oi%Ex;95YR|E9zX6LF8NlGd7& z3+XAaIYR8>wnj$k#H(0(NkKq^^d=HAO2aU}SK0dw&|f$5PSW9(zz>&3k!%3uPC{ZPUKAZCZ-D@xWtyOqmrvi z8{F42>#Fh;&T$>Ms^sICGeYv^n#Opfxv_{Ey za33Qq5YxDG6}sp4rkWZQ;a3!PLrK8Bm$^5TBuR(t35&&o58($_T;?WF-y6!e@RV{> zDG0{!f~eX2(P9{QQ;Xr1n@VaScW*+u=-_<9%0TWMPG+>2$Qgx|fm|)>m&Dj7Q6IU9 zspfPt-%`H7S?_OdDFx}8r^aFydlI_mYj=z`7MpRLtnTo?_|H$Gm|7*ZVFG8h>7zSp z+;f>M5w#ALjYhg(WQIr7I%fT%&nn#eXhf}Y6Z*dcZY!P&C#pxdC=_eOS{lq5;U0z7Alwn^(p`;oxeeWY z#Q3bD;H4pBbZWvK#Unx%``%MLDE)WuDZgMvu;O=A{BQKp?_93xzTcHWf_O$p?)%Do zEFNsRk6G<5_4a)wO2EQj=tKBAPFW9?nb30j@F9Zg=*&Z98us`4|Eb&+wk_!$XeSI` zvMSI-_pwAfQ~W9l)eKnn8xl1@Fl=k z0d%(7W}uo!-X&;qy^?~l{z=4h*e4m!Ozz*h@v>Xt**uHPX)75q7F z>yAeOg8uan)9P%nG268<2&N9GZ9Uq@Ulfww1ocQEi5I+~khF`zU@T_W<+>bZ0-xERK>61Y%m0vCAOS z61-hFZ@7kk07m#0Jal0`(8l2=E}U@f!5)yAkMVRYr}6`Vr}3%v-GM-!P(k+&1l*9q z?1O<8_&^_WFyIj%inQinppozkoje%G3vYp33ekb*@aj;?+epqsfo$=Cj(mp#xk4z7 zIuuB=-hkr*q++4NV@rC`^R2{2YWm^80MlPSK4<(8Xrlh~L*S-CJ#;GIjzH5Du0w!q z7*7CDSYk+{8U{D{ssUK}WN1U@ssp=>rBGmxrGX=GQhHlWpvX8vqd#WaaRc-WjTT0N z9srsbuWumqXLJc*JfXSPuxpo_aIL1fHzDdcmh{G`v}mek-eziW3xb8b+(N(;RKqZz ze6@haw5S$>J|w7id8ih0Jde)RqE5bm)&Br)%)SlQP5zxJ_D#ZS9%3zLUJgwM4^94k YhBAuyJtxy8>?*wB04@ja<6#xJL diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a b/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a index df3d3b94efe120b1634ff98574e485201530c760..fceabdb0bbabe964a1408e0f80aad9bc3264bb44 100644 GIT binary patch delta 35478 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 diff --git a/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a b/blink/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a index a37fd0462fe64dfbeab7d6d22a645d22fa53bc34..fc6dbcfdc210449012da9d2ab5e5c609a2a96660 100644 GIT binary patch delta 15742 zcmcJ0X?PVy)AsZ%IWu!6lXG%H_I)FeKnP(^kRZqw_MnJCKz1ZTKokTtC@v@n!T}0p zeOP1{B;Y|7K|w%32#SCLf)5}lC@8Cf@ZB|0^m*Rz$M@rVb6s=puIlRQ>h9{A?&;3= z2Wz}rQRA(iW#N*j`oH@qo7YMI{ix6Pmz<~Uuf(6I4X-EtZ#?>zdD8#wDPyLwq_<>T z81n!1G0#6M{XaY^3zeT1TP?X^ZU20`s%TZd+y2t+9&1RF)kBe_cXa=f=vpy1Oi9vI zZP1Vrl3FN9lB{caDueoz|4MX}nCv%WlEg%RR?KrE#Q$zgf*9}L6_cJEVo8#+HEooT zq)1C)VyCYJVz^5PST+;<|}|e^XpB ze#7Idi*Nl+E&0!9aZ>{uSNs5Bcn8^vA-tan)Vvg}t zLE|ipM8o94qPKrZa=Mu7-=7>M8*cyk%KAwa zEy`ErWXj@<|5)x$5$T^>r`YomOTK5Z4tZ+Fx;x7Cy8Be|od0mcT_U4=cB51w^8MTM zBE+onV|hpOT+j9!{`8=sL(2D#3>H)r>5ec<1`QdU-TRqAC4H&=*J?)j-BI~+`GaE~ za8vvVQ>W6ILM@;C>XxaZf(j!=2XTUCGhCyK09ksG@}oq1VbR1Wa8v0xLoLdT26Uk@ z483R{!&!=n0W_z<42NkmLn*mq0b{9{VFImWm`=ADPEcW-*e$k`FCJ7F^M$t-!3cAg3feMoWsWh9R7hOz- zWFqxR0kwt78FrGA3T7`FlM1SY_Az)UCJk_m2B(Qk@flH?NRitPp^lrB@K6)uh@rjz zH+Bel&Ku$Mdz$cw_2f<$RROsS`Bcm>j>a=o&`LnixaTFQgF>f=X~}5x?Q~Hn*RAJY zV5iH{*g$DjF)h_Sio@ntm^Mdr3T`Vh!w+G?sFiUOA+tTZjjqn7_H9L!*hmB0id^qf z_`0?bR_W?;{3?aCs;wv%i%4%LY6J4x3ABQqXeSada4)tK>B%W@uAr@H`=Bn;k}zw7 zcKUjwEJxMX!Bo1?XDt2+{m@Rt1+R7DYANED+m0t+dyy_?P^0!DK5YaPNp=-jE$lg% z)v`Sp)+qLHG(ojJ$kpsy^n805Qk&Mc7i~kAgJ)bwcpkNA8cLX($nF4hH_?+FMANw2 zsLF^C#&~2&zBeJ9YG}gq6UeaHw5NlJjbx?~Bg7}*c~gyap=F`A&;q*CL97yA(DIH@ zcb2qHVywuZmpX~2q9*O^Bpwi}Na-vZiX3X(8O&i+)>-6V=^UaFrK>CxNC0Y-Gd*9qPnvgZam^pUFyCZNEsy_QV}i&jTJQz zL};vdP)rYeGgiDJK=yh;go%3e%nPEWumf9P;HLjXMdQT0s6139Pp;MiEh;D(Iuhwz zPB-}^V7@5Y`e~0(_R`SViYMR?lN0_&a0|R&MP8mvu_sK^iD~}HuZEKKZII`+2@T}H zga%6dU`)rQi1F-l+tB} z3DjgMU^-1<*h!}tPEhtTKp2%Vbf<$1dnjQ!;4}?oxJ26+Zc)ezzyj*Yu!`0&T%&so z7Ijz&xJ2_AcGBgQ%4LL#ENrtH;#UR1{L79C_j4etR^149XIdk@VVNA=e@BCj!o z(NTs5RCO)#y3_o%peE2|hB?&aeZVZ5!f=aDG1Q{$b&y;}OBq^GLOEar5yJ@zS?`GS zT(8VWx87rF8FknI2&4H7qv$dNRDS@dLsLFLxdr430Ai_(VLIImIFcN%4qxX+C)9rQHm# z(q)!Vizsrlk}j)WDgXwl(L$=LRfgViG-b0==$~h2h|++vMcLzq^Y7oS48dUJ?NMgi zqY>xjt$6KobnHoI_b8pCF2dUto1I;?;hYF-;gAZlvjQDHL$$DM6UxCqI zD&uA03EcfkXd-}ov6S~T-~vr#m_x@I)>GyPz%d%bpwqq)>TZmv{~1u-=?ueS%6(StAgjgn z^0Vr*;tJgc3EhPw0T*aCLj$_V(4F!|0S?ndhDYf*Lq26br;dbwEP4)9Bwb~=M$JZp zxsx`J26c>nj-gaUHKO7gJA#9xA4r?mCn#;tm+X5sBo-W zRhCxJh_PzANT=B#gI``DNxd*!Z7>S0XiB<>!34O798G^%lHQ_I!?YAcg}mq0HgZno zHfDcd&GYKgVE29up!FfDlr?%{qFNwU)53{rQ~3{-n(o!3>E1-OiC9WaCaLMkJzy60 zDs>&d3E}tP-*45cs9IS{uT4@DL^v&-q{aoS5I60^@Cdh^Mu(sQif&C(bLJ8fizcNJ~c~!+MIQO;%qVz)j*U30}3% zmITF>RCEb%Ns!h~Aj2$yp_Wm{!*#fOKhs|_>W006$|Z|m%tk$D5vy9kOw@OBbV=bt zMnl0b_K-m|dWxFudk2c$GlEMY=NZrCL#NP|De72+=!S2pNs+6NZ$B554sh~4{1TKx zC(`h@)U>EO&}2Lp)Pr;R2TK_?D0CaGeM>D7T`6v=I#GN|%crUjiK%pXs``W|qE6G$ z5xMj%LmJJVhAv$|N2Xzv>e3CS3Mt30hK2V*M~LNe+{-Y#E0lM_6A?qjes#1c3LNpP z`{dZGEK^_B`0d4i*?7d9AS|!qThZ2;>h#zVEb*JTFLA(;7#QqGJVk0XG?hqgEgI5y zr2d59dvKP+{B4%nBlIP-N+bzqgp{cp%aSJt2EDBg(LCo_?PaGs> zKxY^dDfdahBpUyuwi{uqa4@K`G@D@~U1UHoDbYsa-B?}%>JBMS0m7(=;Sw!+3V9bO zW(cTpG?)Q95QYZi9*Vr}G=3Ikxk36%d z6Hh|-!=Esd@Bba>NvHd}!>Rf(&4YULhG|trJoRDdOA{FuQ#nHyIt~cBa88o`tx&=9 zY7`|6*J{WOowdGL92hxVJ6Nl%xd#(uA!_IgFYR@|8q9Xx^(t7h>MHhOx}`*7o*jwE zf`lx)1pM#s{lM3}bkfzN5P%2@ihy_~$^>Ob4q@$=O{6m9 ztD1@Rozf^Aybe(dxQOa1!~0D+42?m1;@g3xoP%0dy!|GpZ$sXdT$#SZ{F;^NWVo=a zLC9#9Nr45f{KzJpt_MA?CY9+&&?r}7WjaiUYS&|7(^=>|>UZ_`>_a+8btRxnlq__< z>nlfASJ{4DeE@v4=oxGfG*0W7#t>@5;)`hNVl5)7BP=r7dVS0)!JIHxg+7e58A=~7 z*6IX@BHR2G>rueVBrnlwhrW#VxTj(145hy@zcIB~qSXj)j5fGe3w~Xj#WZe-mRmLr zJ?Gx(V`F%m)SN?MF)VlQ5}XcpsXRnhwtX3ty$&5B+2?ow?R3I**`*)WdF<&!!AS3vb~ds-+lzOsrG}=t=W&D@j><`a9s9Q$m@1(43S}< z1;@1ifEu?gbM9axy)U2JBYScbvSwOJ%{M%nNIVTYEhW?8<%RW zL%!rXRUvkvaFrhv@+{MGW#B{0wA#W?qn2s$Wg{>TBzrkJL)cNUUba)fQ0zY7tM(yq zuwH{-2iY&NuSv=}Y-Q}uN;}w~O~Q}zCHlzzD)~KT%*9U#GtA*g>GlcFaiBE`9cZ77 z=d@&LXrBG8o1Ima%CPeWH;lz?Ln!4y?K}J^p=ejgv1oQJ?J6@~LeGbsNt%Sg(^S}{ zZ02FSkkEh`Rk-7M<5?%+w8Gq46s)MJ_P^p-P*qbhO#i zveG2$d-S)bbp*G#j#U$5;3;%ecCmJ&pFM3IqQv@wYi=LQI$ySKvRFq)!A@%>o6*@J zD%?*G8X$R!9O8sEhQ+!>VAgr13sw&{;o%4#(@WMWYOzvFOiY1acpeump+d{V%!@1r zW0vq%^W1`eSV!p9l`x)L?XBe~O|-Zr-W-R>a$4feb%+MmDNJl{9fxS{G|OAhX;w$8 zoXgaAh*IkwoWyen#~IG9R<#JS8wA;b`^EMbxWrFRa#ov5t!$F z&>81jQ77QG-e!)tE~0YaPu}LS>>FVs>M{$qa0FY4sCHJ`-BZR1eAMASSK_qGkqf@EJ2wFcmA?`Rn)qK;T}dX*L($KC2J;%=2Dh$!w>Zx^Rq zCyA(46tP-M?!w*Z?Jn}srP^Keq&Wsn^LU^4bV7!8jLmt$<^T*oX1mKALbWb(54_|M zx^;uQeY`_hk}`(gT&=Z;{RAq#e<(wsN1KJ8*e+g|Fe;GpU{kzW%c{2#X>X`dc+P95 z@e@~%71b7Yd~Xh-%|+G6!Hpjf1)}gzVmfttPwORowC+7Er|fg|i4|JMa}vJkEL%hC zhShegjR7b0uVw3K3_xgoCkM+`E)?2OEQ5q{3O~N;p-a&~vjmlS!m{-^OiSw;d^)U_ z@dNTDs{;KHmg9O8X_OxgxhhYDmE)^0R?_I>D*dZ$LzXfZK2qiN(A%6YLI+iuA9|G2 zXVID}i$c$EdJ(6WhF<3MBM6ICHix=kup(H`b|23;vn#55G(1Lc3LVz-Aj0F!rZ7sf zqVO9YZ`K9KR+xbWKzM@L50q-P#^{A7x`%<#t<%sJo@DZ8e$(2FkqA#VyMeH*Ug(PO z6i1zHJjwQqs5WdGPquNrbA>{msu>!AsSfo(E9Ki-fGa+D#ZE- zeHmWU;x21zEux`owYX|?&_q>4c=XrU{(r&kBD`)kS+de$NlDY)Ll?bWdUcrV>58U_J}$@gCC>%w`o5Nd-TJuqwaCbC;FXc{ zgGNBk$C2EZ%X(7YqP57aIv2X#Bjun4oIMbhODPLsl-*1Ol{2e1vr^a7<@Yr>1XWw7 zC1L4VxK2wG$uw-8RwZHxUJ}-fXfNXI6KI!@CzF)+70q3zWr>Bfcb%3fUZ9KXv}o}l z1(jp%_&(Jv*J8x))TUfZ5LM|(h8O6Ka;pfiZD)gSud_zQ^O^ zg_M+B0$bys3;KgOe|JgR6l%BuMXyrN4O)a4O(QpGxxPB+fY5@V7qN`+)y0pLRzzDj zXa#86-3{79NhhHswz;#}$$)?O;#jaH2Hm&Ck={&wKY-F>^u`A;@*#Tn1DM>Ec7LE% z7uD%k&U=$017NPAh5>ZM$JCACIeLzn579dTh>WN00WA-o748JIRPh8QZG=c4YRd2e zJ+TqYWArMhn!GDam=Qb{qvEtpN>ktf3Da$EC^472w$ceQKBg}>YPImGO8pR(45R8F zYU_lHPJXC8C|;+;ONv zy{Jl_D&?$)cZvyCHrFXnRdWW?rcK&BjDNSyf2n-J%KxXz-d6s7l}k5knO;X_KdaV# zm2_q^!kR(Nw`kcO$EuE2_FpP!{1z?K31L1mHL z80xiE3(LF+e-ppDTRw|Py#dy~k0@Xuf(dvrE z)b0~)FhoB5L~8>|-JvxTzfh|kj>xM!v?gLhVAl?9i@=A0@t*`tMZbE<7?L@opm?p&YaXgkAviLH4!*QvaHB{>8VPjbl`2uPws zr2$jH;FFph$EuE%Or8J(smEtp9npsTpJ`n&zb<~JMK^K`IjB4ReHx`su(|?7TTxNT zbi+~?o}7kwp^HQMUuLbPCVREGM5pG%y3=&Hw^Qd=m1Jd|WA~!YSLpq{T3A{i?x%0` zL>^oz%W27R-RZ`ms9`XkCfKw8xL50kA?UbI3rleN;uXCSw^9^kju=`hiC6V>UTTRh zSsQ8mKCK0gmG~ZKih$q)k&`z(Qo`?VMF^<>9>IOx|TKG(wVsUiGxtwE*mY1f~^Z?SMM&JGVe^SNdTeE)sv zfHqW|r(X|XV!zCTw#1dku^qGO70Nk?H_vS9aS-mcn3f&XvOC7H$4zwQW}z`Tn1$8w zWbNg-|E9}XB0dMkNM<(18w1REmYfF0Bs>M|-ePj4q!=ev!)%MhKogwIwbB1mm*J9E2RZeJ)W8da6edKSeVG^1* zwV`A6kQ0v1X(yob0s8!eQ_%%5E1Qy{)n}b`5yxxb$vs0!Cvo2W6E#1H&o*ml{7LQO zO37R`lO-p{gVUrAwQQxR#W;6a~_Ij1EhKgPp7 zN{PO&Vkx`%b4oCGuspSS(!jt+=d|&PXhskIpyi9pRQ3aWtt~D80q>NoK$Rc0bUsDR zzl6-3z;l

    NqW$I=M5bfAORJb>$( zw}kq==BS#`{ZYO_MOT;hIbz}-Tp!|VwYQ;?o)=uu0daa(yPzj-MbE!nFg*@nWn`zd zrTWdh*fEnPmW`Y~cJ$q&yS6rrxFO1_8!~ugQ*GmrE+YrtFr;zh;QFSy-6nJwKqvfo7@= zpfi;IRXu-8HG#&dRiJ6=5@?yKJ3F1fthSv6r#1du(8E*I!msP`&&aW_r^9j61qx*q zXfJgMbcCwASd1J_y_k>h{tsR(;?JvX7mM^0NdG9s&m^nM7Zdm%75_~U@2k3kj!?IP bwy1fayVaU+iqaN;#@I>}E%JxUCiM4z=F(}^ delta 6419 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 W)RrGg{EvRk*h-Wu_J?aG^7n7(QDRO2 diff --git a/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj b/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj index 7eed9e542b312d8419adc4e11a2cad51826a7381..7d7e91feba6389f1d238c51337b0d916606c19cc 100644 GIT binary patch delta 1182 zcmY+DU2GIp6vywKd+*Gd+1;UKmv*<^(rqc*Xjj{Ai(f%QQ>+q5H^dqfURsDE3$-N1 z+6vW1tue+g$Vp6$RG&~E!~_?N@q-tt36U2>V`4B0iHU(U7?t>-qW`n@#d-Lhd(Y?p z&YfA>dv@=kg6=xr5qR@+MyX_{R_YC>{`YtkY(&hn!G1B?Z-X(v2Uz!HN091i`on|q z+-BK%!H*Wkxn*Kpg_YPdXeP1#!qq$9|=CBR|TY_Cdn1vnu+M51ZWl2xRzACn6*#Uy#1ftd>3s(`LdC;Z4a%$g4C+~AU*7gI>TYO<4b(S6n#4oJ94qZ{nEXj3j zLGh}wp?j2WF4a)hFwF~oL7(TNesR+`7?GTF^2shCuW<|&D*ZLeQ$_!xc;tg>fu5i_`PcD zGM5Z5XPXm~)v0~GyQZs?4=Rp(n>n977Y}V7E{_l2J2X0a_qOp{Ym^((wFg?Nx^}Ad zR7NNH$-b-lEI-meqkra~`YXDRHY|O^60>*&hp|wkIwU%fpz*h zULNRnCtH-djnDO^xir|Im-)`YZv6{C1YYBp!N2$<_z{0U*zIQ9l;V1BenW%%6o2R* I-dRrn3!whJ82|tP delta 1212 zcmY*YO>9(E6u$S}pLgcX%%eX;o$0itQ)EVIb%vQLkpyj1L^RS$QgwkzfmmRmOdGIN zu{zNV8(bjXEf6-S3j#J%bRil{YW#^N7>O}4G1bJV(TWR9nn;Y_8Oy@A_|CcC`Mu}d z_r-yQ1Fv_>j=7BQRbNs<#CoIPRkF3Z2_9-6r!FM+KsP5jg!Ce( zmLw2q-U4OyMfUuLQ?$lsq5Hn>gD{Ek9|&3tPeGr;F6m^W-Vz8!tD$SUmp$oy+|vp* z!AU#R$KZM++P)B}fe#8`?XgZyrd6j1q8NyMv5ouDvO@%;ZiiZvxy317USU%r_#J)P z>dHAOg7@4hm8urehJ7U(z&Un;^S;``c?7D>MBW7(=aOje2{zW$n>el9$3GgbK~6HT zNcs*2k2;Y~Q5ym@t;ehkZR7&<35U^k=tO6M5&9BM2Nb`K;3yr2IYuYk{W`PbGcc4= zoO-1Yb%m$6&~|{Joj^$s0X;ejR8#|MdIM(_WJ|g5DeRYI2?RGWWEw8)tHajqnbg@~(PnPGdKKaEtmS{EnIA+m$2A}! zR!3nBvjKO|cG^Y#lx%bB{LHF=CzZZu4n4`yRM|c0_sBo%&--U$;oz2`;@Hr(!QtVD zA0OLT?@9cq+(16*9!y?K=l4$@8qZhC2lI!=rzVf&$B#^viupa$<%wtO9jQSXo0zQZ z>ux}~Qs3ErP`WDxs$WabC!}`A3peC~o8B-Z7v0i^5qX!}T%3_Lceyx%8=BIHw|uvI zsx&N{-1$;3I{m7&R#x3#rJTIvI{S0x=XNZ?%@tbRGyP5S7k3EU4RBW*+y!tq-3R?S Y`HuSuIOXE^<&yLGVfSM!x4+x!zgytI_5c6? diff --git a/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj b/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj index bbacebcc8a185f375ffb8411cde09a3a5c7cda0f..b08b17fc3e813d2ac9b147b6cbc5d3ff24948640 100644 GIT binary patch delta 6721 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� zpc9sdJpMVi&jEdDU7&*}xm^nfer;t^C-{Qfi-FEqJqUft?N*>4tn1~w75*&NOSEbU=ElTJM+?8^5+7tjDx*Z=uDFe-C0lc9W+>kOX zc{;dsMV$o=QtH(K5TKD1l@v%$4v{iN&w^*WoKw{$yj#QVL$Zz#8v=me9Gaj4t7}Wy zi?38Rv@PX3gq#g)OId^KSbbYc0M@bV+ET8eyRL6bc~MqZ+ugG0?1-$H_J4I~hFxrA zTgv5hV?$d?qg+~Thsif=NgLm=rEPq}mbt!BLttAT^G(P{U_}(9h9<);Oh$njT8)HZ zD>H@_BLzaW=veH*CDwcE7`q@)sq6ZfiNCV z#bo)9P6d6-A%Q*2#1xQP@lY~XRgqWL$B3B>zf|F=nv7IskHm=mL8v9-bXnhdLiiYz zWKYGmx*};R@hD}-(SF%-mPV@3A3Bl3)($R#LYF9r%ULJdngHgpc$}Cs+0{gpAS}gG z5q0Wvb`ud)}AT}gD)DenXHnsnGJKk$j5XKtD=0SAF^J?<3xQk zi#a6gGzfpkQxUy&Hmf)Vz1VfJ`{uat`YIy?>Rc9$RyqU+UhlmbtS#};Al@g&N}JoT5?NNk+H0ERFUgrii~sN@R%aE z#_rsOLp$)q6qyhsz7N7dB7Tgn#O`F#)H?;j-|=*MUp~;aBhzI|*Ag~Y9_zZ8RmzFo zEKu(6MwI8eEoP6(-rXy(p45GO`JXt16f%R-Lai;w4|sE_ehXO#a$Ze$O6Wq?EehUV z(PJZ*YwISiph)D{Xlx5unpPmJ1feQc&%>2Gw@w`yjK}pw^i?b-h(d;t*?FK9y0pA zVPw>`%~*}0l`>=_I=E*`)K+!KVR+N?Hy6yO?z+hZIk3^Q!38&<{5|VjFlX!hzH3W; zqnjpH{$cvqQFo2%vb9Uo@^&)6DRb+|JAX;v`o)5vR!}kF_DSO^CO1y3xO3c;+ox8H zn>wXab;anW#>o>aMo(*O8oTwY*2*hYzVs{GL)vVk-yS3CGsOpvm&)g zm=;Es)3hz}c@j$b>&U!hAU$%3rW28Z6il5Xccid)z}X`eXl3L9ntDZ!($o+sNyGF+ zWCl&%$X=T2B01@pRz(_V+8EhR)6NKf&7Y2I=NUi~B8O<|{8E9*HhI{=$lgrAuOm5G z;K`3H&jNx@G+m5TWfN;;UN$Rbha*pCBc(1z4rQ}qt!xQC$mEYJjR=0HO@)O8Ijop1 gi(F09fyf;+l|@$5^h4w|nx2cCrl~HHX0fdQ0E20MGXMYp delta 6734 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 diff --git a/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj b/blink/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_dma.c.obj index 7f2d72fb9d6f75efa859da7c589be3a68b7c7e06..3434a698be744bec86dcf8c290208aa0aa845e94 100644 GIT binary patch delta 6681 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 fi`<3he)*qxo|PBztdOYO delta 6698 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 diff --git a/blink/build/esp-idf/esp_adc/cmake_install.cmake b/blink/build/esp-idf/esp_adc/cmake_install.cmake index f9066df..54a24b2 100644 --- a/blink/build/esp-idf/esp_adc/cmake_install.cmake +++ b/blink/build/esp-idf/esp_adc/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_adc/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_adc/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_adc/libesp_adc.a b/blink/build/esp-idf/esp_adc/libesp_adc.a index 65b525f4070840ac6da58ba6a8a3abe823bf546d..b922312f3fe656ea89640235b357ac63113a5f14 100644 GIT binary patch delta 30308 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 BqcQ*h diff --git a/blink/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/blink/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj index 3f4d8c65490ba75ab841aba9dc3797eb2a5a707f..7d38c19cb4d75fd4159266f28280860ed367dd22 100644 GIT binary patch delta 1133 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 B&wKy? delta 1095 zcmY*XZERCz6n@XW@9n*}ytj<@!rHa8t7GfP#u&KZW=7~f+7bls6i1N63}G{wfjR{; zJ_bYi@`q##XBr|wJ|ZeVRJ3YLG@-^XexVUXAc2see~A7t0s(@+IXC-blb&;)kDm9* zN#7lVqhoNY0krw8I0rKDSE(0LI?TgQAcYgMMmEoXyruM&tcB6ECWLwqgcy|Ke;>^< z|0G(I<~?e98;Sb)%0_CMW|nm!q%;PL8-->WKQn2`m28K=*X&HtEE}RlR=_&Qie}7Z zWq^uoi!EYB8ubTglfH^MFLuc1%p@f-WZ*aOh#T5Qe=aXY2j*jDRIV*nxM<_~;7W+U2y6W11=bd%L0Cgu*8&mI(htI)oq4 ztc9o2J9_vK%`%)K(Fot98W8$*mJ|9D^s|Vxw%9?!?iW<7tuuL-)MpBJ33;t;Gx#PF z62h&cZC3lpBoP;GmJQn{ag}g^4Lc@rOt}4wM<;PqxM%SvE4K1D1+-qBGEUFTxXVwz z7WU6hL5A&iA}Toz1;5DRZoQFO#Ionun`wx?P!x94wC(Ir=cw9q{WD6n0kd{A_AFEL z^u^Swp6MtEh`434#vj9%?MD|h^KG`mE>aEp3X!xaMX<@>f5UBJQe_&dMS7f!sxHX6 zl5gQ9I|W0fyY@~Ew%|6k7^3){dK=!yJ|`afovhlr6kkoR*jakrS>{a5E$``D>J|D{ zpR%LZeC*M&+ue|i)z}k&{#pl-#;ML?)csf}rHw~`qFJ)6@t#m)VHwg*c zll7nlf1{ek+71u;aZ|^S@BuFD^q>*Kd#X?3-&8N) f^g;%{#D#^7(OM(KAHH{_P+?@-g*b`dbVnWnbimEI diff --git a/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/blink/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj index 49691a6132be32b0c4099aa1f36d6936557e8de9..8f11f83370aba4ea990415d6f1aca2c11ebab6df 100644 GIT binary patch delta 281 zcmcbjdP8-B0;9%6#V}SQV=GhBiGd;$Cs?vBWny4(op?^tJRQhjW?{|DD`8;bU}XRT zCJvT1pdb??TNRLEnF|uqmWT#Xj2!P7ffN(#q{(uOQH*moS2CVrot(rju9=gWm#v>v znwgWrP@IupRH9ItSDcximztsgG8xKD&PXiUT+6P>IC&2r$L0+jS6CS>Cb#k(XLOnD z%U{kIF!?CIKjVzaq5|cN29tXQ{2494n~I_-b;apgOA*2Lpq}{bWC2DEMvcjqjA5)s##W}LlO6d*Ca++$lwZokz~BnR$bgB3T>{8w zVq#C9#3aJe29#!EWUHDi!z9T#X|fqp6yu!D6PZr2D(YwC=celCWoGLar55BD>!%hM z7#ry)nD|F=A=xH;!xN;jYETR^8wB~tc(_u=kgzCbeWtgP|g@I`L2LJC&pMuo|Hh16LiI2af>CV%7?p8Q8h ufN{=bUSW0C1fZA=SjIlGkGmg{s|8QgUe(^Az=Wrb4JJj delta 261 zcmeyM{ziQRKO>{TWC2DEMwQ8yjA5(>Mph=KlO6d*Ca++$l%LPUz>osO$bgB3T>{8w zVq$ll#3aJe0F-88WQ&+A!z9VrGuezOigDWJiA<+hC)aYwOY3Lk=celCWoGLar55BD z>!%hM7#ry)m1gFoY@W@b$vF8RKiB3noL5*GO(rkoKhEedIa8pV(P#2Q0e{9RlMMyS z8FePF6!d2dnEVq+W=!@J(q?=!xl~A*@zvy+Lh6iClMe#PpvfnFNAo*hQMqzb{2RsZ6E{q6|z?cBHEkTw5 diff --git a/blink/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj b/blink/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj index 840b2eeee0219322f7eb2baad425872c3ecfbe08..f09f589f86368259e02c21b9456bc5b361dfa607 100644 GIT binary patch delta 1010 zcmXw%Z%mbC7{;Ibbk2L;^Y1-3f9gOUVx##E;{#-WR@nxNk+h82 zR&W9f1f6m@CnZxh*Pq#1`m&-A&TP5K)++nrXs)tZ)2&)$A87TV>$vr7?{ClU=X$RD zdYxAE!yR|fK%su)KR})%Bvl8uu9W0Y$s0!BY%5k+y=a{ToBLQR9>J&9KdYcZl`X}>j z(1>l!M!iIbIz3N)THj)&Uf<@f2K}CzjH+eKCcR3B%~~$TH0lrdC|Fi=iuz^^Q?o_e znRcr_$4ZNq(7#pt>5$cT+3`V5V>!6KyiIv0PgK^jWGzwee~fb9vxS#g@cZM)+C$DF zlh`Yw&3752P7Gh!RnE`(QY!uvPn>en@P#sR8;zk>Ie@`X#+hUvyCIrnye`M`=D93W z_%*y!l4yyfooP0al|}c`(KrQoHPRz(-Y*fAa6fbUu1YL5CH z_%7eN{f>^Us5=+qTkyWjB|fX!@HK7}J|+F$Lq%&OafVj1N*8%C`H>gMiOenx6_?AP zce2<`dg1zy1;3{g;lAGf=j)!?+uOI>yU>scPmS8%zs>%vEJI#%#g7g$iCMB0OXO~3 zhg{i%BjgyalSffM?8+(R$PaLZoJU2@l`k+rUc*K5CJJ76;3F>>Sp?P=@cEh^;u5bp`XUz&bnB)=AG=TZeYvtC-wGz%58&Xt8Cc+HPP)FH`kfO zRqkuwpp-V9_}*1x3hi8#fnRyzO0y0&cT$RIb$7`GM%_vCIOn($z6j$zYpTMhT$W|r z_3V*0bb6aiaEMd{AE2W$y%_VRWU%m?SBqzg#R5zg_y!>3>Wzw9hui}e#gwj%(!RrN49dtj>(zq!HmX} k_p&Q9)=qxNuFkl2GAD;R*~dVCH2h&CE&JoWgjBak2;Vy2%sRI5x5TU}D@d`6pXBW5eV^_FzWc t$w%3h8OtZXWLIZgK3R}Mo$evMkDs=O#O{sI&fKWMHtE?8qcM dxq(H1(PHvMpx6l}1_nv6*ae{2!^sa>!~x1I7c>9> diff --git a/blink/build/esp-idf/esp_coex/cmake_install.cmake b/blink/build/esp-idf/esp_coex/cmake_install.cmake index 432b992..e8a8d11 100644 --- a/blink/build/esp-idf/esp_coex/cmake_install.cmake +++ b/blink/build/esp-idf/esp_coex/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_coex/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_coex/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_coex/libesp_coex.a b/blink/build/esp-idf/esp_coex/libesp_coex.a index 96be01feceb918ec1a6ecb95203ec190f1178a8c..4ca6781b55a0e6fa4bb5272dff790156892a4a60 100644 GIT binary patch delta 1336 zcma)+e@vBC7{|}^-g~(}xf}ucAzUC3u7q-lYia?CSyIt>o4AHi=}zN*RWu2u^ox&Kq8( z>>s$5ax6~iP#h=G;3!M&j*q`UhkKdS;e>ms+>2>A*g?zJm5UuPyMm8R$DP1gY?%h2oT&D6ySN-fZHqEwdtjgi^`P+zgnMQ<_B~cn!I=C)@bg@(}jy^O8A-a_9q!` zY)+n_!ER5&n0J?dk`-N9zDk=?+MkFOz9RpPxG68`TdpI|Uxs#HSY|QetCoHE#uxVY zv5u?Um(7JV_!F%B#IVQ!p75`eY@GC$`CnrZ$w^tjjLJU`-}_sn#(F$Sizh;z#x+UI z9>cSGrL4zEeZLG_-|72A3Xzk%Qx+nY9G111NZuoE)TNw}F4$7X)AP9!X(5=Bj~so9 zA_~`IGPPYk!P@yTDaF+Mb@C-j({kl=)TM2di1l{bLP;Ov1j*NvTz|ar^KyE)5kI8o zN~h({Fte>4OW&2dLM>aLYYs(P+d|u#JGO2QHE-_-mxr3#TO)0urk$^Mhe!@Jv*YBZ8tFh+J@j_g5gw<$3Ukt4WCzKM#LOgW2Q@*_-<(JnS04g zm^#oYF4P~4*F8>FVwQXiYoaC6g00a4F@b2%*tHy+hSTO9<%QsF_^-W(>(QX>fVV%$ zz%bc>Msfz-}d5?F_CG2c=M{8sUL!9yBXt?Zwf3n1t7-D>e zKL^iS*A8F&AIA!VM^2$Vwh7a*6qsuQ*43eHhMY&uu}+?$@niK8M#^x3ynyAyL3s-s X$r6_LeThEiJvgSOC^(8{q^jmjSs zAYAx?Sa zv#dC(gC3KlwL)4#FK^*ZQNYJHa@K`fgc(r!PItR>J-VdH|V$~lX@dW$sT zl)hii*jM#^BKgQm*)Mq*NvV)JETtS07aCLN<-6e zu#Q;FGDQyJCV3oNhaBZ$atW7*dc=+9VJGhlS%X{TBdCv+N*i8@MWg}oSX5p^f}F!L z*^T6*QQE7?CbW=O(MML|G-650HmW=K+yr)!9B(wP~a zh%+<1xA`0mx98@6owwRq^YPL;owtFV%k9~-?^U{ZojYat+~K<_pExryt}#x@JyK+* z23=;hslzlED&&rx!1b{JhQ?Rjy)}zti-Hs5v)I??v!DOqw!#12JlP{};r!%NvL2DC gi1eU-Dk?MRB7Z=foJL|QnmNdV2ASvo=HztRztYD{WB>pF diff --git a/blink/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/blink/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj index 1c93d6266909c986267538b89c3949b9a7a48a6b..2754896f15aa802b8a0e5e730fdd0fc86fc72af5 100644 GIT binary patch delta 1104 zcmXw1TWm~G6y4{}ojdEcV``{shcZ`ZI+~VI^(ZY>>O*|AViIavRZ&q&i+GcXS0YM~ zBSgfj5|0lJX+n@xBtr1PM@1?k@%WI?kcih8>$c3tK6}<#YwdN;Jzu-kuWofTtV(Y< z_rmG#Z4tjVL_R=&3eU`%L^uaT$iY6l9^0M#B+fpN&oIb6}Agas$c;#ArPd zrx`03KWRD&2Z)SDn4BQ*z()=%#wE%oB1TRL`Y4`+Zq~`jAZH3J?oP!;_N7=rd>USH z$4FGDWjX^FNcZ3wqnLQ0JMxMO%gOOzS3e@m;YEmug&I~L&hXrT!`EQr zr2d_ko66>#3>ZWPV>LNJbkcK(q^;zDfr$2ctDVX5ra$2$3KYf=Fwn<59;p6frJv*W zfFLcPtY@y`9X$l+8AGACKd`3SgB`8{VIDiji>K6C$RNqbcc~KgH|`Ef=*~z;UDuBz zQI*tRBKeu~-K*K}8Cu3OcuC>goUaR_jcS^1kA_r2Uy2r}m->11vPyJq&EM=tmPp;ajkJVPI=w9{_T~J@G zmg#M*NA=_SLN!Hyug_CgbeZF3LEX$sXI4kwW~DzXwB6v=;)YoE)=id2$+)!U{sJ$UobTNE0 zc#8B2J4!&*^y8dM zBo$NGq(2TbCxA*a1MrvgKy2fjhHptOgK(9G!I;6IA;{xA6#F=*Bb(9;r=SFp$LLI4 zVy!HEXXr4TATu0g)P(Sag~E8xirLuADiO>fpMyr`M{%2cE-v$}@=!)sK9bCgA!Ktc zL=DX&5M=a7_-Kyf3J)lPNxm3IX)D1r&ZV#!ItpEk7>!hF#z43`7RNb{!yNMC(ZwSt z;4PICQOnFSbPy-uHZL+6r&(nR>NuC9&6cE8U_ZM|#Q`2L4Z9gsi3APP#p5vxx#bS{ zH#m>})p-a!;CTu)Bn-6B;=(bWXY$`RviQ^P^H{Ik{)3LGn4I7#%P28S^9+Ok$9mHI zFANC_YM3ZEN1?)8wli>@au*)5iiy|ySfnsEh8h<(_cEF6;YJ!63$utGT;{!jAioA1 z`}EI9R&o^2NyTrb^~X|b0=UP_0g|$qR9{7Vjn%>C_|@C+9SsWEBn*6J9~V^bwY*ok z-DgPgE9;@-=w^oC8fz%TdJA8m+l5Vz10h~J-Hi|QS%^{O;diO#**)CtSEbMAWT^Z4 zZcbDs^p~96v}MlIYb7`OTWe`ae98LemZhD)N*c`0jbjg)I#i3!P+5DHTBi>#s8)OQ z#|3xPGkvi(q4IS>-4WHT@77hT**d+xntXG8g0~F9 z(H><)Aq*5Gs8AH-LlH)_;6wHhln)gY6;bCOYaYJ){pX%@zH{%~FMaZ}PuhPNWhEWI zB2peNl-_*bkXI?cHk5h~Jsg}{a}r7!Vt*8Of#Yy7tS#Q9Gw?0OB@^8gj7F43V-R7V zh3)LKVUwEU22{C-(0VM+F;*VF({vn;5E+kra`JJPfr9wNhy~csD213#ya>zbAHoyj zVf69>BdDZm0%G)xBJAZ_j0%b;;SU9q;iq^C?sGs1K5*DnT&HXrBIJ}}nBp?@uuew` zIWu5$cP6f~FUKO{v+$ZDXX6pwDlmr*mDtQ$g-#x14(>2YHLBUq#cr>PsT!POmU-C2 z0rPQ`Mzv_7V1aTRvzS{}T40BJ=>zUXV1V-kjRXwTQ{urD&NKN04B@ADL}L$HfwQhC zlbFIih7mpp^8}6m**Y14SB45Iw9rwZgG9j+rZaGvbPt{~iiwB%T2XPdk{l2AClJLP z7IKK#sAqL>p63RFd<|Zl(Z7oFVp*J%0)t2@){&EjJMHbhin)K&TIAfuEHHSUv6+DAQ3g6~J9Stv+S^7jcM;dfzc%r=2 z&%-yQA-*Sa&>zn(Yc}=o(lJRJ)^1uqWySWj8&<`)m0vL9sZ|H^WS`bc>*SOkTKZVt z>RU}ar9>AtUzGRyL35of*6A&E#8u${ oL|*CntZ8~ZE1g+`x|@~$tkAwTx0bd=vUW8p)x-bi|L=eM7g40Ii~s-t delta 1113 zcmXw1Ye-Z<7@fI$@7;6VZOzn5S4&-Yw^(bLa2nI2i3W2?T>H1d*+<;otd2-B?SSraRMhAq;(= zNHDs{H|^fg+gbGkYGYnTYzI++V=f^ip4loqG=*@Wf>p;MgLD)SH<3<`6NBu5D92bZ z-9jXxhz>545qD#V14rNqEj_sE5F#1#7;hxb&?f~IL`LB^`&8^>pN6k7F6ro@U^Euc zXbghv$D)IM2J%SFv;zt+g0#*;7h`4P8%@XIB9ZYZAtwj@43vxajF^YrjN(HL@qDbJ zzaM?X1L)=j22n!Q1jOhWLXO3?0JRiPf|u5l;ifo@8yrvwo%j@-qpS$!>?5#fIu$Qy zF%8M&Oo!m^3|wG86E(zV;RQ#|##=IrQAf`bw6o4Z9}hAYos2RM%h{Kr%@Q$DhU3gK zA164V9EWLCfhYx)!s*ltxMiexw%eEf$-W3Y;yj630vgs+;=p;%)A|E) zRA*qK98&#(OR_4yGq~674X@j@p((tvxh1@%sdZCZxT&o*QWRdjt$F>L_^(L49^Wwl#vnN|_Rj2Bz)9Qf(orTD_^PyE2`yU<*lzK-clcBq<8GIRHUI= zE>nA152}HNkStVx8hrAC@~sTY0kw$LrP^5O%<5HlS?SLzRBEGLiyMPuTWf{5%|Gk^ H?|=Ij%>uW+ diff --git a/blink/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake b/blink/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake index daaacce..5335973 100644 --- a/blink/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_ana_cmpr/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ana_cmpr/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake b/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake index 05a1276..bba2bd0 100644 --- a/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_bitscrambler/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_bitscrambler/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj b/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj index 21bf9487693ba0d72e480b2ed8f778e479e39f71..92d63e9dac6a2e7101374280a2c4a28a5b5bb49e 100644 GIT binary patch delta 965 zcmY*XTS!z<6g}tMd)M4?MxB~Rj+tqbjx#>XM=!0cghFe6EP7G)_?a^E!-)vYA|oh@ z>JWio^-(`PKSl`34+}$z3ZnihB(f(#e)Lg-(Yk>_7w$Uiti8_K`##>RA6tL6K<1q* z9PJ62LU=P=LIiB_-=!qp8bT;(pLG^xJ!V-c*BgtAXj!%NJzZ+8+ul2YL_XL?GP|u3Qu=51y zXO@A3ZQ0Z*}n`yZpv|s_WoV#tId9P>8u66U3asI7CE6Lc3eChO{$XkXJ;pjlsjWpx8jRblsKN3H za`$D1%S_zjaf|)=E$(qtnH3!Rr+8ZRN29?1kTGf;5xTq{$C`arhs}NRyFOtamAO=yyTC{ucAeK|M)r8@1lQT7BFnU+J~+s2tNN;(+dtM{_ntgm}Q$F?CJR EKl_23mjD0& delta 944 zcmY*XTS!z<6g}rY*4%MMXKF@m%xX-XhmW)}E6vK(GN`6VAxKE6k0#3eQ0XJJk_dz# zITbyKJ_;c-Fh&SM${;AkJ}T-X3ZsW1Wl7*q1huXoK?AeSI%}`J_P%rHQ~lfeb3y6v z&6?=SG=y+_9YSPS;=hk3@lh8-lh#H1(98*zHO=wC?L1;H`G^R7nKs+C$2&nN0wrc<5#1Y32Shdp0()UT4gxTb<6RSd>u0B ztiT`Qdh`%Cpo-3o{E9|Vi5HYMVJmM{IK{YXG!bj~57R2>(d!tcHRQ%=&>yp+4Hy0* zcV1?=OvW9yo1D*gF~n76O6tfz#kE6C>OtRA#%MFhrpxWJt)6}rFpkJsb;dX;(-KZ| z1nRjvEivk{q`CiSTXSn-(p>|iEq?ewqTF{+Qw1R_@jLZ|M{ZLcxiNWMJQzhusM(}#I-r^aGuxPnJvU4B_qDS!;F~n diff --git a/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj b/blink/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj index a20f39d351a1c5132c308e85f0691e01f2c1ce7c..3cea6bc9e56ae3b6c79eea999857630357b3bd39 100644 GIT binary patch delta 675 zcmZ9JT}YE*6vvyn}8!@ccN>dH&~rcsSoDxYY@6 zyaD!Q-7k&Oih(hCjbkinz(2-LxR3jV26%x3g2$Iw#~9CA7-L4pf$=y=jdOGp_{9p} z5JkQXX9W+mV?n5^&ya-4ugMPNX6oi-nR0`ChswO%jSjKdc8lubg_^f|30%y47LSMu zJi@ei06H))wp)^ZLSwF?#_YOL4f1o8>Q!yXnE?tqSps z)%*g&b5c}L%Qiiu>1MB}&vMpctEmn&>@F7hn$E z7G2wFc?DsVt$OaY?t<%h%9^J(=ZP2;H{=oT3|FP#kza^>Sw`N~}8Jw@yJ>FL@ zgO;1#Sa9OQ=Db@u9X}IMdZRtcK%_4|s6+<)TKq~^EZW;8 zF_Tc?D3*w`7`m*23nz&eu}J)Yfh#KP#1wG~-x15Wby(M*AO1%A=v5VN;|wu|!iWk% z3=>_LA^yP9h(;^#AJyO<7Dsi@z?cSya@nyJfF`_|RAC%HCiUm=HI*tE;ub6s9T-Y& zgJm2_d0+`AQ$F~K^Th2~B7g9hgn~9OZM29i(0V3))^K{sKAS B#Gn8G delta 650 zcmZ9_T}V@57zgn8*-o~dbN1DyHYYe)ZK1)KMiln7*hN8bSS3*xk>aBDHK&D!Sgw@0 z;f3;V7sYO*yC86^4+Mi0k-W-_3i`10u0YJeAgPF+v&#;gAMg9T|M&lH<_sG-!?>4@ z6&l}|ln+KB)H>#|0l!V{w1BAD%l4Rkf&MK*NTO8;VG;&14RFfzl6PilzT!Jpmd;|v z?4x~HF}oWcaYU%=1|djo=Gz8U<+V|L$YV(z!ge|27~{D-Q1f0NQN6H^TXAp%Oq#D5lzaVb&5AigOcT2!ubc!lmz9mQ(bH7bN9C%}-($ zIZ>fj)P3gHt$ta5%i}De~h z5}kr-*VlggVM^noeVNx0$0mDlo9LMc6;O8ww`@~%c>m}R@*xTnzpbg(WI*fr2_AI;+y zn@4F_?+lOh(TU>p$XB8rc#zg;6yMYOamT2}lLG4nWi+xQnrY_e2Qxl;g~?2SHn7O< cLWzyQoefYw!t4y<>=Y*0Bba8(Sk2b{13-JehyVZp diff --git a/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake b/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake index b9f9ca1..dbfaa8e 100644 --- a/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_cam/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_cam/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_cam/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_cam/libesp_driver_cam.a b/blink/build/esp-idf/esp_driver_cam/libesp_driver_cam.a index 1e7322637d048f37607e0944213306b0ab9279db..2d1a11e816a3959dce5c383321fb0f7849fb3ced 100644 GIT binary patch delta 1759 zcmZ8hYitx%6ux(M_UvqTy4%w2wq;jZSYZh*-9jr5EiDKt3Npr2QE6y_60MZBNU=ow z5GhpqkkVsfz-mG8heaS}ON%@Ll1ih&-~+_)NHHjAVrUbI0#We0ONz!x=9_cR_npVg zJ#()PX}5;7w$;wXLbOKjPilUY+SDmrq=n=Ykw)#L;To_BVcyb&XtePX*Hf~KdtGVr z1pnX)hU)A>=ptJPVF*ncMUWbYv2yBtQ9KQd(P!`&GdMjDS|cG=iCqpoL-AgBzC`km z5GKrTQ9_!Npwdhew$0oMw{DhjojEDK9sZbCecvmW3A2q|Wn}^INa`>&`^5WE|Ar|xlAG_J&V%>Sv%>;E6W-Hh_H zlFrKNNFe#5pObSgj1Iq0v2uC1ymUqQrR9|stHaAzS7uKRFD)xAUlCrqrnIaiaxG`F zgKKuAapBImNI~v_Ir1;|tg~bx7Xc6PUSNQ418dlN-IC|I6PU|`zz)t|Z$ZBaSjYqG z2cbXNV9B>Rb%Q0#xB@tbj{pPg*=WgYT(q$oGjj&GldVRTv$L^U7DSTX7?3i9|9sPu zZTv`+qK`CL@OYXnIi8Dv$-K8YU7qE0%|UsbZ#RduKXQ0xuaEOu;$$XUEg?CdtATag z3GCy3;C>zi&gG=m5c_)&zO z<(;dd>ZP#_db>lf#M0q)e~AZGV!{M{?8GM1->@|*QkAF{6?9U6gPp!p5@AylW>1JM z#mZsO1g9ER<9(E&^t3wI!kB^=qm1Z67q)XqN)v5r(pAxVrHFU$Mh}z-N>DE3lKRwJ z(tD_9qqVSg+JFx1REutiMnUMHN(32n33?~ZM{ErJ0@g*B;5X?x*s=5q{BEj+-a~uf zkE1^5)5tJ!WKY=nK@=_OEi6kNN(bIT=BTm7Cx^O$_fZZ?PNA*HFqI}C!!+6j z&2(Ciw(h65(C!0t9d<7HpqxQBfO*satk0(zkj}&{#4I`i*MsyZ?AcU?baQAP@F7g0 zHWd=v0;JLk$Cg51+XF^BG*NB1vlGc>EU9g@qdxZH09uvqM0K#;@wf`0(N3G)@VKBc zqrfej&4gn}tqoCd*eg6cdDrHZa*$Kn*U7lZyX{9QvTBPVdC?XhcWjA|v~A6%xPOlj zv8-ZEc~zu;Tdx+W+0o>Y1?-4evVj*y`f)U;cB}umqPtVR#-4qarjO*}eJ|r*J+n`p z2%#QJW^pyJnEQLuuVM2az&3s4 delta 1687 zcmZ8hYitx%6ux(6_RO?9yW3^AUCOSsu)v}%lt<+yP@qN75J#n2j3j`N)Pe$yg_7_n zP^H+1p&X)uO@P!utYS*0utZQRX{Ztm_&}6^Mfrh5ERB(1goxi=Lt~s|zCClk?|kRZ z+;jKuKCQP;+wn@;vqChb?!y~?lG=nxyhuyPxo(|y*7E+K3t@nL_Fgn28< zgx#wNA?-Yg zv4K~j{NcWcv8LjsWqfD+kM5nqv8FqE>Mteo4~}ecWGR;eJ2(jpv$@rgRa^%AmJb38 z`8IGDUwe+yX3*J^Jm$kvF(}Tea-s9$*WX)hW+| zb=7j7o3p(~%3*x(bw_Szr(V(B^$s$T21n*{IWU8h4S8sPwIMD$*=$V6J}v-`e;0=Fj-3n&Ek0jodJdqwZvvD#kFI;i6fd`Cv55yooBq@KmgB^PXs7_Ri*dR6M9=fh1LSKaC zctXAkJed|fl%|HzdKYadFLx7SVO>Kh<)Hjf5mbnLf_^ncjTlLD zK;+R^D9)!S;!*TA);^jZ1Qt*;jKAl#h{!<_kh!>9=M{2iXokWTZozTHBz(aF~r5R6?P@G z1UMU0s7-@JFNKx1aCij-dKVb4lX}e)AeWbS0gZ|iy4lGsrGdue;-Y0l-b8hH! z*l2wehsyRUX`qeW=9lFy9>2uM;)BcI^Y7n za5PU|VLcfKCXxx9X9qZ!tAQQ77r21CfoJ$8@DfLkCD5SgSYqIlaUnj#OW(ilhyMVT Cwq||+ diff --git a/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj b/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_common.c.obj index bb736dcfb3eae53d61405bfd3cee61ff783f4998..3be3311ba33407af105387c4756d67d0fc541def 100644 GIT binary patch delta 6666 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 delta 6661 zcmY*d3wTsTmagjCoqJRFrf)x!bZ#DG}u@5fE@j$&5iBi!=zs zpgiQGU>s(nf`9}S(G9bR0x}4q6I2#(27G+34vOO7V@FZPQT9K5t0%MhzSO<{sZ*y; zo%7eJ>ihRIp0Cb$HpKbaXNy<(l0yY!)(MBPy*m4Ue;z|W6=lrh)x$wNc*ZIpW7=qq zF>kNjQBd`8W7Ru_E{HO`Pm|J(a#BWdvOU0Q^aiC1yTTPFkzum)_@L2%jeUmXRCSXF3m|6fMqRxwf;xHWbiHaN;7k>@IhUkTb z7~)qP7R3K%VyJiz@1~fPjUb78p`RsU21_!(_%oJni=ps2AhHmrplHW5A<+-R!eRlu zkBDQ?iHgVIY_^yHe{#e|geX^hgi$fk26>+N9~_(e@Fyz{PrT5n~&~VgxH8zJ$%bq6_-{#1O=wc-ps9V+IdcbHfTSB8sA71G0B!!j;CmrBh^EW+If* zt?ZU&*z)wS3!5 z+_oEJF=x0^pTq2@3C~m*qdE!CQaH%$=Lp}fu*K{{gl8+PGy5GR(wyUBp22J@B!6x- zUr@2TCfeU*;J9DwZdCWcslA8anFcx;2rd;A;PY$zt z$Z=Uk$vSY{Oe(Divr9o(bD7ctAx2|An9Ef^7Sc>s?o&9x>};^eT%oYd?C;5|m1=wz zv+F2)zf}ELcpMwsT&1wdl6EQTgZV2Z5X|nP0jre(gW3DYq5D-oBDInj`hdcS)MS)2 zbB)42FqoFTR$(u*J1Da26xNu1C+f1fUSUs|+53qA4=Mp?_Oo)aKhct+&97Z)$j|H_ zu^Y^Xlor-C2^-M-jlx*hJX8{Mi^3+eTPZHTb+IRt+1n^P|DpP^tSQpAi-Iwf4f7GD z1!o_VLm@px(rro?9{p6#vlGdbM;)$IfMN{W+T5+QK+HW9$R`v=CdZ=YnNKQ=b%u%f zPbrMdc2OqwD2&V=qZK^uVh=KzOZ|IQzn^*RFJxI@sK+0avjUB-H!rB(BCOYj_CYlo z+lt|wG7l*XcD_%%Ijr=-&S@0C7ZnCO1;y)#!nqhvG5Ed0VC!H?^HCRjqVVQJSrsfw z_NU|>S87<)ILhwJ3S&_p(ljU3Ff1xgZoQ)Vk=AmW_Em+E)-FoZ9~4GfJyZ?4)OfIS zI4$#}>d$1i*++@*uPFiYdOI0>U188wP}JX020+jEDJ!Q`KQbPmsQLj2-;+q6-Kn%Z~~d1DU4;WqT2Aei#4}O?g(E?l)Mn8VwoEmiT2+jW6roeoK6 z1Sn|*`r`mz<18_;O#c+XFfxb_y>z-`Swrtw$kuK&ajyCx^%EcPIc$j7#t@=^?PLTc>g;DxH2luS83ZwKdp^%Sru_;)C z{R}pW^%JFljWd)CUav6RJVyp^P#E=thvb%6L!V1DY_hTgyK5*FQxwL2tfzTzRKsBQ ziu@rqIrK7l-{MLQl&rk4oRQa1{7aD3n$vA;KH<6D#y*w%^Af{%lC-s3Yct`WcWW&p z!QOU|>wUZcroJOg;j|sc!d%#k6AF`533A*>6t!#4= ze4hNHQaK7aLet6HU8Y znZdf&qjFhKD2#ROm&Xf=c!~V5AQ6$ONZtsE%olO!PsewbU_9rSEZaRUOk*`PNB)JeBs|@rL2&C?D!HrnHYBpD(I) zAniwK@{bk9WK)S2pD2vUX2|XF5y5|@XnpBQ$x5~SHePgH6vVT>Qo7jK-{I)7zE&8y zzf88TD2&{{NLId4*gc4EE^erwPV4#66;nLs5WcE#fJN)bEK8rqeij`p4;R;$-Ap^c ztHfMq(TPMYUs{mCqWC!!Dd{)+W1^^~^LNP8;2y7UZ$$B%0Dr3t}v~ zhmM;-T9C`4rznZ(+W^mD(F*x&N%6=VQpc9k!|#OXdP-(AEeNvc<qbjy?fAKfIpdZcyAsDu;!ku$~jey(b7AFxusNr8gvBAd*bbZ9J-tW8~m1dK*BUv4Y&c zHDxnl+(RRqQ(%Dc77=NdejaK=jKeg+oq8=c-7w>O>RF&~2N+?PWNo>g3)vWB3-xT! z-^Js4BUP=o=-1`o(m&oPpup|WPe6ULF-IOOizPSG5)SKTF=MU9E=ppTz6P?DMjO?p zlPO158%rpDZ|Yy5XRR@p9Qm`p6QS5(yh$bNGrcFWyUBQ+dcN1+0QilQhfgY2CfC;> ze(lai^3mb?gYaRilSTB)=l~Q#ROF&(oT-H3F52hJ zrL`8j=sD*RqDzU34mzu7!crFoIK>k>gl3)oMuA3T=YLq7SX-hMHif5glb&$u~SWTvzAbA#{S~; zr?m8TJHK!iP-mTszH+`K^7V1ix6V?zyrLo5MkQe&*RI5I^V>@MY!DAS$Y7?=y95i$ z3it<=;Dg;B@G2=@A~K8D(QG7oj6|Cw z#zP(xcc9G^cR=EZd(h^K`_LAMnaD+-#Rjw`q8%+hJ9gkvCibB% z7e~-mh?8h5#W$F^2h$1=ldM5nUkZu)CDtGDClL~{7KCBqWiXSA>oLS5_JdHG=mN35 zqAxP&6JtP?45qb%^8S2n6o%m2yAto;kZAxVAt5{ zIz#uzeOQ#8zRuvs^=}bxd#NhV_;EcB9^2`UJgCdp%k@2C$@Mg9xw!_jl+brS`@Rru z6mn!iW`8(RO5VWn`B;y=QmX{YnvPWmLeae*=ovhexeP*M0gh}Q4%267X4GSH9!UXi zyo0^UqmfQ@(8p^HC|hg77;~AdsInst!oYK#wUGGGiBRi8j;+e)?eg}jc-3LJ==mb! zD!O}IM8hgqfVjb*ng{S6ErXOe$f{1ty;b>xpFv-^LeL_rFCyZ6VoDE?J&AwbKDQj7 zheL=zpIA>HOTmuRU+t*QjGjS0lz!mx#(xZYBQ@x9MS4(U9~!g~(pC7c9fhOi2XwlQ z_v2dUjlD*4{wLX99gC)B>D!kE+zKN61pl?8( z5_s7d3KpLP?N@8AHl0VjwWf$RwhG^(>6e+-RF{hLz)>K9);prjpq~98vDQ05=GeeE z9Mj4o+P(kiDN8Mv4Zhf!(|deW-ZeJ6bM^?`Czmznc<0ak+04!rV}A$*=Krj9+Kkp| zcel0tqHS8+yw=Wb&C@-dp=o8BT)W-q9Cq8^hw>xxn#Y>>c)1SkLHRD)C9-Dw=R8*y z>{!6tIcrxF_sZX)ZI!-`CVomz>FC9~ z_ox3Y}Ty93& WDi7_h%suu9_(=g!e+X&n@BaWc+}VEs diff --git a/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj b/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_continuous.c.obj index 7daccc07a533b5b28a0af870a6185f5714f09f3d..18f5e576136c8c3b5dc066a9573d8181bc617295 100644 GIT binary patch delta 7165 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 QfKEmN)NPEkm6=@s1FckR0ssI2 diff --git a/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj b/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_cosine.c.obj index f9b771dc098acd79bcbaeb7fe076f1612e2e9f35..279ba101cf8dc93183f532e41cbe57d9c6c84789 100644 GIT binary patch delta 5316 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 diff --git a/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj b/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/dac_oneshot.c.obj index 107db72629ea9289d65fc98e9afbb0c3aca2d057..e2ebc94d32b257abc9f516289c1cb55267d4e72c 100644 GIT binary patch delta 6474 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 MJ%wLT2e)VZAGb0iFaQ7m delta 6450 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 diff --git a/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj b/blink/build/esp-idf/esp_driver_dac/CMakeFiles/__idf_esp_driver_dac.dir/esp32/dac_dma.c.obj index e9d4f2a3209bfcc0ec37e6c7e6d1169c3bcb4b96..16c3ac63746c96a90faed64a05dba42c750628d2 100644 GIT binary patch delta 2962 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 delta 29425 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ŞXd^Ihc+tE93(| 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 TkK#yOf&_RO7}x$|;*b9a&B$&k diff --git a/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj b/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj index 572e3b3cc7bc144242ee7fc1e1429745285140ae..3caa1d220d5f95a31a830dec8a52599120a74800 100644 GIT binary patch delta 7808 zcmZ8l30Rd?8vf7!U*N*!UP11Kd%1^AWD^uwM9>s*DJfG>Kr|FVNKnB&(=24n#CkII zsK;{2ZBi?T98?rFwW-NACv6!=8<)z`)LhcC#%kX0T)>`qo^#&+ob&DH`@a9bToeIU zM8MKWwq<8j#IU+AotoyK(Mi)nLp7~fyZ5J?eaa&=O*i>8bOtbUvzfqqct=e$4uQ@m z(U}I&b+4ot0-tQ0=q9h^U=S=01Hmv?EfJV}BB4Y#dyR|2$!Z%;s$F2wOeU``)wMG< z;}eUfnLiInB5Jc~YY51gzoz**gL1ItwF#5aOI#Wj9@=OHz zd3NhnJ9f7EpTLgqT+u%-CjMul+2YfH9nE?cR{3rB`U%e_IKi=c)kt7qPZTfY4GujP zscDvIcO`Z@EJZw=mUOdO2V;x4k>|8cfnk=O7LsMQo)IDWx$!4DV5_gMN4$nWS+do_ zWc@2Fwe(X9v-JVdkUzA;EfAZTWtjOJl361zF4JRj!65c` zQB;t?x{3J(?hcuVlw}F?YcXqDyyKX7wZNVD0WQe0g82>uOS)qvxxR`89R@|F;}n8! zku2b!Sl#D1Ev^^1+3&)?a1c8oh8Ol?uZrgjW#;Z^P+3{%Vt8#oN_l7rV&)z`FhRw` z!2)TaIsQkX3}(s!ljC(!QWP3ci3D<5Qkc1c=q(+^Gez;tM>H0N>!xt=ucG)mOE|d3 zu^_rYv*RKKr;ORpg4|!TnP}I(8h4y$sbuCQFx2sOAV{h_9%+srC}`Ep_AqY4gD)l? z00Cb7AGktqejgn2;U%~(Ge3f7U)}?v{djjuQ$8Jb`17}Xkz;&Rq^8;U@lMEe?u6t3 zz6BBj`F2!LM?M>w9>j-JjQA^cAa(EuU_>x4GHF@}PxeFb`34x_;!~k4l#fDXx%oiM zoF79x!gwz7Bb@&e;v)FJAt914!4*gGmtjgL{u|7S<|pA-XMPg77{i0X8_U;&H;%X9 zIi9b=1t#+P4t2<9UJvzMxfe*g@!PojWS$T8-FYK~rts4cn##X~S!w(xXwvy+^sXMf z0-j~?%}~~pAB2QVehAUZ;s-#}i}%HIZ~iFc+{fqR^84`Vh;CmV0LpA`fy{n;DY0RDZ zQp_=YE#_Fh4RahfBgXNXk&Y4y>SZJ%rfwfG{gL>(p$MbKa}jpNJEEF(J{vR!&qEkZ z{4RX;;yXd&tr@>SlD*g%i8#7_OqA>PGTXnf;#FuJ8h;PD%=mHKg3e=*WZpaz+2_MI zqt6+du?|kytBkdOV4r9U`jPlMD*kK8cBUDpMN)~YE-X@sghkluh+MW$H*{QTo93Ce zJgoTpNL`JOg%HNSMat>C0TlvmCek*?NcaQG6SfzKr88t|ya!3<_hZ(1COU)8N8;Jw zWhf!MSVCqZVD`TlRJZk-fV~==pOmDVB>>HEyz$E&*>3Tan*T9&F`geTrJd!axtPBw%?nXSAAd|p0}14urI~k^6aQ{ zFw*(5M}QurMLYu2of|xBFPj!oAxg%lM@iV@-0Io&3)UhAz!B#*&)UJXh_PZPsJ&`b?xpXb!fbgy;2z(Y->D=epWiBmZxtLT@&8~>gDk9iWal0as-4s!k zakiC_pzCNO*UZ+(L{a6#@h5Q;&J?xP+1fyhRJDk=K1`~zd@>QoBx|$ypwh+mhzpf5 zb&HYZ&XJ00p!Hd_0B5mU47NT+i&1JZ#9Dy9;~eL+0p90X58z=L~f;+1gvY^k^DO z62~5mWgm*$kJea!B@5p(?jWR{=ZPs3@Qnb=TtOj)kl%TeSUbU$G*jjBLlDb&BU-A? zSD}&({u(Gvyaf`x_%7_AdT)vI6YMFgz~G)6_8LT(j4&n4bE*ISyw>$_XbtKzy}uz0Cz@R-{$kw+U#T{!nNhOozM!N@@V zGHhb}9c5V^RRjMQiqynkHpsH=h>bV5<8FL-6asDL>(GsS`FJ!EKfW9nY~i&cyE>U& z6jQ2GZPQU=;c+TpPHU-Xtah;t;=Ss$4(kzs@NVi;C|xtU3CqM7Yk#CucozQ=X2g9j z`b>=MphGq5V)+36OQ(V)upg zMlss0?;`-LkL_*HI`RFn1OD1f8DKSrASGB|35uz{J zDG~-Fs*zu--JADz7mE1Fk?d2EJNaSujF6KXL)OBDh-5#qI*wAC9<+q7#F(1UkgKpe zvX7EcOlL}W*KT4-O)6U?j@0C^UxiUy*X4cGc}%SLL`w7VaLl<7?_D)@(UO-UEOD`Z zRFK{C#p|`9i8qniY?7%niG$JVFXbXdVUnpQ(GABKijjIi+^F5ff5OGG-X>)S5f>sc z*xI|u&6G58WJ&_!aCwS5PKoVr>PQk^Vw$!ZqnDk+J;)SF4cb`tMqSpPrmj<6M#)jS z*)I2FegP)7Rv>68N=_G30+}}es?spBYvCg32N4Auk$M2ix8u=sVVT>&-38+qk|S$H z)210YETfb(Trk?L-la7B65FQXf}u2g4e4KCw2BnhpK>>)&kAP2%8XM+JelzpGNlD0 z^+40O$GS7tLoAye8lx!o7|BGj%LIopvS(3n_ZSb-`;QE5`grz1hCaDuPAEF$_Bqjr z)<<)G$JhTyb3;8!RvH;3q6U{%iGis9I`_2aXo=C2jyh7wVc_WdCq7HbK{BvKMn_6H z`g<9Jt*z_U=Gr2o2XQrnqtU~4Yu7?u|*#3>7;@CA+#c|~P0G81kRmV#I%>Ptc8-J;hM*IiS z2X|vA{v~OOe{Vhb1IXEeKl7hWZ{sg8Qi*>Jy1&3s{MXVIziUAv^W0Ld=N{*Pa2iIo z%Jy6%qk$raTN2|Qixi8WZp!ecRx!Z9HQ+U`!djUDdUe$UjId3#HQd8Kz)1A4XFo5d zFC37rXnGoPWQ~T~ztgU$r_rO8vYg7Hr!kOfgcTq=E-mz80pm$&iV>!Eho_W_-=3Mz zJ`r_`q;BED*|3W36pan7*>X!)h5IWcUB!Tmvki%i^%a(9TPe=z(PTqE6hLJ6iuY*FH7HG zY>r4CP#=dTv z`4T?K7K`O;k`j|CN@tjr?y>0XZkbKYKG%-DGmwjopxj1*ZL;#rL--;fY|mF{IE zvr;m~MdEh_M%IF+jT^#rc3m9WL=io;35}-dw@q=3Tc~B)?pYCrzRcF1EK*kFY_SKZ zmStlD+gn!UmbWNU@vqcJEBCI%kY#7kbKl3vJ5BnpWU6eX+WGL67n283f43o>R z)?O>tv|&oZ1tlR3mLy<+XT{c~$(K;B?988d{x+(O=S(bVy$1SkJv<|}9damXpR3Nj zDOS@~VIWd*+Y_1R=$Oj0{c)Psgn^?8uew{0-c_yq&3H}Qg8>`lYp;5k4y$VDoq%@@ z22P4zU+Nx!cM03qZrx1fQSMl>POu$8Xyc9@3q1UPQ#J36H_&g2ziG#gVQf$uRrNL( zHEH8UDPEh(_HBL0tHQ_CVIIX$8@i8L-0F5!N$P^0EK{m-8sl)0)s49<`FjMPEo>*- zp)5L7-WIQg%0KTUP5UKLxqkkQAeO!av18NQnbs?&^W)o?rYqCWg6R_sRW9p#iU*tA zV!+=&aaWO*rR~ffjnS3Lu#_gmplJ~1JURwF+NNWOy8QBPXcHI+@1k8l zu$ROWyIm;omAmUOJND$cKSvZyFF936U}b@_bj<`vSs~`{sbn9CZ}w!OWkfW)+!RW^ zMSqA&pm?sX7NhB>Uhz3GqB+h+eOBM0KSaWc>qSFz9P;^%=I)r!HwUv@;!blWJ1A22 zMzep4!o8i<%TXV!KS&H8Bx~Bc7}*u#g}u|j!uHu&g$Uj^JRv*^a=YtxTXBU2mwK6WiS$ohB~#gP5nJ&Vpa<9uS<`DWI;^?bqp44BlipC`nS7mGl3p^a)0 z%ebe05mWI)sKoF4-S~%}`+&<6#Mw+myETaOnD4zHV(}$Hg&_Kh(gQB1GI|p0PZW=g z!E_DZ58CKvv9#^5)T2fnE=i-q|B53A;@ETI(g8P{DZCEG>6$}yJLs&V+SS9E%9UdJ zrHaLvs#;AO`w%A2l}572d)8nP9t4rCmPWFIKb{r501@4u_3=3qL zDjG^{ARClRbRNBdteEs_qi5j7t((AgvW?61#~7MC&J}ku6xo=i{$MJt5w?5S~YYz|hxp_%IP>9nND8@$BJvPeEiT6F=&% zY42g=(N7mWqg4IkD5&_F49!%(Zg1f9Dn^B`xOBLpgAZbF)acl=R*R*wwyb<| zrDtdJQ}|AdO0JqxQ<+>_Jt=v5<9)MtuVKR8Aw9Cyx+xmVuuF#>p~*wQ?uHNy$C~*kwLJq})g_ zP~ITOlR2LQuE=Es^W=E~r%d@bV4JKb7$}bu9F011aHXm1V?4cdB6}^ zPjFElCpamiz68vd(+J|_5rT^{@GF2xmVIShW5qK6Yh$*q-IVWt4JRI#t_#L&Xj(=v zQ~G`bxFYKbZpohs?#gN3D*ht`{xa|)phT7tye@YVAY7L~IYiDOxFv5~!sgR5=R2(I za^H7Yt(Lx*0mX6@K-ZXj^|J98t|{sYc1z^6D%z6 z38u=81WtM5dyt%z)z`2x$$bPHr0;dWeR32*q}+ZTB)EbbitAlgdectat^^R`Q8uMoG){3sk40q=`!Uu&JN4^+gM$ZKND<|(|!b0$V)$}v#g(# zl*I%M@;?L@Wx^eRznnv0mhTZHN!QPScv($wSneYzkiNeFw#ZSxK;|uZoM4O0{U0_T zZ+;Qr2gXZYCaSP3Z@@sgn7}Uo<87LaLd*BTs-N6QkS=c!d?9nprbHGlYs{u-c3Lho mo8p*7?jsl=&l6NgUtd6PnL>c;A-E&!J*({mc6r>_6!L#Q-xQPp delta 7832 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 Cg}r|O delta 1230 zcmZ9LU1%It6vxk?YZCCo!{0>LzKj)x>PNi`14`bpmc{O(BC?dbWH#ZPk2kKE&9WDeYFTd1 zHYxVcD3*U2R}}6rn{pdWgzYPWNGZF#`w5c2qg3_<+e`whZX;9`d_NNHBk(!uc~IWw zq9R>W!P#|H4>mif{T>_dLnd)E;(|Yj<%cl6O?4fJzJo;9K^at=OEIZt|z z!0jJ`(|M}ZXerrB{?|mK`1}Naw(-kgJD&wR_&m6Z7r;*b0_@_;V2;xmWi`on zpvUW_WiCfp$1sPyf(~9|R~O#OQ9WSY3FHQTmiNO*Jv_aO{I>A4q;(kX0xJCWl#7U} zUk7Esqy7^ZT%W+N$X^v3$<%mh5+648OWGsaf~Qa#%ml^dW*YRPdQ<6%xDMyD^8>C zpW@(dQ*8b$qj=)t4n5`$YvqQbU9WV*hPX-XMw532IcAJZd49xw)~g%bI<|cz8rr^X z@ZN!F>)`ywRKnJOHoVZBpP1TJ%I_{ent!}hnVQa*rYprle#f5j|gl=6kBS!SeHIbOq zKY}0WI}4FueW=haiuzokLu}EP3OR8=-z?DPMGdP6ZKvihE4&R&FXDfT@F e-zNQPF^5i{fuye&b4~r-M0s4`zYCWaufGBJg2GS$ diff --git a/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj b/blink/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj index b4ab4b5c618228284a78732de148f9d50bd9b642..3a1c32f750d0503fcb3c70eaa8fb68756bfe4fdc 100644 GIT binary patch delta 5490 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 Wxuge!WE`9-MFcOX&L5se{_kI4G0b29 delta 5467 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 WG)bIljW=3u4}Q4aDw=<7iTpn}IqzHm delta 14762 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 diff --git a/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj b/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj index e7a1354cd01f8e253303e351d4bf98ebc7792a46..69c765e67d8adea6e2213e2e15e18ef739f99678 100644 GIT binary patch delta 4494 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 L27k58{gnHE(20Cb delta 4514 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 OB>0Lp@WTmX|NaNtU4s4q diff --git a/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj b/blink/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj index 02b0e50e7a3eaa0e8fafeed77b80cc2079558771..37a5512789a9b99bf4820f42d0bd5aa766b9750b 100644 GIT binary patch delta 4835 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 JP9Hv0^l$3RMT7tV delta 4852 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 P3{@}kP@z7Wqow^XoH84( delta 9547 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 diff --git a/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj b/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj index a0d35500e903e0410aec86a07214529d18372777..7a4ab70735907dcfc0ff008ad96962e38811c2df 100644 GIT binary patch delta 5549 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 diff --git a/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj b/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj index 06116a1874f9353f6a0108edcd4444df663b4221..15aa675a20d3a39bed4e1cd34d455f2cda7ca5e9 100644 GIT binary patch delta 3600 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 delta 3584 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 Rz`~C;X2GATM?dO#`7a%=oYnvU diff --git a/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj b/blink/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj index de5e414a8b388e0dc89daacda3df14fdcb4bce3e..4ca554831e19e4ce955405e34edf9cf944766694 100644 GIT binary patch delta 6850 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 Td_c&1IcHm_-sKOQ#Qyysy6KTP diff --git a/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake b/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake index 75b19b7..75d5e54 100644 --- a/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_i2c/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_i2c/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_i2c/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a b/blink/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a index edb708247bad470b1c7baae1eb21d6dfcf2f3239..d8715d1545001dff79ca53a2c27799833600e90f 100644 GIT binary patch delta 16314 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%0AWW$Go& zoRSZdaM=_a^y1DbS@1J_ZAu$_hN)#X7{nQ6`C!29Wg8-Lq-vQ@706-(MwZ(m9!(%| zrC%Jy)Kn}hw?R8DEw7B&AmdW&pH!LpUwplMV??MFFZ7G!nc9an6UO-@FD6r4 za9_pC_5qoiYy4s|@|MiawSK{9rk3G~N*ip$-IZC8gcmC-!G$4HUGO9}O`Qp$cxq}E zJd2-9&7WeFhj_}bO155<#)V%%woX%<;rsmpI_6F4DZI}wAZOpl#%Zpc0$F+oePWG) zsZG?w_#yu~JyV~TZua{HflPJd$h3U>Y3ag%Ppr@>PfEdYzaWIE8?kiyz^JiOJSt4~ z3#Mq&@juh2LmZaRD5fL!%($3eE6soJnP2W$APEBxYj;FYyW>Hi-y6=@TF3jci74K= z4#!H|Iy295T_$uo=qE=qw$m{pSpn!T5bJe(jenY%3>%-UGLPCS54j2So#21+1vgtyM< zHchK3+U7`KnNrK%uF991k5kM3k^*Kn`8c(fMRI+Vk9*46?Ru52c=ha-@T26IImb6g zP2vFFn%w}ISUx8`yhQ31`Q`$c=~e8WWFH$%ai29fcJbI5%;#og!wQ9eCA2Z)atu++eL0x`{vfWa&xUk7UY`KJ#^2XlL+4X~8Q)CbFTjm>zup}71+7$P#+@WN zQ&wZbJg0pkg$?*Is$mV&MUsZvtUXChDZ;2O4T`1pN-S=j_vqM2`Xo}_ieuEC}Z^AH`%dcz`bk3u62eKdM8rHVoM0Pi%V(f5d>*&cJ5 zO2SyK4K>lS3p8t-CfBF!#fIi6O^qGbH(Ti)yT5r8e1Or53ZWTm7bQ@1I~TnQ+uZpr z2LP7f)rZeQ4(?gJ!#F~j1giqp#N`vZ@|~EnBm**V-jaBD+TF3_B`rLHX>E3JVhxQQ z?saVl8W@Mlij5@eULj?JD+U1i(Y2~bbXS8c%&|!`anG)RKtO8=ugXw?V!ty0r5=8_mwU zhPEyN^W4K-X+R$ax3)CGU98xeM@Q(|nxM%oq+EcD8l#SGOS7lAuw3%j{d}_XYk9;s zy!_z^#_H&C#^DFs3Lp_pkEg*bcj@ERKp&HPwvdm!%EdFjGVQt=gx$72KFWZq!QumbJM*wc((4HcrEKewe zde5#hfdihj!*zG^lk>D1ZK8YozFh!SXcB336QyFR9?syd=axYl-g_>IM%%$ssKAF0 zmQYR)92^f1;q`;DntN8fcd#3xaLb`M*o@B{%AuNg?@-#P3@S@a1Jq1fNv<@#g`xei zG?UbChhsRc-wY;P(w_u-ad-a_Te6Mv?J`u$N@Xo=VZ@$=gn7iYudiZkQL?-C@P{Xc zrdNSOD}sLs_M!G!PzEBS3ZjFTx2|kUZ(i5ByoHHhey52Z`mz=b3Eg)(VCYVVW@|6B zi_Rcz6~u_QB~*x5g`iioN_a*LOBfJA!2~afItk~+aS3b1Jqi0oWe7pB=#wxaK9>+9 z3PK6Ci5(J7iE9!riR3VX9?>b`ig;VXh=?6U;1I168pW`L^CHMda8}e2XqXVs8?`fG zjJPMICq!j9L51j(@TvG*!c|caLC_<1NSGk5MQGoG$)Z0}yB>CmSWdza(JJB3Vpzgm z5o99B5p@#U#c>HI#61%!jEF~~i0u~_qKMrU1oqHr-mx6+TUwv!&p1n9uTc|k{%TwOLkRcItV@zTO?c&?>V%o@R0bg vLu-e6VN1{^!4slV!bS0jgz2JB!WnTv!g=wz1oAMEz$gkN+!jrV+UWlQFAW2O delta 4601 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 diff --git a/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj b/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj index 3ec57d414046985a48ddc80b1d67fb0dd7c5b02c..769b19aa3ea0c31081078f65c58f0f580e754037 100644 GIT binary patch delta 3794 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 m2==JDR+h z|9x-EQRBL!#w~7W?^XPX!*512X1d42*cuyS8SJN@6k^C2#+alxY{i?2?vS0sNeIz* zqub*KGnRU+5f(RNgS_^~$%)J^;C&unL@D7JM#zVS4nmINo1QZG8pDztuog!oEr4d+ zm1GTTc90d1a4{CbPvNUc&J}mZF&550i)So?yG@LlISgh@<~uEnao%WWERtW87>nY6 zC(EIHTR3AD{*<0ED}OGOF&j^aWz5dw2s4_0Pc(*~BkJJShBD^l{xHU3`B6f1@ox#i z%{%F&3XkWE4dZb*X~dA`QrbP9|Bbv7_~Yc2$j4KJ9-gK!mdsDejHPghU@Vn8C>d!y zEs3#oKF&#rF@Z}NCuy}eN!=Ivv^7+H~<%lH1`{Xs2 z??7wv!pP?-{lM*nCh?0##&mol?n-t>_R%gz-fv(mlrN)%4&evz?PMi<6J>8O@21#I zENUr!pF9_`aCS--Fx*Y_Nj#gfreYCo$v8#{=x2#a{3KBw)8D2%nY(pegDAZQeF|Bb zcZ9!B5<_pqXvc@9D1M8*C>JV1Db4QmN04} z`9V##Fw4hOK6#lYQ|@x8*z$5srrgb;!pIM4GUcvP;CE^=XBHhbw7f!-Wj4$bNKu!j z2&QPICR3Udad>t%JcX^n=eXb$=H>Y0x2PlJ z-5LfRVgv4`wSGKCbRS;G*#SH8{!y!m-Wk=ej7cEt^P07jSw5$cB45yC2eY`*n(KwX z;(fU;cn;U*y5t7Y3jfh8C@2RW$(;^~=*TNqK%B9EU`=mk(evlcXYwu0HW1Isymkrf zcs1`Wex9z7?0|t)os&5}z*A!senzNWL3J2&RN(C~x$qul=PR%fTk^AD39iqdO#`iu zG$+tnkPGctU$Bf{7accVa|J?-#`6UVKTmg0t_rFx%&`H@g$g8NR$&#d75(27Ty!yq z2R9Wi=U2rwxI3tJFvoR_DazvKXk^IKf@*^LA5Jbh9Jf$xyfCOHkkg{q7X=lu%mFyM zSb^QxTAT$h7$(!?+oHUHkC!JU?-zm00K-0d z73@`dXxPc~!7$v)SdVg0taXCn3zGIL-{AG~+s-FN6CWSgPQ0V+ojqxJ95aTTe%9ZhO1xHto zkGn!)L`@zdUZ!#1&_Ipq7_y9>nb{Mi81)o^aTD&XOr`PrPUXmOE0rhep+L+b#&C?N zY9IX?*)aY#QQ#jEmG~v1I{pn&J?|$vi0cV>FpnT=;L$`wcsw4gde-2h@+a~~aN2|v z(BUH!++oY;IE>$+=>_~8zBIv2Bjfypw5+j&!}OkasZ3pZrf(q-OR;VcS({CkTH|JV zFs8amSr>hfESa$x3#${{k)*eDB|SsTp#KxmkYm(1TddncE>I*!KXzBwQY)XWPJu%F zp*lf|h{lAPEKeoP66^EMEjq@g8~4yl(R#$`1IF5o|E2!1zL2nwUYGNYuV7crRM>QQK>5<$mwKk1z(n0JA zF+ywaxR==z-9B=sQqac&)4zk4>NCQ+XdlM6(MK2XaCA3#!nY}u;=633LVBZwEe!>p zBHG`&IFJav@dk}%>ym&FVtkD1X=^F+`c*W;}gBaRe07d?a<|Kd}*wK;=vG`0&H`x6nep4;M1GuEMh~77cTQe+u zgapf_=&Br=GZJGP=wI0Gzuj7^Ghe2;4h7PTX}QFk^6Yrmqzvfuub=d_WDfXA(xgF! z18e>@Q=ZqG?UdY?is+t-pjly`zvkX<*IW$KRrR{i3cbEf;J{jf`SM3G=q^x8uXIC97#xzpe!_3Q-63(Hldn%Ho)L$K58 ztAcG*Quo@YOi3YRj4J_t~Ll(pgtkkcJ*7qOloNzv0QblU?%l5!P?bKFR_2A zE4|Wn_+0I%mzKh#>R0uo+^FU?khEIu6>OcF)JRIV`hZ{s>KlSxQ|(Q(W>dEcrdN$V zV#n2$g1w^l3-+Pf(M*=d)mH^ut;#LLx{ge3kYTQ zHmQz`ceIi5boHw?DH+Ptp%bMzaH)9{r9|+mQw3YAt{1Fc?G?j=vyYqIfA8JB*+=%xO|l6D5*BEJ(8j8PNio?N5bd-oWq1^cKr99& z45T$ogow)*PAiHjI{Rj4Mlf zQC#S(^zPswIChE&{bO!-)Y1z6o?{ke`M6^@y~R0aXp3eF;gqdGBp}=I@0OnxBc_xd z@MW17?T~K7@ygAJEai0g^~ncaLg-Sn3t`BYd_wr;CX^eH#}VF?AHuR!hBYCA(q1G) zNUnv4u-scJL_{t{tTO3Ev!Zfr3zV2_gNwLa?iL~;e}(^~bd(8^lDDBbX}JTbOp=`r zAuRb6>M56F7_E@+fLkd&u+PW^a91UD%+M6M2KF^_9>PzRHL#o}E8{}c$|ESRPOgK` z>GCveveI;w2r)z2P}58~!fRb|?->wok>5vUbL5}7-&O6*BJ11b%lwvW8J*y1?iyn= z!Wb!eRQ0yFNa*`{wY#0};h($XG{6_!k-*ECACd;b+Ti2R6GYV)a{k7)HYjW26S`Yk(4l9b|1N#j@dqq$}*Ke0if zzmH_hcwR3R`X!`mCi1!|^iyzcCi8kg=v_QiQfpKwFIFD)3Ekq$h|tMS&p~27>`Br; z`3z(eUxDmnk2jfq4{b8%-2eGl!FPHU`|n=GHl$)thwS6KWS-rA6MNx} z>}RB6f61rViy@o13$l-Q`||8nH?beQk^LK=Vt4C`y$7<1UxDo7_w_ux=O*@dZ)8V} zne-XA8A)RS7P7g0V$4=1^bq$LjkJzW7&$u2x<5(hxX!=Gh^lVv&HF%KXYekJZRBH+ zKjl$>KMnHQKriIgz_m%O%KBp78r#!SQ9j7)*q*j9`$}8sDBoY2BtLI1O&XnQipKIL zexZMZUn*UO9UKVWLAUa~!6g144SpN{zYCu6k7C7{F`6*P0g(7LzaC2aPb)ZCfW0Eo z$)AK8$l@vCG?rLPI7^GUC%l@T;VVGOSw|F~Lw3k!oukvPP?Wt;pR3ckMp$3)^b_D8e+ZP<$D(gF-uvv_gz zn1$m?nBOVDaB@;DwDkobAreb?S}aXJ0X3X~4*dls`C&im>wm3f&pH6S^ zzIa2^T;*(cfeU9P3V5~vz}e?GM$G350P1`ao7C(t0LXR+#}bQXzN-q~mxpaGk*HI| z{RKOxNDQhxpDzFok+{GI6AjjjD&lY+)==hv0uB`b4~YClVpz^ouurNZTWHt$Sh9tx zxhQojX6ugB$%Y=~{fqJ84r{woaKtF%b=J3Vnwf5LwxFTwtrE3xw284ttzYn0()IBc zbxPEd^K)ElPg=cTnX}2c5hd-k?&BY%tI5HyrlUTOnyJm?6tEw*p5s5I{~af_R!>d% zyJ~rr_R9(FU)DUnJ}D*rY9ikxe@6nR^B%6Ta@5P4td#c%QW0`KZVQr!`H&TrStK58 zEgJ-&E`m<8yI~Ab%7Sx|FD~P@cAhPi3ak1^y(HrPsNlYKWToY}GP) zdn8-Eh3dB;LrS;R;2NbxGap{QUXbO>LVFx&*$ho#}DLe_LaQmKr6k& zuN^o|9lUiQhaQg(Y@kcraxh0O{>j0=(qY~)n4>@N#la19itm0QhwU~9*~XtjzR68P zQ|K1%9I~j3cMWCe1%7QPQ~bdLxV+gI2=IS~bX;5B;S62pS&(gfALKgT3b}+|9L|JK P>=j}JZ7n>gXZ-mut>N}Y delta 2450 zcmZ8i4Nz3q6~1TLWp^LDXW#y_?7p|VK41Y?QNW0m7E=?&G`Oh5I8JJ+1O5`BLBXGl zf-*H}g0VS~XgbCOA>ib1EM>+dj*Tf%+nDLt39&z>Y3W#*j%jM*q;_JOo(sEE>(0Eh z_k8Dk=kMNk-;Il=YZpxiV$gIV{G9(1J#sB?GHtXtKAxvg#h(0vOiZ?`9 zF>G0S09h^%-}2y-g5nR)D%#gR-l%R165)1ZdFXDNYUYO~B=@?AFAO5B&E8`$=- zW{Ckq<^;hO2luaqQ+&rr-~= zg)neG_mhufY%RcFGq(^O?4Q7UIb0DcyhBrQGy5lT0jHmah3q*UW10}9c%0jtflqPF znRt$U%Ft)a5uzM#u~P-UM$I;mzIrRn0VSE^enAY7Q#$=LzxZt(N!f1Uy?N^3VD>sslNMp9JNqM-WbafZ`=>0c>1~#s^hY(#?zn^9c{@Ao zu7H11ojdAY#|PQ><4Kz-PpIY8;jV^_^o~0P=ScNL;ZvI7sdxM3G+s!@;JHqtgKXPE z!z?e*sOK=8p=NIv%NyQ*PpOgKAE&+f^{kdz{*>1F^}H1%mwz$5LaY2yaL_J))V)b= z(RkX$Bh+?!-QNIv$Q!r^9-Jqp7)ZSVpzEWl%>Qxtrigy2gl37^;MWv@o>OQzNMh(p2Dxt@L3i?pZC* z)1nL<5PC0J^WxA&#d(W7Ka+=VS;iO@`Z4Otd(5*|!mBcHMCeuI372{L`Bn6-$-o?H z2`vu~8(+y;wPs)ra!MYwEg3);`bwG}iNk)Xi|cD1_zqZx zpRFyFw?rvezxE38l+nd3-yE>+;Fb;;57IO7Vi0sH9(HBRo!SLf!Ty8B&*^XRuQW}b z)se|~H;iJby*H`dH0IHNro?c%+{p9bY0~+2K1fL;1-s}mBj!BLr3hTeUkkvO>9`Tb zBo`i7oHxq2P-^J6Mq%s=&K2k=emE*Wf{iTgIXu||!5-UlF?JG^n_mlsv^GBpZAAHn z5T&>B%V9bFBR_;!cxb_sh4;mI4$3U@7d!!P(9wb-oWoIrD{^HBvoc1b1yx0#@WBdh z)#S{~il1u^woNED!2=Tfke@3Cc;?c$}0t{CfYkT?G$zf~GEZw|eQ|Y6PEzPZ^jjb)^WuU)O4AI?#-v0u;|Nf=` diff --git a/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj b/blink/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj index c42b83a833af96644c2a979269d1efce68aed555..5ff2c93bc552f0be46fc8ee85e7a688ab4407244 100644 GIT binary patch delta 3254 zcmZ8j3vg7`89x7JlikgW+>@}IP4;GU^G-HllTFAQ5)y(SglGtDAcF-)gb0B^0{Gw& zwJN><`Naz=iiHR`22E3ef{fORh!tO>_@ERkqSVIXh)%Rx?RS>lsdZ=e|L^~u|9$>@ z&fPs6`P6Xa=5*>EH12U_mAQq8J*NwCQ;PV%pT%x_CS3@N)wYG-bfr5IGa=Zm!!G{L z<;~S{gs^^K6C$$8JqdOeYve8`poh``wYVP+LbfZoF1an?(PSZP1=_O;Bl|bWyeoM^ z+BGgA?8Ql&0LC{GEMuYp)F%B7fOP{~+$*vVc!Y?MX?6fIKMH>3aHJ4XatN8)g&9iDIMTO zPk>T*l_y{ksr;m;J>^fZ7IIFain$upBJT%{5Y`&@=*h?(D&r|el zdYhN&K6-*5*1fcZkAR-w(|Suu7b@3uXK?drv~Zq8Wm;NDP7=0+Y_wWl|uW@BIY-&O_3BuWn4by7> z=VRNJbY7Dl2e3p6PIPx(M9gfYBBOLsoDdfHM?-WItudE%QD%7vxGm%YSRqtt@daL#a4{) zlx#08MRI1&Z$bCwd}pjy+Gj%Ax^T`^@&6W*kxxIrnA>voWVH#Ogixn& zPR3Yj=R-2aAwyO5X-LL6l;S`cy{p<1(lS~XA2B^n#mWSFSyLNn3nQR zpFw5(qOX#U^Y^}+<(F!xCWTB19#eTkp&@J3)J_S*PT_fnj}#hI$Y%ND|=e?MDkF{-uMeDvr)l&L^x)1XP}ur;e&yCx`V$ByjbN@ z-hT=%FEI=y2ntHw#)mkyH3!)ur4YTw4mDHJm)CAEA~X0>X}PYY1N4*aS)6wF8mUUE zB3l3#z-A+xCza(}gol@xrHqPF+qjNwhcNGZjRJnC?0daP&HhW5J$`LeDe2f{>09F% z|9W=Xj*tplR%`_!ZT2cg48)el$9%HCr8(c1JrOsmP&G z{Bgyktoe9-lYSHP57d--9garS?WD}@GUIiK9n{_>?{YNx;v+F_oAPyPFB_31LOpo!J znnHSn_toU!f_by1H1BpSx(?`@BZRotk&NTebx?0Z^A- zhc?zuL#I#I-bJ%`!MLgD*5J4lI>@h$E6`&RFxg8HBS<}VCd_^H$ywxh1W!f=Cyt*% zpYy`;h1zkHd(*+Kb$Rg-uyM5~ zt6Hp%n|MQAZC*RVxK`@HThTEe9}TWmLBa0$5Q(@}2ZdP28$4XMG4*x@-5FY6gciFt z=(ACDtYaN-tuLh!K2hJQZBz^W!383#aK6rk6N*!BMQdGW^>t83BbB3%($3|p0XxO3 zClt{-?w^qDJ`v1$A9P8YDA^)ER(HER%jYKK(nlQA;Kk1S8vJyWI~vB)Am86mMz8bB zz<2Pc4F%X2t#LBW(%Frvj(PBwbU5l89}hOVcx&UG_|DKLzC{{eoLELTb5_%BR64Y` zX{v=z^Ve65r&2DR+(cgt-8lJO3$<{|RDVJSPDOIl+#AZlXH=CAZJheC1y;+aZ;8OS zhP8D%gc+@|5u;VZXjO39pN;^+imZJCxf#Nc0nbFsn!phSo!oC(cDXNMHYHBUsy{3eKFJoAU))O-3-}*ZAc6 z3jgN)cD^ z75jtP)D31gk1Dq9;MnD~iD;sEYz6!jo1=Sx7Mu6=KII86*Y=W+{%Y>) zrA$oC$zIBhZ1^KSYR#*=DA9~vNeOh5sjsA5xNB1Eu-T>9ZgZ<*-R4on>do_twVQFP G$n{^T60hq3 delta 3246 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 Z^D>7rnhuEm&+CG)3u93IhfW)R{}+^v;57gM delta 15014 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 delta 5359 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 CI3rO2 delta 5372 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 diff --git a/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj b/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cap.c.obj index 39936f2da0a6290bd8fa07873580ed28e96c3721..9a046cbb9f7e12a9e87ca3cdd607508da7b00c20 100644 GIT binary patch delta 3877 zcmYjUdw5jU5kGV9ZnA;P-OXn6*gVMIymmM5EO{p+n{3D%5*q>`fJq<;#L$Q&fI(t<*oA5X(v%fy6t zCo<-v5kU7NxoG#3!B=z8BTtgloh9M7mjn}saE)byc_a6gb8L)(Y)_$GyRgaHem?2bC0f0Ed(eIDi+FCfI=)QIp|$?2gI> z#Qjm`uuT+^tc;%~GG>vsM3WLT{(e#tr62HGR1c)%%;@CYJ{C8{(Bw#_D z6GpHvE)uG7h{lI;Bre5&h;P4RbU6rO`h#e(MnX6`tqIVIi>!A4Kk!8ljcrI-D#kt5 zJXnv{tQE$4cCual)!Pt*lWp-}z=gILaNS?a9!CU)URsag-}VgVz|ulw_P4zYMbQ{rDNi(gZR-F=o_+FvWtI z367Xhp1EheJDA9a$FRpsPz-+2_;^AcG~h_W3<@_ZF&Qk_o@k}wNovZm0P=-+KuPJsoqC9)^?XPEzQpT}W~mukd(n!q{;s-mlP{?4Wq7lU*dYB+oGB zQH>ayyi+2W(t>xBYwZ<0-JOECLeE%?#_*7!y+$MDGTku4(y`eP$rK-aD5VfGa5yDM z5UqGB#X?W*R*D18xg$~mU^hmlRl-etAT12;;$vyk!G@R94hw!(-0CQZ_?qh25Gjh9 z0LCH}61109)P6)GC>b8c)|w6|CNQZofD6Fi9n|O30I}JK@eUi8G#iU4!D9VGhBiu4v%M4 zzziIp>4NvLCQ~uq;rY1h^))l4-93=02jg*`zCz8|COW2^z~{0Q2*kIuJnM|hP7Y(&0=w&!hOkOHj0D_>7;u1V!7AVxE$5gV)74?N}Ounc}9NWRSfCRo+{iFnS3( z55(ZCJPY*Viah>&_mRAXBY6(vOT4v|cxU=CWgo`myD}R2&a=F17!AW(@jSK63BDRCDCWORzC=lpM<|~l z=X<*LNr`vukLj(Ukzb(1Yvq5DgOA)9NN)i7lX2Ah<MxVkCJB zHQ5PFe3a_Of33KRmbQ*$VcL6N7Fgon-n0$Qt7fL&86@H9MSI)@RIh=Pz8-Z1Y;m zvQxTC)oz*-zLS({DiEI3!ikq@6OqSjaz^pk#az^vrP8f;mc>zM3(8_cqxeo`(VvmK zjgMnY$8@!nAE^uXlufmT@I6k9-%HuIFtM9YE{~o=b{iiXOz-F(9i1Fj9tuY=vpkvi zlyYZA7oU37$gND`?{(9Nsgr_}n0TJRR2>&aVDpSkpX(~PsS7Wa?}Asbw;~(r@Glj; z@C7DT#!(-vt4yc%v95BeoJSV}p z@HOhIBcK_Rstf(UCUc-V)(pa!J{(t7yJQoE7r0qoM?vbOOnkq(F)M&F!Q_b~=|hR6 zAg7ZQ zJo-Iml9)adKdfto)tEhfE41O6>2>l6I!Ul`>?B(-xqhnfK?JU<4}tTztv(Ju#bfmj zc^^HM;0DjEatZOLdb8~?#T>lAw?2)r>5|SuN|)~rQW~U}=w!hUdM3}ID^)PV40qfO zGbRI+;kKC=vVg8{s0POKZ_Ulw)N&TmIhn(bMGZkvj|~m;A>Dnnp#)$yLSr=DvDijC zeK^)M7SI_tHC6(h@#5?VGJH4N0n6O+bB+tJ3BSBQR4~M$t|<$axSdTtz_s$`D5}`b zW}59DY~C&q=Z>DghuhqzTRn)~?cC#~_D-I>;EpCzmUnE|@+tlgegmZXJah)=W}aV? zPl|uHC__@M071 zjPe^-+u|=#)&69#mVVmK&;h;H-Tn5BHv1ZRB2b6_C1nT6>r+JuzH((g>_RqoN7Ik!Wrp#N~v8eU%vjSv|JA6Ze zA;a2%2sk_tA^1dqP94k@YGAv1k;75do=0F%dpX$DQykW*=6r%z)ea6J>Jbhxs^4US zh3YI0;p&SV_Nw1=$X6>02tHMxWAl(XdnPs1>YmMty=n u(E6*d)e3Qts{WI+2UWlO2(r~Q4lC7J9PX+81R?hl1(rU6*T(1%#_+!|EQ`bd delta 3871 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 diff --git a/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj b/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_cmpr.c.obj index 566aea95e64180d9ed08f46e1e8cb16d17e66272..f73a4dd39a4307a8617e5e9e8de2f6a5a3d8962e 100644 GIT binary patch delta 2993 zcmYjTYgAO%6+U|&Fv#WJVear42AH`F%rG)A!!Uq63R5Q<9*G#C*dUdqRTGruDVKh8e; zz0Y^{Ip?mqWmtF1u-OT#_A5UYx?f0TOjyAfyJTa`NmToErr2$njOh%qw_QXa=I1ge zrmsvybjHqXPGWz`g$84NGGqE#8H^blY_ll>dEHMTVluiE#ta5y`@(0LaWQH1Thqwu zTAGi~t5ZCT#RRO)#2EXyWRbvF?D-U~)tL<2C`OEdk}k%&1Sg!p1qmB%m$OJI7CRUN z@hY!EJT;Cy#mOj%9%Y!c@hdX=fYRzSnDkH1uT18_4Uo>HjW}KO!x3CB7DERf5!;{{ zGol?zh8(R|IoSV||ZHru7o(;1U?7{{N8Wh|5;;~w*AcoUZ z#X;GhxRd95^`So`GieE$tPU8Dxz;>bicMB;;%V9g={I8;2$UPR$yx!k@U*oy@eQ8+ zv;TW%Vs=s<)Z)~nY?y+bNy{J;hm-n3O9@yh55|JXOnE>JBn8Fv*yyazIK{D>rq^GhBkUNVfnv4jjX89bl~R1y8G-%ywX?}J zkHfWA|G$np#3d zIyG}UQ*t=UU78?`DT%lzCt|7LUG{<|rc!h99=X5BdwjblPGpLoFKLG+pjLejpKufQ zxXvAc01nc8I{usH2e8^xKv%{>kKIzjd*X)XL|gbCzUEOv5xSYAJDND1DZk`J{7Vy1 zvFEtO15H51Zor%5c!jsbIO7-wDNGsQV2PT5nr?^-ESi9pBjKc61a4>W29t1yz$6uu# zcIT~yFK}<(Tg`vuB5L7rpc5ry6a#^kwi{C#0UEw<&`=wx=~x7fo}jl3v*7a9A6%6MWHk1_!v z4*!<#=x!iDTjdp|HaZJ}Er;|gwJ6+kmGv<%e+gW4zU0-`PjdN7;3J6S=PeN+7opos zOt*ZU5?h64?z6_yLq4g(eL6?-k5XSF#wq-Y3Xpr!_Y;#V9HxGddu;<=mdFA^4Z$O? zSLQkCaS-m{_5!yKocKXO4#eSK3ntS-g8nJuZJzX<(b}j2+~oJsm3-Lm5&hIOg8T>5 z^K^h{={Nl$v6h!{f3$Q)w!uKLPVd0>KrJ;&G%$(cjs$)JAK<#e$?zHezHlFu;__f7 z`~%fsAVHyka#d!zn=y}qXM;uJ=z<%^7Hr0(qLvVU4dofO5dtJE+~yvw=@KpOF{bAm zBUfj>MeEU*aSXy)yf%FU?kXyWd-!RQn<_Ada?(!lIv;gyr+)wspJ&TQOfeKuxQCB~ z9*@NF9LMAL5wuRG2cD$HWg)$X&&~2lQ~9Vdk1{CtP!uMdr#}Jtl>9YUFufnohO#N; zNGMEWdGRX{i+?Ph01^r%UG&`bmbk%&Z4+Hp7jV*mOb%t)UZWeF;Y0cE)#5~tWOkIAf;=^?|3VyDx*gYERa1D>dVh!s^-8!S0YBY2>_)nRB7fF(Oqk;PV z$dhxIq;_!^G7@TIAAvRc F{TCs8h{gZ_ delta 3000 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 diff --git a/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj b/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_fault.c.obj index ae1336401ee1ed5b35645d4734e59b1098d6d87d..1535c01b366f72b58555807fd757fe23db177afc 100644 GIT binary patch delta 3681 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 NfLb;1&^G&@{{m{{I8Xop delta 3661 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 diff --git a/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj b/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_oper.c.obj index 9ec0addf551592ac2d14f7f26c389a69867048af..4ceb22d3bc655b35757665541cc893f0ae7bdcfd 100644 GIT binary patch delta 3343 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 G{{9OYeikAC diff --git a/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj b/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_sync.c.obj index 15c423313be4f28459a5aa31a959922b8d8bda13..64cd5f4b5b1f01f0052b0df3996cdb08bd15db9f 100644 GIT binary patch delta 3638 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 C=N%yc delta 3675 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 diff --git a/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj b/blink/build/esp-idf/esp_driver_mcpwm/CMakeFiles/__idf_esp_driver_mcpwm.dir/src/mcpwm_timer.c.obj index d97bd3c2cd67182a2377217086c05bf176be672e..ef17f36c84daed8d3c8baee86e749aa8dca890b5 100644 GIT binary patch delta 3547 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 Ipvd3<073B<$p8QV diff --git a/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake b/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake index 435607b..e484b6a 100644 --- a/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_mcpwm/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_mcpwm/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a b/blink/build/esp-idf/esp_driver_mcpwm/libesp_driver_mcpwm.a index ad142a18733ee6daf2075ca98d9dff69d2476cf2..5386dddecac7fab0dc683a6f8526880967e5956f 100644 GIT binary patch delta 30291 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�k9NOVIDhLd@GwFbj~F-O+YI=qeBTZ>dS@Pk@9fW_XX zn^*=M=i@gi!S2R`VP^dWlZ)HU9XII}Z4|%z6!tt$uA^BIvbKPk^*H1+MvWKwyc2N| z1hnt5e7FwFlNLTxM+p{-i~p&kXe2%07DYSHi@+uhazZ+8xfZkPS`Z51GH=n8)M620 zkGdToxtTPmK!VG)*j3BAg5$>7{#IO@)Q?zX!LC}0^r3Di@?Wo<<91)>F8% zRfIWZa5@6H<=WBzZeXs&K!Cz}+6+t1hz3f6nSWset-wsu*nkRI$ka$4ydW9VNNIW| zq+-@4{6o9G#@{z$4KbCkHd0*RNVHkB)|E_6G!h3qQk!VIb2=KEBihg*gH;xqlw+{r zde@;oD7uXW&qL0*O+T5l_t@@W5>rgg6p?Hb(K@=$BFp!Nf}}+TN#{1jpBCvn_vRbZ zb8iuDnTFXotC=#*gZX4Lmf#+4Y^L|Ittag+VUzI*ZoNmt%>&uhLXo&Rx`n2~XjRxk zcd*~^)B6O&qQ`4_NTp_Mf-GyL*FmlMh z8KK1P!Kh;WM%2Hqct?U%GUBxaskkJK>W0I}ar@HoNEt&wq>J$8%rzeQiCKLCs_T&; zh6l(aJ^eV{1_e*^dp5Nd5I|}TU>zZw^0g*w1d==Ywvo+~!t_Ufu$sUeG1Xu`CY1zR z2TWFK1fu6E;-3*JG?8!H)evk+@2ioGm%OoBwJi0* zx7L9FwZW!(3-eWGc-I-@qAb44ZvEKe7R;9UaM+$OMz$L|He zPugDl1GJmGeV|IXa-UrcuxZ7B46Y~!Gnhm7gKFk4_ZvZKgv#LQ2LLX8Plm8Uh Y$)TkNyaot6_0(+24U}5%`k9~Oe;m`h=>Px# delta 30030 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 diff --git a/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake b/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake index eda7d39..ae4ff55 100644 --- a/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_parlio/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_parlio/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_parlio/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj b/blink/build/esp-idf/esp_driver_pcnt/CMakeFiles/__idf_esp_driver_pcnt.dir/src/pulse_cnt.c.obj index 56a84dfe89145ca1d3bbfab7d6321f20891cb0ee..8315377cf410e33a9e35755e5aa0441ba6d43d02 100644 GIT binary patch delta 9124 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 Mx_j(@_T9z)9~E{%+yDRo delta 9109 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 diff --git a/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake b/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake index d256bfb..8528426 100644 --- a/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_pcnt/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_pcnt/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_pcnt/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a b/blink/build/esp-idf/esp_driver_pcnt/libesp_driver_pcnt.a index 8e9d3d1fec296a773638e8b962633c6d7b62928e..dc56c82d9af93e7ab71594df7f670d52e975cbc8 100644 GIT binary patch delta 9134 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 diff --git a/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake b/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake index 59c054d..cbc35b3 100644 --- a/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_ppa/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_ppa/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_ppa/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj b/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj index 9304968fbd694cd2f0f677c0e68adce0bf6665bf..5ce0f48dd4994f85f832a60dc4397869cfaa37af 100644 GIT binary patch delta 5703 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 delta 5706 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 Gb>u(5p8V|q diff --git a/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj b/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj index 139e3dfa8f33c5c0705d91539c873e149bce1d24..74c997409422e94615d35f99844bba9d7b4f71d1 100644 GIT binary patch delta 3842 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 MRHMxnPfv;c7q)+R2LJ#7 diff --git a/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj b/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_bytes.c.obj index cfb86519e2a5540dc49d9acf6bd3c9508b19c3a8..4c63cba18b5222773229111d01a358e8634c9671 100644 GIT binary patch delta 4481 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 delta 4436 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 diff --git a/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj b/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder_copy.c.obj index b2a2f38e1ec58282533553e3e3ccd1eb45444eda..593619cd7ae4458dbc68dc87e65d0186aa39d977 100644 GIT binary patch delta 4287 zcmY+H3zQVa6^5&)d$zl$r^|FMB9xfN+oG~~bmOkVd+R0wmX z3CqCrc=QZ~>~;(bS>c@qJYU*)9-W>=9?M=;hCfbNI6_!fxMkLSVP1&wp)WJN(7|*( zGDs?iKra#!!t>roKuegd zsJrZd`8maUQk^#E6bdNCE|@JSD`bQ&Ks<8|OipF)NthgK6WaJXb&pjTupWiD50pPl ziR9<#={^|U0uhxfF~WUF9;g%|CdXhp?!&ToScs&2NPTYgEANYX-N&km7}HBmQT5@% zb&tU9Zi;&;AqLBGRO&t(|1-v4A|EBOS&LyJITqN=?HK6P=AOn>9BVV$coQtqNH^y= zgxrByMf#P$h}99YMLiSlD{nxpPIr^s_E|J$tNJ=TF#80eIfErl!7_3}R79Odm&%ee z)sV7u{T@oxWDlf2NL9q-&5ID-8Dfru&AuCrdDc_Q%0^6FOZIUbt47DV(yd1gaz6+- zqctcY<0Qs-X@C$K8=vkUbT9P!jvvlgZUo{`+|x)eH!ip z8Q~p4GQ*n%Z^%1L8_atM)3Lm(5jE`n1@D49dm}TW z6Q1t?UKMkb4U14?tY}g%vyQf8MRp>AwWgx&JPs8ILzc&AH_Pv-v2MCOjuEn7YKIhJ zip(IT?61Xg`2p&a6YRd|@R+;>#mQy%L_~N>_CXl=q`d;EH_DUbdDq?+7h;Qi9K7W3 z?PG}coNNLl`3L*&5C`OLO8JTXD8#q&W%7JVE8kt5lJAf@uJ^$?IR`=IiPSSl@tvr! z;u*JzMix{&(xvZm%ve@rG-3yczNQi@OFHHV{}YraQzdO#!cVAak>18p^@~XVd{01= z`H~NN+TTgBy0ESh{%rMCr1#h?r7y4*i$o-4J!>q|AR^SAH7Yno6Yf#cPE7cXnk@S} z3I8qC;^pE8sjddLMup#BJ?Ql>kCL^(cIW^RK!KR6R?wd;#87@ zSYs!BO9Kb9Mv+IU$R^e(^0(w4!Wu=EtJY|4szKIfwpIxL83HntbyE0Q+6kAkP6+=A zn#wTNQusBbhqI0ge;NV2j5Vg-pw32f#(I_VbIm)cqLJ+Lgujlkjba@UerNLkkhLrP zn`p*Yvc^Kbq+0!4{v^$NEL+3EUr!ZZ#Tv`|v3k+Z#jhvp)oe9{|FZhR{{cw$EoYK9 zurDAvg>^u3D(iscjjRKbH?h_vA1`N;x3D!JIh}Pt@>bRX$rjcD$=g^5BxkVJB=en! zWOFAbIfs1#$+@fpl0Rl0ketU_lYG1rlU&HwfMhFcP4Yx1CfUYTO)?%Mk`rT0vdF%G zy9gtkhT9X_ZCz3Pb zO!9vA1tizA4oGfb9guv0wI;bQ&LkgZYe4c5)|#XzndC3os!0x#L~?~>lAG8UkbIVP zKyowdfaDg|0m-ebHObSGNj}HcfaG@80m&V#1CkxA1Cr0P4oL1~tw}CO5Xt)!O!6i6 z1tec)9gy6`Iv}~5wI+Ew!6aW}Ye4dK)|%viB$IrLt(xS`$vfk1boLx9S>2TI52=48 z2j;ur^DU2ZUmWqxbjp0l8b|!~YFtIJ{V+aQiDW*M5TZ7MPfyfJR5*=LiD|8UM54x~ zXWUMZB9Zf6#j_H1B-ZJeQ-ryW)SWeSS+>uh$Z)6v`6troV!jH` zae6MgyPdBf#E$x$@sZ7rtAPu1+Ibo(w!_pV;?`En15-*t9S&my^*ro1KF7Sn@GSuw5r`A#1 zqvO5oT*D};i>n74Bh`}Xh6y_{H=}CQ272elb)P`#(>;k~7M2u#-LIn_>1IlG8T3&6 zdMwqpDcdmx{bwdt`)|3-9gtH5^x=nnCT`z`)4qHFa?B75Fu5px(9Gb{X^# zvi+0db{lyVTaC}ud9>%$f<>c^Q|j$S zt;TZI^pnxX5w!;GF!eFor&L2*Ph+*3(AL!`sHJW7;cG4xqEXFVm{7agV#dAdy|#LM qXiua4m8xD`k9fn;UaM|jTpwO_xe%Ll-z|${;f?cz*sJo36aNLhC%umV delta 4292 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 I|Km^p4;Dqfq$ND$sRI_lD3(VvKr9%juRPFb zMT27$4FS=kJj4f6A7g+r!B{~l23l=_Qbg%cpgy9dDopF6we>Mo`u|S8JJZbU+57*# zbH2y#p1t>E>yv>^PX^YP8U4F*eO7xWC`9D2Da1~E{{Jr!vX8q$1T1@V7+*%-+X4Ct zO~kxFAo#Q=ggM{BP@9>9b%B6glaDVen8ZA@FN9%s=4SF(_SH7NLczl@T2^rR%`1di zPU}A@k~NrNet|?*MRGb__o?P!X>JTGc^1+okitFyN60#;$5R-?<|Ne<%#`(^GRtj1 zLf7p^Knppen19Uth(dL#v%#jy?~puHX)ZTVgAsTE<(o@TNVqWj3``-b8)JN~YR{`2 z-5wFb*%aMEiR5u)b~ZAX?Vj~$q{raKV5 zMqa6k?aBqK^I+U^jmkhWA|cyQ5^s6e>I7!9|OHj6t3 zW#FbwQ&)%g1(KeMJA)G60c9jsu@rPe)(yn?Q#IKsD!v8OyqYrInJ~|g8g4ehZ$7PV zb4J#*0ElqkKpBQR95Dj!K3Gh*1)W%~iwzZYe*t@*FyB;fI~B%6^_7z~R;iSm{b3El z#o7x8u%(6f2^Pgx4d^uDrmfiR!DrEF=6#xZj~k-vx71B;iP4}s-9bO7#tLD`Xlx_k z$bKl9pDItlC|f~8UTlwnD3jl!5IIVF7RzJmT{p9Q4noSi?IYO1&&t`f;u-rt;PZmq zO`d~xnG|A&T!+@=oA#9m(zP>qM$}ST9T6`_f zs6~;&K)$EiA~~a7ZH{E)FH@bVBHg!T3GbXb6d7UksBa>dXN30!Wf;mDWIv!Th7IUYOnCWJ`vvUJ7v2-a=ouiArS2uPk>oiwDOzoGsvD!(x>u-*v3&nZgg1+_jALCayn_^P zJZn_hLsd>-jVd1||D~)^w?lYD@+COI;}B-gOjC)vf?C%KljPjVe=pX5WVeUj^0Ymz+)B6%#qBp+j+PjUlm zpX5f?KFLk2HOY}lCb@;JKFKFoYm!Y#Ciyg5HOZ|>B6%*!B)i$?libGIC%K)qPjUxq zpX4uDYmy5Jm}C!IeUiIa`y^jv?UU?f?UQ_owNLU_tToBg1w``O0w(z?`+SmnS^Fe^ z&DtlqkF_SbppZ%KXRA;00BcS1@j@o~I$Jf#!-e<88|m5e_JB2<65eZSVX8KlkN2lM z#dGnDuc4>RY1Vkgk5+q99iyMen;?B73Bc>g3)1ILjFn4Tk@W{tk4Azvahpy~ay22Zs_5g%Vn;l+_HQOr6Z zybg6TT{(U)tr}d^h^&@50*}1poIz8PbY7T_G5IBemSZyBM|8}^!kkO$-cmZE+KmM`!L(v9C(!DS+=IA|({+clFSMW#HC%yu zo!1gHQ^-fCx;}m0n=a4OlKooDlvVnidqAK5u9D3(?>Ab^kvqZL`K=c7pI zCQ5H;u~$;zCU*bC3>0nBYrQRk>1T3znAUmo|4Kb<8Tgedg8~C$dXIx9`4c^Lh>vTc~Rfq zh@4BJSBscDPW$I2JuNAF)!CB9eEK~($8-xqN?R=&l%Dbh-N@s5T15VXCj5y5&?(;e zvpo+zCWU#5Tqn&IsCWuR))-D~euf~bR|ZXL-+*jJOou6v+fbnq*P=}BB_Xw_kS9=~ zk#N>y{|yx;#W9lR3B(+H5-k>97^JWQ+;jGNSlWy9xpA(=6F z)<%?JTr>17Dyn=q(cJ(`7e2!-q8a65DYkL#&^cPo-vuHc!P}2d^)TvdNbz08LJY!& z&EQkLTP@2~O?VurjG_8QZ-n(B@-$GZ!?f)L^ii@M#U?T?&}1ZbbOfL3ht!c=m2qqD zm$@iP?lsGUCGnP}O}Dg;SlZe&>f#aC-Mak7CF;P1m1Wmy OzE6lxK*s;`FaHOO^|Rvu diff --git a/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj b/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj index 8e505a940cef5d5713b9822a0a24df1a03e7280c..e4a4d040e7c8db98fc2e6cfc736de84ab8dc7f0d 100644 GIT binary patch delta 6363 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 diff --git a/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj b/blink/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj index 46dc9723b0547555863c72aa3ee475a2bf5c5e6c..8337281e26c4e1a4b43b219f1018dd4a6b1aa727 100644 GIT binary patch delta 7236 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 delta 37520 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 diff --git a/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj b/blink/build/esp-idf/esp_driver_sdio/CMakeFiles/__idf_esp_driver_sdio.dir/src/sdio_slave.c.obj index 2b6db784316663c053d711619c311299328b26d9..3b8f16ee2b3880972d9a86e6ecee162d8ba89788 100644 GIT binary patch delta 8280 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 delta 8256 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 E5Bowr2LJ#7 diff --git a/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake b/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake index fa0ffcf..6a750f1 100644 --- a/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_sdio/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdio/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdio/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a b/blink/build/esp-idf/esp_driver_sdio/libesp_driver_sdio.a index e59ca0c27f64de4eed68c2dabfbcdaab61959341..11d7292fdb189db28eb50694afc668822ea27831 100644 GIT binary patch delta 8324 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 delta 8331 zcmZ8m30zc1((fJy2BsNw26SfRav0=BP6b3jg9ms74Fpl~3V2^Ah^QD8ToEN+g?VN* z(HJ)xkHlmWO`_}it$xPcxNfq!+{8_?CedVbdgL@FU)6ivtNHl-=z9NuS52KoPJ`yi z3`cuBV?pU*>yQh&jD`P5_)}zN%iJ`^{KQ*=F|#lQAuW~!qOk}`Vay`Nq@zC(l!`VY z7=2sC!`NdXMn_=h#qJQsY+_svVpVj71N2aVmx}hX_qzEL0r!V=PQm z<}%hp%_MBg8`<#v;YQ9*jkaf1$T% zu^v727D+gC9^nmVEJp0IG3FIVIb*Tn5{^_K5skKS;&N}s;>BrvP7q_W7)uuaz@Ddw zKqq6V;zjh+R}3v=EKMYq^kpnv)S=T1@en%A6oc%HWr^?5UA9=&kFkE@R|jML#b9hK zM?8csa>WrGtUU27>I@LY_?$0B!ocW6%LVjSEWUzy(S2G%v3YA~Pa1ABk7Bl@e8gcA zM>1Ol&WW{$#1YJP4gFhtN*vB?i8%09r^LOOEie|(Yy((fg)lV#fc zaa^q7lIY27Lvc2&5fb-cwvTb-t&tLkVF%%!-f4rY1|sW`Y!PQ}nk+>VP4W@2* zB@SV>hcP~Dti(2EI|0x2PV>BrOVyen*&t?{fHPuElsJ&t(!t~@^8B58&{wj4%=QfK z25XwcCT2Se4|s;OM~#(^y-oF_33>=eQSB*uZAOE_O*9N49V2TF_s zTZEHuEsz)oc01J%R;nn*ORS=pAhC*KqQokSYKc`8lO$GAOqN(hF-2k{ir`p^ zA|;lh=!}(7%#kX36enV36m^o-qloCEM^Vs6MzKs*swkFAtfE*Uv5KNuVimb*dkdy3LdXV5fd+?_`R%DQS6Xd zMX^(26~&_xt0*3mSVgf*Vim=1iB%MjOKe2(c05J#T|7lmnINM$Bvte%)+Wd(o|CK| z#gzm-3QJ;^eJ?Gy4Yl?LF#oaE`Q>4r5ce~u2B3=G?x68Lu>d@t|R1dnGl{y`} zc_G!~(D#(!|8;5)0^Ya6p>Ha?qAkpR8)o*+ap=Lj6dld%N8m``MsypWMs7>f$n7&} z(ruDbv@vvhIZe7vSG4Z7B)vJ*PG>>BqC=QHFah34pTlp%JsEScd^#hSpN6X$nX#Ag zj9>Mk zg`xc)#quM)T%AMD(YX^G593vCeMfo3alHT=avQzDc#B#;P&D@W2DSX5A~4z?AvUi9 zoh-}C^}g62E5DJI0lk>Lz=Xs#Ntj&BJ{8`~%XEa}O>F&EIk7YQRd5Y>flq-81E!;^ z?0gTu1eI8(LsNcf>>uB7^`@k^Hvx!a4rtZ zQ7q3wOhGR9!o-41$D?#7k5P(2%>EkeDk$ci@KFIZ>R(91T~?Uu_0i-mkcxpAz;qg? zg^Ivgy$%OZ`#9VzJj?yzcu}eMI88iAl>k&ZMptK-YE7T`_(8djZdL{Dbdpki>lBZ!vl^NPk`{|CMtT+G8EZfhli}-C zrK5bESA_1Xs#yAZOVPToYsKWN-w@r`@*&dK7fMI@`ce_Puj--F*LRB6eSJHWeB}-E z;7*!2Ook}@&Da=MI-wKXG7{HRg{y_u z`#Em;3{jP91EDv$r5zK*YS#idT{@IULePkz-Ih_d^eYdcEN`7_7fc$F6Zr?)-^nJO z+v$1%Q%Gxyfp)w83eS!R@79CXXPUtsawWlgBW~pvQ5(|@?gv*2?VuS3`q`a_?OJCV zh;er>+S0QOXy)#|U>~)VuZE6Mk^C>PZ&YN#A84iQGFgs!F)ypCy=Tz*XFRgQMB@Xz4H*k|}D zn0H?^-Z-6DcEKSm&2av{GM)+%OIOjH+A8Np)}qsZPVP3sz%khQ})wI-bPk zBidzi0hr?_Ld^YSG~<3U>RCxf{juzVN-WLLSV{iRR_gx0uO!v{aiseBI8qf=q?(MS z8Aet~|F7Kb-*>+19-cwFMO-y_Jk4wi2!ARuhS@;)Gl?->Uk*hRvNKi@`^_DzwS=$T zvFao&?|-~$Y+GS3T5Ts*-v89rV}yUYV|5lcp15_Vt-nFg#D3Xt5^IuI10A^U5#gr@ zJWVeXVO9iQY@fm6iMiR|5UtV(GW?#1V5NtKzYt+l1RDCo`)C-3IlTx|G#Z8z(L)hv z7(+x)MWA6KjHu3aq!S&bXf(`$u4)e-21l!Nvqw{9{9Tn5L?kEzy?%fPgh*5bdc6WM zljz==rQnAykS(L+K(yr8t3T7)`|ZyA0!C$dugdRH9YNLx$NzsFa5c^ND!i zF2j4^$dp`fDbXqiBEvC6s2qq4zXdV1)Ej__gIKK0QO`z1y&_OA43PlnD~51tH9W7!3-VQGfzwH0`X44bwjlkfH`p@ESO1F$7a6lJ%yK%2vFBNjzDvF zBrJ+>F#AI2nnfOuVrhnpv#9aZ*?QyCW|Nx(v#IgvbExrlEW6+-EY0xh9NBo5@@6z% zF_)|!ol90#^T=vBmR+zDOEa9DM-7C|*BclQ|mn5E}E6~N)yw!HDO3>Pz2_{X4qRtjsIAuH=eqP+%zsCHyMk` zO*xibumnppXp3dzKIOrPu6KP2ZvNTzbOiY7=kREVYRKgyVO)d9gl{9u8**Yt(tf=p z&4Ms*s<0yQFGU#d9&a_|wCu*KUVNIoZ`40P-z@U^PNrGEkbxx}NVq~f}w zG54qRR@_ho?i>vw8$Em<6g5`xz0lR@3C*Lmc3Y_!!*#AvhG|y$p$gMq5h~08MW`?> zicnz&Dnf-BqzDzJRS_yoOkd%_r83NJs#Xv4{8AaFL(wYCP(|orc5k9EGn*>-8E9|v zgy!N~iHKAxMwrK&avTLTo8u+#k6nBT%*&qP@5A%UGVyik>az7AwKPIrJ@;`rpNE#^ z?t~(mzZ9K{by~n1_JDH>knd!+SRb(5rGD#Kv45%lm;VqHfDM=N%28l`PNhoQFm_x~^ z$TvutjEaEOP^vT@!AT&oB0 zCMaK>&7X#KtD`Z2*pKDk;N0pW-VTASMZ6VCTGRL@Xll*2-;1eZaMqn<%n5&N#jG#^ zzG^MzYaz2Onb*VQw!z`4IE}%^EO&PfA&{m|d6=^nUT%xyA@J|ExbSS8)8Hb#BHh`B z-`;}<=^)!#1~F^mS{CB;1dq_EAi3`n&za)tw2mMy$ z!Ooh+^RRJ!c=$`${jdWey%%8n&KIyc?4WHJKAWAR;mrDB{3{R}{)+F(Z*NG!OV6)! zSa=6ohh1^gSmruMV1L4{Cce86UrL=XLTzUjZ-DKcc{vj?LuO(ImRu~t(j=O(^b^N% zUz){MeD)WQVi_RzV`&jSECaV#bIi7b~zdi86faHHl8h-ss^EL*>Rw zJl+m(%;Npw-y0{{=A%hCf-g2j;kFZ-^FwZ+4sS}R*8}|? zDmG6D8JUEX@!gs^E8)cE2YQa9!TMcxasy6!EZ-Q^h7Zm{$lj90{{yqOB;oFbEh&5n zoZ8~Xeg5v20nrDjn>+nZqGoCgW_0|Jvvdh|1b;BYpQwgI*47xl5h}M%=5NCbTg!PO z1VIFU#1{wtoPPo-U5V~1=pyVE57@I5mqIZb$M8lpPM-%0y2`m9{JE=`&xC+&HGC4x z*_IXdS6pSTseS>UG@78^PG=|8QKA! zr#Wx& zFY)`a=cqfj6~EQ+j|L3e!B|Z&W8?6D5cRMc31gzFKk!XHy5GcK0n1CVA-nKw^nW4o z3=W)M&9{*EQVD;;*ZNY?Z0#TM+-Y7idtU9aQ!(7(f9z&FpV7O$s)Qe_DlsMX;bXM6 z`KB^%*4`jdr+F8k*sax*IHR2=;nG4Eq6pJ!NUYL)Bsw*}IusFFIf-WN2@*H88zeSs z#fwl})PO{__7RB_TGnC|5n3CGTI~%IU7EKZ#Z9fA#60aZi9jv10Yz`EhD5IBBQZwv zTY}<c7wzvt+)||O9K+;wU0=2YFSHBY}eYBn!e_5YV}Qe-Dwg(Xraqc z?AB^Xe5(1DnU-R+$;(lk*Pd989)H?_8AMDw&aNQ7zL zl_;9EdJ-ktX%Z<~=z}QEX*Ca`L4@`mi5Io<78Eez}krhO(f^tPkU zUTsG^vir5q3E>2;L$p`(k@!&a>p-zvEAKER^ER!e!{p_QwI@1E@qCZ=Dv5Ws8zjzY k;p$k*YuZ5m^8GKgzK`Hvj+t diff --git a/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj b/blink/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj index 8f9437457028aeed78cabc8227931bd9416153f4..7718971657b5b988d55f2894e347e11f3955ca74 100644 GIT binary patch delta 3982 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 delta 3991 zcmZ8k3viUx6~1@xzuEs!cF(?dv)N7d2}vZ05rRAnV3Y_JLnf2nfu*)&pr2? z@0@$?{WnjnGag-M^rYnW7t-^+`2#K?+zBPbs1hM2i;I5_)Acv65Dvq&*Nsk^i=9HK z6cn5XqIKvT4p(nb2*YsRw&X71Y-5q>tSaNq$Y85_A5c;oy^~jD$#R4DIM?{m8O|VF zsdmtYNqUrI;D&Hvu7Bnb@-sx{T+6=6Xwr4zt{R7Za-qPR*3XV--AfY>QaV8 zSVDDpFsoMy%seiG?YsSS(jf%h1wMji0VU1muqYma5n2WZ1|5cqliu_p7}`kiO)ZGo zq!+QtqP0kPDWzbvj3z+GO}n7)p)DmMFNpRa%U*g7+!YzvYBNr)bU zPM976*$6F#p(q_fPRi*FcE#v!$SWubT5@>)raSgoR&Ae5vC9H(e29H(hK zRx`986!Tfy4Rbl#hqMi$DR4HFP9vsj8V3h8bR$-W(MVt&ErL!xeFrKHv<8w(X)8=L zQYY{-nh5!DDg%iTG#(_H$U*=kX*zaYPQ3_e6s?E-(eyR;j-h_6j-5&UaB~IS3Z~7p z4UWgrI7Bm^z6R3?^d?rXq`QGFG!Bxh=+B7eYI+nVCej!5*4j?i~1XTxhHOE=>?hDc8le-NFMJ_DA}S3nn? z2byHs?6-kXDeVN7(Qcrd_5wZh4?L(J}t-;W%7TlqRL{p3-wKNYfXk zEA_LGMnE83Q;SNQrtU1uI*6An9W7Fqx!J%ky;->W;D`tuZ z7C6K9g!&iE(!MLiUWs;DWgucQ)wHAji>yn2dH+k%qjb;=)tl`Lkyv)O2Tw&dgQjx<0 ztFT~LV-c_%VfA8S3UwYdWPKvbGafg|%gs9`v4zn%2RUl6YV7(OZP%X>y>;FqA;&~- zMtYj>l=O);shs%7(%2mAR#k~{hqhK7H zVoPVTl%FS&UI<_GqAgwWgKlmaYA-&gq?;v=Lrn~MNuRAq$Z9>SQAtfhRZbKVybs3zBTmUA`#u5uPQQVZf6%nfAC2^L##%9vfbYFa^?9;Es zQ~59XVE2RM7j>~R3+`D-}4fGFGRWr+45atOW(a9&G2KM zX~tBfCFgpli-Y`}*T-VOFkBSP=1$?*Q$tH!Ae&LVk5fIE@6?}AE$N}9Okn5{y*^Pf zb~RT_vm9@thiUt-`g$Y)!YOAkorg9Xt>y&yPQ?D=>DKPo|4f8r|G??Q9@+LFm*l0= zrp+cEL6c9cMc%7z2banwcCZP4H=x)-@1ix2)=y=Ft@cM`ukFAILJBQ;A7AtR_G_dz zZqFzAv6UwW=P%`xFiNi4|%6 zp`K~wki--kXpO0fL%FkNlg#PkHQ`#D{FcjE>qcnIKx?*XZ?$Q!!Tdg!_3MV(KjTg-nu(c}|*^lxY@ftRTV3LPKF=mT)sGF^CtLNBx>)g~rVr;!-GlXq(VF{s zYiB9{JFy${T`b$Lx7RIqkV9A3rz8B`bBvt8n>!l5&!Q^Q}0-KmryMZA5TR4@qxn)pEZVCJEqU=Y?;Q?=EcVggQbFVb?CrhKo^4k_I7#OqQckThX>_eBn{aoq5p%qPe zxkiW2w97a2Lf~<|1NdX@{H9$V(w#ssglf0hj7efkKZw_qOcO=g)Ov z*Ya<>4UY`c`;o0l)G64j}zTng^}D%EX+n%ZsHZ}$3?pEH&~?Nf5UZfBLDyZ diff --git a/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake b/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake index 79def0e..41a10f2 100644 --- a/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_sdm/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdm/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdm/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a b/blink/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a index 750583994d786b9fb9260951cf0b448bfe893a2e..6d1861daa0b1375a65f9c2e00d0ac4155199fed0 100644 GIT binary patch delta 3829 zcmZ8k3viUx6~1@>e|P^s***K-&Azg`c@hXDkYIR(mw=&yT~wSf#wsd^5fnu*1}s|z zm64Zt(WO+aqg6(c>KG;{wK}66P_z|%wMsf@rQ(dGb-*f8(0=D`kWP2ze)rz~Ra>aT!7k1cjI(&V3w~`}aN}9HzV9gGpMQ zP9cme1e_nn8ZkK>?rk9Hg=|Q8zOO6#h(VzZ9WIIZUJMCRblPN#vZ3;1=4M&%0M3) zc!V{jb%P6GeXbRb0g(;_!@-5Teh=pC=I~lxFHw&La=v9qsJt<2N<=S=G3r1dUYH9P zf+hncb#SDV3qygrV9TVp5v`N9`w<^4C&WdyNW-ER*bjB1hGmq6xpJz8jEA0uyq7j1 zDx!YW%}0+R3O{wAA_0oPOOQO!3egv^7N*q&2t{ZG0*lhkFchQDQQHdo9%^yA9P|X) z2rEg~z-5XyA^kLk!L6irn8?s6n9foWj&oE6ZWXdxd<~<~vLHkw&4$o$`U0VhpfzAL(Po%vrm?`0Gy?Qd^lvD)&_o2$O2;5Sn%aQp z(e22ojc$R1G4v^P$I?3FH;#6~&3KxHK-+06bSF>_$xNhA5$Gg(6WqykM@SUJ6sia5 ze0l=eOr@oyxfGQ%_z_US@!1a-l= zr2D;mkc(NCTnND=1?x^~2D*e%4Yrvwf>2xJF}=O^L9Bcu(ZSvoX*OmWY2iDD?7b_a zx?5yQ`0fV7d&l5DDSYR{u=nSK`-Je_iJ-l!2KRB{>tcI_!F`4BjZ?G3@j?rHd+#jo zgt0&jo#wqO$Q}gZ=&=o$2y!q8d@Q2(t}#wvXSfjx%}FQ0cAGh1XgnJ)6~K2Jtp901~?E}iK2UP zKVZXmuTcl7@Svwzl6J7G;}#q4fJswCde!(yBC!dlE9hxtCuu#F4mt)jgz<`65{Vaj z;ITlPpe$$`P|}k?2R#oo=yyPq_5z)B5a^--pqq{YEjkXg=>d2vqep?|^bF8L{Xj3h z1|<3u&_@kO)lXkx9iY>|AXx}2M6VYxh3Oq&gbo3tbQBn)6TmqA08CIhVoy>Gn4NGuqbtSDv9WrzP>nsfbbMytUioOO`lR(vL$OEjU3Sb@80P86Xn?r>08z=|H8Llsp zgYlGFA5G^UK;LBLRBJWLY`+A)oEF@ON!aV4DW{X}IC~<_MP6WE1cqgQ!eSkoKhlkGJ1`Po0cb2PR`3s??oi%8c;ct{P+U0-FdWvuiqqT^+FmH7?OC=9 zRSRX^9FIpBm!Q`|Ib$bw&MyH*H>`xC84FTwlYo|uzHN;7{CRBbD-c>F=H7#r5V30) zib$n9fOXdPc%c}nb$4M`W6xIyV>NPt`X*Kr5YUf=N;kvu3twIhs~8*j42~m-5;Y@* z?<2MREH!tIdX;(=)D&A7Qlh3z;k#1V@#)f5`FOl=6mOBB4lW;!La7|WSPN3L!gvdj z_|0gwGXZkoHAqBjbj<>UkM3&3DS>dbd`j?53Fc*@NlN%bfdY! z`aQ?WReIwIo^-PlZu@`6;}!41LM#-T16>%-#sc;uY@C<>!uS+U zRIMs|E{)QWVf@Hmb+S69Zd)a~b^XqQ?GM#K{s z^5IrU)Gy%kZXvsm26=-CzAiJBzJj^XR3>9as}Q$Nseg|YehLIzJ^ zrI05E3A+lJGkizCPVoCuDucXXzeOwkghWf8C1E3ctpqEKb&K) zL6x!?sCd2sl~juwwoS6YkUP-e_*JJ5YG?w#(X`f%^H{438l4!Wtaj?G)?j}Z)7GhJ zLzj21yHcx5ysl^1P;tseUI`?6;_p-Um%J}l`#r`#>y`=UIU+y?5)r1kbD1VnZMo(fT zFAl)Q7%ReR*@zKxsd{3>jjdXsVHyiuz&Fa#Fo!Qx$Bd<@kz<&XujY)I0Ic_ckLy*Z zrZrV(+$fE?IKw|Kjc+RPY%D^Dn75{wATA83dz#wh1ocW&CGf9J3Hg5C$)=;t>dc+V zKL6E|O?7x)v~Tf(Cp~KRf>_z&?wb}hU9-G<@%%pj(!aRXs?%2A@!r;gT&wE8%gaBg z9^lt%A8?L}oyyB2Y9Y{4yMfm$_kZ$ohUx?!QQLvb)VDxWb)4QOwOV delta 3848 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 diff --git a/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj b/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_host.c.obj index ed50e0a995ed5d31131cf9fdb93bb194e71731d7..8f60d17354717facc8077b26ad7e6a364a6df0b9 100644 GIT binary patch delta 3573 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 MNTY)1InB=h0pjhF4gdfE diff --git a/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj b/blink/build/esp-idf/esp_driver_sdmmc/CMakeFiles/__idf_esp_driver_sdmmc.dir/src/sdmmc_transaction.c.obj index 277ba5485d614e0ce082d2c22cd410a97f8dfdea..f348e742f31c4f03e681c367df985e40a3a83bef 100644 GIT binary patch delta 5162 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 LO)q4&=sfmc4}XD8 delta 5125 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 diff --git a/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake b/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake index 80f0445..83ddd0a 100644 --- a/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_sdmmc/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_sdmmc/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a b/blink/build/esp-idf/esp_driver_sdmmc/libesp_driver_sdmmc.a index 04380bbbf88490df7c0e0c69c874bbb8d2e7548b..96483247a0af1cca4f0ba309cabfa8b72d83e3bd 100644 GIT binary patch delta 8912 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 delta 9055 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 diff --git a/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj b/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj index 2eedb772060853a496994a2b99efaf1994aef492..a1f6b916071c14565154b2dbff0a1e3b6c2bc741 100644 GIT binary patch delta 481 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 N952i_Kg_@W{XdQ+f*$|? diff --git a/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj b/blink/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj index 2838b93def719e49cd6ead432c4dda171fb8d138..e486daf74a70b1a2ca3393458e39119b3c74e7a1 100644 GIT binary patch delta 971 zcmW-fU2GI(6o$Vuot?kk?b*$?Y-@Mf{?M+<;*|biZ7FS~^#XyF1QG)=K%tR#x7*#W z4HDFHq0$75=n07$eqw|mB=R>vNaO+{u_Z(jNrN|VrG=Qr3r&Q0LE^i6G3Wc{o%cNF zop0v$W14$RN9t+rQbV8Nk2*>PW;LbWu_a>+H9obJ(#Xh?Qu+?1RK@a|A{LFTeSR#O z?ZO3{w|=Dy?@CIC5d7xyiT5)uC{1O(%Mv)L#zF9 zMFjCHO+5vg6Rvzv0qA8Bt0@vKjpR4+*yK5&Ej}-Itbs%ngRA%|jMaP(IhXLKa7Gyb zRl|4XB|Bbw5c*Pn53v&5hu(TVWGL0Z2W7h*-PVj)Ev(`2l5E5CB9EbWISa@s{@PS( z1+Rnu6@Cq5mo@0Ed=bh@{uBE){sf+O4uIUj--FP}9tf*=T7I?TZ}ft{nty}8m(Sqc z*YMxS)5l}*_wzLn26!6&*ZCK4*0LX-K`vlFgm0x~u+bMR>2R88R^E2{>oy>U|NTHW zdg`5rp!oNdZ3lR=L!v*fUd(1{!IrTn`M>E~yJ9v_DK)9b8JA zWm~W(JdI}B-LimSy7onXty|=pN+bJZ?*)+vuDx20+ul$_dNUc&mK1(;{(RiBn$co%vIv}TWX(<1q*2~bu zNhk{wX}T_*`MtDWe#oaum*=Q6vY`Ob7CBLPneNG*LK9i?S0U-^>QJgn2F4?jnha51 qdMA@~N=8tR$Y-eYausz@9!(~FRXs}mSN6t=A>Yg>{sh^XkNgjA7tkmG delta 949 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 delta 6829 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 diff --git a/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj b/blink/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj index 65dfbfed3c7b3b99087881bd648cd0029c5d987a..8cce40256be9a9d6ee5a0fd6a89fd70cc38e0fad 100644 GIT binary patch delta 3415 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 F_dn|K3RVCB delta 3397 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 B<zwA5*taPC?HrU2u*k^k04b7 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 delta 3621 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 P%hZX35%^I9_<#QgJ*7o2 delta 3460 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 diff --git a/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj b/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/common/touch_sens_common.c.obj index e68b053827922e7df8be500dd0eb862551754759..d1151890823385c57d87c0b833be196c4c56b401 100644 GIT binary patch delta 10769 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 delta 10759 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 Lt%*E2N=f^FvKvJ? diff --git a/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj b/blink/build/esp-idf/esp_driver_touch_sens/CMakeFiles/__idf_esp_driver_touch_sens.dir/hw_ver1/touch_version_specific.c.obj index 11d40c98644e7dd4f16a77b87ffc7993549cd623..2c5a84c3d504709e62d2b972c74e09d5739709d3 100644 GIT binary patch delta 4811 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 delta 4837 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 I8SMW38#Z%B{{R30 diff --git a/blink/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake b/blink/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake index 32fb3da..22bb5b0 100644 --- a/blink/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_touch_sens/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_touch_sens/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a b/blink/build/esp-idf/esp_driver_touch_sens/libesp_driver_touch_sens.a index deb1afd18e2a3e4f9575b51b01c718595df9b19f..6c181c08af61d86b0964d23ba94cff7c2c931bfc 100644 GIT binary patch delta 15715 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 delta 845 zcmYk4eMpm06vpp)x7_yHJKf$jU4Ar8TeV`9R#*x~NtES`jJ_#6+}e^5gHwlp!3I%bMHOpdCrB?)2Zw3)O9(@ z)}L`{y5ut;Iz7*J+8~7Pyio{!o}*F-AxVZT*p%(`3JppU1#m){Pu1vG>@@$@y|I zP1c>kgmoUtaH+YJhH}+K@6o2_P%&<)*J-)7&vue12VZBT&$`B9LVm?VkbIUkB)O5T zbh6AsdfAVK_QjT+JcDw~KK1QXVLpn0-9uN=Yu`=X_+wv4Wmu4uN~7AkB#kJlO(f@% zDWAKjwf2b-s~k41WafUNF70N@9HMV{oBAtZke#V&{T=qF%~`)OmiCDTwP)!8iN0%v z89I{mGKw;tG!HeIE;4GJnQnKAXMdpH=V|cQdK!HP0zr>2cpztqXHS#Au3CG(@fRf> z3RU?l>Z^ja6*d04L%zm}y@7@r|2{41CDJ~XzKp|o*r+|;`m&N*aQT*(-r*;+5Jk7W zbOGm>0%OcdEFJXHeY7*3h%sA`9iFUjViqD2j?!y%+zCnJ)rcE9OfS$p6rw)-WVWIH zZiu&OjG2pF_d=A681pMO-Vf0zBFqaYco3o^+Q0*Y#0xg`&`Wcn42P%`?ZaMXjCmZ{ z5ij+iDdHv#7bCODfJnqe%keqlnikk3L?yn3RV)}uWZ8ld7d?fKxeXo6J`6C+@n*!8 RoZBzNJ6@H4F}W#|@fWgM1C#&& diff --git a/blink/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj b/blink/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir/esp_twai_onchip.c.obj index ba4cc1991c80b3cf00b3b19ff83eedbed481c284..3eeb2abf27ae55f1b9aca4f19356ce11ddad6c18 100644 GIT binary patch delta 3735 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 diff --git a/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake b/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake index aa3fe37..ddf8aa4 100644 --- a/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_twai/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_twai/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_twai/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_driver_twai/libesp_driver_twai.a b/blink/build/esp-idf/esp_driver_twai/libesp_driver_twai.a index 99600e1b30c796ab7b781f0d76d154562dfdad37..89a2875a223f0e7b36a2ac78157204f81b8af952 100644 GIT binary patch delta 4800 zcmai1dvsLQxj)}IGnvUrCVO5LIC+PJfV_%P9*F|-D3kyR5FxxFmFIOC zuPzWF?h9KlY5`H86ootDfJJ#pLVR@Ds<*X`EUi+pN+|-ChoSxLGgMvopF3;q?>pb# z`}=**z0a9y$(P`?gWObR&HCE$(%%UjTQ&vSW)p(l} zMNw5tHg9B;y>BEcN`l8#i#hF5~OXvol>JF#0>58IH`xev>IT0a^L1)Cwa0RBD*I`0>M3>H2_I~$(&AzJm6UeA&l92D{7;^r(UZK^+n?^^bG?4* ziaz3v677rDWWa7Py1?H-v^9D;vmen#?#sHy4#OJFxaTNr(zx8SJQVyZ9gZf47OHe9 zx;jTA^?V|KC^tx9zB4yW3DLK5i;BF<+Gn&*Z=11n-t^h6^Ov&Ad*-qE^L!j^R z>!5r1;#2MPAJH#QSyUR&FP(0n5iCxh-AL zS`FU+gc5e$Ob4@?=kwAle%i{%UWt&0uf0-8Yx&+QV^}Hd=!Fgsx(Zn9xcO@Efe?U` zT(<21NU@lT!ID>`T)+;NmWTdeHJ~b!-LA1HjG0(WQxr3c$y3gbF&t-BhQ_tB{|Vt- zvXwXoI*S1(iLJy;GW!DiZHo3j-*h#Y_y-B0IFwv|_-cu36^twFR{$Y)(d z(sO)bU(j~IFA+v1ON3Lrqi>qyi(Ex|Pem4M|X*L;(Reuq-o#}>6-G)x{6+ciqJb*IU*yI%G!YZPy4G_>d&c;I3E@qY5M960D>OOU+`_7*bf zXJ@gR$>gg(!16?ii9A##?l#dJnkx>PXbrhV#7y4GD+t_IYv};KRd*mlU%h1@%p~hQ zK=9pfxeCFqSIe?ZGxpo|e2?G2#O?5FSkj)_Y9V*ZbP3v+xE%%*fM#2$JjDQ= zV5p|(HZjXWm6`J9G3QYr8?CK`<<(>EM^1V7n8H2ckcEB{_*D9mPnHYtTnV3)TZ+k& z4~1mKu~&GklxNuh7-Ejt2rK=s>KFqJ-`F3zW@D@g+cTxu_%Exd! zcocmeya=Kc500&K(Ga3d;<%ey>4GRsrEIDZV^Zm(%#pG^wkPaBp9OaUKlmn8f@L_^ zO7Z7ncp8O@djs(2XZa|fm$#3=t% zOv<8yIC5#JE@5rNx@Vqw25K&R1c)ZAnZg&wC*qdaLo}rH1pp343 zpZKJR+y>s&JK(U!;6*FvRdYNT*W?IzO<5_G{oB}UmXwm zPTZ447}XES##G?LnqC8%ufhpNa; zZDMPc(JQB`Xji<)2E=mtS|UyRqF|Ij!GYVm5{CjJs<{(;mUFv(uPi+?u0H`LDYwUuxVp9o5AJq&LX z2l0UojV}kHe%+$EPD;Cx1b%72;b%X)86xW(*@Q(fwl8a2lpko;Ws~a`1hR7u->|_R~g1nYbKIXh$R4;fHef zNYOW(rqWh1Wdvn8mjvPG{4DtyqkW6Lx%Sk~ND9l3B%|WUxlDQL=pTv1GlXzYQ!`tdZ;$ z@vdaoL}m(DzG#!ISG+FSd|_i?Bg8bx=8FB2!JcGi#27o+*Wy{pJmP|6#bS^HY_8Y{ zrkbk6S%=m|yTl7ltsRP)F0e^riwk?Ui*r&sFQ&P{u89vNTaC96*cowJvUkLwG_Xc- zNU~pv{^`)`5NpyQS;bY!-V|*fLptZdT2NGaAsrC=y^w~8KFJn|F+NP57pEn=A_iq( z^1RrX0co=^`@uemt?_FMHS&uKSy((H1_h0+hk}s46Xp~ccWM2zgju!T8u2Pjp NaB=_phxRdk{{sFNE+YT{ delta 4753 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 PWd+9hKYzGi#_xXtB#;eX-Pt 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 diff --git a/blink/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj b/blink/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj index cefd2df111315f27c43e990f0f8d35cf6ce2f1af..56103679513885149eca5bba44e84952f1edc73e 100644 GIT binary patch delta 5846 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 hE{7Cp*rs4W9#gkdJW*19HHQ8* z4c~Tkke-Mc;mwF`4-DqDR&bt&NZd%%np|- zcRLn3KZ)PQY?UZ?3rcd<3HMQM4EZ|O3MZAj0n#`>6;3EOfmEHeaItbv>UH77S+fz_ zS)Y@IU|v}a_t(cb0w=O2vKQ7|P6mk|)X#?#>6OUaqLrv5L@}0=Dj>a0cc9KJnt%}5 zv;~zrv20O21(+{pHDE0#paEsorW8-D{4!7HkHGbLoeW-=us?+P%9$3^a1X3 zXg3n`=xbJqW*{M-Zba32v=pt#r#)y`lq^JvQ6*Lt&{lX0Xj&SR3h4yIic>Wf7twRr zrNy)l%M$b!>`6L-B>K=Sgejp5A#^Ey40mPp10{J7hzRz< zbQp_=Py>=^q(5N(P&xy96QvPy81+RGDH@0S;j|j{ji64HF_KCUY!p3=wWH}O6!Rmh z#eFkv$LJWUj;bcrLU$qLSek+y$I*qjA5WEN#JMWZ_M(yN5XC(oE%9QR{Yt(2_1f&l z^kf9`60(c?D)*nl?db1On_^zR2ZjbA&-{{)d8P{+d1eS3c`g?IR-Q}5VC1<}*vNC4u#u-#*vNCau#sn`u#sn$u#soB za7LcpuAI90Vm7C)UD%wu1;XakEfhAoEfO}mbqE{Xt`au7Ef)Uv)OCu%2)9Jo2-hWS zPTf*rqg%JI(QTQq(QUb~(QSqBx2JBU7>sbMgpF{kg?mq3)N8B=_~9V$Ngp9LHm$fQ5WS4Cr?~JA70aVyxiecL_s`QkM8JVTf^t1O8GN{VwDJb_+xD zm+(sR9v4QtU6$bqVLz?h`#8WJF`(c0=R$eE5=N(Ya0PpXbCm1xd+SMISGirxJ;D*? z?&g3`38OF1u)kjmJ9w_~Yv*a<>TKn{%nAHP3|Y!O$`kepb0hVJyvB4L3-^4+>Oknb zScd~L3qrT^c6dR?p~I7`<3SmR4hvY9-^)1CY-ZhGlyRgvl%u{R%vA*?vYY(g|*x!2@tBZ5}hW;XdeC#E*9v83JUT4DkqG(yg zI5vMIW;|6+^4|TsFm~A{y*b(#J;oB8_`b_S(Z)fo{NDd}#>)R)I4s0zVH6&4f6fS_ z&{y=ZSmU6Z`DOg|cfN+Rm;VW)v}ZY^Z)BCNf?M^yu?Y(ga0ZT*Fb73l$!}G?9IitfNW1jQ_b4k39wM3`l6|oJR>=YTyfp#bL;`r#Q zew^|pCIYG)!67d-2J~W+{!=^^>)q#9h#4C_7^@45#N7S^^PHk{(*K2a*Lit~(M9-f z7|+kgxWoVVD!-YJeuMK7c8%?i;ouXU^PvIx{7vh%IeWPE{<)m(HBNvD`TiZeeXn;q z0D-@g+qcPi9Z>A|3UROVBxaZRZQQWuoQ=8o1}OIzGQH~5qnv90OWxXVI?DjH{zI(Z zyUx>qdcTIF9(Dc$80hD5KA$*Sv9!_mc+Dy2Z9vMO$Wgy?Mqn$CO8$b*tmvy$~Yy{0nHt{BI zwwzlFl)5Zg!#SR3Iq!gGB|CW=O}Ct-fl_mmkFkU^E$7dm`N_99vw4=2C{$`uavLYz zfe=>$JCnyb{8g5J8>;M1PUeHSI72IwRk|TjUhA-}%L;R+%I0(ZORa*j3?YVYft&Q2 zL|ys&n4DV{UX9_96?zYOl+S3Hpsb+&2?VHkM;}O34%mm*`u(#%!=y_7#;)YC-bjOI-u9j`j<6TFPpvHI-;XjOtI$bwky_H$Mj*`Z`E~krdY4( zwYb*nSLY0{uFn=U(tWXb*hfE)mUTnpthRg OeU~fM1>ww}x&1!~9Dtty delta 4669 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 U9c7CScU8%xo{Vyj?&>Q1KLq}a!T#fOM5E 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 G!b diff --git a/blink/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake b/blink/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake index 1a537c3..97052c2 100644 --- a/blink/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake +++ b/blink/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_driver_usb_serial_jtag/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_driver_usb_serial_jtag/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj b/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj index af3d4f6c6652d3fb6e61d6a61b92c90b0f7dd2a3..655b73dcaa26e0857c17004194d1729c0f13169f 100644 GIT binary patch delta 4447 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 diff --git a/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj b/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj index 81f3abaa5fdd9006dce55207a3ef2825de192d67..b7bb8758ce808acb14a49152333675b1a492c0d9 100644 GIT binary patch delta 3266 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 SHR7c`$zn>cfjZ~(ru+{uzdh9e diff --git a/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj b/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/mac/esp_eth_mac_esp.c.obj index f006d09d48a18e458f0932d5c00cdc88bbb79e8e..a05c462a6ade391693bc003767d3786e9538f7d2 100644 GIT binary patch delta 7445 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 delta 7452 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 WcG06O`7Iv)PlKEtOHRz<>HiM}k_@l_ delta 8634 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 diff --git a/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj b/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj index 6f48fe402665c52128f572ed3b2e1e3ba2441bea..63ccc287d2a17321fd81c65cb18dc6ba01f3640e 100644 GIT binary patch delta 6380 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 delta 2632 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 LS;mM+PE<`6cDrKk*LFidT=TWi}@ zL`60y1F6h$pzV*24V*Bgjs_RmDY;RF$#_`H!_xbJ(;d7kr} zk9()5j!wOuk;@;gd02W+ctV6?ju1b&JSx*$E{B8&nAY&YNnyCwUxvVCJ{`m*?IkIM zIW1s!$M@??y5E6r7*>RU{K;R+uC8O?+H*i1^At|=jW7h`k;k=t(uJLmjA?t8lSU%_ z71)AyAYD=pOoLvs!J)Id6ixGhvBBTlB!u;H?6S_1N#V`&j8TxCeAVa=UqYsJG;mJS zcX3DH5oe*HHOb?FU2=sl22#~I=vuZL5^GPk$n)hX$35YGFprNW|mqJzn^|byn}v#PA6?gXE|De@>-gK zS~p!ltvoGajqB(x`0MEiY88kve-E8T?gok>t4N=MQ=)6ASf*Ki)b2{(f#wzpA-zH{o z=B;YF4hFU8wb6SRR?>5vb86dvM0?(#--OPTn$gabUxE`=WypI+8c19bDtgELJwTFb z8N+z<{16YOZa zh4M|Eb^=%PXQm97{cKv7XZ`E2D8a+@e92|bWFkTxQohZ~M#!AJ){zJnf&(v3v zAIthDZNHfOO0QdgKReefzvZ31zsWLh-1MRh@xrD)Ily;e5AmVReex!Mfz#xcN}o(} zt$+5)P)ZeOF7jU1mGT@%RH(fRtKAJIcc}P2$N$|6KT+K8_#YO*Z?q3Oen2KU zOuOU@t_tVC=i$FxAmAn(diiE#n2(7|Z;6}(yUp{OQY9P$b17FNQ^q!sAs&)0z4F=D z(eP@XEl?`LPkNM!vJ@&6<1`f4@W)`T;t}MlIgWm6cnLglK8>+!xdv5rJPfvaZb2r& zbx?2ME-zfUBujdWe+ZnLIS#E>-Y>1j#^`n+ z6;A+3{I#=Eo(JB|ZRkqlE4myp8iPFu3ZE)H52!{J%2?Lrdt)sPiS9d6xSX%ODDU{T z+>!x<;taYaehADieg#@?{=li^$Dm%IvkeXD+TSSPhN=hQ7oCu#KTN0OPXE7! z5#))7Wm}++n&p!~xNavFs=r{JL3bhZB#!k%mIuRDn7?3f{iqd15H%l{+zmPv~H1Bf23sx^qQf8+E`@p@+%; z8G1JDtb;HAKeAQXVfo42WIc@ngxPj>Ii^zKb|AIR+6 zof~Pt*PC0|x^NrK%IQOCm+Fw<=r)SVuF*8@k!jeJ(AX9FL9UJs(oK?ib&$T3Mc59x zUk0f&_mz|pEy!<&(-e}8TB|H+tZ5^SjioUpwj~kE zgK5;FNev}H$1YZRFj}KgVyIgl6n|?gKG2GZni_wov5h=nY)sHTG}Z5}c#=DJX3os_ z&73)Be%kltv~Mg)yH8clhKvP6sqmXor8cts7D^R1N0jn~0ujIW(>{|pCxb(*l=i%I za?RbBq577}>XlLf%}1di(t{^q6=?53YWD!iA1ivu)0acg>x=q5eYy~OlQZP$A(>*A z4#^i>?S2KkAph+H0I$bph1sB!f3J|fl=^O$pwUJ6jw&MAwL+6lodUEqM#g|5?__K z!<%p40|do=sFrvKkbOJ?Emn|_FIyrv z3S9V!4@+0{06i!lN8Q>1(CCM)IaC)jPhndhwSs6iZvKkK^+_uUBWaGvKT&r>BbfBh ztv0yoP20;{$nQ6qTfN{*)_&}?m|b4jRqF_hR_9Fafx^91Uxi-v80Ci?cA^-C?o#9o zYBrrQFTU(Q%TcA%^0V1y9Ylh0$iCpUNUk!zmz%9bo!N zvl28aFIexEdz9gLo^gliF@`Jhggxe%Y_nTwzYN>Et(_pJ&Q$~qAtcxB1T{;%sE(eK zdy8h*K8!}AsbB^NZx7>L*wd&fFDg~lYZ!51O83f4q@}?rD_`pk?yNb56ZO^gfDeYK5=iQ1G&H4C5_I@ z;+mF#jc)hkVu_(j>F+Gnp6q+PH}`VKca%HUxh*7Z<9crSzKfgaQ#m)9@mk*%PtwD?%cOhO7x@r{$hq4*?4@Aj>^pO z44srfHbb?t9r9IqBU?vv@^!YFYGfswrtMNOkq(S(##55!@gnJ&Flk=)O{8f?jzfmz bBgh500@*E*m(sE1Q9Kv4`v1b+$*+F_0tfLx diff --git a/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj b/blink/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_ksz80xx.c.obj index 7dcf0691b3d72ff4ca4c4a26eda62f22ce9e74c6..61de4b46fb1c7b8936f7ae230b22c6a209191dc6 100644 GIT binary patch delta 2596 zcmY*advH|M9X@C8-N$__Id}K&W*^yC5=deq3rVyBNlAt{1`94YG$7X2(4>%p5FRyJ zBAbXzrPLZc{()_z3W_|`DHF7nNjsL}*gqTuWeUZ%bc)kj2Re>5PTSN@zu(RIr#o|h z_k6$C`ObIFxjS~r_w*&-Se{RwEPP;=Ukfm1Px%Mu93k7$>?bCy25YTl0z~&uH zU#`LR+sY=me7@kDCSD=G?x&aDj#fS%I0&cyaR@by32N%&p$z5u{0TVq52@So#N!mv z{XI*_*NC`QO8(gM1;-4y%4nv2l%k3JI$A8!84LUrD5(DoRzC==C!*^x4iG_olB$}b z!!-U-Ua*q0PlGEnR$Gj5;|eXsI0&Mev6ToKFC*V?49N;R-MgNee>YRh5zsQs>O)>& zXZ$Ml;#JH#0Fr@Wh11MBi*A8O6izWKgTlZrg_F#>9Ww;V3MZI#P42Uk;X5&7VAPt2 zdZKT$+!`v1u(r|&J8Ea>j9Wi zghB2rXc8)F-SCBiItgavXB`4EdY~aQ-b8n9JVYC3^kJ+SCoqX_oFxI6{yw-Gb=npb z=!Yr)=9<$OSBzoo8Z99Mg<=^5Fgl$UjG1VwL#0u2Rs-qcDQIWh=L`dc#7P1ho#y~- zag)3ezEs|UDVed%Bk^bWea2QKX-vNX7G{<97Im2pVqBe_Mf>niIHEd66*u7RGV4Rr z03r=B%vL9cDke^WkJ;heL<WxS4A`V2eL6R%Yh6JS4=ss5BpRdQjww zR%l~B>O~UbI5aSybOsTr5^uqpEl9N8?Szsub;A8SEh;sGTvqvIYLn(#C8!37Z$h_{{$>bi zT?1h&74aqrCRy2vA#9~*92}>#60NK%g)5o$RWP?Q3dfn%K{%^$j9K@9q?J?HWmY>D zWaSl(GHV~j3kpY=HJ{?u3OgFJPRVGbv3!-<&e4b?$j zX*n2m%e55TIg{)M`x8WFSQUf)>ooZz3WNL+ntYeSAYUf3WraaLK=BcULB2rhjw%fD zPf-4&3cIX%MvdLd0rsApk0}iHKcdy_Q5fW>|> zdYPb8ZKpi2LeLJ{X;FcMRf0~qUFFrR5p=-qjCU`-Cg^CyeDd`+#6D7~EIespG6;JS2<&}7zPfbk6W89|&WF*nV z56H!d0&kVQi8^k|y@_VtCnpnE`4@6L*%|W$8utkO2JO${X_%6qCKvD_f4!$|B$CYCK*S=C9H{l-FWzTO@y(!si!h7Zr{Mr4bvkX>zbqz7;c56nKA(-&7HCVC zc-dRweE?7HcFOLGY{54B_OHnG%gfo>e5L$vHV+E9+#c8$b9=-g#QAdXui3YMO~XF9 zFi#2h=0{+EpMMy(r?3<+V4st3z}nI{T!R0e!*BEJ zvhczXUnZY{JujUXhj_Q#3)?06ks-ce;^8BUIX^4kcxeb_^N*JJh#WmS#Ovk1Fs_$N zkChO826mPF+p$LeZ5caW!~Y={9IxXwvKRJVxfk~5@+9nT`8(LpBtKEde;^xRhvmu> Ub&3Bx%h)fxV>`1gYIoTG057z;t^fc4 delta 2583 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 delta 3279 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 BFSY;x delta 3176 zcmY*bdvH|M89(Pfvise;o7~NAlHJYjX7k!5Bs@YALI@}Uk%vHn5FRQb4+E*;Aq2yF z0YyO_Aah!6D=m*HGr|-FBd-WS8c<6ah(pJ=*kYzI);dlFrM3=?^mlHqe{^T=m-GA1 z_xyd|z0h-CxpZII73bQ~{BAR~J&iF>lg5~?v;X@kZr5!OV~XZFYcQs2dh^m&rYNo# zEhydk?@9jATBHe2o2D|RE#Wwq2InJ;!rcrp6-9qF9XE#%Td4^R$BkzCaGo68CapAm z&UH9xdt|Ws&>ObS^_d&0Z@f@_5iWyD*AQ+oLZlr5a%m?ZwYkWs2K_VS*$rE@D6m|f zheD`j{`KJ*~t5(o-}6W6hv<(4$4WFnk|fcQKYpIdJpS6lemJ4x21Gfbz2G5(4GW zZL}C96EZ}vKp!SA%F3mD+(u|L#vi58h#8}wqM$tTA#t4AkT{=o+!oMBD6x=IUZ{#_ z7iuY{)kv10PtjA7rXX}blABRViy_NsIBW(`CrTMez0eGzJqR(F9)T>U50QQd-GXlg zNwO;G4(zKaA95%yf~uN25q}uPaIT>yv^Si7AxBk9^HAvs`Z=6OQW?5=fKH&S2kDQv z9Yu>F>*xV!M$!34AjdQhS!Alg4vsPNE$o?D?qGaC&%xUq z;$VD0H)8^3g@f?{y$R=Ep^6?ncO($Q32*5k|C(|4CFw^NZ}DJMEwc z(C$7wB|Y%tyA1hX0j0eGIo3xD;k!5bPrgdL9INFw#Rsu`Ziz2qNq$&Zd4j5a zyVy>+R7rYk@Z9j*6*T1ionI9d@kUs0k5?hq+4u^@FhxcF^pxBW{;<6Tvq428oWx=aNdjOmv~C-v=b~RZOL6MKc8sHe^bFj!Y@4@u_IrG^+oBC zi)G@IGNY(aX`humtYtH{B>W@$6*l`zd7?l>3gW19WWff=_X@T`))h+mp)DsDt&!)V z6y&(#b&%b~+xTrUDKUT_6l)W8==5|#veui}%AXWX$x3|(%DK_8Cpj=rygxD6(fe?( zD&B6)@vdraS;)ptpEh?|!-NXaGd8Q^+lhZovsSdW3>z}Id~VCKWy|N!TkuTB<*8oY z@#Uizl=KD5T3VV{HZNN`xAp0jtsOm$p0ti@kMEexi$wFWdj6C+1^F96$Lsl5Vm9O~ zaS*acd=I%>OgQm17QNMkG zoo?d+QFBIy*bdns{sQ@5QPNe)pA(H;g?y-3)0N~+VjtwMA#+4;m&KQh+rXcQ(AgwE dFX|va63vkPMEluf@ZBSfHDEG7{;+`d?|;H^Cu{%! diff --git a/blink/build/esp-idf/esp_eth/cmake_install.cmake b/blink/build/esp-idf/esp_eth/cmake_install.cmake index 161beaa..9b80116 100644 --- a/blink/build/esp-idf/esp_eth/cmake_install.cmake +++ b/blink/build/esp-idf/esp_eth/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_eth/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_eth/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_eth/libesp_eth.a b/blink/build/esp-idf/esp_eth/libesp_eth.a index 79e082f15456027fe73c9d4992830bdc48b99803..1692a48cdbe86cf3dfda238372fb0a7e16488e9a 100644 GIT binary patch delta 49218 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�jqNwR;eFJMcSz95#vvm&r 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 Ld<#96T)X;zlN67n diff --git a/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj b/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj index 913a9af167d63226a3bfe6a708aa322539ac126c..089217f9dfac3810ea1d582573b9d89293a199a2 100644 GIT binary patch delta 769 zcmXAlT}YE*6vvZ-qX^Lw7>ob&&m^PC66G&)TEZu&5m ze?@b&CMo6YQ%VilC9V~v4YE?2rgz(x4qJ~^DT^TsT0L3BZ^Z*}de8{2{v8lm|XW(n$Swkr+ck3|WNwhHd7_v70j)B7RPRY8^KqzMj88yMg0i z1^>mg8~G_5D)|KJH}MX{tN0D(tY(6?hI`PrmY;j@sN)3`ZRQ|C_3VVKf#<+2d>W%{ z<;&vG3u#vTx{t=?fL=+rMf7~_k4+xwjj4C>KT38#MpGRPluDVBWTTdDNt02okyFka z=g1RVH1-ksBxG--MH#dQaG$YXq^oi`=_}a8V|pK)eB+M9N_p+#*w1VqNg~_Dk?^UL zw$nvk+4 zlYU4SSSktdxa2gOG$I|~tUPIsQnpmIm{csi;DAiGL}^ZfL6hFg&0v(~CB4<8gVGKb z%R_KZbhCs~#c!^rsO&YpbWgfWuRfEH70UHMs!W_$Zfl)#iE`lUP`X}T~P+ioc-Tclu&v~Ecea{(B&{%?o0`zVo zcvEvXx|G^*T`3iJN=nPmxXnswnsLv$wm1iLr5s9DwOY!Nh{KmVXenjr8d*tf%yIaf zdTO07LCf)%rOV;1IgVS!ryNQV+Zv)cja&yWno8+>#XtxzpoPh2aqHw2C>CFX;^JkQ zaa83DBO!yoAt94pZl$&`LCHdjQeN(st@<|KEKYuYgc)<#hlBv%L4J^*NSmH@^$cA3 zT!Qz7If9x3J^^nL&mm_AA49L597FvsUctVYZ;?{Fc@#>78LmBC2fc)s;VtD9SjN9G z?OvWjLOGvDeFYzZUdeAT=RPKQtGEw+tND2dhZA_0tVG?fL>X@r2Qjq{EZ$*PG;PCJXyL`o(xxXL2sPl#;pr z3#L4Xa&jazl1mFx*2BfgjrV6Hr-OJ1pLu_+{j;E<$SdTB}8T5WnOiPm2FEWV>QwM!ff$uzhmF1v_4 zQfB8-k962!O2`11mQk=>=0TtQ0;ePx3sb*D!A0qbg}vE_luE6C*4l^R|NbxPA0v>e A3jhEB diff --git a/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b/blink/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj index 5d7500f940d6f752f0fc4df3c6cd73d0a63212e7..b85c9d7ff3a4ca0d1b674a3feceaa3453e05327b 100644 GIT binary patch delta 6060 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 delta 6077 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 JrEn9~e*qJ&Si1lK delta 337 zcmWlRKS)AR6vpqlz6%M@6rL`rWQo3K7LTl;%)+IhAq-52prP=EVy0ygHAGOf11;G`K^#1aMgkAea{Q42Ai zrYbJ^u=iLnrrN!(4`R$ww=rh-ML*@u934FJI(4vat4VfkgXDp#4A2I2CDH#Pd-gfs zm~1FAx~H7b3cAX*UzG-_rE@t!tJ*g2eOJ?RkuvTBG{h|bQkw6AJ0P^U*UXiQmbsfR znEO__R57hec_Ls_*szJu$J^vq(23u1A diff --git a/blink/build/esp-idf/esp_event/cmake_install.cmake b/blink/build/esp-idf/esp_event/cmake_install.cmake index e09ba0e..7424c4a 100644 --- a/blink/build/esp-idf/esp_event/cmake_install.cmake +++ b/blink/build/esp-idf/esp_event/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_event/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_event/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_event/libesp_event.a b/blink/build/esp-idf/esp_event/libesp_event.a index 71f27a44a3146f2186496ece04b3d0ed914fc1ef..07de11df5515cb3cf64022f0cdbb556ecb51eb83 100644 GIT binary patch delta 7332 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 BhxY&g diff --git a/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj b/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj index 24c333bfd9fef31fa7fcd0e19b2ae0c6572e785f..1b3f7faeb8d1a37315c6e1323da8952d00e09369 100644 GIT binary patch delta 4357 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 diff --git a/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj index b335792ba919f5dd4b4d6c057e55ad9e29bf3e1a..0ec29e9ed4a60c8b910fb94fc2e0e24e312ded0d 100644 GIT binary patch delta 1135 zcmY*XYitx{6rH;}k2BkC>C%?%+FEwIElX`nDbFIcg_bsg)sc3kEwEk08YxsFzADKk z8-AF8kx+AEOd}>H8WN*Xn4SiJ6fQe{2Z^f%|e~vDy7!5 z%-H5hVz7*7b7gssvE!KjrBDwYgdMCeLcW7Ng)v8qVw`581bGS;!6jdcuW1p%UNVbOMbk3uXH7X?B2$6u zWR_r-l~L5wp%Ooki6KkXP56^FRrrPtRpU7_H{(k(HTZz>QtW4a9H;Z_D}i~M*5YG| zlW5>~tHbv+t;a1aU4}K3rLc|ha=b;p5ocK0gohY6V=>=j1@g3O!5n>7;uM)yyuf%B zx)`sBCfo{JH%rM$zLGOVN^h$ywC$^LL@1 zR7tTv@*7n6ZT4b6VBJZkc!4(dBX&u*{$_wXOnYlHdLkJu8y`D(pk?o4W8Z{48Bt4U;OIq47 z6q@O4_^L@>)P^0NoYBL?dHs<1yT%4RY1c90xSl0WsylRnZ}iEKCvi;-d-A3p8lI5v zbb;}xZrJHN93zJH3*tp>*mXhr^vW(z+H~{o3Hepe?)Kz%bu*rn>oDhi0AVFp zS@!V0gN6zF3zH-)^)_)jDYxraboTe&X4!c@Cd7o0EEr#*+{}-zVK~-`PLNH3{Si+b z>ocOSl2KOOsxj8CYk5uWaLz80=lkc%k!5Ej@VjMvEIp_ZZf7@}qsz9O?4A%?EO zT`D7JV!~QHq^1B}bUlTK)I{;OZ5W04mP`@m$Q0uy>k^DnUyAD)MwHpF|x*KmaH|q$=USs_cx-FR8F?{ zRP&Gto8u|LS6<}{TcqUPNu76S?AL+iK-05r9(RhBHB6-l6P6fysTdmL;4f3 RK^KV!wO}yLnc4;;{{e7*&R_rl diff --git a/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj b/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj index a7b81da6f3b424b9e015f9a837c12cf9f2c78ab9..dec8606d6df9debd3cc8a1d039a49cb523655331 100644 GIT binary patch delta 110 zcmbQCyg+$^0^@^?il-PE^C!PyT)>i(nU_7eiz#dKCnh&;Mv2Lme8(A8CNuJvGa5{; z3!1=JZIOx_73*G_&2B;QQt6anZQUPVg`IBb~s59P}d=N-3pZpR?KA9{i2okXbk{pv01=S@)co`TD KGavvXlnDU-Q6ahj diff --git a/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj b/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj index 26be670cf75c9fc38a13f998b15bf8879a772e75..114b7ce7048f90726334fc0b737d85adc68479f7 100644 GIT binary patch delta 704 zcmXw%T}V_x6vyYRS9h;__pYgX*+pGlL>Cj>%+kb6P0$zN>VqUjkgF?+rt23b1!WI? zJOt*y@T>fK@S&7Gwk)I|R-u-l+NY9=>LF6FOoARFsHN@oja<3@!LM(H}!B%LyHY)|sCklffZI!Fze zO-`b(*e)L;6=!8HUBtRv$C;A&&uQ-^A>=CcK2NA2^(L{Zj;dNxU!lyrNK5!(&bAUS ztYjuFvfU&kKXMg^rHXUHmdYuzji64+p&dA(q!i!byk(bMz}0zD&+uT`9aXnTO^MVB zqv|fHOEIj9qUr&uA-qubI37hDrOqJ#nwG~g*_6mi+7o10+}gd!ZnfKfb5)k;vYa0$ zMEn8{TjmXaB$(AOCE=agNR=qFW*OEbv{>uu93EOf(Oh6Qp@wX8Je4MGP4Pmc^LeIm z&pnBl#1fhflqClL8S0~k75=^;cWo3}aylCdlb;bCgh3nTv%I1mpf`apT3)uXsjs`+ z*U<}qX)=mRojfkOJV!f^`8*x1ZJutQzq7~V>+u)t^myA_JK8+nzSj2UK-Rt+a^QJ& zP^UFq8qvv)kIdu9AJyqK2ASUwX8wX}OeYh%#x^MfjpO~)i`8+RnvpZ1(_;)U8xWf4 zr)gAN-J})dU(@L&2AOt*nHz9T>Qs)d$$mP5b&fxvcuJ?exWG)s>QpX$N9=Sa4I^jT qO+nN#e`0{Sff?q0gqRK3Vm^gqCc=stxBcy~5CwcG{~N!cX!{F)xx|J5 delta 674 zcmXYtUr5tY6vywGzq$R~_S@3!m$LlFNYh2b{FB4h3?UJO-z24?BC?Du%aw#kJ){qn z(1Yz;v`y35OC*De$&~P+w1=RF8WiM1prE7=B9a6lL}#Oi`?=?P&iCAN?|rbKyStzp zDIw#VQkTKBpclfN(g|@#f@Wx>;}|hC6%BDVJ1m4SNK;IsG+^L3Kd+O8)PyZV0aYeU z#v-CMRLZBR68Gdzx{r0ajWZ27KMQvxA>?Dq3^%lr@`_kBXHzY;GV4w@ z&v)e|*=`il6}Zg>mPQ^X9D6uLjxgHH71WB`W~VpKc}tC4&DA(5L%dmPGwL-dj&!Xq zqozrDo5ku-M$MA4iqGcyf|<0#S2WL0Q}=O94s-e>^*u@~vUboQ=B%p}OFXx=k|V~gH14>NBSbO(XCW_l z5?Q$oG?wt^&i^-bWDFnpe)GK45LA0H8|v(zh}xl3LuAAg^#pxOY^VpyoSw_Q*Sb8{ zyRUj~b_IL;JY9Xk>VuxnTirbuQR^#))8|CHFPYeXWJ(T2jfth^S&fzud8&~O>&zg$ zVU50En7M{U<~AxK8VL+UHYp$7(SGW|a#W);s2bI17K6+HQltG8M$6bH&B6OjqmLM7 z+OWu6LB+U6^%xlMr<2&?_&bhHXjFqoOgok*+_V8p%ta4T6)WcxPBFJJ$Xvlo=3%6m T0sLXUL+NCiEzGaDF}eF6LpQ-8 diff --git a/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj b/blink/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj index 4651c360210fba606b26516ced878c3f79a331c8..e87438627c291f2f116158fc90607b83a376b381 100644 GIT binary patch delta 110 zcmeyN+MqT;fze^3q7D;d@nk=yMJzd)dD)ZSF=cHIV|Lr;|l^HoFe-u<_beJqDq|PWf*%3(kOwI(7E|Vt$$tja} L0?C@m4~4`5?J^?m delta 124 zcmZor`=L5Pfze{4q7D;d?qolvMU%fVWo%AhcHm*$GkGEZamELeGX=^SH6}k4@Mkl6jW!ln5-zI&d5F46G*yDE(DS`lV<|Sp2-J=)Fn#z N7#I#SAOItj2>_kVAcX(` diff --git a/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake b/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake index 22565a3..73553a2 100644 --- a/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake +++ b/blink/build/esp-idf/esp_gdbstub/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_gdbstub/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_gdbstub/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_gdbstub/libesp_gdbstub.a b/blink/build/esp-idf/esp_gdbstub/libesp_gdbstub.a index 75af3c2617dbef7fbbb301ca2ada36975bc752b4..53bad909b6c9e7f751f7a6d4f058bbe0cc3df455 100644 GIT binary patch delta 10488 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 J*N_(V{{!s_PNM(- delta 10535 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 diff --git a/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj b/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj index dd7da532812970e707f6e4369ad253cd6c680d3b..51ecf9d152f98ae3a0bd0714711883b39671ff90 100644 GIT binary patch delta 3559 zcmX|D3vg7`89x8+y}Nh!+$_7By~$>?xtoNL1QJMiX?T?cd5Il16j~G`5fmX1-k}j6 zU4p1MN(Bz|Vu^w^Jj6l4I9RE#Mq8EA5l6>YD^4A14R%@q+YS`4-+y=Q&fIg(_dmb? zKmWbSuB}@4R&8r3^&BnhjARmq5a#}*0O=2M}53$kNJhr{cOCLvMTZ=;iT0B;aL+O$<`jdEdbHD*@)mB zQ#6)kn!b@`H^bGNE;{In{3qa~y}|CoLOUVSLLjAexM!cH?eq3S=&#cuJYX*5^C`77 zI%wV!HtX>>K_cXC4d7}0Eu1x>eFdJ{A@4;XQ_CAnKyx9|3*4OAKJfRI7fpveq|L-S zAOS{m{BffVKz6A9Xi1_H3H5=+<5@irsp9%5<8xL|RHgax;z?kwUn`rC!jSt=m40oE zfhh;5+4*&uEzno!yH7Z~z$6rne{z?7}rp)&q9V!us$om zU_GWC6HS04s3+Pl!sKURg{jf zXpeinae0F4|5en3XsD8N?ho>{mdai>J6O^HO@%zq^&cu(2v99+^8gO#JpfQEx2PS~ z$jl5D9gFOTXtF%PY+j5U1DFtM z&R8=zVGk7^N0_gy;p=xD|Ws9k4X@d@@Wl$8u-Vq6h8&vMv%6h-+XWm*O5bllEdfJIop znT%uXJ(}yDPx<@>5LOSP*6*`D#a*~Ht23LW7Z6ATYEN2(ptm1wgZ z|5M0{PC~66MtMd>>>&uW3228=AM3`s#ILbmAQl>iSJvK);KE*v){{LGbUk(@{Ji!S zkk#xzb2;|2@b=-W&2CBWzYsjA1=j~&fPX59w86VdhTR09c}qm<2apkJ2E9W2i0^Ni_bN9hS!FBlq@{qk5#e3{Bu+r=`=z(FMf_vEh5!^~`o}oseeW9)v7iG>Ny09OB zn(SuRtr-HZ-Hh&P_9y&$+xrp7XFmgHzX+P96Uc`^&Ot(RS03M+kbgrM^D!5YJO(fG zmoD(g>lo~IfmaSld)O8Ya0Af>qjtWPhSdL1EYAh)!zr=+Xc)Q?V zs!_3i6$k&L-1nq=S^jw{Q!+JkiDRa`Ay@~)R2DdfgG_U;%X5jCHw|=wM{Z~HiX87S z`a^?U;B)&#l`aKCEslxT(6>9hMAK`Qe-`QGbTQygGmP%2xx{^xdzXVlizOS3L zY$mEVs3E1v2@7$KR0jD4tGSKu`7GtNpo{#2Oi;Hz0DrQ_abwTYM7}Qf;{esrn7XgD zlAc$GO8cl=EiX$H9^{)jK{ecWNYl*eu%+3f z%T#>eZ0hK3AGnq1)!r)=pL&YBVNZQ#lN(QnEo|9+Lm~e4o2SlKRZ*ErRKH0r>htO% z>nZN#K3kR zYrkEzt{K%J)aeTa+goaSr?tE-&DPG_I#w=U*t)i3K}T=ik~Z0U=i1Hp)2|g>Ow+e& z7S`$NNvsX(oGWR%l%~sS8`hZm3s!u^|C^>qR2SAB^&ZxjRoUej~Q_=P}-1aQcZl z>2+s;2PozocTf1{KyM4mjE{6;%{2!|CMN$9& delta 3594 zcmX|D3v?9K8NUDS%+e1rarZ929LiT0B%weQRqeefTJ-l~U~y1?>0FE}e7c-uwN}@Bi;V zn+*1A5Afsfm#?D zF}sJ&wsPf>(E$pHbmfSY`w148ly zCz$Mjm~3R9HV4GzAr9T{fTXNopNklrC(1;40h1#=W9(-VNwip>;pelEg(z6R%*SAL zWG!oE`WpxuihQmn#;kFKskuj=Z45(vIfaQ`9pST($2j904;Q0Ji@D78nUERsDs_LX zq5cp;8+xxXn>`!3?aRY_7IGWsS&{QZ=Xp$q4O9P$H3Z9%S|9Y?3Q0gdqiW4WCc&ad zoa>Ftx48aaMO=u6Dmmv?KVNH^e4fo7FKvbJ?(XZE;dl$N$A?l1)T3;it?CDHGBC=^hYT2I$SO>vy3)T=xyvDm@ORi(Oe5Y zGN*CEEmX7*Vg6}uRcngQrN65eitOfPTyg;w&%+*j6D$LIl#BqHV>&ZwQka1-4X&Ut zSC3}4sJr9E6Sg36TpvS52iyC(vtud3K$w>@oyHvUn2)e`6Giw(Dqx1xU*cBwJ6MGD ztI62I-Ys1BH5BDv0AW7CsN-z59o&U^Ih|on;KadFn`bP-Q>)XX0AYdeIW(2JXQhoIGf&>Q^w36aN8E;q9o0gth*`4B5l42dwp@v zvda99gD%OT2D5`vPYyMkcQeDKIn-+IW8JbGnktN1C|7`_&sPg3UQt}4+{IU9Cu4ey zc=Sh*C0>JC+l}&!bnH$Dw05+^XowBsT&ld~U;ghxc5nNc;qV;550lF@$4t{QH z0Aw}mBQD3<18)z0wb?D{{u;skn*V0sv+z%)k=DPmwC*YZ&0Q)|dqK~COW{$bKuM80 z0)>B79+!wz1qQ|clRPdKsSFbNf11Y$ky;EA{%jt{MQW8AQ<6C66h~Pj&&B5L1VR6; z5zfFw`h1^2I-J=cG;1Y#U|5IX9GoT^&|p$tRXmig+CCmeNhPH93%`pP{8*lLanm#=#CMmM?1YlWCb_V@q=6-k zVZNP<^P*M`)Z~crl6sb$Q^4P1PU0fhW#~(K4fk+-YUTeGLG2B29pO{KRFWQ2HK}q6 ztLa$JQ%h6h=pD5!l`2{TUcp6P{v(_T;&--|*^cZ`hf^uKQk_l}M}G@d@EXq`YuQXx zty81Qk}V5y4p;j51FN}_@A()N%t06VflSb#J`8`dCv#(u(FG%T0v)9gqm$~kvPybb zZ7(}O>(oudi;JG(n>j=^+@Nllb+Kv9o$6uec)IBTjb`0?i2EI#U;P2PN5O*jQ9bMU zALHj8-KD=MFD`NhWCzvr?E7K%iK9BC#*{aVt>$zaD9k#3&_E^}24QEKH&8QQ1Am{h z@QS)Slqzp;?co8;P*FP!`RV2CgWXZM?dFNd&;?7-^E=>@#XI^S&qRi%PlYYb99OO4 z6*Fno(4vZdqTdajPXEbOvIX{ZATY^^C&ayMIe2jq{`KorCq|B>YE@kIGR;>GqT@~B0^%)ZfsFR#PL5k)?$uud$`e;8pqamuIOGgUwztAK6J&Lr{$1&!vZ<9viGjF z^sLfPX6U%O9BZ3;3~Q76+L5$>o1t&i0M?ND7;BFj_gw~)u@>tl^)A-EYQ(7w#np;a zUs76io$jMSbr|bvb@`b-x^{=Y^`wZrK;QNCV8kmd5PaN2Zb|!PZ`!YTXe5#S1vY&G=6If3+8ecNy%eHmyTuFTgLW5huiE$Wc7we; Vw;je7Uw;BWa%lM32iM>{{{uomP0RoQ diff --git a/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj b/blink/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj index 34a5a97833685d0dec1597a14d2b270af60c819e..ad59600fdd3a112f4760b4f881a577e8d7fb731e 100644 GIT binary patch delta 922 zcmXw$TS!z<6o&VjbLO1Ajx(a>n1ex6(>Qr4H3}+q(xB)@Q!u7Ynw35%ij^o+bdMe~ zii}lsvm5kKR8$O<4+RC4MMXtI`qG7hunY7MND* zw~g}b?NG?(r%>?m7S!hOcNWX6s>O~w4uW6pg7k|iZ)?2!akuGhkjXlj=Yt@x^)DY2 zoQ0dXG3z|ewYOW==}Pj+S?#B8>DRSXEg2m1D>TIsI|O^jO-St*+7+q&3)#UzZ&T`u z&9;R{8CNaWIG5hYBfdq4WQP->xpK#;q#^n3B27s=vyD)VH#h!XNJ9;8n)5)V_hWUdJ#XAZbR h)`RuZ1GdOb@Q)0GcZBN0xq78i&oJHpg_j>&{{Vyc#vA|u delta 920 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 R+*wQ$xbGi)=-&hM`9Fnx4PO8N delta 5439 zcmY*c3wTu3oxf-9%;ZioXEI6dy_w16gapWoBuo+@4<32&TB5uO6iR@AP!fppba@C4 zQRKCtz=<9Z1hKdUzk(vx3RWmCi%{Awh^ta9Y8R;Bc0Zu33bwMp|D9mJo$t&2-T(V} z&P-lA;r;mu@8)ba_)t#7jP)}#&A&E5)3{gDLfSt*E+Zi$RnuJVgtr3#=AG!)G(G0R zdr@d8^jyri3YN>|Sz8 z1a%pnOnJf#r~gL~3Nzu-9ZKs91@nO?x)&s}OR2gmD9=x0JOo23_%!c!1= zdIl(pzCo5+CSQgmJwNkb0mrvhjWtG(H0l&wfuLgG)`f;mh-i-XD~H zCmrr>Cp&!s-V?fpSA!pLZ@@EoM53lO8X@Cl5PY^gV~LDEroo_FWGRW8P+G{_+lU}K zZ`f*wA~V79RwhwYg9p(?Z>33upI6CVc0(*R1FTvfvE2L;%J9}Xgu#8uAnF~$&wr1` zc?UW~kngfV3~~sQKZ~-wgB>EoKOtg>LuB%I(0cDshsf4a4kIOlc}E#{D7RmbY;@wC z91t3xk0E=<_(-xURgm{_iEXGyW2vn&Gd-)%738wf`(xulq`@1|E$`%1de^vz+STNZ z=iiP|dZ+ltKw|J7a$b6AbOz*xcaiZNS&pPuEl#0#i~vvXqj5{Lm)0ryCHedG(!e`Z z`A**maQys$^oPQcZz!qV&hSEf4khqXY7L@g@-JmwC@(N81*`-7U9gJz8o4;si)G7w z5LguQ9mjAq-y%N^g=5X+{=Gmm3T)!9B!M{XG-;-0F865K4et_WkZ0X>6U?Bd1g(3t0jrsB23(rfB{KqYZQNN%En0UA}-bjATEyo z-^l-;Yl2N@5-3ocjn6ZQO!!)dNmP&+XeTq4Fd&McQb&8HaZ7e<9*bnfjw7j{ zcQP|>k@XPLn99=VjA_C7ZEKURz^%rGvO(cW3i*n<+S z)wCWh@xE$S6LqGQIjiBe#?nydu)t*66u)(VvYs0knpQ1k-4^$fX+`K1KOE1ZyH!Lv zJrdU}u->8&^Ws#g)kFtxew?bZ?#eeapNyIC>>C(#Ax(W3a!yR+9jGlc!CeeUG6R!* znkL%dM-!)^#6%iWa|stlqKiay$1NVB+fAILlr{Y{#*>t(XT!|z_Am2&hLix?F z`Eu(*%lb8rl>agNBW)NMEK|$cgtYxDz#uxJWtG6Oe`P0~p=Gt9bN9CgdI8yb; zI_Z#>HG6ATIQB7ZMtjmMMDblkt^Oxc$sy&j#Fv5{&8B3KcQ2IVU#&B+It%3~fs>e@ z=mM4|Za|HRT>5qq-@%bCT9BVxTtgWikw@Do`l09qu@L%(_yk5i5xa{1B#H)1CrRAH z*7?N+7;v!(r!OFS;(RBI3n(lo=A!E z-Nh?NC0A6!EKh8LS-zML*9Bq?q(x#Xp2cDqbV|gtNTsKE6`ZKpi`^_0@4>1}97R{k z#Yae@mzaYjdW%6QppS@pW13bW8qttS@iywK5(eI@MFw`gukfReexec~`->N0JV10s zH8mm`@3rD#NbAHdq*5>b38@bhi_nij;@=Q{u<#({5PaXezC%uWZ}0+5xwNI8vnWvi zD=H35$t}(#&Zop#hWQ2_a)uvp9|T)}UzTOtL$@O>{Q-CjR(8)vH34@Cp5YHsfc`bA zPU(>z0Ym=_I+<$P+raYF5TgcXEY-6Ai(H+Po3eYyTA`8_=4Zjt_;74vT1E=#yZIcn zJ1sMX5;6E>JkvzrBWU^g07Op93R2QRO@9wbre*7E;otK<9-W(L{v?nHcj8-=sfm}- zBqqK`FqhZ}J6+R1hps8>a;#VZveLvuXbKa!58}OAavJk6I z)2|{ybBS()cR$*i!0Qxk4U*QxtIpnc#j9IP0NW#OBW14`g^f=TZzGT)J_p|?E`T3P z6ziaxBqq{n*7Q%1pSe|^4h6s8R6ZNI^Iu`6<~B}4(D(=NV{Uf{#uuYN^LdAG@g|JG z+~E*9--TMtoz{3ba`Ve@ZoUvW4tqn>zo%oeOFsrtAm*kBe#1QA8&09<$eRaEde?$& zvmVjRR~<7q=6n=9{Q&mSd`&MPt4#A3zH?-iL6P5d6g9pDeKLRP5H5a~h_~V{_`jny z<`HMa27j08I9lOQe%^?sHs5xLAYXyro4@Kpu1($r`)0o5R24!JW5LuLrO_>y^^`rk zWzIf;8NXnrzpK9U$s>E~anSW#Nas zZ0H`0wV*D0kRuz;2cy0A5K)eG9?kzw2@iFMM*bBgG%O_w?TNgAh=!CYAeuN0+d`%+_uJ2ox+W%#s5q`U^THhvImYmX#Jxi+7VBGD*Ew3x4>o{aYY z7J5swuV7d!_%Yl^_S~H7L}*<sm2dL*;>`P6?f5et38SC1uW-s z9180R{W_-RiO^Nk2jcXyNEO}#?ixJ9r_i0`1gvz(4hJuQ!@r>VGP==w{Iu8+XJOpV zX|Xf;LHX0%)CqJz>?}u;;G7A&i=TSjxdqwIY4P)^aAS9MvJ3JJNW|{u5UHHu?AzTP z2PU!^1Vw$gOv(!fj+5)To&XBd_;<2A?|N(*CTg&dk%k%Z&**{)8F6`k3<`t^Ww(~s zh8u{5s=fl{LF4ePvI#9^;S8E;C+9&j&&a06cXIxOCa_2*^)t@N{~jGqznElVs}>++ zR;ZZTk$)L}(|_x**Mc4A7PQMF`PuBC{6l_5;YKW2XsY)=NlH`D@&_V;P+I~KUpY3! zE&Qt#1@&x#oK|3&i_wW-v+kWhnsnc5`HSVcg2M0=64ZN=iKj?Nw}zH)C&}LwKi5L0{ zD6Qlbxv=m@>*qi0vvM;7&r2I(GVV_lOw zMIXpHJd41Nq5<~KCpB1c4 zE~%(t?efhE>e1DTh3rc?sd5uLCjVR+WiFXswU8Z^8>%+3BQjLoS-)VlKNR_+YQbKY zk5)f}iadRz1Dpo=|Diyw^s_OJeq$AVS%GZspw5o3a^~S@|9l67WD{y8$_0HlV+O8% zCDo3fdv);L(< zb>D|$b?YaN)%g0$azg*LY>>RvztieUXNB>|S32{L$GS4>2djz!YuRjhY(NYxtf|?+ z2Ff!vd2EZkQFAiAgjQu;m<}v`u;d!sS=%bl)`nSkd8IbLY6~>Zm)t+Sc?0M?H|AV| zfon@$gB$lUTfu^8S>+#KT!FvM#hUiOsl$WoF0!KCxRzL5Ih{~8wtfv6*G-_GS!`VW z|KMt5b#u;=tg*gb4jZ_XZICAhPG;++7!-Ax!NVg54I5}Sj+-{Ver#j;w1$z5W2cQ9 zHGb@%A%{DjvfYtr%e;qYMIULM8(lbS{=7xeS&QcPDv!>1w6$&K;p6K?>f!Hq>`FcS z{K3Elc3JIjXQNzyJFf1wvyseH4NtI9tV(SsXi?V)ey*yY1iYoz6Ev!e1kI{&HK0u` zBiO9Y5WJznPXRtwtpL~G-c?7Rg41l}TLbQ3HHn}_?I+l%?hw4D8rA|nP}>Q-63dH4O;;F)OG?xT_b2w)ms6l)p~+Db&&w2NI*y}BS7y63>EGGtWvE6 zpQ|Gs2vn!ao(1)mY9}aF=Lzv&wl9 auue4)oK_0}q3(;ACUD!||ImK}^!Y!IoeLHK diff --git a/blink/build/esp-idf/esp_hid/cmake_install.cmake b/blink/build/esp-idf/esp_hid/cmake_install.cmake index 1fbf0ad..b3c014b 100644 --- a/blink/build/esp-idf/esp_hid/cmake_install.cmake +++ b/blink/build/esp-idf/esp_hid/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_hid/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_hid/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_hid/libesp_hid.a b/blink/build/esp-idf/esp_hid/libesp_hid.a index 6a945cd1df400b8d89197bdf0b4a937d0b181d24..917e8dd30e9838f0efc8c07ea6a4c974ea9334d6 100644 GIT binary patch delta 10281 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 lh=oLLC)R+*!nctztJyA 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 CI)u>x diff --git a/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj b/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj index c0f122031d718940c504ed1727a79c9bbfb0c736..e91146fe363c8b294463d8ab6a7c3ead53eea798 100644 GIT binary patch delta 4931 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 delta 4892 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 I9n}Z_2du$*uK)l5 diff --git a/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj b/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj index 47cb39569f6adad47383fe9d0691fc9bf4b6abcc..50e8cca6ec631cd8bc70f865888f14883fbf61a1 100644 GIT binary patch delta 999 zcmYLHZD^Bc6utM&SKl|eZ<01?(~mT1>yknfqt>Fcc2$dIrAXXhqWv>g+p(%iTisTe z#19xue{8F}YMWvw2m=KLXDFzwOdL8<#4)yiivAE8V@@{^1ciFiF?@a;9?pI4Ip48yfqzco{QS8tgu{FOd2>zXfH zs6Il~bUp@J{{kHKHpocTVEMjM+pP8cOmkK(Z_zKT4o|0v*YdOeWOc?)pgkmiJBh-w z0HbP&gQ=0d22n&tHR_G-KMlT7?z)I#;&v0oB~n4uBvWu{mKq09i(CM|L^ea`4cP`h zA&)RdQnn#NtNaCQlNgwkB;cNws~)1Iau)ZDG{S3{bU|~uT*sRgQVG6YK7{56CFeu9ZL zUw2yv7>Aqz4R@2**CEo zk28hwYR293*o55DE51g4U+?=0q3w_(xej3Y7)65|pXrz^8ptJx)!Ba0l^{(s~n~-q`6=n-`7LI81K;2!C4NKdMl#_Un~uUye^*A zvD)u~FUzBBZMcR}9Y=oI*LtOtsEZh`c5Gl{si)!KlG1~9r?@He(P(ZslONfc**!cq zx+gQdXRLiiW^mU?erIOzlaXCRrGpy|SCoAH2j1q8eyLeLp!a~kY5HiES8L(u6LxCu zSeDo7{ILnH(2nC1V9p&s$q#kYRF)s;?9>ELYj`@#DIEq*>m2a8x{7VQpv#Lbd`RCb zCi$Wkib>Z~EGMqqU!^}31AIeoqY}_(z~>sBNgC9zy)y}()Z9!m^2a1mFFxV_2m4t( FuK-%2)Or8_ delta 997 zcmYLHTWC~Q6y5vIEBDUqJDD_-%p{pi9y$}q#8DG5HrlA8!NLnt>aCPhNW`ZBYJh;^;?MSjn9>VKu=>XFtyWqH3`k=5x&O_}RiGyjDM^IQQ2cWr37>zEMeJZ}@ z+9Vi6ajA{Q?{B(V1vnYrLxM!}c5%}(;qI%Kcss7~6I98tGF#xJza zA1lq^zQ4#0;&erR?{@MRn=QyvLypO8uiwM`lkUqOTlp0022<|bs0t01=3dYYP+1#B zMKO1Cj=qja|IZ>69YL^A%*ur+v9%{q!cX)_Aj%zjHt-wI&9)Ro3?9pN6nb4euKnRN zfe_?)bJ;Dd>KM9zpk^W)D+w8{IyA5?n<^WeRhrz{*VCEo?b?;x-Pzx_C)v5DzkYtQ z{kyL2j_i%4r`fY|z4p*5&etJL^Y{7!cwgrYr@27~ho_iy z;8>a)_1duvJ9W|V444bYPx5nJcOuOb`p1b34{P|BG}mYsa9GEIAJrVG`0q)EfW* diff --git a/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj b/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj index fbeb11173f39bcce4a83696c12392f453e50fc1d..ba7e10c65d07e529163098e8140b684abb243d80 100644 GIT binary patch delta 1182 zcmY*XU2GIp7`@-l%SE?v7UNnM>IY~(JHr%1mg-&|T+YN|Ge1Il-(6{mb8PkCk#sBKl0#v-IG<`fYkUma`dcRKi`1c3m58t= z;A9Mxe1j&H!oq6cNxi}zg={?cA6qW01-_`?X|>DV1Li#t{rB@fdN>h8gppCc2cw*a z>J3=(M#^8{O*>M6@pZKrXrD!{P8GBkFGc6kgL)HcQFMZL8WnVghm2~v#3zjeFZbZL{DVRnlCBh=Tf%P*ZmLdgsYQT8yO@Gc5Ca?b7U zW0KE*|MGWv+8bV0hBJ1xS6;bH$Dsa4JW~Eq_Q{_i4aMw3myOy_czi7?(|1# zD#!j1L4LpR2&ja;?RIQyKK3_wU&o40<<8mxqH4ZebRU|7ff^d%b%93I`vZ5-7Jeh} zGQ3t7mxgj}@wieM-_z6G5lXw z2OT=agTQxq`d~jj#)%gln&%_HO?(ab4B!3I4VvJpLk@Lu-=Ti`lNV68a?_}sZ5()< zXGfP)5gXa1bQj06QEmGwA=WTu0^F4?q@z5TjUs0X_$yBXYx#Fznj>RTD&)jiRQq5+ Kh++OZ8~7Jd^bE`Z delta 1187 zcmY*XZEO@(6n%F-c4l^Vy4_B<+je(TDlJ=~%|dH6rUe_rS|H$5TeM;TQHpKQwy|v* zThu~7gtk96Tq-F7LB(KF)R@&s3?w8%VnxFrmnexS#s-WUNED4f44${>4`1@my>sq; z=iK*pr)QP1StY%Qsy`@?8n5h9gb2**LR{9w|CVAJRj4VN(Sx84p{QJnRLh_k7gZrN zP4DXN7mBH0kff)+oUpT#7Dtd^dMh@TofGQr>rtM#Us`dI>#rhyTTKYqnMs6 zsx&uAvrw&0a_SeARBCG{*zw;heyUoIpqpgdNXvYal@m4+GcpTY>j{ zVayTT!jC%*`F&FT;A8S8)E22c&u=<)G{={m1*o6STSS}q+q_5UASZ(jG|xMO37X4r zFiI%DpFaaC7215qwk2o#JG6hnPRwOK4!K0te4$`1n#1l=8sH|k0r@Vsf}Z3z+yl_M zw=fdbpXnLs?&tKX(#(!zk?N#cTehzEnzyb_J-D%%kJL8t&$WqYva{#;j%0V&&g2Un zy*+)&j=tWy+T_y%UC(XLMCzXPWk&8VY^JYyX2iprEC5e){cevw<8k0uoCRuJxyQpR z3;@sZd0+*HM?E^s9l*2v(dZ2*yglYo72g7$(w%*H3tKoX3I3I6E;& zZM@-CkG|(4z$X3`*vl*T-k`l)v(KaL{L;Qby2-bYui@0BoNWepfEOm0QGi2Ji{Vv2 zm7sRsJeAPX_XyF>S4UkwJe3chcTu^{Szs0a4eaE~=>(a)VLDO#&ae=B@Yeq={Fb@( E50Q=sPXGV_ diff --git a/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj b/blink/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj index 1fb61f30f36930c7c5ec8901c1046e5c72ba808b..db64a5ca5017ab4a59e652946e039aa7d4c792c4 100644 GIT binary patch delta 1235 zcmYjOYiv|i5I(beU;Day``BGdw{AgeyQK|6HAsatl2))_cS{>1pc1e)Zc17UyIrxx zruc{!*wOnAkJm> zxZx~)jr3VsP8=B*iq1MK&ZQ@%Q`5)Msf{6aCn}yVQs%u7)E&(@g4EPr6OybPSDKZh z-(Xg|t2_(NdkSzF=2O-ToPPysz6YX01x!sA(aY^HNc%K2l>HTsCHpVg%-#XoZP$a* z>?cIdZUJK`?R%8+z>u7>I0^2CdZw4AE&YuRFLhEGvmg4qj5l+EkyST(I zb6OD2TDQ)u>E)SVINxp){lZ&=GJY`F6xt;hSXI2h353UCHNE+nAa#BTeTo#H2$4!l zI&t2oRQ!O@69I z6t31?aPtoh5%0cKf8Xl8nbf`>KHbn9Z0kzy-j>+B`{B0jn-X1Zg+CkW^}@=v*YBeo zSM(>y;uP>GUj*LGo`D4Q@DAX&d4D`v-bU@v#5^ delta 1228 zcmYjQZETZO6uzf@zuK;E->qMab#^FY4A#^!jciWI40ED$-PmHlFO;~1ifrBJN08}c zU{v^l^8jL84ANkNA(~N_06&)0n4k%MMdB})Xv7$UagY$B#u%Sdr?KgI&N)VM4QPP>eO#7#nUr#A<_$Qvrl&`;N_!d#*VoY&aV|6K zhO_i8(OKFFab$d4an=QKF8v8nYWgWCwQ0oeRPFu>Wv)U)-O-GLNKNf^A;~(yb!Oe< zRn%&?h6>=kZvigBe99`rRkdQxcW+E6zp2R}ddQA|wCB)6*`H%uvVB08od)f;mm${d zeo@*fFox28fmDyV7r+HHV~=MBwDTcINtAYOF zFRbPC4POOwk$s-n>M0cZS9zs#_!1g}cLK;8D^WG~I6_1p3EeJ3yhPwdx9$IpV*A&TyZZBGS32gnKFx%;p-XEbd42UzjgA3 zu|67N&v=R&cq{NWJ`KFD^!xY*a{bxG9oary^efo{{mhh0Q6~=oukqW!<9t20mVV{> t{4KI!zKK5I>3o!5$U9I^BcI{(z?J+R@EUsxO%&o*pvGH)-}1gf^lyo7^<4k} diff --git a/blink/build/esp-idf/esp_http_client/cmake_install.cmake b/blink/build/esp-idf/esp_http_client/cmake_install.cmake index 688f863..69133fc 100644 --- a/blink/build/esp-idf/esp_http_client/cmake_install.cmake +++ b/blink/build/esp-idf/esp_http_client/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_http_client/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_http_client/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_http_client/libesp_http_client.a b/blink/build/esp-idf/esp_http_client/libesp_http_client.a index ebda12488c63cce05c68d959d43a9d6da878bb64..c53035047e7f669231ad193808b6483eb3ac31ae 100644 GIT binary patch delta 8605 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 O*xn(;jKkIl+W!JcK*>x1 delta 8806 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 diff --git a/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj b/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj index ba2f94cefb3fe93a52208d5aaf7ccacea81c1115..77cc3013a3a020f497bfbdfb535638438184c795 100644 GIT binary patch delta 5109 zcmYLM3w%`7nLp>w`(&8RWKQm#nM{&N$mIPXfrRi-AP*9kAcPW2Ab~uAm;{i7mx3dr z))#K#)m}krYpZ2xQDH+7#rj-)MBH85l}cCLU1?V>verJ8pDz3V&ZI6s?mge@{J-Zp zxpU_Sjxqd?@h!)5F6xQTy^MK}r!n>>W2_d>-~MTC*KKyjG`s5{XUt}I3~U-@_L)#S zmO2@;pEF89Ynp3S5R2Pk2wLoyQ?PL7TnHVnrs7o+8X-IGE(~DN98Eq5-vzQ`PIw7R zVEs4XJC=qHkeS^vNctMsI+lfxDv_%Jn2ztd@EQomA#yy3pdGJgtsr^?PMrHxFpf%i zb(+RZ$enik1ycVENX~Pq1n#nbg*PG@b0dDDU3OE10*Mw6$WU+t*@pq`%9DGEKIsQt z8r)CxCpOSCF|?W-Ntpeu2kZ3XY?| zF!j{f4nySVhA%Nc8Tc&3AWo+J3RaFi<`rJCf?e(Ob4S}ySzYDa>z8>$?=Lw`6AgS@R2t}~S+!bz^b{U@h zjVb$J61dl#3`Y~$$ieTgcVB@hZQCa1Z*ok4#Ez91q(Fmj5S*tFR?$GadjkqBUJ637 zI!Fp8s!`p*njmfGA{YG$bOb+uLrs*zHqaT|0gYYUBEhT;{uYc|j6xq+r!*xY=9vxF zALw--BJjrvuP-$TzL-4qrzXKKnPZXM#C51cG%(<17*cVPfUci1u0ve|gHy&Fi3WyJ ze*}M;2vQ`&siuk~O3Y@(_?aV4acxhfAcHPDRX0ug8i6hM!#9&pK+k0z+Na4(R5{fq zm*G6xWd|zakUPzV85!Mvcn;o}N!#qUOs3z9x(9F4ReyMt>3@f54DO!dGnoDg41;^7 z_z2S-Gt3b&)1NK-oy)0 zeTK#bZ?jzj7k&$&B=eGYIzL1j@)wv4CR0m_Yr>zyi>A@pFpysQ_IPZgGO@dMrSb=N0LMe$q>3ez6PVtUs+7 zDIS4y{kZ@YDFLng*fKrb|lGEFMI~^#4&zi+Gme`Ajj(#qCsu zuZ?#hTbcP+%#7~iq5lQ9Dzk;KV>}u|2|HNKnV<}FxNQk|JM|!E2dF$v-^TsJG?asc zwVkKaWU$O9aRT%mJe^{*XKdR#!1SFw{bm@tb8jH%T|AvS;nk*hZ`;ZA8+kev!ms6? zrQ{Plg;=TO3IZDADF*Q&E%z1TALgo3Q7w0_xh@u8ya1;~{|9b6kGP@{y!`qT-2W?h zOS*oN8#K>TVLio-7ZIdAb18M;XFTvJg_U{MoQxGE;uPFJbK4kX@#IyZS82Xph-Hvc zlU=wOxcnLdO%_97lLysZ@k`W9l805H5BQvGkG+2qZKwoUkTaNfi%j* z^@u^%Aay2fm?bVNRe<|I+nDE8io_^!-w!K6oia*O>8~Uck3eHox#}qe=4nSvFB-M( z9;|8W`R|w&sNs z)6sjk%@}bTG*+hwXjIavWa2CZyiK*OOZ=Fcv0X8JVlh?kM#XFtkE0aEO(7baA<;kp zyVE=2VO0DXD8?RTwo~lDMPl3>BsaUo{REKE&%1LNyQSbLifY^vp_)FX6{xQ5RbBf+ zD;P3GJjScdl6buG*T{uurOgGbqwok~og#LMq=XCZ#^EK=e3x+WoG;$vd=r&GP{B7%LfNiI!gId|rLBPt(3zav%78j{fM&Pp$$rsq$$+wCGs?|VMK%0x^RuD|A2dbrQhs=1 zRk54%N6qe%h)(wzzrYKkI)cH@D4wfNO^la3#Q8z9xa>R8tI-pFglDLvfH(vTerSD| zv6-jLx5^5E_m{FeG@fVfnNe4H7L= z_`;@9^Y=6IbUJGM0j|pMG4lEip6109#g(_)aS)DGU&{}hSE}21mDyHPzWN`rm#1?t z{X!y)MVLUIo!qUBH#h&5&Ph&^A433l<7uS8wj=0dV9h_o+2r|2n-`!zji;%7;{BTM zaK6p#uPx*4rdeA9zmv5coS6l4mLSoQIR@wF%zNgB*QvryR@1#rzs_F9!&dwfE#PO= zv{L%OM5#WS&e#%Ver5)le-6`2%6tQvA6Mf@<^#(7hCDJiZS!*YTV{M-OuOPRo90zk zoFL=zZ;acOaYy`b*yAOH{TmF}yLej8n1|=JBKj}q?c&SKk@=+wy4(271vGZE)Mda} z+ZqtOKJz$Kw(+q<+g|DpE;N+iHhwhGmPJ)+RBfT|sUrS=cbAQBXS_v@pbfV1Q;F*$ z6yZKTgkE3cg0K+J&LX&>&#Pj-HumSKD4H#RAw5@=my+SeNlpb6Cj=8d-u z0zpO>&_{96*8Wju%TmR`JxgB%YwiH3)|m8IT@L#flpsr?^`JajW09io0hrcUMKoJ; z*__>2RYQ?z^X4T*Pat`1b`t1&0O}Y4n}oSbsq&I`ar66)k*YRAt0+{+&jg89$nE`T zuU4@*NO?V_Y_6l$vNfB{i;a;8l|U<~cA+Zm?;~xkpfRa#GP4&)ivEm4sl_XwBlU7Z zjW2o`H0#_7=Dz`#!#e5m|6-zN@z3jXDmHE&?yuN1Fj%p*f6L~PivE!;Gpj0kh6Xkb zR`hHe80s^N?>;@j@A=3pHja*N>08%3x^-ycL+g~5(!6rz@^#;8T(qLTdE&^y&%6`g zJzRB)e`UR~jxXaeE8Kdg*q~&$%njS0N^4c4Or5We?x_}W3t2DG@|YDE#&XE&9_A(dLu>yqpU!KnQ!BX>?FlbOuPy)%DkMAw zMvA+zl(xi6dsS$`*6%|q@@Pb{Vnyqtg56c>CsM6l7x!DOBGq+$eX{QFe-_%Db8=_j+pgVjyY|KSs#Cci7>UoljCmiS`Br|BtsoQ!GCl)IsEI9&s4 zMwoLd3|u$68FRjFmVwr^l-3{?-IXn9aWdd(+&v9K*V%NuN<+hB$Mu{57R@!^2jSa5 zcFhRSWeKc*2EJ>4=sq%Yy4I4u47RQX;bTga^4(N$2UGAG2*)9E9e@+pA97lW9)J_~ zP8E!+6kgqyITdoZ(|Lu|CxGOBJ)OW)oL}RONPeaxexg&HmIwtBtsan};7YQe0O*u_ zxr69qe$ZvX9}#`c0lGpS2JO6&0xp2xlv#3&l#>y&9yk9+^iF{3B^ghH_B`QY%&%AL z2e3i-fTm9uD?u}{3)$#3z9nGvrOfpTR!@OR`FdVPA$89*|Fg8I8Jj#+UZNRGC7g?R zyk+1xbCId1+HnLT*Gl*jvyy?&L=57wj7zX`?X94v!9*>p8(0#g?OYV0KY`BR+i<9fDXQ7ICU$XW^@)Dh>Lo_g;GYqLXOF*}e8@HgYfz{*2 zpCjPFVEV7%PZME^WGLNIk>nBceZ}}OQ54sPbP6(<;-uGDgs^vg7w9{G1{&X6bJ zHz?`QNm-8($&_7yHslV-P5Bdq5|U3*wDKDuN8~e*XUYA*kIEBxXUhoOvK(n*+XQ*R z`b)GtQ36Fw=5oCrp0f9VlX=`*fQew)kD@tpVv^IcCj(R#aTggnSt?bb6{I?+Zsz&| z1Cc2W9Xp*Q&v_S=5#dWgkI#fL!S^UQnX76y2t8jU&!R}0ysnD39bTPM2eM245;?o& z=cq-B+zHn@b8W(AV<`O!tX%zg8N(3|+1?Meai?FSqOZ38oE_(T@5#yK?^}5}C5cv4 zYMF7&|00mY7JwR$1ZY5+xDgX*91qL}?G(SKXio&_lF-F(sjepjGZ? zG0w*0ijm?$I5*A)s8}I!6@H9o6%!E`&KnI^oqO_N?E;j4eEq z3gOrCE>iLdo=U9L@)!Z_A$XLZNobLgru9^#J6h$|Yy%Wpiw z{g>b^>H0V~X`aW!I>AkcD9p_>jWNzG$6~6(>q5xPRr2eUQbISA{V}^Yub3 z!<3p_ft!I#hq^0DAaKaT>aMtq!EwoMgyNQ)9W?I0L(O#gG~^!n8fYOs(5A|2nn&q{ zJdMS60n}KlIlh6z*cEGCZUOgM_vKdcu=Q_vZ?jx^1&JPtbjY1N8tX7@4%29ZZ2Ul) z<>Ge4AZHgQU*;1vSXLQT0cP84#JX z6%!H+oi*!B8-Yc|X;i|z$^0XjnD{BYoAnW@X}%~yb<76e0xU&hn9LfIgq7PC;ZgtKiPCRQg_82Z_4V63lZHUUYN0_kPGk2SN5`s(}!{pqTm; zgY++02PcLSZK$GoYvyMFaf-Jn>)X_<>LQPn4rWaRM5VbSjy+NCB@`ZCfS|Q!_RwrccbH>TOZXD)BH%Vcr>{u^ALI z31Dkx7d(uJzXHYFrpz{pwYYuE?Ll(0RoqJe3FES!%h+9ozd=#WyCPK62em@gwH>N! zUucEPEfJ6L$yRARUik`g;W-&I0qZI{ff)IOapo=H@t9&9XhELmKFX%v+7XZQA?rvy zKT(6d$wSEhMZ6EK`~omco+C`=nS=Dae7By1_{BM-!uO_}hZPea5%Z(W5-d&;L&y1# z)v)TU)PWFu^$vF>Hu)BykgV*NNF|i(xdM6-Nr~{`>WVTST~e%c5A|a%chg6Q?+|$? z|I%7f(8$ZIhYMnSk@a#xJ%7MTFUsZMMtt0rx55ul2TXIiiM z^9ROmE73VWV)c|p47$(w6>MI`r-q9RPD>7iLc?NA>!!zk)-7$JH(fk?B*7tch z6?$#7u6c{~_lkUjjvC+3RT*nKxEa`A<$>YMre59_Hhls&-yuwO3DCdV-P&kN%LjB$a+CZ%1h5BB69u*bK_>%iIf%2#3z9ZZL;ob6=I*h- zRPW;aPOHDBoOfGRO*Q1c(bqgXMMC_T3LO{=Z3sQx0d zafE{;a(qcPPvFcu!c~fX0k@GOGKo%0#|T+OZlG`2jur&th|Hr+9n-DfHJZ!mtJo1O zr?29U_X#pOn?8z**Y%GuM~*5E?pgXGSh5wMT2s`UFv{#!vCrEjnRyMa#YuSw~69gi4?lR;8dS9aoUHR@jtO&$lMbi42>K-P&wJjnPwd}l>8nOY?&$089a%Tn-PbeHGj`(sYu>TLM=H+nPwiK``2rrYbC+S+ zXRoE@A^RCxrrCiWEV|u8%R>7UEf3m!IhJ$wB3ky^576?O{V^?3`=(wj$L!Hw{vxli zJNo!WY=5;6!a6&*AKV@GeYAM(zzPUE?Vc6jKC~~>vejO+5=))^(n{#=vcs#uMeWg5 z;Lh0ZtODjN`{)3KuRWf7JD<&Yi`}yt$~OBHEis!9LaE!E2f_L6muNX?hljB2w+DuJ zDSylU=@6fY(4H9Lg?yR)4lVcEo;6r%>`Gdg-9gK1_6}Nh+ec{$*{@;=b#`zj)X6|Q K@Q41YzyAYK{XoS4 diff --git a/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj b/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj index 0e417cd42db6c5b8de3157156f397c783766f4d6..717b9467913e453083d7f0b2e5e65323b3c10312 100644 GIT binary patch delta 6027 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 diff --git a/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj b/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj index 174dbdcdd594bb7f99a25131b612292372421f66..e6bef035cdaafb72454c713ae7598102584481a2 100644 GIT binary patch delta 4565 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 X*0`T2fkeU(=iGiu>~N=tdEtKmHQ)!Z delta 4552 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 VOuC(GO!hnRJs@v8Q}>9_{{nCuUnBqk diff --git a/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj b/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj index 98c5d2ca714b1cf0996d798c62556216e2528d62..254c7a672f25bf3faaa2f2e4b9e56a8e8eab4abf 100644 GIT binary patch delta 3640 zcmYLM3viUx6~1@(-^bbgv-@xIZ?cb@WJ4ar5Ss8R&p?ob`l4ZM6cix=NhKv95JDoa zjo<^@qBa*8Em(&ZM-&k=A=H+Kh6-3UDh|O~z*;HRV$oWh4%XuIJAarqGkgC3oO91P z-}&yjcQ;=>=)Urx`|*_Q>@Fyz;^jUe%%g50p3f4ZQvCnV<@dFRg>V_ZPfXoRx#>G> zXnxPOAU}+`Av~nF-r$G-b$+-!dm=&@U0xyFT!>LjjnY zA>7UJVwk*!&)CN<=?@{+!|y)h0Hkpg2#g}T4ex1VClDHy_9k{5<4Tk4?RfY5jB-3Y zb|_B@K{r`Y$Us|?YBP|PHp1ej?o33`*RXhK6Qoxd-#peu5o`n(-u2h?xCnlW=Dq1_ zdQ1dewthPhO9vUl{lPNS$ygA@`-V(T$w=DiG^`BB)tfOi{^kPH|=&>-;MqA(5>LzOW#J)2&Psn^3zTaqNois z5TKI;3aA4um~;jK8Po-AA-Vt%Vfvk42#ZbuNrcWJX(l~^*ev=dTD0jfQb*}&3`RD+ zg}urliS3KgGQf({G^?qUTZBRy+I(O z888W|!KlmA)X2|AB<1$fGR)luzfub&764;R1RB-XTQr7E(9L z7ttLkR!nBSR?&s!M4)Y7L_=1;(MAzQEGql!p8c-3vzreTXhAsR?of?E}P- zG#|mEs0<)R(=$jqhE8Mscj+*g8%sj~VjQ*LeLUR;Rwht8%1orofHH|n5L-nv(adD( z0?;XR1m0>Ywo!j7g585^NMW!IeuTCJl`BJ2xA4;+3fH?t*rEbT@ znZI@vTZKWLc_`8cPfQ)=#YY__q0aFcd(BalYCtFEF-OT$+jxYIJ4#9=dD#h8(qf3} z14ZWR5oV%DwQ|+pJL^hRH)hIw!%<4rLGJXl$qbaMaZJIP_-e#dsxLYBdB-za4Y21^ z$1_fSj7>8y1~~O3^(H6yjF{zWWwY}4K$=}Os+T*uT-_{|_)iTQ6TCV&voINdrtlF-8FT;I&P>s3r z&vO6UrPH%=<;Qh(qzdp9E`29d7v!C(_l?@hQU_z z0Mwe|C^0nyqhM9%)S?BYMsT*NIcuP#6n`68*C)E66sbRA6s>8Y4*;Z8r5IKX7tO;- zE5i<2wSit_9iet`hUw0ouwTv8f3|beyJ7NM3(QMcpdM!+cSoHmQ|~gig^pr~*-aC6p>`T_~*Eqx>q=DUO*HeGc!2I>J59c8-K!l`tiD44x0?ZnExll)<~nn!`$i zu+`5P@Li58Hpt^#C!JD-%*8xMNvSw@(h%k2U!|E(FU62zkdkTAzRpL#6-5CFnbDWMS6T`-XGP@+u&q*H9jXC-9 zwC>D_%B6Z+&N{ij$BxaGa*tjTFOvIpSA2%7&>zL)azOt(K2lce;fb-ZHzoR#HzSek zb3h}P7{EvF_y#;o9MDsfLlb;g$)h*$RVC|77A+L=^;jlGrgFdDkUUXQjIomI{}+DM z32#836Zv$>^<(&iguvv#u&vea>kgFyx+m3bGJF{uByX?b>sQuKJfpAX764Oz-lF71 z#LJkMCx!pKXkPBPCmTsE{mZ;DKYR|v%0%XL_;!M%?f6t}#{S5pb2Q$A{s!AlW7lP# z#s2~XFfCqus+vE?bH}-sx|MQ}rhil4Y*5an7WexLNnpZV7G%sD*v|`o#mY(Cam)yF$ zHoNDY8_#DHR4lr8NmIqr=EW5&nwH($TG77gsE3Yi?QC(>-geU$-3e z_snek>1?@7pL@AZZqmblQzy6Rb&xOXe#m;A``bE@wgl4Fhat;##=#TvlpZ)(Cr9hz zLv`{i-FB#5cIr!zjk@V@yWFME9j=qF>ETD(WlTSFgm{zBdjB@X8jkfm1(X3 delta 3644 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 WXI;Yr^deX+heLpM0?;QtARYi@AT=`p delta 217 zcmbOuI7M)R0;9-8Mfv*g3=9lB2|z*`h(Umfg`E#XF|i*4Qp_x@nRz7)OdPCWIS!VG zAUQ_1t6+*_0f=H^eG8&kST}lHU*MPCdYE9vvvR-*E9JevoHX~_9?so diff --git a/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj b/blink/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj index 3f1d106aae6a4e8ed675067d229e7a4303194f71..6e964aed849c714cbe43dddeb8e68bf6ba7d958b 100644 GIT binary patch delta 946 zcmY*WZAepL6u#%(z1!V(-As*n=hSKHw2cxq{M!7$WLDDhqap}$>Z0W*x`sm}q#0E1>3_C7#LBJc*br?&TEdM=6N~9NdYWoB=t4 zTbP<7@m@1^#DIE<6Qbb`8Hf*PlZ3W>YDprg*RY$F#bnbFhQfq1T%V4QnOdAq9nnf+ zIWz79Zzu3NCvJ&qa~>y+`Er1kC`kmy0%JBM>ds<}&Yk^)uQHX(7r0=Cz*G^l%6UON zLT~2n76(s5*rdzK`9xxKUHm^{nd0aD`uILdqVke6jqxvtkp=U4ysuL&J#>dTWaZAF zEaE#|x}}uPahSvMFlFT<>cvVpjWyx`e8XvRKeGU)N~v%K%O#I>kk17--y=(Ch%3XB z(iHqak6tablQH;H_?Nj!ag8EzoDKlLoA=&O%u>W@4*o*Tp^+T=^=TQyT(>isAHqf} z>~nm{E-Sw$g-Sb*T70fwVt)W{8}h)3^9B{ham`SY!M`84*Ux&i*>Rd5qp;UT8{~~Z ze;tn+li(4aGUogG>0DNo`<6~}zNhu9s=S2Pm&uM*)$o(kB3)F57_rWv*6!ga38@MA z)0mf~DShQ!=^Wv1zJ1d~I~4-vJ3OOFlX17nZr{VFUE4ILInpy%wdRz*933Tbah6{Y>R9|d$_Z0YxA*id#ljf)zTJI!2`tsIENF2ckwr&f;&nAkc$@yJ-A$Q9KK+% zGyt_YMfecG8-PTt^Sa?F4tO`gJdSx?k~v8biZJMi#|3XJRN<=EMRTgp1ua-fn1Erz XCLHy-q{$RPn9#JZeX$UWpMAFfD!{># delta 961 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 delta 26025 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 z zuZ8T!3XQ6DiYPdf-~RJ%g;dE$cGpeDL5OUAiq49887(p9OEmAz1+cYdz9jYDh@o+q zGhtT4%%r~N&1mB?n=saScBDvC{8sa%MR5T@G0MDCA{&hhooT`}9z zQf_9DtD5scPcvx+)y;(D@FIxMJ&GAIU+(@0wLGU%p{0`ULEJYi)IT!8IOqoVv zHiPV5GXd3o<~gYAH@}7<1Lp5=>!3LjCHPJjgE8<;6pbVraVe- z*zUs_i_oVknnv;*lQpfQ-%|~OQB>6~`X>g{eM)|fuT%5{QAh=&qE&=^D{Hz(-ysUA zU{rJ^X_N{^MT>|)Di{@QLB={Cxe=rX**h@$ZUm#Y0UKuDLk7xa(KmsO!ngB!!u)Oo zqkaXRoeQN3R5y~B!qCY69!}y$Flrp?6#EzAa4{GapkS06$xFp(=*qcC#D8(bT6{pn z5p^QnZ8ayKq(#(;&~!D2wokhebRvzTYEFfC{TD}}XBV8-jiA$YkU6+Qod3m<6_czG zbef5lx=o*^awF(O`|@4(2cqVjqZHdl8qYa$<6d|e78EdI<_!>6HA`Vv&7^E(-J}hI z4)ZjmGRzThEvMNZv|OfzTGN~X>Xu2Fh#abchuMJPPE%qX$qNx*dK?U6i%7mzYN!lt zoO(-~GrxqNQlzNlLaB;VCHkMjA}lF9-289JrH5)BKrR3$f&2e zt(f$S2s2NCu4*RWG@6q23=o&E%=Hy$Madm}}?g1gN%*?j#DS2vT&q znD)CPR=OW$F5fu!X|#yar;L5$L(hPa68)Bhn;;RWG+pfa-H{&uj#>;2ZAAk;`fpMx z6)%d`lLb=oBDo0pQt=|W2>E2ZNU@{z5ddE*T$HrhXh|&^rQOB8F%rp*){xwdq2%H+ zn)H+5B5Vzfp1`R4Qt_fF4z#41txP>L@VLW=ew8B!sn=n!I?3L!-=g%A3$HIzR5IX!wi==qj}cA~|+ zDE+?SOU00)-@$8q%YwvbNtAZI`Ql-k%gYPBRI@yj482J$lw)?S9J6z3;h!SsyrZ05 z5Pi-&vPQH)dw+q^3gR6Aopc%xdBXNfFb<3{-l5{nC{{}D$H_m)MI&M`3yf1> zx|5omr_ypDU$hS0cN=TDG$xnZ;<6!GP#sum3{aq`JYBuPuCZjFd zo;99F{CO8MGT8Ux4Q3Q)(sIULXrR@M4Jx8^rdQJgkhkhp;Z}`<{kvkKvt@r#rVtie z*9gTs(v)M%YG~ScAn?x^=sNl=2#dF;dN!~NQM*A>`w|V_#!>ZZQ!~vN%)DOMfeqob{0mFK9$|M5)~{*mX!l9p|WG7e6FtpKwsdOQdtDU z!t!L=GeLPs1^|i@>NGu*K*@O+W)+9cd9aur#01gG1j`|CZ;}n zeNB2VW706ZMowFA(59Pb2&@)-1HfJ}l0bj)7=fMQcLF}q`$2#basPwHLA>==-&>k}Ab$Ky?QQ}7e8^p9tsC!O4vk90jT0Lx>MJ7wLM^Ly)%zXrfx#Anb6wz@r zz`w+;1ilrAHydS)3Fj80nR*i-m-n0+~k+=ZE<9)krV#~)ZJro%1W`p z3o5*lUPNC2NWG`xeUz&4KKca#W_%!lYXbq*ahibc*du|nEdiJF5(3P%T>^DKfWrLv zN<@%ro-B_qg4zN_EPd42@_&38O%yz4+}8B&W5$0NWfdjAMgI%HO`_Xwqc>s| z^8W-#Z))0YY-aJ{=-@8G6gv&O|L-4^c@zX;8G3`f`0CydP5#bnxfgw4rNbzMl}1r> zW>8#Rr{Cc9vhh!%}SD_5G>$Ix4N&{bkC~q$-Te;{b0(U-6 zW^1zq09~+m_6eh`J!{6--Xiss~I zY+#^=@a;2p#pN2?OMYDyWxdMi{`3xxLpbE; zDOj(zlI)-WJ*%)@m(pE_4GzwkI8R}h$oTsoC^?5CV-3-`G)8aH>Y7MhCT(kHy}hIc z1wk_D7$}B5WqgJ2{D>}3m?+Ms-)&w6hGb=F0#6qVtefP@fybN$ou8U$QN|Szi2ZBJF9&L;7Lz zyNS6&#fAMwI{UdP{aIs$+dXx5>nkQqnA3R0yje5F{jV8C#@t!sr%jyKbm%qXn3~KV zeEwfX4^=MA?!7+Iu-$0ZH1sXwnN0lV5j=$zaf297V4K)O03QYX1}o`F@#8nZR*P=m z0&Ecp0xofkK)Gmj8lXg6e;P}~QSm!r4WjoMfW6{=0=D?(3|85FB61e%#s`_nRrWXx z^1rLBBP+SeE;@@08AlwRdH5UzabfX^;{2x)#qZ_&>Yh5MPM!0grRv_! zPv3YJed}2nlLxoPPs9`3r4YUoDMDO_Nkp9gGrXQ%$wC+|Pd68cOd41qggGM{^B$2Q z&@-gBE(&6}KL9a5wlJ@cHuH+%na|1(@WzpmTUg|BU!4KbTX12FjxN?B&-9$(kbRjB z*>#ZzS>|>BU#bu;mwW1rS;E~4kvYFs6z zJvWwk3X!-Xp$5pzk?`fpPaDhga?I;j*!PDAve5+aRuyM^dNZ^Lq! zmLjNhx(HArv^XS0l*;pk$e_0ocqS#D3<{A&z2PjIzJ^j)`UGjup>c2%qjkAL#A!1C z1@tn4ETlJ(oo@6dOn0a4$a4?s4tWVJz^+pIl7uLu$zCDK$$|X} zngdvsl!F}fq^1NM_oADyp^BEGd#Y(7BCDYkG*>OHMPzmKDNNVXU5KoKmcU$ZdKmLQ z^bY2Y^b+QMX{#wjKRSxY`cpH&4WMIjAqG-9KwLl*0D2I$!0}*I-UuMg=5WNHbd7x~ zzh5Gj!__L!;%d!>GlLF5VA27&chLbP&`rm=TJ#v=@X$~I_0rx#F4k7eE!qk>(FtVE zN0&qHr`7Ngpi8kgNM9kxism5V6xxV+stEiU7&}@f`=&(F0iY)jPJp2FZj9m>02_1- z5SgU7D@Cvs+mmRQ_iN~?aX?JF^&BqW$HsFI`?&?(!u%5wlbjYl#2m}bBAB)!@k~_8 z>x$!Jl=T1$*E~_eb5OblffH$kUYY>b}Wg}Hq4eh~#SA7mRR&8=C z7@wMltXOq=MX449Zq?I1tfZ+QfZb})Oyt+oVdVwbI_*Rb1Qnxjl3q>{34}Tobuwr^ zvSLyUuw3+7KBs*tA6)7SeUC6JkY%e(-xB6D7_xesg-kjUX*C7>Xi@qYoh#^31Sn|{ zAQ`v}VBH#P9{Zj0<$?aJT#7{I3i=b`kn{$g1~s5fOkqBbKC~v9QD~Vn?J?b|5@)sH zpYvFC1wt_BFWg9UBjzrWP;`@tBqq_LK<%NgVZlowI8CNo89E(CLlLziJ|CS#_*4^*wW<}I*oB|5{LABdwk^c@;c&{+7EbTtGBvy8)B zXbNz@=444=6f0i@_k#Y4{xs+?z*)jfVsf8Zisdwywb6YiCS9rk(0U}7JEuzvE41o4 zYdjuuZ)BB6fzNuPL*-}N>7JXo1;^TQw8W*Bp?|IQ@m5&ys;zKnJ*ZcF>QN-i`lDu) z%I9W#D9(|jsUU)|Ht3az`VQ&09@b1&WCGS>>c6;`HpREVW`2Zmc30E6@t)SAM2Xso zDq36go(lCTTYE+?RjIKI=RfpHol3`TX8lF4^ih4esh^E=7xY&St|9Artu{#Ipu*M* z@sn5?rWSF}Y}fIOQ2E>wJK}uBH>u?e;l+4s0r3%69*33=nX=Yy6%+2Zq zI?`%+L*t&M4)ay?*A%{s=BNf7CF?D%cc&`kh~CzY7O3TH`yI_JQm=Et_i5%{bz1?L zcXPMH!2N0hTYE3>6)-E+a{G_PWrp%vW6gGr_onDUW{xt|Who}wYRH&bZ>i<4)efz?oe^^NhLgfF390%YGMnvv=OWZ5@X zGe*XXF4WsMu4BpNGBZAc72l)7S8FjCrFP<^`ExW=p(aD*k6G(Ln$!_A zvp=qxX0@9QVZ`I3w1=#sXI^= ze>WZY^Xe9RM(N0w1bZklpNE}rQy`k$4V71;5JVtDZxTA#K&C$l-70lNfh@gZ>L3Ey zo#8RMKu1Jg)s7<>$g$X1chzF&lw~I>`GSp`uOlvVF?55`tkGCb;d$pJ8SELj3nCh% z`|PyAH)i~N1$u2%g63|b1YPU-8eX~o^SNaxK7|#d^WGhM+ zAr%=k4bM!<0E#SHg@k3(jhJ_(mB@Gwt$>{vb%C!K^+Mk!Drh}O1?|AIk_V-FqL3biHlfq~S7gZrMZu$^zlIT0=ETC4b-bH`FnOH~-IIwrq0i zLJfga)i3iIXt>m9w$Wcl;#D4;Ej2(h$!Z<)q6Q|nVvA4JA>HbNKs8?~N@X#wL0T_O z9f^S%?Arpph?>LrMtk1l1OUZK$Qy%gHQ}F#wiR z@9g9=MaJ8JkUFoE&k(s8-@71~-zkWSj0@p1HPOjOL`J(kx@WX_69P!Riw?t07yjx@ zU6{%)7|878`vD}vXaM}2y}D<3i=Kg_ z?z%^0y)Ji&?h)CbnNt1DA$upZg$iN5$uV6}!14JG0pgFC=${11BK9PXwtOe;C`4|Y zZ2YQw7^g7w1yvxuxd0Nv*@YNR?1)#Gkz6^ zzJ&1*x1)$}wr5qv2ijIXW^hn8YjX2_q7Zu7cYS^Y)3s5(bJ zWnWlbAjjD=tHW}?y|}tq-fC~Hj+M_tO|8!i4Wb>JLj2oA9Kb{vaUR@KG z2krElSb7?o$=%@Rj0}Tvh~c6k?NK$E@~C}%O=dd3gwv<#{|>BUjS?t`_}}aeH5tQm zQOi(~jBp~};>C`P+ypjwTuVRuO`3aQKEQPC1jAy+7-G*NcjxNbaO57`GS++}IUg9h zv*nH;9<yxnBU`18>%)Aqjj&E9ykhV4y3x<_FE_P~ax#Xc~FQ$mWx^6XKV6>GQV9jrB%K8k|UBhW262Sk+Yg-))=wO_uU<+drUOX4{Pe zMj75Dd-;GeFgpj_P+7*fTh8M~8G(CF>{r|^#xTZRi_-VvvB4fcut$9aIOU}Ozw6*{ zyCxaB&R1i{MBa5NvIhN02kqv8U6Wpb&&qQ9@W6}~UC+2Nh<)%c^rhMd?r#}4uH?3s zmvof3hoPHfFkUmI7{&j@y)LVbKnZj{fZ%-=uE0a~GlEY-cpCGQESzFbykLyH-rjn_ zB3WbC3>qh&Y`cHZaCt=we93b%RiA(CSidgJFC03duAH^*ks%I^Uxb+$#rrr3i#vopA*kT7 z5of3zT2qk4;$%B*Sc^<+n>)-WVQKM&_sJz~slzXErE6SD4rg3XVBb0nQ9HxFb5t}> zSLJLON8c0ocrix(32x}KBe>_}CG|b+9i!Hyf6r(SA<6hp9LqPHDMbdR*w>7X%hUEf zqi3gI3KQ}Tt%1)AX!I|Gtt;$M(+Gs$+|*6B+xIqAsn1yNkzi-n_Bmz0+Z2;kZO5Ae zQdZbMT^#MAF}3t%Oq<|#Ax3?>T|6c(SJ@-RWXYLrQ^$-phGgN~%dvj`6y(1e47uU+ zo`BV!$16FlknlfCU&RoO1u+N*|E69HncPs<-ga*6*~{$QSJSO&Q)k>ze)X+Wr?s?s zp2-*|lPhjS($&+rr_Lf_x-#BaP%o%Mj?7cqw?yl|IySB@KA)B1iBXYFd;ml() z&Dqanmy`Vk$WP96CTY$qOzwC5{|mCkxr)gi=NTqG=VvA*&d4u8>YRs}404V$dCF=0 z7szwYawb!C!%Eb=HCy;uq(OujFlVm~+)JIU9aIVDhOm z@;FGdv-dbuKX$r&4bJN5Uz37GTGuB`3Ay0&Q;%n z+vPm-Ex2!-g73iPJGU}f@9brA*y-{;h;pv|9xDBvL*L6suwmXw2mmffOIE^5Y5uZwNuNQ^x{Nq;+|NR@yi$+fX delta 6362 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 EKjcjC7>Xi5EN0_3^*u@xB)6OB7&eG zc#(@wzbx)mBr_TA$Qgv@< z#~II_GoDQ~hS8;~U1t=@gU#cNQ;Fm@DTMD-nh-Z)5)l{w46kQbst|_D)6NAVQ!XtO z!kn6ed51_p=o!*m69qBchd|6vEzE19V|m5!%wgq+dE=nSZ7g!R$HySr3m3+a=mIVB zOvxPp+1Htn-57a{WnTAB=|Z?%?nzT`7w#sA%t3xUKF%z~+`SPG!|R&TMu-%bXAd~9 z>m!y)Z)ZDN7*9TjNL-On9c1Pp_;M9wH1Iq%j(KV5MxNgQSgy*9yLf&ljJs+=OL#sa zA09&fCd@65i~V`h0>=y?Xk-8kZA65U&NEut@52V#j~y<0CI$Pb4!Bd2v>eMG8t4Hs z%Eh)++8u^HawBm>8{y7Jy|B$s2A%=BHA{#feV8GHqHZvnM&Cmxox;dzh(16dNtC}7~WHodcrfcb5L{>)& zVXhmk!Mr=Yhj|Zr74x37*%YD|eS^q)(^!DJgpMbKxRf#hq7RJ%=z3~|W(Nl=SLze-lm)09Jj(M&{~Mr$!o7lG%2v882lrYBPl06lqd0t98Y zV-&{$*q|GL$Rx#GDS}Pdo>bGZBn8-Ib=&n@T{=95TFYDV}7b1XND zVcLo$vQR0nD}iU)a&%5`Gh)rQIwuvMJ2erztg84y%!RrZ-mETdgJ4`L2dT2U(jF{$ z)t7){Ri`$A@u}I!idCamlxjraRxRzrN`^WQ>{gv-BEOvuD?h;2X$Nv3s04+R^jeBY zBGgH!lRsEt#{13|41bVY_84{T%=t;yO=}kNhszaNY!h9NiXpJ_b&@!jl zj}%uWFKEL*=di_<}Q*@bd!lBrqDW|_RvXK@KOj)Q|S(dPDjyDL`{g# zN2d|KpT0#l1N12H1!)H6iUKHD8XZRWrVG;pRcn@c8*E$2)-dM;5-1M+fW{Nl0N;|v zLx3>LIm~&c0QXx?76t~h@)d9|=xy|;K}P}35@rgM2hB1pXSl4j?t3t4Qw4z56M5V@ zZ5mmjNzYm1>5zLZtE>Y)>zNjnpY2ad@{+gVSX+*kxYT0wueB=C1PflZ84j(-^omcd zL$a*@(2P4B8;=Wn!=5@ zL5q^5Y6q%lZPa@z)nT^wqF$;}4GibcdZk8X;x@Bh(ktCnPj2c>3GRa4%E2{cy{y&h zRW2%Q{Uvc4E0?SJ+%wyBJOfn$_r&%DU-3iL5{B?fqA3Yj4Qd}lcvb6-RP#9Q*AfF^ z;W~AIBm6jXQXIo`C$y2blH~JZXl*;G?v~ih?PC+)y zW%M~zszOF>IIon^7tqk1W%Oaxph`x^prx0|=>E76%Vl&W(qYS}LJC&MXas9bGWx$b zw5KJS*BFa5_(Fm806|MpaY3JwMtwH~1Plb#3|?u}Oqx2zrYCs)^I;*RR@fWM%ZwDu z{=B?6xeH7FEbUdOYGl)&-3sALw4XmGa3^B+s-7+|ZLI}hl-hxl=Finkr5Xp3KW?oA z8LGZQGy4;o8LM`)fjq5ti`s-b`}6%z1Hm#?fUNop7+eRjNe$pS6l$njR0pKmU!)`2 zs_sTr{Oxq$FRR<^KUWNDOtOb!^JUlx4-G_9+oAGmFoFog^d_N$4P^OK(5+HO6v);q zrVb*I(;6P53$#S!RmX571GyF(Yp)vZF_k&Vj(ou;%r_91xd6JsX!Z~+r}4b?k_>hV z+zS!a>pnYc@QvCXjcm}RD1}K+p(D^WHx^)bt=Rz8-!}FQtl}H}>bB6JZOFQ$LX^#* z`w+39IcaECNnhd!;iiVBqEB$qC_0B{8f9WzI#uHtqPjRY>s-v+P!pbE+J$E(9mO+3 z0@;ev6-Y&lCgYh!F`&q%YaQrk6OjB7Ez;MCb-h#Yq(ey+1GZ;PwxR^!Byr{ zAnsZyWxsDP>l7W}!toL`4aJvK590=Xj>4KW5pox;1u8c!hDr(%X;Uy+0-D-xKuT6Lp4}`{Cn|@)fXD!_Nqtfd>B-} zz_aRE$aA6k!Kvz%^&&J}Y6#ottt0U&56+glL^G*sCGw&!O>M#!pQ=H+Ri8i?zEqUT zW?c1JFGGD52h-QL5qc3dlkpAle833+ivL8l%`^6go!ch&p;PdK1Vxe5fOHsSp|mDV z!x47TMmTd*6o)ZIm}AfpY1!uEKpS?Y&q^JILlAo%*wXLHIS8T4%n`9UNObz$VSUTV zY!SNzmecQP<+DWWT|h{m-O9&AUhGE~1an#iQ4#A8m+8q?J|ber?1!tOCF>DD`n_}% zZrboyXZpN!cELbqq&@^75k>>xzu14PDv)>E=cS8x3waFdvXlN^R%#aNEjzb<2+xXxscJ1yKV(66(N)b>V^MtBRWos2Z`tx$U7*&Z z+htAk92~XRJtAv$xl47A$U4oG>2D6%EvYS33iBO~sZSxt=Q{$3|HMT9BuEwUXK}RU zdl}zA*piazV1p;L^o!r6dHoB3rfn-47Bk2Ydlq>+?B2EE$o;ry ztT{$%0YJ28(=A~3Z91(e3Blsd+%E-u#Et824D&%^-=i&lYQI+-mo@gc zwb_w*D87{`V{GofSViA9iG_A*}(5q$7jbMHU~Zq5vu?*P7ZB+ggbsR~Mp7 z+8yJAwAQR<#>Z>;YhPyDbp>*Oy}fR`++?E&&3!eThKG|0W&-u#yz;dFF+`Yt^_hU+jKX9;Xl0efX0UoZKtiw zHtX2ROl+8p(PAapV&xwY9Kqho`}^%Kv*w@Z7p#?{`eW`#`P`V|Q++0uMnk31>M>}1bkxy9blvu($%{8E|QQfinN9{__~ z?ZLIyf_bh{!zNba0=WwVKF;?n4o^di$|Z(AvR|R=4q=qsXIJ;i3G2JzaU-n>#_mE5 z_&c#=lzmgLM0gaMMjkP8_-yTf_*Gu|vUy#vS|cq3PNXnH`>zOd>*$4kdU!;BD z2A2urI&Nz@yrsMy4BaGs@uDfiDEV*P?6QjyD22`;2tH!rQaofYBls+YXE8s`!io0U zzQg2A_V<0~%dYmF{YJ=Vo8Rv@KwjGjU-B23t}g)WSjg^He^P+ZbzlA>E4VNB1KL{{ zCC9m0T`k4R#3d5KDA5&kw+MSeP{YDJd-~-s$XD!~{;{w=KVjK}&(9NBd=R7a7JE?t zeDu%s{ux=XQm#ghx(?%pI4k7}FeQa{Q~!j_u;1uEs-}Xq?w27BjbDXX7$y5S z2@6_;ogk>>u@+~j0$LN1#gbIJVL+qIXntjYPr}mMS3D>eHV+#(+?AFt~?DIocWd6u#k08nTUmVLZI5toKB)wQIYd zv3hlWBI(2+XM;!yY#OZqDNsI!oI(&mp~?0*Boo^dG&>>?eV)Zt;v(7 z-dr*Mj!Bann=gAQE3J9Xu34VIwA;sxxpl&AcTBnE_DR#GHlKaxrkwjmf3MUVW z;~Zg9@05KD@|-i9$yR4Slk1$E;~;yTDNGJJJCDnE8Av`4QYM=LB=#ITKEUD{x+BvdVFv0Xgc7V4|F-&p@TOlXF%+feky)LRjPY z&w)B^BF+dV+nw1Uk%5P$c)*K7xBl@fhyVT!m|ai~ delta 6373 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 diff --git a/blink/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj b/blink/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj index a1a0cb279c4ba52dfc6d5e009775ccdd49a61bfc..1c59c1f472f3a993b0a06544bfe1ecfff0ab08b5 100644 GIT binary patch delta 3845 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 R+Kw{z9=dqphZ^bM{{XA-gP;Ha delta 3836 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 diff --git a/blink/build/esp-idf/esp_https_server/cmake_install.cmake b/blink/build/esp-idf/esp_https_server/cmake_install.cmake index c16d656..a501fcb 100644 --- a/blink/build/esp-idf/esp_https_server/cmake_install.cmake +++ b/blink/build/esp-idf/esp_https_server/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_https_server/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_https_server/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/esp-idf/esp_https_server/libesp_https_server.a b/blink/build/esp-idf/esp_https_server/libesp_https_server.a index 55a3f977910d14b06332168f0367a160d185ef52..d21a6827ff4bad61e194ee18a2b3e08b542fb2c7 100644 GIT binary patch delta 3702 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 T@Nn}P#@@o1zx#*1)BpYlGU|Q} diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj index 2564303ea6c9700253503c8a36a217fa19f03d3b..1d941189faab34d5005bbd8c7c46d5c7a9a97009 100644 GIT binary patch delta 1694 zcmYjQ3v5$W7(VB|dfR?2+vwVLov>0y85i_C0t<^wUPFXIm@6~9 zqDCGE$ut_O4JbZl!M(V4+? zy;I~Kr{jUCI<1nqS&BKs@?TU$T4NHeK1_AExce9K?OGpk2gC30Q8c_dAC3 z-zIR{Ykp=oo4U&EROjqa$sWCQMX8=rcxVe>Wv^p#jonT(yHUsR7V9LQ;KT;NxlGhJ zdhIfHwsDJc4hE6qL8IOZE#!D{m2n@+sNly5W`P{13*a+K2Jsa4>4#ag^Dv$|`8dMb z0(?TdKMI)*;UoQq3UQdEFve3Tf;Wgo7|8Zf++n;Jd)Ow1KgldXH{%asF`Es*Gi){x z*NCM^Gag5V(t{9Yn*{!2d@%l^U4{z2sv&rXZ#W5u@u6s=as{fqSs^MhpW6(_FDxE` zZ`mw`)x?q5O3_hxm1R|!PEIw>vGHi^ro(NMugHp8?4rC><9b@IK) zUf`TQJWI!q8ma;o`O0HHCgpzr&)h)&#_})s zHL*dWM}_>8QX#$V&inbTz4`eZG0{ViJCpiwFEjcT|FJ67;lCmesfCEj9rCTAxL7T<%A#4XV0Cac)*D6J?aZ_+RlA5E zsvhD`YSgT>yskQkx72y!P!+E`Baf(Sb*&O=aeZ1YRY&X7hE=VMh8eO%&1^`^(duAB ztK6Q8&YmpgW|f(vL+{RMB{x1dEf=ZP#E?2g>{9ue3VA?H%p~OBYH=nh%hb_KL>q)IvQwwg)oQX7b!>fpS{|Mklir~m)} delta 1684 zcmYjQeP~r>9Dd*Pb=hSU}lr^WbMjxPe?$fIhYbddpA=;YN z+}$Fxf@<>()3{K9)cQ+gn>HwjaIHy^5Va+i)eH(m&4i#Vdfs^z51i-xKAzw6`~BW? z&Zpz@qj5P@EPpytGGiuBdWAqh2+`&t+;JJM=U=*p<;gMlkj|S@Kinen48uM+|L{~; znqvRSocR@bW<1<^vue_0#*UD%`S@VopW&s|<03&&cq7GhcCz==WHani~u(j2wc1g2MZ7DrI!@zDTRl&@Kw$`7S}lBgp>Pq3@O%0RB-|W*Brfe z5z&I5oo)O`IR}O0c<`{E5_>qi7t@UU5T$}2W6T0aIb8-mp=1Cnc=(xUqMe0e>SW^( zYjcpIy#W8v4&q3Xq+E=Ul!sahBn=+K~Rh8pCzTqe?QRi;-vEvd{dXqv_qMq9<#Tgba z!#InVqn%iVZi-gpWtP=oDLE@}hK*NZAEj48e?zMgV)h=aC;whZ#@C>q&F;eMN-sbm_i#c%mxo2N}&g#SkS;v)(A6b9^?+j_A>qP znFm;Ie7scuTj}o?&jjk(7h&!tv6tf**iDuRFN-Y%sc55<6bF|X@!+ygze0WTUL+?t zrw@&E{3xO-@FZu>xTT(v7uc@V8>lGINR-0tBQGOt>b5y8^$!Ud3tnJ)K}?S@kTpfy zrpd@8DRS`6NGJQr)48+EYtAl`-sOaHdj99SSr&|Qi_8Wm*U;O3i!VvMK&8BS&>nw! zt&o3-=V)AY{<@VExw(uuHMTyi47SSCK(?MK|CEy6WveE62wCMm{YT^<;6Xc8PRDI# z!31}c=NT44f4VZYhIZsvwZl6jvsA6GOYTzd`(pA@b=DV)T-DpWL_tU{Z5=!YntNnqI!jRReet^R+^A8$)=e^~60LDrsXlD&l>?(CZR@1$Q;)an(24e5a${TKa*KMF2sKR{Q{luC z`L=3El*%irD-o4NYM9tg%vWaj5i^Pcy-=RD_m zpZ9*S#0yJ2-O8))BxVd}K0xHo_=%QXJ!f3oa>OO_uzNdOV+yLl`lxyb|begk>ea7q6(+n!jaG(dVW&5u2e~Z8_p~#nNJ&u^{W`M8r z^2Q+J69>DrcL7PiWprY(8tP^|MAC;Ql2wC<^^BR~gnnc8Za;=>MCMJRM#*8;1_>h5 zB)uq(${6Bi*<%r1A&nquk>61nllyQQmzQ*(uc`kr=)X$RUZOU61eKfQEM~OJDX?|O z2{@A!*GIHjPNOR&4ajtg3!Q2C(k9Bt+laIB8xwWOYeKX|p3(EZIRB#;eeu)+c(%zB z%-t@_(6B?Mkhw{wFzaTy18lwWF_>?WKJB)~IHR*xU;7C19yt?)_i`MZhD<_(DQiHV ztboCis5aSg-m6>fj@_NOg_n#h8YJpHirf5epA)IOgq>UuLXyLf%5ni!9x)-_D;6Xf z@;;0*WmHevsfHvf-6u9wU&r7WIg7etXL(2i{=2sPfqwT{?<^b&evi2JM4?dK8Zxp5 zUXn{d76%eNvaZwqNb^GwNAgwm>0}x~G`G^490c z+^XHu%WZl{wuQB-ySe^3@R+y_QRs0!CvD-m>a2}!_4lgf!(Zs1lHl94#fkBR=A2Qs zbk1qzm@YauaKC!obnu5dbPexXfR}uC$gexx8|&vVA%VFynk#>;9C7zC&s8o4avb{$ zm*Jf#C(7gFmp7w&W3?sc=r4g5y*KzGAJQL#AMyUm8}*rHeJWv9{=T}xiR|#$gT?G< z>0tKZ;`rD^wm31~)157hltvF`3zMah!OB~yajVkWvnd1ByY}b#T|EX|(C>gb-CD?l z`7rP&T`GLWZ|W-pc|N5-50p_^9L)2SzBgEAL(|1FU#PrVJj-Z!U?|V4dU~kLuC@>7 zc~K{UgZe3OT^ma&enERnZM;W|r6ia2`BKuH@4_FfJP_9NrFwo;S8(#Rng@~)lLkh# ZAGlYaJdlj8-%qrD`6a5Rz>?ZR{{iu1;wS(B delta 1099 zcmXX^ZA@Eb6h5cD_xASOe$jT&S~{r+1q+nIOjsOD)Hy#AyUb{^%pa^!M>hl%W@Gll z7(XJqOqOFtH2#73MU2@2sX4=0^b`5!yhJHSSBx!*w|qn{wvG~!@jAeri50N8*iLBJYdJk}))qTr!AQKQuGkufLds{Y%J3<%CJJNqR7=UNXou z$RLVi@-pJM?DP=bAe%svkZY)Hl)X4j$`Kv18XlU0{+p!JP1Gz;qVi@rg&8ff0Jc_n z70#r^XA!l@`{>GugG`6`ptDoHwTZgqEaI&E$wb}qwh-myu%5M&d`&M~$;?OK*(R$n zw_h$m!+^Yi%yv0~S+~nQU>lUrzk&k(@RC$i6!>MN#K_&b&VEj z;3c^VWHBMpCBNycHyS?(aU?%hpH60BlUp31A@}Pi-X!nV3*Kh_LjU!)`U}u!NH5H? zWk7pmkhkl!Y>S+z>W+tA0*{H?5QV38MVce?)mfW;)!(a@k8J4QlHw6fIF0;@_BrFs z`i|4Y_4<{wmGkQIbp|g6&^5Ya8D8>(;T9e6-49vZE7^6|>`|gV`sFlM_?f z;?!hsPquKVG&WK>*ZwhAKFCaXG(8-sboa)(_%6M7U!G6uYrr$Q4&0(!3wfT@8Q>*7 zU-**W)%oE(zo~x=mr+?7$@7bPdZf&xxnh~mRThh<7!CXO=Xp(+_Lte#_R&0lu1^7n z^lRW1jh8Y!qdQ8?JgB8onjhC=z(qX`oYsrL^Xfg2hKL+6qAiNfO1TX9P5C>OiZj^ARZIDJcwdp zJp~kGmIlfAONM|b7Irld#lZ?BffTz1kYZtB&CDwS$?<^&S?qwCnGXWl%myMJAfaeR zjy*t{H3KNYsLuvuGJp(VoO1+7vW0*}z3V_CL2UeBUM83q%)sss5*0<#0#PpN15>^^ zi*YU!SA2Xa&<(~$@gx?ZQjXpl4&vzAIIh%b_;e!gULtv{28}Q7UeHz6qwx0@6YHn`7V&GnXD_I&3I>W zq<}KxiOIDB>a0J2&as%x$R|8`kAMJB-&p~5MxM!Efn>#GSwVHy6&wr@~) I$+?2!0N9sET>t<8 delta 374 zcmeBBZc(0~z&K~3Vt)NRMg|6+vkVLj(m;$1m>Ah~fO1TX9CLxfOiZjUARZIDB#2^R z-3b(AJ_M5Smka?>EbQhWih~tM0x5P+AjQJMnweJulH&slvRD8$Gj9O0nGHldKtj=s z9IJseYZ6d`QJ)RSWB?h!IOhnEWb*@yde?zOg4j60yi71Jn1MY3Br1xe1)^Nk2c~>; z7UNtdY5k1++*JL%%xwLl)PnqC{nX+DVmD(0^MnB6u)^d z%W0;`e0*G+C$L+vGwMt}$>-0wVX`EDIU~>HiTwVI9+Mve$%@H_0@{q%CdUdWGaj1U nD4@>xY4S=SsWtf`kmQ*B6G)a!RuoicTr$}cNCr$U6ch&lPAEf4 diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj index edd5aec7a2c500c3d30c3d5ea86848c9a19a0197..8b7cb19d3304b09e9668f344f484039d32f74431 100644 GIT binary patch delta 1366 zcmYLHU2GIp6ux)v{Pl-1v>SGo=-STCZdu!~N>xfV{=`DE^mQ6vKm}v1qIhhKLUul^1_fAtpTNi}9R0b-l^`?sw1m z&d;4Q-(BP1U*o4b_{u_OOsy^|jJ5VN##RJlHlF`2#WdQ`r>MpjI=HUO!~C7&P0^C5 zQxs#rlxPRhC{CbB%|yn@qZ$bn4^taQkE&{g(kv566l)KLcA`M5Ac$Vp&6xgexQ9Ya z^(v+2=1VBk&!fpu-;r2HG{si9twuVIpp!LkL*&gqQiTZz!^|P^G2U9%L6_F?%yqQz zCH+%8XoYa|Il5V4qDv2bi5&Zr%j!eMm!6`IQn;}tX4T+?Hk+8oGKTsp8rHl|qIX*s zk<+>lH=lFRZ=D2J-^`zcF+Jj)Bvmy*jg4W60V;V++WOx^+XmD}akqQYHuxH4*41klJND-RR1t>)c(Oq?Mxz zY1zpkq%Y!bcj1=tEI$Ps&F=VLlz*d63HoFdJ+M8ak=3UD`S$f595#=|Z&Rj(RE|nz z5k-MAvA&_)&~!R}4x8jrsXQ)~apZwA`hU(Jo2u0wOd*zSdYyOyMGnnHEDz9J9GZt% zevanh)FhuE9{Y*ZH!b4K{hA!}ws@JM>9dRZN2wX+T6C$|;%38Bdzd^94MLpRg7H=6 z&;-QU%`^drzO{Js5$eYAiJy}^_BlGm`PG6G6mZlQO$Msy>x!eYVC+}o$E7Of(z{+? zjrfNgWm`Pfh$sh*xI-i>Z7;gm{+ibk_%_YQ9wOeenis;YQRfV$ zYqLdAzAZ>~FBv1NvieACIt1bPJ@v~S3p|{k@x6V1+1ocY>1U_&Ubd9;X7aQ3z0Mk? zGqrzeGM_3HCQ{RRe`+R$;@(ZE@nWGgks2=-ia98{2ds+kWplY{hG(ffS&zquRq&rT z>qnB;Q~1lLM>D(zZy|nG|7|qP`CZ_# zOYrw@vZwb{_zw7FPlkU5YrPD=3|YhvVZrO>Bk+S4<9C4X?c(=C5^)5E5luLVSb+@EMw`$qCUIBY zt_12LS}d(-bo>M3OTpR)O$cjfiwHrHsIX9KTl-Kb@ulg5+J_bjrL;5W#_fSK_d7G+ zH#6tVvOnK}pYFg!2o`5ng!RG|O^E7sLWp;DAuRg7SeoDb8-&nw(;?A6cm*%S*Xks)PxL^%%7BVbgHVwW+Swo zkbrsLT?+7Opbe9J3h)hK{?&(s>Aq?O{-sV~zLPt0X;Vuga0)*)4#h4~8B;$-j+$wr z!?miLgn2d5hDm;zKn5eeHPDIuzF;cDtU@e9(S9niflCf6-`X4GYazZ(yFR9T-Jful zZGqF|g2LzmoemSs&~BI|DV(k3roW-{SM1B;_r7tc!GsxvIHt{RH_v&x%3Vb`-{c>3 zpFmtiR43yEKcro6;}df;oWWK8cyxjDukw*VyrERH%;+-MYjOXub@?Vd;{Q0h$eCh_ z*{7HzMDm!i6G)`*DD=h}`GElqHX{nx9=xz0S>u$PX+(XUWIq$hi)VI6Me> z{!P*sgu@e%7uN6u9DZwg@ip$o$uhpAaCn}A^72x_)hsw}$qJKL{JQeEDj0sk_=IAG zZNAsZCB8ZB)1F<$^~%N%Rs+l9r4-qS9KsB@3*5iQZLfe@oG) zIq z=K`mzv!qwP&P&C=do8#`EB01*HQ=yQTbvHfK=H6st>G7ueB2%0KRV=&rT4i9hBEsP zxOuK;&|(KE)3w7z64C*6|!^1r+tk8 zzoW4;0Vi=g*-pH=GY?;5Q-1=!#Zj`0c$@45*6ex?U*bQz*uQ0W9+G%(cLMI?vQz@D z;}F@KIGc(?4=$v_@EaNf%@D+w2bztZm=Gb%w$|gwKrQI_5k<0im23x=$PVM5$~Nt3 Rwp!?~YmOfM#iBP;>py%T^5p;k diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj index 35884d918d4f946dcac43aeccbbacd3c3741fcf9..b9bf460c06f2f33b4cdfcb52a15cf5f4af80b38b 100644 GIT binary patch delta 2951 zcmYjT3s98T6~1Txe_59E@50Km%fccoZ$v;@Fp50XpwXG&+6d{;7;C8-pFkxoQ88=A zL``Q>O)oZ?_(*0F)1*`)R~#bw$-{N9;JgO4DV;*F_F5l==B z96T)@mb(nz%_KJNj<<$PqLSVlq|LeCsr1S5m5 zAgIZo!OzKVRFK49p$jg~LywbrKw$Z0Xi~UI0C)~G7Vn3bhqr@zc?Xc=seA{{Y5YDK z>Eq2X8pW#skIS!h~Pa$N4*CL^OUWud&xDRNBaZW<8B0i6q6!REtl<+Py2N&5yamN()6Tyzk$RV08o4YwGi(C zk1UVs@B4!EvF`Qd(mDN#FON>?{h*)dkA1oEx6z?dl}_o%uTWv|8kmsE`UCik`AG*w zWtS2dlEXHK4S;_7tu`pV3)eG8zZ$H_i6 zj+f^Y)aym*cj$y(;IE=mz18o}wXqthU9hM%*LG;6B|{Ri4Jd!~Z>zM!mr;2leC`?G zQyJAsJ#cB4Y|3b67rH=gxdFW~qnZv5evmPNs7YT9WF^usq=@)0Kzj4A5-5c<&PJJ= zKq;g~8>JN}jluDhsk?(C?x~b7?pxrx>4AGHjsJi5RBC$Qekhm|u!~7gRDTvur?Jq2 zYr!z}Yj5U1s9E36tccs?U1}Ei4d}vJtY|$B0$qAit`quZH+MRYZlbw0)#x)_PLX+^ zfc2lSYG&Zt(k=Ur3`4#xI=QEG$JXTnFdM5z;cn19dm_^yH#%WhyHLLqDxiyl$3hp0 z7VG!2!(Na0UaXU>RDF&9B)g)(PV`i*ohUL`jTN=$cj~dk_-d;4nDG2|pGD89S7DS!LwVZXW0mI69{^KVlL5uoE6=*Qo7p~c^4tqBhW}!?GC!PjivV#o_cXLoR?bTCWBp;(PoyAW-pUA7?xRoa1x9oO{EQh5vEg5Nqt$Zc+>Oj1{@^o5v`}-i&NiVf2JW zp&pSp)<3wd_(pZ4YDw41MOB?kmshP?)ZNunwWy~%T3yw#Vrl2{s*WEoU9nJaZf_jC z(0(W|xU1W{9`Dqit1+_lJFtC`pKKUv{|3N+3Qdn^z5&HLLccPU-!bf;Z`sC^}bs% zdQ>}a$7rE$1O4sb?%SUceW+i!6Qj5E={vo2Mz`FJ(SE%X^b36jv|l$2m(ze=I$S`{ z>X(K~oO_qx=YT$WJzXCgPDA_74&yj#=e-h|p({Z9bQ|cadL8I9dN=4X{g->e{{g+V B89D#} delta 2968 zcmYjT3s98T6~1TxeR6geR+fFhBJ6@70YO>Nh=^z;(N4*l0M3{yRR>aE5sXG+)h_1I zXqy__JLGNZOv{)w(VCK2wMObRoyNqPj(tp%NNW?Trb(*?i3G9J@BE8Scjn%`=iGC? zbIy0}y}O@ZH_lx*cI8_}FTEbS+nwxnDdm3Gs??xTY97YTkHzU&Vkl*?I?h97A^US) zrHr^+DO+jiPE+Na;K7c?b}>!99KA5GSZxj#JM7pJ;k9CCb^H}x7N@P!ft^!?o%7-C z*s)q|tt;1VP{t}GVY`@J2Ay$-O)2|dg0i+at);SKweOdm*X&9;LYXzPzGA_8vVXa( zr@_Y2=-(piw3JIKYE>5+(O4yzf&@12Jm9JW@9 zD9>R~;aa|BOp&8JCxGMHIwof;k9fMiGbV?Xrv-ss$uT*kJeNSJt2-r!fa^c$8aMv}ULNkj?B%C{oJ{AdaL(XYL8Ol# zfzdc#1BgtnMHPPDhK#fLzW@sGLWB?U24ofDW$+4f3^v(phi?w&Kp)|A0L|rmXvT9J z)_J@Mb3QLa$S6MqoEU!#Nf+=&pcN)rA=m`|2t6s{LTnWCvw)t+#V{@94CG$MOR=8B zKLThu_rkt{PXlf;zYqNs-U_cu&O@ScE`og(Pev-${5Ei=at}1qcqdNF?Ys|~>D-1` zH9QAsGdS4|p_Vs5n91+Lw2lv+*c_gZV0ZA7$a*gS3hM^tc5;^M zZ;0iy!-4~@?Ep}|HHgJQ_X}8Cl~IZS95SSr4zV3;FR$`uAZU_51m%i9!wzvXmKJ4L zA@Ew`629DScc!ZmhQ47WR`9x&yE;f$BY%EPry7wzcEH_B;8>oeN zFV@KNxc;UuNPpB_KtHOV@#WJ=eF*cP^asAYYPBB~ zm03#QupG7pYykAkO>I!P3z}>O{*CHl%apiI|i`hE97Nejt5 zHkKbQD443-Ge_uzUh1!)nBL|0=b2b_v`Db1InQ*cqZR!Uu>~l<@%NOQ;Y+AA6+Z7E z@Tr7qq#n35Nj4=kuLCSlOJ0WlZdN57>^qz_m1w%Y9LP?kUr15$UyAe=W28_DX|jpZ zltL+_IuoTCD0RUpG){L0$K2B?Chkwc^@&^V=``j4-P38-E%#%=+<;k3W~%xDIQj=oRT+4u&(oye z@5A~8MpZqoEnPG3$SCAt(aAlf5mP5mY7R!#2rd@gFgr2_a-9u^)vfyFZ~+bUoeY0M zv{WC+iFh62`$>&trE1IdhdGl9%tTLDn~5TWO&D>rf2Z$FwXdp7-xg_I#M1SC^T3Pu zatwNLl@D*&N9In6AmpRN5sbKr+FvU=YDyK}zgVoPId1m0e_g7z@eKWsNR$q0BliON z^k=!@6m{CfI|Zy`f@e~v=bH#kDFoe`>PtLB&Wi4MK-g`GzJie52sFm3$>1|4TMZy{ zHb#oU=S|)HklRFOGPqk9%vMP#Hepn^f<}7DG(^Ly?$f)+7t{H^-;Vz!(Pq6hKV0%0 zxa`328q-H;C ztI@*}jLMDD%*fZp|0OJ+$B4g&OHGjnw`Ad~Io_@tV^Mlfcf?{do28`%W{$T3tO%oO zSg0s8b&Zhci*8U5icDPxO+{sNR+kq|oE5@}vz+zIxi>u7_>Jp?SY^I;)9=Ebu_jOcxfrF`yE6+_80#aV zP+S0)x>~7UT{JVNVnxRT?G{BcxA=%hgPm>>$|Y1KcJ5e zI{OZETDvJ>UE<9^sw$3 zEk>NTMvHA{SKz(VuMcMG(a{V#r#&}{sa{uO-k_IY-lZSM+^P57C=R{-DVhw%ZhnL{ G`TP$|S{YXW diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj index e8d531535b326f3469adfbe0de00a2f0e08d3d13..8762794bdaddb7868f707d73864da558c380f142 100644 GIT binary patch delta 2605 zcmYjS3vgUz75@LdcONHrvybe1v)N73Jjtu+BPld#(g&1hm(=1^!9r@OsY!~^hVlsA zb_h~a`{E!k6Q?6#hEd0+6H&odojOn$C=G-r4wO!Ds>G=elsY&%QonPvhH?;594Pb#IZ1%387Om{#lvlLer(EJ^zU9G7yWYc^@rnh9y7*Rc*PbW666O3>0bZt)@iLx+ z$;>8l2gJj4UkBANQHwd7lpIbIVXvbs*BCUn`9pBy4&-shLmNfLPdVp@9~QX|!Opdj zCm?&=rd?v#7eevGKv47zpHiBd(1C+y-3Xu_sh@83s+@AtK|r|#59=x8UAziR*ZuS~ z0IU^A>3X0 ziZ+00dQrwtugN~qTD!ky2j)W0OAE9gt8Ur@i-)enRESz(DWDF-TJ#~Jyc9-MA$@`p zeY61C{WOSn1M~x|2FZu0B6dA|+208@LMmmdtCR&8V^JxI~X1a*51vH8@3#kgdE~4vE%3}HgAX?~N zSXyZ(_FxIM!Ez-Ll3hhzKwCikUQv?;GHz$P_1e?jidGz^bZ8D zq$Q|&6?G%=)j0N!I!w%%LZ1{WA4OKT`7F4qomH#M~OiFnhP@$EBjY^762%OF+YcK!QSC#7$ zYx4h+P;owqKvBkh85MbzaWh6hrG_B6dcpjMQM*Yiye|p%Neq!zevbXA9H7;CJ&jY3 zLgxgr4G7?$S($dC22aX@8hKcA4oOJ^VQe|+~gjFn@1Uwl46Y^>0A<-|Bz|e z7n5W^2UGMD8JRK~`KUh;UWf=qJ%H2{!T21?sNi${SneK~Wm#1ZLi{3ob-8C0O3|hr z^Odf1i>&OzbiG}e87KjkZb-!d=E2vm=Q%~Rj!3?WxxTz%Wl8I{4+H+9-)zk+ygIc@#4SN)E9ZYHW((yU~}e8QDcVUk2%s`|ts! zXW*nSw;n=l3#bv4uHx=cNcZzV=x4fx8^VcN+v}3;)r|8}3rbfZTwhu)W6MF`A+~xFINr`M&&c|)XJ5Ap8E zuHrvnS)a4sgtt8NL3-qm7;SonQ_%-=na!>rB6xH;rk`#1L*IG&10iJCR>-lh(n-sk?nUl1-~yrzX4P_%+Z*y-M&lq z*)x9~*4IEa_GPo*w*3kEIkEi>Ods%_0O~Cm+-guwjJso@+9}x^wpU`fzTBXiA+bGf zein@zan$jf;F$Vz6`5ay3leKG}qKx z+tveplh_tZnd|J*_dm=$CxYq6o7lG|R?xR) zYj4xWfh~QTc-2ZH zYkHo3mItP*^%RdzS39lS@UO;qpAPZa=>WX`jFpufnW@&}+z#HycY+_|eKXbZ-@b~A N4`0h?4~Anu{{JWx1gC+w=gc2|) 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 delta 968 zcmYL{O>9(U6o$WZ|L1h>IHo@XhW^lEXJp!$LZL07loJ1Fm|TJ2!ggB0nFWy+0RdAH z76cQ67?anyu_QE+T?@fU2_dOzqNYZuE7(XEvM>-rhz8UqO7QK=a%>4gY;(g1NCBe@LzAU$KX=VAJ;iCPj^y5!E z-;j+P<2ej@ofG#O1N^{W9lOs-kc?xi(QL(iCX`VF~W`x(=v!>rJ)BQ(*Y^Q^o; zB|T#qvso{4t5<)a%od$ta-aT1D_b>(f89M~lX(&aY4iFPH82~Es*j#I9xKhfnd zViz}!p5{~(OtiI^baa8GTz!{@J^hMu81)lYO%+b~&GG^!{MK+48*uayWdi*KH~l`D zMqMy0uiIYoT)j_m@$qII2yNC?&x8WZtRZVsJ^{) zQy<&ir+8xD;KgSSVqLgF4q`NHke_fid~-#PZQH%pkw)H3?oj!CWA|CfrG?2qs5}ju zmg8(D1BH6Uk$IME;I>GKu<9RtB)G)FKx!QcAnG+W0GC%}_NaOGybaQ%Y0qH?oMZ UoR$u(Cl^p8$8nmR#8f%;A3^=r1ONa4 diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj index c2d78c821c00fe287ace91b370d0b44b8b9f4f6c..da7590020fd613b91d18eab6d45ecf12ef6afc3a 100644 GIT binary patch delta 2974 zcmY*b3vg7`89wLUyU%a;?%mBM`-E%)2{Z{LkcPw%w^Pm6m z{f~2#SI!!T&KghT2&GOo8R-p#egA|2u7 z{(bIz)&+gONOcD)3Qv;0S(kf*5=)r(gt;4H{*Ak!&#L3gAGI}2EDdmj8AOS5%+1cOzfi@~a~f{q3u#{h%jW3XC$MyGZ7 zgqlNeKXE7;D6hxEbkTrD;xHU$PljUyZ5xrK{x|U>`fS1}>W{!rS-EDsPya1=h_<&O z%h_rzU@gOpL>-y7VH%A`VK}q79ls#c(RiAtW6(+*i}z?Y4u4`c<1vBj2{=Igi5xZK z0AutuEKp^SrWha7qr^L`q>0Cwy9eK)#ETq>_|QW1<6^W;_vhbq1~h3atfW#1AMrSZ zot%a+Jj^bP9+u3;6mpK>G&6OCxkddEiNZuS-8eR+j6Q-MYcmrMI`&d(gdCD8pqxvA z8lprK(ZCp@i77-2bBG??Mf9SB=tCFLj|YhXEax={;yxnqATflW5yRL@w6T{MDd1JU z9K1=4;uJB44~Qi&$UY96Sc){U4AsO0h7(h`otQ>DF@rh8EEW^{;U=*^;Eqg!n8N^K z1?q{F7)cy}NyLGeMXW;MPQExY#6kF&fd>n7FKZQSHNVe-_B93f*=Ly%`m_HMCw0j% zfm$a1OtFO)*42aOdFsUyHp_>RES?{m+%jCzwZ&XrM;s)E;NfJ2MVME#prvP|-H-Yx zXGDPoRG0XSYYUBJ@8ZiJ*w3=afw8&d z5(->a<#whpgvm1wSxEejkqykG#KcXGnT7K-@Suz673MsSeK>3Ch)U69Q%Q36`o4WyR60@SXFt#9_R_b&HD)idic1r}bZc;s<{q?C?!^)I(uc{+q2R|_ zdJNzlJy!ULZh^xrc?b`19Y&CxZ2Z8zpK3x4 zdeo+B6D%d>&`iZK7{_Ebl>Sv)$0wV-<0sVLNwm#p&WN!2~k&du*>7uBYo+p^hXCkZ(?eu<}%|Ipr&HU4`v zgLBM;>t4geUb2=oQ|Ix-!`kpeF;w@mwp7nsMtePB}d+C;O zdMo=Do#(wsNk(TP(oHN#Y@zq6mYmZ8vTvxLM@!|qYF{)r{1cX=+p}vmhX5C=Lqm#WoTCS_t7psQ@VSMG?sl`7bi1fF~p|slj zrk1SZI&+Cq7y66x&zVcS+;gfUcE0}iWGOGYbSM;^eB`zQn_P89_wC~N8U{N? z=_`DyJJgR$el?{-e|ApXviZAfvxrQp{zYYZVuU8xM5PKoHJ4oNcAcl3RWngH>_nH= zmb2+^L%dQREAEaLWYv?}cs~z>IN-Xx%$ruzqPxC-)LLyYv+nKUq_QzGk=0(FbycUk zsz;bu%`vq-adcEtkJ!qA+Ccw4;3KzfqOj_idoojhy?pHTO*-jiw{m$eySh2Wr;=Nw zyi?VuQ_XHN&FwlFo8-NGdexg3_NgymedTTL=Wset$MI=cTr8v`QuKEU;tmE$Dj&{Ra+%qFPT^>?zZ_mq|iawv0C)Hg< zM;#|P?}Hg(4fc{x?>e4$IetWtaPvOz5)eyUz4KCS}$YGqzE?HeHDYW}`Ka)R1OTt`f( t99sj<4Z_nTE+qXxOy%IKrO)v?BCWHV62q-GyScM=?84!;YLPNL@1zDvG zW~3DC#~@n70L4&g8SLUwflf!D+B!1Ef@MspbZQxg9vGu zJVTXfIy<`7P-Q+Dq-qGWxnhy=)EJ!vS8ZgzKK~}d^QdT-K0m{}uI6Yr&rXwcQZ7DU z;FH_z*ZNJW+gqMH#^Q|H^c$3z!q~}Tj1k5ceDb-?THZV%>sO?StzJH$lPK|tL6W$p z3&OvtG;v55j$I*UK)=NlxRu#GP;~Ob$u9bEQ3t>|cFm6+v=5-sC33<-JNp#GK~lHT z$Ld1xGEEq-k#GbZltfWan0`J~uQ+y7p1@0_mBbXLNnsEBSc+Sy zEyD{WGz48toW>nYT#iO+hvF4d%vGS1;f7&0lVzZotP)Q!P!$qPFdS}bYjBN0YcW6) zBe0V=5~C=uLk~lYLYDXqyu+E)V-I~B5TpHQY-h|yT&4XOyvUN8@EPNe#k2Gshq3I+ z_#D^k#L4)GZc`u`;x^pQ^X)iG`>9+t$64kW z9GEv_O`;gTV?>GHd-RZwuy!ZbQQ|@~iMY{5^x&&dv!0L5RKRrYg&j2V<4dajIL&Pc zpq$kOaFi{xu$Y{K_?VU2!Z@M+fRfw;9J=Gwh+-1*InCWH+-F-$XyLCUsT>-46lftz zOeZ>UFVVmQL=&AvC)N{P*g|w;2hoGQL@&1SHSpp4L|{MBkC%u6yh^n2CNY@9dERV% zNDSdBF^n&W5tNaA6xGBcj3E|d3b6#Uh;e+An83G)NvtBKu$fqjB$uTORfUylAf_>i zSdQt$p_oUkz(d4gSWe6!w~@C>JV~s=f0%fb_^vzZwDoH1fDZExp;_a3Tcxy>=x@aY$N)rOXh=dPLFcS%831P=1%@xH~-a#(mC zdHKCp)DSC~o5tb=u9JntpV@K;x+pP_WDpad)4>TvbO~cN*FKOkbViS9J>qSplik9K ztVc`r#+yc|u&;4Ft&PQn5132|JIq|xrorc=uqQIE_1NHZLJYO5Sf90dP!JdP3LP*v z_#6{hCrL!l>zAnTeGG=JJSB*+l>)aE=DU`y za$r7tWC-K83=}Lex@k1H40fwElJmwX#ukW>zr-3I4ZOp%iFfJl#Jx=C!g(&nRyc}A>mcUM(B0Na9lAp+(XY1x0hZ;! z`<$JL35C!<)N>QT$7qw5C3Xo(d!N!YVm|%1MR*UhRvC}$9X7qMQzR2{-Br(xZA$8G z3Uh-lP$pB>FX>}@BTzrK%X8DoPiCBYQ}s-AaATDYQEBMCEpD59r;x*=SEvmp$kmk9 zp4FPc-&hIHHyle&aVuo?jQgl@vN!xtwCY*b6zSa^l*Dy?wf`fDm3Y*Qkk#}rJ;Rad zAKi3L9Ov9Z_qi@plGK%mL>(IvUg-K%OWxNBQXiJ6pq2iT6tHe98AGI=HS z2Q<06VD?isC*0}QKJ&DywjixgUxm_h;?#wvxpr!~?%rUoqg)8bXRZTUyow+aE6Jg# z()DvK*~D}53Z(@o6GPmrtGLpqU!nBRRA=~N-QUSlUM|p~P;~K<`}786{-Wo0`L=2% zJ4NYnUX@$aipaU?Tl8n=%uSzv6nqwuNhZpK^2``bu#raPysH0Mux{0L$~o2Z^}x=o z*VeL)@g9#3m6!5|qB)s4LNBQc65?1PsHX6vt)o3kEZkQ?k)F1^97c2#~) zY_F6XRb3+9R4AsYRTpECyo=Wj^QMJ^=8x!d#}z(@v#6cIYt-g^E)kScs-4M%)v8~+ zw;e6I;SE#OYss4Gi5!8W(a~Tm;G0{&Z0!d9)K-{X<5ITVXlO9DQ8lJB?@wh?-l=VK z?w>n(c3ZuAbwXKw%Gf3|S+`{Qvi7>Jj&IkkYG1K@bzS@F6%F-u53cR#d^rET=Ieoc zZ>w~v4|{z1<9A1A$>ZwW{;W)?q8GCAtZFCv)honZ%Gr~ZOVr$+Pq~{@53H9P)ae6R z`LGHc%u1ma99%E&Ru_pI)XYO!xkf!t{BHiQhZak@SIs?~m3OJbhu6y^s`SOItX0d1 zSJY`@w+i&u$Z2X^Z-unfg5E0U#2Ng5NcHtZ)V^L@u2Vnht&%g;MdC5_HL*u!j#SCr WY9{f5T6?6*x%D|A`c>cI$bSJS<-_Oz diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj index e1d84a3d9f716543a73105f8cf999a188de4b962..7042d17a59ae079c1b58fda64948c300fa606eea 100644 GIT binary patch delta 529 zcmYjNO-LJI5dG%MZgyQG23^di8$vXc;7{3VE($#rauB3@@YI{yY|WB%6HKiL1ra<{ z+JiE95CWFcQ*WBmV=01Y1;s-S#e*2=A%alw=VnUhOGt5G-kbN{%J4i91nIYAEGtO{w7oA2Oc`qw{}mH1coF94UWEA0b*|9UDZVX*?u4ET8hI zgga_iSy$de(#qstIhN;UtvRQVFIrBqkQ}jQa;}%PX6D^on$3Gfch+;#u@{-?IYv<4 zRR=hpg|zaGcG(U&toGQjg2N#jO1K=_hp#wp*zgNC3GeX2Sb!K#hiy2=?eGG8#{LI3 zOyDBnNBl`x!>~CBbxfIY*hAM$z%8zu3Hg!6n1NNT8&Aw2=vXB$MP8}l#Ueo%#oTH`;Eq;q=! delta 502 zcmYk0PbfrD6vpql^PcyNko6$K`wBxDqF^NwOJB(LK3a3?*eqTvuiBwp0`& z)6-NMNhh3DF=>;Gt;;z>A|K#Bv_KxO!RvgXr$KWxl9bsfWV_|P_zj)f67}G;uZS6) zIx5()XidpuA8*zA#GvXgcbD?x-yA6)rca2HSmi2-C~9*gxy%EvlQcbQO-A&XIj$!n zaVx1ulJU+CeI#v8gfr#J3i#5oq&XIggzHD6p#&=-7!0MXNpmzfVTHoMcq((LHgn9n z)XbN?SOH-y)EF>}0ha+Axa_)sLmY4$aD#iq4}5b^gBwkc0rz<7nT8!~uQi|t7l>PU vOMJoxtpz@@U-Q8kPHBF4#ciS=&xsB!5WBJ3>xVWB5Far_yu#%YkG!rQ_B3=6 diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj index 90ece128c2e1d6eb26756ca25defb5ce11bf85de..de90a6f7aeaece79720d69bc0a9f2fae6305d1fd 100644 GIT binary patch delta 331 zcmdmBx5I9N0^@;=iuR24TNoG^csziFArp{50!$q2bAenY7Ir=m#l#*ARKU!_nweL^ zz{J4{Qpv=@(g_q~Vq{ALQyfJgiive9h+<(?0#oeWK$R@wAoep!E08Wmj`=_yO9PN# zo_wFtmQj1MER!G88^+1GOm=6-XB&$4nrPr3y$e zPrlD+%jiB?mdTHagK2UulO2;Z)8@5Ir&$GyQVa5n^;3%rjE(e@N;7j(Hs^A@V%%KG z^^kFLgA~W+6rMGFj0uwkrTrNdCMQalGrCN^31mA=)|4q{44Ax7#-Gt(@<$*!XR@QL zKhqzP$&+NY80SsiE33?SWb#8P$A2Q)gtD90??CCN}~} diODO0q|4-sazM4b3=BD7wF2@2KnoS+#R1;iMXvw= diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj index 8a9680a42da15e990c1f91f6cddfc03f0a964dab..f08ecfec17d4261a9763cdb558399bf906441112 100644 GIT binary patch delta 545 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 H>+k;orLw1X diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj index d914fab081afb5bf12ffdac0f191192e83fd24dd..e80d403080257190a3e0e412bfb15beafe0913fb 100644 GIT binary patch delta 1272 zcmY*XZ%kWN6u;;7(LQ$HYbkW)6`MgV83DGuL6QAKCa_L779VXljnPmTe+H~F7;}Z_ zHi&-EM2*|g>9nITI$ccEVMpSJeVO{fDIp;<(JdwpKg@u}iQAGn6Y<_q_|V(r2^M8znG2?ep`}R*5n7A~1G4hy5=k#dd6CVDgnPKyz>g-ldmS4%#UTr=Sj%Q!d;LMZB&S zLo?o2jg2d0K{@VT6xKjz+BUJ#X!c#FqFq*oa{|P2sG>8*-zF)?0=8*hNa0b<^YCS| z$@nZG@LSXb{&*%=GS2>{io~DK;O|toa4qAtMr_EvcvY)}aa_@g;8QHJ`>I0Zp2td- zX~-25d4D$lj<`IT%`cHMpUmbDVa#6bZWVXov+Sb7s0#RVXDHFac+tL#j=5rA4^_C{ zQ3p?ApQ8;P!*3j3ZJEUL)~*r8fl|daSDGa_zAAzoa>}B!@Kn_Eo2aF zaP=Z|3LJmb zi->Vw|JplFjM_pmw^I!W4n;jJNCd*^8=j?N*N(lBV6<^}b2Jic+8d_SH22_{Iz4@F z^ZODu*6X-%%9Ea}I}ARf=iswlMt|=C<51VY!6Bn-XdqB+?2GmGA29Yk*Bk4^r|SD0 z!AMJVxA|!FiD06TZnh-qe@46tRvcSs3RTOcGQ}l3rZ2Vf%ET};6>kQ6JEeU z!cx3UIE&7AO<0HRgqv`h@LPoUOqvf7{)&@?_i&l81{)Hl#6oy7@f)Z(b|wxl;h%&T zaBw^>u|2pnegvMu_M{14;&d`jL*)}Dyow`)DZD~>2|bfyhu+CJbm9W#Em(Cn2|YM} z)`U^?O~v6bo}MyEXOVCMH>XVa9$!gSlFm%Z57+Tpsti^koGXJyEGHbs5aEY7Lg>Ot Z!msd32A9v3=^K!-9rR`X3;M+}@ej!{FRcIo delta 1223 zcmY*XZ){Ul6u;;7wSD!zx9(5vpINq*F3zr7x>14@=5!ks7??NrfPflXQ*?G|%%);l zMBNf%LX5_7j7}`;%8GM-P)rMvL=t1 z`~A+jxBYlQI&E-|K_1I7+n*#DNKSO;XrB-wflpX3bzhnWtF`8Og- zio9l`4_LMlL+&FBQ_%g4sDR?Y54mT3Ke6Ri%9wP|j3~&~dTL;it#cJx6qk9M=S`t+ zc1%!C9v5+k;|&qVF{FAnzeXmE&rmDi^I{ghnb5?y(6}<+M}B6$o-!65BchdaD`N_i zFXFiB=}DKx{geX!yO^D~i8;ASGMPV57H0lFp@qrcQQ7J>4bn-Kl`&fl5w)ZEgW3oW z;7v7jH&7GhCFhbD4cttNh(_a;vzwAtvU1oQCY9YHDii!Iva(;pxaNh^_=4uS=QDC( z{A)tsB`N}6rKZ4b<;fUHCH@NKC0-(qiQCJwZWIl9176mGki}bCJruFN%GbGr?!Z$` zB_cTzB7Uk8FOrsLEAa(#=DAAThN-Fz&i&#oe5QVSPgMcG?JNbFfyJtR=*3%A?GVIv zdl&4-VSAi1U)jCdDw$W`d7HR+<3G4+4^^)dCPT1kMvQOx3=CKQ1O`^u_+edPV@(Y1 zJ3|@>0be7LSdY_&3@D5RmMf)z5D(LBAEoUpibn}S-!AbrTF>F-+98<4t##XA4#(^K zwGp}|xIkMVBWZG=H3xXMuF2UVCTM_KG29bG5&z`YDg2}E8vKagIF8qpb$|UQdoV<@ z(c70`2p@J1!uR-rvkxxfigT2vKjjth&KL>j-nbqMFJfBSysdGk$qc}mB z!Apci^yNf{(OeoH!6k}!VB}O5;&|nh4u>%?n}!tTW_9u@5l&%GUWadSG9QGO@j~8D nzr`>47IL~E;tE+?|h}45f zRNEB2nATH77|1?^=tDwK(nE$lC?s@+2m&LB-fHGYVF%94nQy-NX3kmfdf#>12SbZx z^Dy~T3gOOBLVTu^Zc@4Cs3xUr8-#Eu9gU3&Y3O0%Nkbjc6u{X{K{ZmJ40<~_fRP}& zl)9grm9At$E8ip51QV3&4HFDkCx>z{zBq)?GgNY_Bzg6na)&oRLU%pOKr!~oimpKx zQtWDdO9W?lbbUq*X_$9NT{mPc5Gc$JP8#h*nJ);@O?G0Ke&XtrnJnoxr$|UQmuym! zBh)5-lciaUgn|1BuO-wm%yX1iP10kbwTM?0rX*=--<5t%2z0vZ2{X)W>~>h48{B_2 zXO`tHA%LDG)v~qKbdmg$I)Kg_1=VZZF3z>De z;kdp(&I6W82B@OxlZ42xA;j6_^xVV|6_7iC4^(mgW7e#b&UZ{9bJ2m>f;^H1OF9{% zHi8;Rr0@{WvE*T9Lz^gwGY!&dgG@`ZD9G?0Z54gGu){{TA+(En{;Urioq`I>wBo1fpGl!zFi#2D*qEy(*{VB0EV5HVPfAb-ZYgG}LKr8SHrc<8+ zCjeezS#Tac;A$`e3UfnOq$tIiPz!v;txyD3Fc1#HZ)^`Agts^z_QOAXM7|c+$e+ev iBfo-C@*zxC`@NeLLfoZK+%tNXZT|tec$@10 delta 874 zcmY+AOGuPa6vywmbMMUfF}^=%oGEQWZDyEY1l{!n3m$Bh zWz9(j{idEe?w=<)!_<`-<-{;%h_0)$rb!e=4;R%|p^QN;YOKO(RFGGn%4DR=xJ5L5 zx_E<%9HDk_TOP=IMH;x4_*p_FFwa&Rd`9!2&euemFx*6gbGzuzq(GCak~F7Lf){Mw zrd7@l=1h=e8dDU3yRHT*3XNGdk6M`hMlBbQt)$-=;sH-BTd6V5nJHHvWr9W>7t|V#1>i(`e35q5MjY9 z?JQA@q$+~At9g!B9%VPwi-HGigT1y6woNk>Wb~hH6aCuVXsMeJ*;P%0VQa8whPlk# z;k}aA#jHikbk=&vSDN5E!r8@Re2049LV8SZIq*%c$34*AnG~tM-b-CA{R7?Y-B(-s zZ>BC|D$|#KnfU@7t$i(RJ)OyPJbOr{w{mx6`hzJ==)~1v0&ZYYXaz>n+o6*HZ?P;q z2^;t>oB)9Zk?ZnTF+Pga!WM2u5-^9+Xc)fX`Dh8e$DwFI|I8EO1YQf7xD?HX!?+p^ mz#05OdmM{m0l0`Yw9jEzETDrPA*wJQ$;a2R99YMtnCCAC2%HrF diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj index 1fac8b7b36728d09463388f6f28356adca53ad1f..8faf48dd52186eadf5326c6fc3830593a302dbaf 100644 GIT binary patch delta 1381 zcmX|>ZA_b06vyu=ZC4HjT1sgPeWRt&QC_tevaun=i67=`U>XHQ0%2^-#AI_JvWd|} zLqxaTv11}EagM~r7{@xIQOU@{VvO#C*_O@3B_<2TEMsoU{KTUFTXauypWnUb<$wOq z)AU)rXdSy`Js73!v*o=m%L7jRmMa~*lc$u0?6*iMYq!EJhu*xRiqabM@KSLa^E#_^L*xzqHO?sdlle=+iW(Ske& zOp%Vg zj#3Hs6)087mtmrcKZQb)_dy}W+YzbZY0Rx!j-|`sVbiqpI{o)oPd*%o4vpIz$ z7)PDehtNsSgdCa1zzdW(VS*jTxq1VOrp7TNm@Vz7xnDY4iqdnYbVIiEoop$??ON%E z)cw-N;H$JYDqXi04BpVQp+*|f*Fz6>WR;WuWg<6VoRXWzA-4jnN(y%_k=@qJ@b0FjA&3xWP(OAiD)YU1LXwh!Pshz8D{yu&Dc=!UWi*V z{-fCEltZf`o6W3c6EEox;sLasjJNo*32(b;8-|4im{gTipjYEh)7P0NDn4$`S=inA3EdX2pPrZ8ma|XM`768Vi%iukkF*qT2 z4Zf8vrNB*@GziL)L0X#1fUR=CpkFQc*({mTOh@)2IsbR~`zvRsM&MH#5V zsYd1u9ur#OY?oeE>XbBw$s^A74@lf)7{}k|Ja2c;{B!4>=bhdk@1LHYE@f73vpGl1gt1uILR#X+YFL9ZtJ$B` zBC5@>W}He!xL)cQN27{K2~HjkSD- zLt)6jM=L&FkGLstc&+Sq2o%1D*yWtUzRvBc_gq5YzG~%sEwo_u`BLFhw7B@919=W> zk{hvm_*ZM(wE`*G92@31kAEbENfz>Uzng}=ayHt|*5H1oK1v@A-y ztckK{t`0hF{IJKEJ2;H4t^6aVxASRqZR1(Q9sDMgxAT(qOIe1xts;M%daVY3^k4_F zE_S)~?LI*4=3~(D@H5b4ehO;q`FD6LV*NtJ{0RJ)@D5~4c^E#u{1yE87}utZ$Iog{dmW6K82eg@3f}<6|E!as^lGo##He<;s`&E$|w&(C&occk8>Jo)$Bq|g3m%U zX`C0V8~#Rr2TCdE{RFCoSa9)~)gHJl+=k|YYpzOoEY%Ia)0gJ|mF(Z;M?QFPNI#Y?#Gg`ViU;1jkl;L)* zbaU=zX>(+N)<(5#Si6iYS~JmR8nk|nZtTn}XaCE@7h#;TTZbX{Ck!uRg@QN~W0Z+y zp-)MVX7%x7(YU7KgVqDFDBZB1ja3otvm`!3gLbC6oqz`u1Xu@?s|`BLalS)sm{cFc z9d_s>;(`RU()p~tmd*57Z=}L#n@Y7+U{o-pv7^eB$Wl;T}kQG704 zmB5mWDME5Z(IlIyfVhNLb61mtPOw47ILlW-LHNct5anNC7F-m z)F6pCa6$$YeR59GB))23N%kplmLcgw_;8v6|HhzF)bZQU_nL|f6Gsbh%~3@ zFicFPaGH}9MT>N$ffF*OI3rgS-^->9uz31-hAIf3X|e{#YPnv6{yFKd#VISZiaW)V z1-hjtOF62Om$Q_jhh!>CwRBSE6&GYhVI)xpJTF}ew+twzWlV8R&H7`_4J{*SE>aWa%+E?_#c8 z`y+&Sup)(+0QrAO$9|}UklOwQTT)HHC~{VelGYhUq_kU%($*D}su-SZOjRxW&?Lut zhKkl!Cch}ux#{YPn3JTVD^OOSEeZR zv{9XyYDI)z@C~}ZazGEn=WrVuYBKeoptp!{m+^+f#*5;{5k&Y&IjfI@{4_Ke^IsQc z(|$ga_2<*Y!h)Y(DE9XFsaz(X^;1ik+)Q~r6t(yy9xNY5P9v1#>G&r);COoyd=>bC zzqBvYDUWm{smMFPUA_UnrkA|oxwOe|fX93R^!P9EBgYah_4638#B&K( TiU!_Kv_?f6{s+&yU-$G5jnZWL delta 520 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 p>A#RqQ2CH1vK3te`83Y{{UXZImiG2 delta 4721 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 TP~&bfOR$F3UaXe7)>r-y)tfev diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj index d0384c007b25e4a2e721465b0abe20df4bb096f9..e43344e3cd25448e2dacdb9c41c25c1da4d0b66c 100644 GIT binary patch delta 409 zcmYk0y-Nc@5XE=)ZnGEBnB)=+7(aru3ztTV|OTc`bh zaq!g%aWGzijEi11ae1sv7vZ+aG*!4ERFNBUg-p|hTUcfKfdXsm4T;F0_7amnLI}M34EN$^7aSzpAp17T_Kn zLB&h*ea(9m7Ejnq#pSGBaC7!bwp1+J*>Y)O+|K0PLe9=q-29^VBS!(_A;TNn4Jr-vtVO!+Y<0_a1lLOZXJl24Si0A8+3<#=2%WV+$ny4~NVt z*&NI-AmVabZ(JQ}5^^FXwM7+fN?qipsuCGO#^rS;mbE3+E9K;X*6l)^ro_Fjf;mc* znO8!)hSSp^QWxYgRVDy6LdexDp}}OE4veC)N1J&8!kk=w_G4-0{UE>3#J^UuzMZYib N>|Vy^=r23dk$&yQt$J;}C$FuiB8I9~4XL3bIy@3J)R43km1q&ECXFH_ zhHNE%48eyeK@o|Nh940=q$!CIsqo{21Q8Vy>lHuyp1aT5YpuOcH`LPbMm1G`gH68}|pWI+ITKA} z$U+W<$KVSW&qgC}b1;?ov3S9_a?wT1IQXa-!ZvP^hsAV~k5lXy;5xmHN0|LE>KJ$g zHm4@wa+E}cI7kyk=x6%HxJ`2t(LmuCe$v(?G_hZTkgTGLc7zz5Y?sPb??@9WWPITQidoS$R9bU-jjZJwvNaf zcZch{r?0^YW%Zpd=+M$pkm0m6Z`~YQ*Vf#!p)W1G-0s^{oK>K!rF+?D-6Cx@XY~|G zt6i$^%EsEAx>w%t?3LoWrFwyMud>^0PPm3B>(^b delta 979 zcmXw1S!_&U82$gb_s%_YXRTHlozhK5+A_7pPHT;|shWudL90odQWIi}GKpA%+VVXR zLM6P2T1&hjcn~3i*dA=@gTw<7t;7-%XNs5a{`dUnJLh~~{$K6-Yr8&}r;9G-FEzY% zex-a{Ev242veziqcjU4$HuWH+lv$pYP)fOAMtuBeOy|eiL&$9&Vl}P@`Jd@e@@(5? zS^8pqz|uiL08&zwk)@X zW~A8cY|h?5rl}*!StO^dm>wlht@+j6>~XdmCrSS|h&Llp#~JXBnhKpgz4aCeenMBLH7yy}L3sh^ewr&(V70E*-LQg3LacL1tfk=Q)f9D)d7x zjdRe&!6R7C+gy~B-ybiyt^wFaP9FSp%ts@qD8OtcDa2voMYzap1Cd9(81uOBC~S5O z!kH2Zm0}x1l;IY)KNwdTZU{EgIEJ5$RgMPYLy;rP?A%l{nWONK_-KS_KL)i7G!{$P zH4dX`FdhdPVglYV?nIbGCgB`IRNw=9D{+&KlaWXLDY!zNsn|vRX)4f4=&+gILqq7kPGR>{@=fER^WG<_lzbAPkZ)%mXZc+Rudj6;nv(yk%D(E)dWCG6-=@nXx2B4gt7wQn$&}Z`D&!N{i=}rWs@r8kBI;_bl8K4zKO)$! AyZ`_I diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj index 83ad3d1c1eed0b16569c2a667f4468891789097d..b37bb4c5b44717f0c65bfb3084c8e92be1bbb438 100644 GIT binary patch delta 479 zcmY*VK`2B~6n*#q_x<;OV}Z%cCxux^(ooEp*-42~zcd>Q{W3#MGz&(vBMW6AnQknk zWI1+bET&L4(kMz+B&F;qDJ4p|*FxNS=iGbFdH2;TM~))v&G5Y664e(6K?vWICd8EZ zUz#$5_fc6gFTkw`wX6uii%U;t_7r<0xoQ0doTxgxEplAhp&WP*zdS7gn6d}dhyr^!6QC6ZQw_%p$$f`n^55x XVFH&3{a7G8z$?NOeh_A{r7`dgsXAcU delta 512 zcmdmEw!>_K0^^H~issDq4vY*8JWrVz82lMf0TTzi5KxYZh5bKJf{BTJ4Ul4HVa?1d zVPN85tpI9a;$Ybdq8Ql@f+>zBuu9gMARY_r8X(2;3?$?)Sq`FD*sp*nMvgY13~L>b z&Bo5s3Zz&TPrk=2>3kL_%)p@uw3U&=3Z#;OWdcZ6pLq_D;^bkm;QR$-aP0>PT5^Jv zFmO!)*2D2yb}C<2!+XOU$*F?lMBIpfF4XIab)mw?osQ~;U9 z7$npUG>q}2E{Mkh#2_G;4I~&(`Y3~>LWCWLxq1i~*DHiu*Ipn5-*N z&Uj<;QVD-Xj>%tvq|RhlNqopHnDt3Wbg@?R-+i2@M@hB9Da!T^j30DV1T A5XNV3pPD=GAjC$CoDZ&0I5166{0lUsN$e~P3FOQZAE+oq5V5gHScEio zDbiS_66|a&w6G6YrBej4RB%=s7xw$+H{T4?^ZR}~NxB_B+iDX4dkz3b`2Rmk$p;I- zV)6_}EF!k3F(nOIe9Dj|14E3j8)7nHNO6Tk8IS6FNG$)iH;Km9%s|{J;vp{CB0%Te z-FPu)#4+}$=%O-FHo2I`4Iw@;mEsmVN^Il$m{`I7xX5E26U(T!zz`f@eKdMO&(Y-5 zAV=;konje3EH`SUupU*yol>*086gBGJy4{bHLluD30edS~c z(T6!cI?p>Uw_2UuvCLl7G)CBYnO5=_KGgOv(aIVOd6 z3Kq6<7S?K^KfuDqQb?oNSvrf23;W)F^JaE#g6p6&0o^2sj?O@c?357VobUf5J^dhs zkV?0?MFOrl);zEz-62a-2bPq(WJzgb$#W%>qujXGVp7rHT#ijG+J-^D%!^#DW`sz- z%<7w6g9lu5@Qzhs)#faDO zSKv{OhSmB`C9K6;;clf-Z-$j-V{SIw*o(KzlvkznL`jFjM$|&@Jm2fr+3<%Vrujsck0VgRV>g^7O)5qHoqi8p#!)MGLH5idioy$qoMkW%)o( diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj index a0601f81a2c57e09a7bdf9db066e3bfa240c24b6..182601999271aaf0a96d90731722aed46e8a5fca 100644 GIT binary patch delta 7649 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 diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj index 642156d88b4bebdc4eb25be3719fb0e4296ebc7d..c25b3e56d0a063207091702f834f2508f0ada081 100644 GIT binary patch delta 2886 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 Xv{V|OPC>JMYg@V@f-AcBhP?j+0~d4O delta 3471 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 IW5r1FA8h*0O#lD@ delta 1013 zcmYjPTS!!45dP=vS^st2%h}jf_u}PvY1P(NTgeI|D<33^B}MC@hY}asG~LutD6%l3 zpun2Vaud3|xKS^%5ZcA`DS`@2um}VpdbKn&q{!yiJ<$*Q&CEA5-^>|yZdCd>D)r}r zGNMkW^^Qx7nWh)ha?>mgwu+oy#vXgd&(j@C)#$_GFo0GAd8C4Pne=>G4<6Ald zlqF*)9do0QE!S1hMrlvPjfTM(B|AfeNjN5PIcEN?!%2%BPT-8i4{=PfW_yanY%3Vo z3aDm)elRpn8`$GmZ7uf3N&6jzj?ZF99@zVYRQh|-m%kpZaz_#NTYa#AFRV@y{$N!J zSFBzLp{h8xkBHX!JTU|6Tn5?-<}3SzLcJpNW8`{jDEpLBS#U(^AYTIM0k$hnsKF~r zu~F33(jjuL;&Y|HV4sj|@FgXqLaX7xd2y(EmMe>Yjr%S}Y{d{y#B4_kZ|uoP1S%it z-2UV3Cqw?WaEreq6lw4DhdLvHE&is{;nwEF?2b}7VcHdKfC{`H?S^V}-VDNi3=L}x4r z+b~Qxhhwo#H0w(&A9^tLj+c&BPB=%Hfss23wBiMdGw~te1Wpky;R<0Fszct)q3euw M(wAzFPO|p?0@mlqPXGV_ diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj index df8bbe84aacba7069cc57baf0c44221576f79fa7..917feb31f1dec434be2f2683969a4a6a8a6faf6b 100644 GIT binary patch delta 4604 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 S(9>r>-d-q7;)epqe*Xg)egohD diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj index 226da903febe08dbeac7e5f7e0752ae1ae88a89f..422453b3a175db8263a9ccc11dc55c9798259cd1 100644 GIT binary patch delta 3978 zcmY+GdvsLA9mi+(kvlutz1hts*}Eah5)wipBoMNNBnlWvBvfGm<2y>}!J1e^f{)Y( zt`CF+5`i$ z*18#UA5CSIFFJosdya>cX=;4UZ%j z(^4Q^4Oxn3Jyy%|EG5XW58)yDV1|iJh?0vEn+{foU`ix1U|!_HhF3H~p2FO%@R5?^ z-iQM}k9CLd8qS!!%>|Qp=8`RsJD15~oU`uAY9;15Y`R>5M6A1wU<8xPNMX6*Y$kW0 z2-ZD@qfE9SJu7M0VRDN)=8c}W3cjuTQjf!||J^LS-=9t{D3DfPCjtpjGzk0+RgjXO zoDOv{ZscGT%-um$>h6Mu$=(;Tmm)6lwhw2-qgc7Pnz|u+Vcad2VACUfSiPbR^+*xD zsDUL^I@HDOFys?2p=MI-!+WaOhAR5SH>gEG)TXc`vqcNKnkF7cwn6a;$`}%t!%eyf z;#gQLfFwiAhfb!bM|fExj>8dg1>8HL5si$BY{;`k9>N+Srov5*$iY11ifdsrPpn2j zF>x~-j}#x^Y`*v%=3|t&3uBZl5GP=|P_&@;qs4AGD-x%W%^0yAri(=k2gZuO!{|8S zK&Mo^4gE4v5BYd;1x!p3&mh-waSrY$3W>EsY(TN%;(O@-M4W^EBykEUO%^!_qEd9@ zy-FNFdeuqcMjq#jyAkOH;$=9VBD&DmsUi>W(?m6PFBGpJlp66kTuv9I2yupJ#Cxr{ z2+rzoFjLh}rirIT?{l$FLi|)Mn9MehBrK#ac>M z`%yGmV%X2*Q^-`Fr&+*?rLOeFYZjt-vRq3&IS30ikP{6f`1>f93d0#p9wv?(MlLb+ zjxWYL)Jb1FITtmPGxVM-kIAu=XRTq_?n3otoo0@kH=825NV6Nh&XVn!W&<=UAQSdSO1R1=V6E_c^I-mwp<2B1kx^!6UCgPT1t;fjrGR7`wi)PO8s(#_GE$^gL=F^Az z$S&%S`SQ`J|4{vgzI=nHdi-&|Lj?n|edl1@FL zrDWBnDs0zGS?wXOJB$@%6{o2GU>I2)QRnO!w^S@G9+LQtmEFU(9#D%QT}wIb8kXLy zcBI9VN2nTmv{Yi!Z=ng?YwTho8|lKA_&@FgR%P58R=eau=Uw9)`;1eySk6kZC ze%LT7n52px(M(^ZWppKbG;{R9L9^viqmMcGm@@s;?4##9Regwh-V}=0JVxF4T<=kL zeoeYx7+v(dk$m+ThOgIXCQcZJuTARHP;GJ>)oNha%6h8J*TYt7=+rlwy|^`%l=ru0 zAGg1hYJbWwW@0gU{mw9E;ybecyhT${atYI?{j!$fr0Z&O0ORxeZ6iKs-=CytBSdY-1EPA$<`O~;(uY2?Rg`lq8Z>wu*i`<(Ad zwM^4j&R%NGcuoBdzBNov(Dbddo%YH#op#<;FGVWswp_5EZ zhk%P0k*SNhp8~i?x^KZFuc2lpYVy2+i)2hh%ur{IfE_BTWB1>@i7L$IA% zmon-D)#T&^DzNV_k~Hz79#iX`NO2gyGp%o$)XpY|=WFl{cBcpyuRd^TXZEdHX}%7f-m=omtm#>4M8@<~K}SFl$c3 z`~{aLE}K82uKP$uS(^GwMMN%cUh>QFKfkSc@uF^P#(=l`yZY(p^L|yeBEcI~JJuX^ z7;CXAc`(7-)E!v+)IO}=s_4pui_KFvuAIaD>dz|^+)=(&30|nKTJa#ksZMql@M;x$XbitmRblI*hen R@wH?4F;#+fx0<&$@_$AvZD{}i delta 3997 zcmY+GdvsLA9mi+(kvlutz1huflDm0rLdXLMNtSGZhy@~~k}4!%{6lzjXBWMv{ z3oV842#+(g6+}R#3Kd&4RiUDwVu4erQUtL;50px&qKBu_(<1%;GLw_z{xNqyznS^H zXYM_}&UJR3YefM+`f6d)lN5q6e`ywD*S+jJKNnBw@-XJ&ViIOtE^j zZpPeKQyKF#M4PbD<*{CtcnEL4pB`3A5OW@H+XD~N+?)WGkHA)MRb&h;7oOE=cqF;F zD+SWUkfnH5VzewzJ3+)gjEC@qXxwfw#zmb?8z(~I7Skh8FKVE}D;|YBg}D`Mq~yBS zVuKGBeRpxjR_gc0O0xr`P(X*iq7ok)W9 zl;J3ooe0lL8g`gmtxkHQ{a=7>YhLOpsP*s7#Q&eAlL>NUwyzV81jrjW{ts1@Qka~K z<)XZx+Y9F2L^RO78Y@inzL4Dxzr-0I_J}tza?wuJ5GSDAE#_m=BVri6Vk7dABCaC` zmiT=-mW!W4kxzVroJp|{|5L>-6vHokSRW8mQdpANVj-%UCf-A|L2(&r42hXAlP=1! zEi4{~BqCa|CPPexdzm7EL}rQcFz<+oC}dO&hCEv&;8uI6;EU;pvUyuSm=H#p|f+aFM|O5h8&oM~XMGrdI5L$(uwyTpT5u@qe^v zhOs&v4A*~P+x-rlbTt>ZQE@9!3fGQ-Z$p&kks)6cE9FSomFc=+1R7?N%_cJ$Hi96N zmtjptG`nmj-S9+am<|gt`4a>xGtGK0lbc9kmYMf3c^j>F47-`EQ0v5^_yy!&mT4(z z^&?i<&#<4#_YtY=uUSA#k-Ec|sC^P?lW{He9LPb2;rz4YOSRz$lUIlnh7n6t z9q`5Y0`;XYk(_~?$x(XFmCs}`#W~tAbiYm>)oJE9dH0e>KhW%kt!$K8-fZTxnA}D@ z#&9N+jkLbra0ZhTDB>S#PL-@$4nsNQEoOlaA(OMW8Wzw+!HqR+G3m0^Az2-tMcbN; z9_VeMeBW+ZGITbQx1Kfn(oiGH$U4I~4KpcY>kZ?KU89hJ!5p z24#hDEkN4B@2acmgZla?*&ZY277Is6;O!BluyDXu&#sg`ZGggbV8qbid7v*cE2sdeW59 zBM7nZW27mwN07$CM<|6^J%RuW4^ZPHL(`im^9duyfe#m{XCf7i9Vh_fGA)`wrR-H? zF4v+rEwgQkBG2yrtg^3BA^TdBF(d3$f(q*pz;8EE^fy@abrZB>Dw;7i`5Wq`@zz*) zQf^No2Pavt0jlibuk_I#R|ZJh#) zwpS6%vnJw0dyL(eV1<=~V{xn9eW9(k=KAnK)@W~`NH$vNG1g@7p)T2KtpVI&7vXzC zzG>CKM63j zhpyVMtX7n7m3<4j{a;H>&5R_!CEs$mbpW~8;5ZFJ@l728JN>i!nyi-ndRhlk4&(mC7(^cnl^;TB3tGPFp zb#em@@Wo#uspI?XR4bjVvH;#QuEYM>SY3ewR1~0rh!vNkP_EAIsnW^nBWDD!Qo(4< zl^s#>Xg)7ijnNoCsM;}(?OGANkMowUtJ%jme?fhm`z0T)-pi}WnT~kf10wFZQG90K zNg)gvwF(b5_(heOKZGApx1`Ct9+ns zdgaV%?GMhXoHnbydQjy(kF?F0+VxI#MOv3V>b&>0`jNx07VhC?s$a)!K1My)(SX?t z7;{zaq6Xeqt;9G~ox<3t;)@%2tD1*#t~!YEX;rwSfp1k0Em_a^s?buJZCN^-Z&RP* z{|eQwvw?3^b1-gE`#J~kht-wNBA!suWu<(os>QfgwP75oR${!Ywqx9_PGLN&e9KGu WQ59ca>TG)oHOIx$^TPq}{{0`RY-_s! diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj index 987809880fa83b750aca5643cfd41639f0e40199..c595304d85878db4e109f0e5f840566f6af926ed 100644 GIT binary patch delta 1132 zcmX|9ZD<@-6n%Hzo7p#O*kqZk$+#K2X|vft4I4kItyHkes)ekRWMWCdur(U$l9&YB zP^+yGOZ-4$g==ilR1`{Wq4^QE&=zWoSW%&hiUnJVLeU>0(jqDq6+CacI`GbY_uPBV zox3}yj?md7^jgkRy-O<($(cSSL_<{wF>eczL;UZtbi%cSuvFqHi9pV}IB02tWxr=? zR^lC#DSHZ;{2Wpl`XdNX9fzN#?Y{_Q2}5Mn&!eK0U7gr2N0c|>5IHo1v51yLjMXNeIfSEVW7}w4GOv7Kv$6`aZe=FO$d&c@}bc+Oc8n` z+DHfJvh*-e3Ry#NTBWh9OA?jTeMa&r{Dq#!mGt*!J0WNO0GD`F=0VoGb#v+!)2*?Y z&_BbC^h@!Zy@_E`uK=&~z2I$q7Z^v#HK25x9DvMK?oKxiI++3KJ{=e@B?FN>4LkRl z>-QiiY7@yNG`S7C>O@u~kMXPaigX$;=FZgFR*}5Kr){71@i%rCtz~jr)_eg+@`_ub zZ!~vJ8NC-t(~q#GmXw(wni@@4TbwA7p5?L=cvs-vP;kzmxjF92Ji@!39F_QOXC+cVdr}+mHkOw0=&qplZSrcPp2jzR`)!r&-0t06Ys>zv+KZ1*J~3LHsE!q% z9G#lnRvg_nb?Ys~k@4!pSaD>!I{p~9_3QNjMbU5Fn3vcuzZ mQ4=OFqmpNPut3MS8~8OpG+3}y7e71LX>WNzhyd1VVKTG5{B&6p;1w73~Nls z4Cj*eOzT5<@(xO6;BSIK)sO|FtU4X(MHAWYXAm(>tAEF!kTn#V?XmP)T{NHrD`VPN zCjo{s9}^6z`@F?W)yClnWdKQC3w7HeE7T2*LY~IxRz-e?yW^NkVC-nbN46SA7oqx) zMyd{3hFS-dLXN=L2|4|LiBpNZsY}M7FVs-jYf5j2S^oj&yel&xXB((k9>F!TyEmNk1_ZuqQ19K0< znA9x1t4MO|56%)v;Z5)-R!d_m26Jn(Y(jXq_(#j9Px())jaD()O&xzjk)ru6sGpqOryWI~5fesXlA}gydM56@Q-(*=g$KFYS4BkFVNE zI?lIkKVHylUoM1iTFc?_b6n>PC$n1jtQVGR7Kgrg8N!JI|KTi1{;MmG{}+EfjE_8x zH>y6G=B>)70v}Q9sm6E0`y<@n;cnOO`$nt3vO=rtm5$+LUPUpj3^%zA|0a%~lR}(9 zCks}Hg>k@QoDHBdzv~HJOPqrrM_B*WnPoigo{moI&v;ZWKa7z47HMrc-sU|Y{TwOA z{8|3qQ~tcy9_hn0hLU0Hw%q7n-lI8*&Qh_mCU~o|wzKDrpwuaL@^(!GZUIoA`=Ej|R?%fAAPoGLA*7_TnPr(?Xml(oiMg;>F@T~Qt`HP96QP|Bk7 eB(Q~_D`#n#JAl`DLpf{AWcg@$A+6_;a?=y;b=1oM diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/power_supply/brownout.c.obj index fadaa409399f6503896fb6138a7e540f4d98b028..fd8fd776275f2bd1a74442f30c89fdc9cdb152fd 100644 GIT binary patch delta 2286 zcmYLKdvH|c6+dTRcQm`*s`n?8_r49tBr{7ut4b(1c8)=uU&CxM= zo4IolX>tVtOrbwZxNlL2Enlkg z=kh$0)_DPD(I0u9uW6ep`L~SGEXH{)Wv(i9<9~m>@kN`bsCbHyS#vf`3#ah68O8 z^N}97vBxkYh4*J((u3?vP z2=uJjY}A!;CFu7loGs%Z=+|N#2;7Z7<7I(7KF5y-*5m73S<#O#^Jv9E+|RS=AWr0S zl*T#yDLq@&Bb_wXmI4Gc&_Cqog8fy^;$AG7f|e?PV_yGP~KTAp;tWKa=P9KsD|mcNYc3y-QU&T)bWy@(&JwlU7H zRQKR64x1YzFUX-Ye&|RLOjnu*%xU4@sEBtud>YJG`LbzaFZ*g*aSP9=DTJrVIW+Ed zBoQ#@@ryN&$mI0+QTzvw$L)@fRrIZnBnqak&Rw5F$eIPJF%LRK7|i<=vCSc>z`Vqr zwFQZKthT+rMP;?yne>2pi>h#sLr8^~;zS~YpYiO(t=P^FCkhzkD~a~-xLk3@h@%XF z`7*a9H->ksmXA8L7{8KFC++Z5)u1B|EpdH(J-HRn@#a)FKFx2XUO*j>UB=gS=Jzl7j+jI|auA7fP<*~XR ze2nX|+Y_&-X#dvK?RZxzEw_(xO*B}Yby0w%;4bzquRjcDJttfNvSnsM=pw@LG)nzNT delta 2257 zcmYLKeQ;FO6+dUc-fm8I-`kJmWwX0)_hpl8G7^>~sG)!qLljyiMZ(z0NL9j)Ao4Nt zVbP?qnSvdv4$PrSOi28wA{C_0BG{=PIMPC(5jyUVI zrvkvBe|rGJlo9_3C8WG4&2a(5=pMu|MNr`|YMLqJCIGvWUmIft=1l_BC zlC(PlkfNSS0E=deU7EIvMTSuJXwwEMrH557^7N2wZyGHU&sO@AXxgZ?f&kj-J+Yfkeztt6;G^>V zEn4pdm`O)@zOQ*OEcJF$P+l;PK9MB4phELZk+4IXLfhSv(qeH(8dA-s8%5xzcSP)= zjWX$_r4oscS|mt~{w~q_sZU-Jp#0UCi{e8xU6@LGTJ%B3+#3r`DD(3*5;)KX2_I?W z)pwkdFx~VV`?Z{{NsILdQ%dS_r$7%Y{7|(zKORhi{y2Y6%i~}8VeMM{1s~FOv|SWG zqo%AdLAPav5ijFv&_7kUwv4Mlzmnn2{u^$)Q=&D}W!eCJp7h(ul(7!_mlCdFmvIR6 zITEu`SH?lmhZN41aV6;0)f@=?09WyfKpvmxU4adFnu8U?c#8K_?8JRMi*{lIpQ1F* z;Lm7pxJNo^++Q*XXrTXJ=|fZoJQf=6+JYePNw1+NXI?b}tMqvaPz zLBAyJGf#*7MCir*^J*KTe7L$7 zhd5$xioPg^&RFC~5X`SF9x<UV2tIPsC&z<%p?&T?Ub3$)Rp>q&*uC3L~s%P%%`;)8slAuhY~HEzMf{AlAU{Dv<# z&Ptz^t0M73-xier4BKRf$yOiM%iVg15Rm(b7v~nrs%LX8IK6l>*MPW;FEyP+yLha5 ztt&DrF?#Pyt1H#*ZU*@7w&MIL&ow0SE7q=)K9_N8w-MEh5m2n@ZhP!c+R}UY{O5eyc z@WzpU;V2hIyKxu4I{JXLtYvpMp5Or)JNR80k8^758hnWtjAgN%SC8eqeRl$M@Q%Bq yyl>2qo9Kg$)P-!v00yCAvIHz%;%;=e9h-FmtZARZgUaKjU&lllP$nT*o;xSXHm3+ids+e~{ z8{(_DMG221vWm-~D&=e7lySYTR5|;B6+8!r)%*w!Yj`jCYq<%|mHY;sRB(jBq0Cs>G$L+SL3*uSVAlAEmXmG3<6cK=zUR{9`at7}Vs0X8PV~Aj*qhtiweYp* zvb_b8_7e@tabGi~B_@4OQxn4lk4Xj!Qj?>R&W=!fcO<%BHMVTsx1*s&C_g=Mw(yye z*jU*m=|YGMhy-Ru7pEL`E@)@9eYo|Nm?4J!f*BCgy3pfDYVU z+M*S8vQpkrQ>oW3_2187y8NV+gUnYluH`tqrrgvTRv+>zrDvzFg4XG9V_lWeiM7Mj zcH<4|lXmecN``g=beTq(`vn$eljQ3`Dv@@*Fuel}4IXh|pL6X^{vo4!Q+^cY4F2j= z%FlbzDU&}#nZ;YM&gRXspy!bi)2JQUgt?2kUQ?=s$BP3 zDTHV|j$JwDs!UxBulq=*eMK5AQJyRE++|TfTxJ_Rk!_|$A7s=l@iidGyZql(`e)^V zSw{C{!7QL_;&GSe)Y%Qb81FH1nhpH9moQrDLuqxtrI*P{ZY7E(hdpQPhsT%r_qOPq z{qU!B5lzV9)HX^>&ZR!e%C)-V(XbVZ^jiJlM0~&s4@UhH+MUvMYqIQXbCuADDF22YtWysS=h?dB*9$PaA zR>%w(6n}4sZb=v{lKZ_wv`Yegm#IMJ`i7v{7!6UjoQ)3A2Jyv0)Ga%}pxg$(%kNk@ zHA-o`kiJQ4yjU-^@R`W&NV=Sgr%~}$Oj2z-XK?X)aMpZsxZe~7dJ^^u{ zunGe=w;hnnFmeAHMg5HY+*JL%%xwLl)PnqC{nX+DV&oRrCnm?Af4 zGg>fC{>@}HIgq(~avU4i<|oWgm>3sKKFLF(Z#;nOZ+0_|mO@0U@ auT19TP-mPn*^on>HHVdfp=a_%W?=x?$uq71 delta 244 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 mkZU)D5h!98+)O8&|MORp_ zf)y21E&&fj0xO`Xs3^POx(X{EsEFW&E*{8=io5^ou7X{@FFo`B{i^D{{~bN_(LxQ_OGd^Zdq9Tu>y5Ah*7X3}-8$ru;M!q`Au0>&y~kse)v z(|w+NW~P7?VTE&<`57g}b}`Rk<|AYuQ8=5K_roO-RXB^8X9#By&R{;C$;>o(C^D5n z1~adchXYmBBjJX~Rcx4<_Y%%iIGve4!C8^7a2hlB$y%c-u>!G)BE_aK^F6}F3I~~a z9~2WM3MVsj06E)6VUw8)370CI#LPH!6J-huW?qUUi*khxW>%1WTZIGca`Q5Zu0j!h zX6{G2L_39j%zT@ItyI{{%y*G0(OzK>GYisyJ1EQ%rmPk5SU+S*baB~Gh?yNwBBEAV zr80AhTq@#4xu{HWk;~>|ukD0;UD(SfFdspqi8(GdkcI6eWV5=D5U-IH$?@u4 zR5CYQSaq0ox$(lPH5h2(_ZL>pkauHMAIu`L$YlkZ!b7WWQ5a`!#=H@?URc#po=%RZ zIdLp;*$gCMtLz#qm{df5-Q}`8z{~`t?rw!qlQ&ap?@<`3Xr}x3DvX+ZiqyDIVPxVM zMI;qQCc4R;!FZnxMYeT+0rdA=sc~Yjt6Hcu>rC3yfQ!ASl#*Dg+e0y5qJZ3WTZHvN~ zS>I6(o>3Sxt0!f4tHOvShfZx(7&GfFQh%GmnJnErND^&V1WIFsyvkB;J+D~p)^3Hh zTQ4ZA-Fi`B?bb^QYq$0&tlfH9VeQr{3ZHlDRYf>%<)tdO_A6GqbwFY5)*A|IxBjlM zcI!=r;nsbm=06nHZoQ?jcI$10&%1R{5sq8Ov|H~hR=f3q!rHAP3TwAMR9L(9k;2-o zj}_K#9aUJn^@+mg-8!ZS$E^*aIM0?CdHVODlX)}+^l9m9~~qb9Swe))&=+AAGCL-D>`W}TuLo2dv-HnSeVuOgA9 zcg$keyEL}5HId1zljK{DCNh|{U7F!od^UAZzNT$vHBx&QD8ie@toAg~3bjRuSxe*u zES%~*ku?o9o+hG16Hucs$=5~^9)!JLZVL}~A5iTTjo-r7gH(nc^g=}aJ!Pj#6G_Z^ zn8NL-3Bjz%}#%ThDyOLrYuL-Ci=%F@26HuX?h>1L!a2-bF){(B0v`G|gM!#Wx zrwIs^PxUcb6R7H$w8<1rgqgLCh(=97$|_RfYE7W-Yp8>!Y9hosTQ?FjO*5&?8bS}f z>6);Z<)e77(L@Tfu9C|$Vtj^tHlxl>c#FE}gAsaxJ7EIoD|da%Ir3(0Q7G zT;qtCuL;Ptmju0D6OgMf#c_ispw=NO+#Am)9C8gHxqh!rAlDgkztoEnt%Xl&hH&f1TkNTxJ?si{~6S&ixuHTFAktF zd;9r>qlkYYhwsp9(48Tw`#)*|-8qCjyHgV=^XI6BmuLc2-izkiQca-BTWHGsNfW5@ zy`;ijnqW-+Evv1Yv}KB8xF4{8GCSxmF@Axw(q?Cj!Wba$1$i#%LRo%paOkcT4qbapH;jbdJ{X=r^nDY-@y z(7K4kU#khs3zIC?X#%76F_L<{CXkISRA7&30?F7*;cd_al5w2caU+iobsH4fSVeWb zNt+-Wr)cOrt_fu0C355mO&}Y;P;Wh{31p*KuF9!Pcb;E zID-^@RuhnTAi1zZ5nlB7f2a+1Y66;-(~@0!32JvaIr*F>P`lTV?$7HbP^&Ff*=`=q zaU%87bBCB0vP)_Vpojo8|5|R%t4q8`1NaNQyntDMrtE#G35@7NG@-uI1ZK{1D)N(>z|84N zkFl>cftj5Qf^hEGso{96+!{*S42e$oUIc^?(zSxq33O){^buJ|BD z$~^9`vvkmlXdzbwM}BXV*B8{KkD{MW;(zR#&oK+xuTxiEYK+4j+wM;j zXpGSb{$$#3QqeUU8vt_ccL>ZhehuJVQK9`Ip?St61X5xjCy+2+11Pso61c-?ha)QO zblUrV<6D4^_C9iCwb6(K$L+Inb1bX#RV2hdV+!&6zdQ)TqC15r;$Yw$0Q+gF~ zFE@Tbh_^=k)DK&@@lVv}9g!teeXnriE7aK1$o+&~<&MYqMAj18>!M|mr*jFu=E4<` z=Lo&-qLq=CWomKGz!{Xe!`!$Vj&6*gB$@aaTLV2AIYKHOb?vuAJ|*;ti?&6+B6Q3} zJ0jo7ImJ0$0~EpumwPpGl=eEujVmDEzQ`zQ2*1bJ0(2na)OXNh{0#Ju$YpYGaa+Dm zo+_?QICWU+F;1h1zGWF{7&4hHR8VCeFBM_de$ueqlQ9WEy&O)OXT1v~CPOSPCc}4+ z*pJh_A{E*6iT4nrU#x@20kH@Y8mJ(ciw}{@B=I^_F~wO%FMAgc!aLufh$53IEZg@H zcFp+`m)tvXn|T|tg&9s6K;O@z-jY*7bg(y!gOfugDKWg&^@VZG`&52YlAU-2nGIGJ zIz7U?-Qjt#y*Cs0J>1g`hkLi-IM3KN&W1gqkmvdKJ#f3=awy4*tugrShkJMtTnoQ> zg)`(8(-otGxBFk_I$Bj3rQIBxF)ZK5yZK+kF7{IBf$xzb+AX{gXW6`Sh@iayQSmNL z0pZOx)Z?}GkA)D<-h>!=T`~nP>45Mc3`rmFnckPS zd;{%)@9t@Zg)+CaxXt(IN!~lk&&L$|0an)dz@1p(3S4wjPARSBF}bp|D%=3MJl_U< z#kjkk+%DQBKPt`UDe`P-3IAEY%l=D?8o8ztSNT z*k;ERQNeU4Ov@e9&F#sQU(VY4P>+0ZGNqjU&BPyHxw?d2uha6y?Mas!u7wHt}ZN4N)09p)T3vb;j>FOTsI`Azv& z{#W^E+t2ted3!}MzfC?-af*jpA8OZN%LVDNwaUEaSzw0edHg5j2Ho954KoH^m@rsm0w6J|9{Z)s|6JNmG{^|uMl zz4^6r&ZG5s1F;9!TV>kndVX9^!nIO9gX>bs*VH4T;kf$b>NT(Payfl%J&((sxb~Jw z>*{$&*?_B%n{f5Xv$zK3;Pv%7xO@xOujN@>56IZ#WtqNJXke!s LASJ2kez5-nl}zq} diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj index e277fbefe48e4305f54a8bede44007b3c3cadea5..97a2ef6cd63bfdfe450f5be26e8d7728a0c1f638 100644 GIT binary patch delta 1347 zcmY*YZD^ZS6u#&ENbb`2jajo=16tZOuGKWePK9l?I*Qx;YBMO5p{$kKv`Nz>Woya6 zjc!yegZ-F0t{`L|3<@eL&J5;P6;a%V7WYS-FrmnFe^wC2^oJ|>oEt3o!g#@i^hf=_KSNKJ2(uw*9F%AZu4kUL=_$HD*08n}kKzbf%=>?#z?2BB`v0c}( zQ0d#)H|f(DTY85y*MFhxD0?SL?oRtQX8-v<8{P$lUH~W^0+6zw=OrC`@(5g%UcuQ& zH^@HqHB@YU6efhz=7N?VeKcy4C zb_7*q=6Aw3DBUcwdT|wDxdbWPBS-g@`!`fxBN&>iyMU5>MFds$KoyArXs*W`#Biw1 zqc%u$!zZxxMHKrGrco9|t%HnAhmF`a#@^@9()3z~MF^?#DVWF#fTol36a0wy3K98@ zTSCzp+4~hl%~D3ja=mh8q2~f9vt~IBAytmyBsI%SN-Xb%D1=!5zFbk}Y2m5A-oh2r zcz70yLttM;)ITg+%$wR(DaXeWOXnxadbtc!Jai8NEDSs(inuPZ)hGv@JFL58m62c{yU-=?umN)rd}B; zk4z1XW-=qy!!2FZoXVC8nN%^CPwmT0miDJI`zIgWoEo0U74xa#>D)y1yNx||HNNRs zp!#7)-&TtAY9>w3aPMfEDtv0ROgE|xV~vEnOlH&c5g!6x<|W`VKafk)EiM4>=S5&U z`{QLg%dZ1prtN$R80QsWg}W!t&<*}|B29NWSt!$WUMQsLF}?#lz&nc4 zl-lSW R{t0-QSHbUoS*a1>{{?O1^t=E7 delta 1345 zcmY*XTWDNW6g~SsW=?1BJeo;N2GfuxZ3UX{;5R8gr9OlX=k2 zFrbkLL84-$x)VrYq@@t5s2_FIR#8l?1#2okup&~i;G_B>7PR=Gf@|NwfEV`K=j^r4 z+UIdUyhiU{qhqb~>Y28@f4bLH%JJDsown5fK12I=8A=(J|0zl2>-CZ*NrwF$#D?K- z!g9m1zagc}kEN834@_{(SZ0H_ou75$HCFfr@#!dGbK(7z8lgB zUnhbpG7ClE>z8f@84289SS~>d5jlED*?&Ui+(dz9gKwZDUk*W){U}C-rr81SARdQW z5yU~79ex4a0Tg#5yhh_7Y8_eh+hgjbu#{Fn`hMfhBxNK3pq81M6TI+zsOcfh@lh7+(GFYJDzvn(AHQfmrpqwmT_! zr1;2Cd89Zr>bljR*AJMtrpEJGHi|S{Lz$qv~b6k)Nm;?Ia1wp+nkRtkLl`i za>rI`W_vVE{k#u2&r73ax>{W~)=1RF-Q#I`iJt^6^A+INyfKreAGidp=ZnBrZa7?~ zMV#(2bP^yQ|kHt8dkJ35r%XeUf3vA^%;79x>@Fahm@35Ds&&U1+7u4?r diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj index fbc051b4243ae2306f4edb9372df1f4fd8c4be18..71e7ebc6ef0a120afe5f766da00a86dfadbaf4fe 100644 GIT binary patch delta 222 zcmdlXxJPh;0;A1DMfrL*Mg|6+y$lQtX+R7DOf0OKc_j?YEbM$h9y1er2Z-We1<5gU zuq+2rjBK;P6o(6lVq)D4qF7kN!4$hRh~i+^1yPI~L12n00Z1`03Notl33D^^N%IMa z1FceFn7DuAz&uQ3`hO>SW0SS-N8%y?t6AbUCElF6Oy n!Hjm3@3Jd1PM*xjq0V@CvL=xHGdU1Q?wMQ(BsWZ6$RQ2@<3uMI delta 236 zcmdlZxI=J)0;9!5MfrLLMg|6+?FjE21qe53Notl33D^^N%IMa z1FceFn7DtVw0=f@ZmND>X10D&YC(Rnerj=nv5|gKX=YB!ja7AE(0^^m5it_FU85kINvVep(5Q6{{Bbz*!;`qr39IOH$9tZm>hKcRB74^^;07b5bVH zWGda9#Av}dnU7g~vLkc*WGgnV%@>%jFfmSKtm>AjQ!4$`Jpa>HaYZ;hgPXT%t@K-#@w;_0`nav#-7P* z*~%GBCabasGfGUZWLIYNpFEdcowc5sfx%+3Ae->yJM03CJ0`ycidC>MFbIOhbT|Z9 L9atF{dO$n?!0IMv diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj index 5d772b692ed0bff96b5efbbe265d08b5d6b18cba..7e9016831615c60c216ae90552ee674aacf98755 100644 GIT binary patch delta 405 zcmYk0&r1S96vyZ7%(_oo*CMDx2a_PFgpG>M1%ZUr5=8eTsYTnCG%_;u6hRcqoB}Uh zI~fv4gw!7q*{T1aZvB7`z1dR(^Zm?w-|w55PW&NWABEpW!l|ABW9Bqt%%lB(X+n3s z663<~DZ(`a6;M|hj>6{z2vq`LOEoopNmWAM4q$u+N#lwj1P8p+7}HBsg~TzbVTcrK zd_<~UDj2TP5a1-Kh8w|C@01rfM5d1O)Cplvjo~F_5bwzi<1=Z5g-6KN#`!7v9JDhE zMAjG636W eTPq1M`AV9W5K98e3DSaGBdy3I(v-Z84gUe<@<|r} delta 411 zcmYk0KP-bm7{=fC{`9WZeyub$Nf6?bD2iRui3Ir!%;L|NXwy__wL+xQLByoF#b7ic zF_ff(kx?Wf5rf^vAYqYsuaise`Q7_I&wF>bUCplJZv3hDc-0C5gl7OCMf?9^LT2(M z;6i07!kJ zs!b|DPtg$SK2oOVT2H-GUg!=orA|>Npr7oRKBSD+*W?EEBWVbN39?x~KOmnYt5F~{ zpPmGaC-#ySZq;0{(MU1p z`-Mfn?B`3vD~&teOX%zebeTa$1+d^Wx_h-aqm^x~_zaa;_V kH^-G}1<+?URNQn%V<^l})WtQkK)P-AqOKfh19-6hALD^Y>;M1& diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj index 43ff7e2b83fbbec0f6fbcdb8b8d2297d15e41096..b7357970cad1917669da88234a4f69cce8e5373b 100644 GIT binary patch delta 3801 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 dggbDG@Gai7quM+@xHXIZPL?Oi)7#<2 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 delta 13851 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 diff --git a/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj b/blink/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_usb.c.obj index 5ad87afec3a4736e3a39e65d8535856ad4091da4..c896a455dad1dc4678020df6fa153abddfad473d 100644 GIT binary patch delta 214 zcmX>ga6({$0^^B^it=t*3=9lBI~f@mw1Er|U}9vG2U8qhfuc-ItO+0<6T2^nVqs-w z0#WR|ARY%R4~WOXzG!0Gjmfgi;_5k>dD;3&rI|S?48ha6n*!0^@;+it=vS3=9lB(-|2UUI8%(Ffp>pgDH;7KoKS;)-o`~o(!T`SRaBZ zc3zMY4pufM5XIgwvF*m@xr`Q!lN%UiCtqdCnjFU{&QhA0lQP+kxnr^b8^`7g%oms# y8zwJgD`(W0EXf|sC^9*hU768+@>Yg1rw1%;ti8Ka@Pu=?*;(PvX53v zEn~l{p5t8{7r9q*JV~Q?tos#;O~Ul6hQrKj^LE<->{;H^Tp+SRJ|PJYQg{%^LcDCw z5ijFCS}QQcl9P9WJA$gh1G0*7zQS&hGjWO~B(CCWOUN;XhPM~0TpGv{JZ*U@;TcwJ z(sQK3anB-+J*UxHft{N29IGmlp5qjbd-iDTc|%j4RVo+v%(W`dsftZ{)+!wL+-_yh zleAXgS61aYLscX_>lKcBdUW=jq$|%kDi`-$uPe`I6r1#XR^hm3zs{bSHufBCQ=T2F zBI&tU;kf528+#tIDbMFsF7A2PR^@1?3%9RLuofFg11H!k9V_@&HzZiy4{`*ey~^<^ zv#%vs8?k+O$DZSO!1uXD={iAnpTFFDXf9q%R7Ew;rQvcriP2} zv&z{7s|P^7$tvem6`k`r&YxF#2gr21m^wjhL_Mv_^p}QH(<=FEYuY8pYCgf+sxuSh z4vePn6hYK7<~w4n`fnm0qqm6Dms*DPZK| zL(VnM3rtrG(C%?Y5_HV~y5E^4qUd$yi8nCfstpQ0too#2HWi}s8_p9{ci$1ZoN$igG;A>smFbr0$8VvQ@ho&qq`8{=pEjs7@+ zVcv;+2-o#31d6=d_`TiLhol08y-#z`Z+etK#9Pe!?$@sn80(wIJ!YYgN&}ea>)<*= z=syvv@?|sf34KI5K(%iSzqi2xyF4Co0AKfHm0#ujWT7uK0GfQS@@A(CU2_1;_4RYE zQRr=i=KC)3n5{xTMyTD_f;T;niK95eyTo;zhDm9(Hn{<^`40ker{Hn#3h^}#^<5XE zQTH#+xJ+82bn>^96;Bq|<3@k0sK#0E7U@qeU%(VlW%WFwf+bl}^IQLvKw~7KN*+&aU zrKJ=M2K+pbPnYyZAfhdy!Is2|GVeHJ;o)D1+)(@CMQx#u1<}ybw$8=NLT$@BOG`qn z3m0@mL#-;3Z+SzVxPhB!wcxde`yz~=&8`!j7-(E+f^yv2 zSS#H4Lt~xD#p0$qF$iC3T1nUPH^n_zGl!X-w64LQ=M;*6(9;|gH?h3AK)7&TbAdL6 xCeFp)unYGz8)Vl@nJ8YP)qfHWRyDbSz{pf6t4-eUNxX9A$0ovKeV{11NBj}QO= delta 2101 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 VyVV8aH-?Z{$bHfOL078J{{ev-2h#um delta 4509 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 delta 835 zcmY+CZ%9*N6vp4P-FtSoxiW0dLfh2MY5v(#L9JZchqNe`lFmPqqzn=a5)!l06=4`5 z2&W>5v_PUSK{lhv2>T!vX%Hk7WEeq0Btl<;i0oO=hu#n8p7(j5_jk^@_dc1TM^iN7 zq2m*oKeUQpR;7|YlTtB@`fr&G%RB@V8Fh9%G|MhiV#hIfO(y-G)afNOEQ7k+HwK1@ z2VgU^0gT2uno>H)5ShbCN?Ev6Ug{b2P?mI$_h16ZIzVP+b{IHLH!mh?8QK@@P%_yn z`J7I1spaexH#Fw2oWR`Dl`{Cc3~;skJM{HDX;#X~?|@9@J}54Jiad>HYI^y4$!I z6}R&s2$ehmPl$h`=N)_%{36(v{68jYfbz$pxdHmgT*1p5~;@T9B~}%$giq!sogKfTNOKZ=g9s zoOV%eTMMaH-dY3HDw=IG-IRds1|5<)TOE~(+n&(F_9Ey5_7`+VYLfCOB;85RX-p~{ zWfY2cJ4RAv)aTNAI=edVdq*ig?Hgy=6S2j+3XbN{xXd?%DOY@rVNiMyy)uIs6lY|G z+C^^)Q-?G(_0puwAzze?<}iJeW6dixByBBWnwGmQy>wE1tzkMVJ&2mjAf6FtG@o8c zbu^py$&sj^`eiuk*B|8Jqe^uoMP{SP^g$MIvLJe!pVFidalbSmwo8ATKW(U9sU`dt K{}x`*-}MLaPoGn#PMtb+>U4E= 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

>5wFS`bO^*@X0raT>C~J_jxB! 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 Hf&BM>o&3)n zHr=9RifEzs6vr9jC_1&y7%FZ00ul%Xl5uKlbx>PdTE?P?7Qt3<3TXY#CXHie&UgRw zKfeDz|M~CToZY9syH9;0s%S@^i_bT+V@}4*i=44Pu>b#4?8XL-F-0@(g;nA9XD!Cm zRm7N98Mp(!3b!qGLFIy8OBU8km7=@y zvNi-U8b@YMojMG(&4GB@n~zkq19^4&GLB?pV1yy8{uvLaW^8vnjU$=|5pV1$jzHGb zVrDuJZ9G&k0w;}!nK_EX7!S|vir-aCSA$Y3x#^Rqet7?A|=tC50>Bg2kb0a_4Ya zHxrAhph_RpQwb=HKQ z2P<>GgAsD3%%>o0?w=sLvo`OC*y!#$WOCNI0$S^W_r^9mwcARF2apugSD zSe2FUI);r~)@cQdGElIBo?d3nF$U4SsQYh-vr3IAY)ag{;-;&FPl%}77i$E$<(VF5 zJI4Di&{^J@y^ERK#TVTR+*f6IXj+R`%iJq|@R>IDKkdun612x9W5u*KtTA()sP}Yb zWtmpBDodWZrF^&b9$aZIxEb{UI916{0eylhRoaI6*626rrA{71W8&dyP!(Efr|;m1 z4hrCoh!)8%(h}J>N+BwbJV1+v;Ga)57!y~P&VtlU{c!To3Q&0IC}baf4!7hdLgE7Y z0x&=VH5SrAqzuwdP>1L|>MSA-eV8UeT1-KZ&Y=#-5!wulQVRSr;wUIiCo#$i+61-| z@*r0!Wp99@j0RvRr(>Y5pdL^p2`?_Iq7#s-=>RBd=s^UeD2)@;(pl*1=puSBkL-x8 zr!x58Msrb016>8rd^!M4BfSQqCVCT^1@upov1VEWwieojysb1?hfNzT1jR!73S1Xa z5wM+}gk~{Kp$E6q5R!G!k5P3eg}Es6Rq$bv_QkRba3~%Q<$+vBaX9(MpbK=_B6q^# zs>yx&SHK#58^#!mv?3|rTlE3R2c-IasH0NC(7pnUzkqmOx9z*qC_l~9a0UKR2`tiq z1G-0?lHoa*^pfvXRDKj#JqQxKPhs8>N#QQ8x=t9DqN4F9WREyj-5&>&7c=4c zET(>ujJXc~zhg}wu6~^?v>mGztJXVuv)IFVxv(O^L@rUXQw9xS^-70aN0J+45WgF} zxHEErpAxBPurlYJXqVpOSTABtr${^?y$v)>#j0)`eK6Y0dAk^i#aBr>rD4%-RC)u( z>(W7f#FU2R^2RGMX)&ythtZf@=))8Ve{0{Swc=98meK8d&2*rbc!D_);0N9t?9qoR1KoHvOs;IQ~Aa7^q67K-tyz<&X~a@gJg delta 2811 zcmYjT4RBP|6~6cV?Ax4u`?8zeO|qL^b~itpq?@owmc*DJ5+uP?Ojj$8(jOHukbn~Y zG!{%&X2eNtZ92Uq)0yB1Gi6{p*a{0YiV<)~(Ecz}TUyIdEd$u%piHMqE5Whf-Ndw+ zx!=3@ob!F>-gD1;n+qfAA4k+5N0eI=hl(4_^f3ox=0(m}H^%?}DR$#AjWISRTeBmq{3~@E|>^*Enb+ECPgQwd>D7aqiDJpEA^NRNcp$P0L^$5E5)wg zYll(Om-TJf%JgBl)M1q|-J91W=kFSr7kawoJT2`t-VK=BG&N|$<4*-uSSfaGF?Nrw zEfXPUX_|q==vTW6qZG~;_Y`*1{a9DHM2 zD2%zLhM1{>ZEVj!h#-vznfVG1V>~mrE@I|>Xc>cZ>j3LAhrl$3<_vyjzK4`XdTw3F z%rv%UJUhECgsM|Bp4QKRWW{9U4o6(hGs12K(+}XB#&fFls%|A`U6m-_klWH1={FSpg~^(?L^pA4pl;is2=E` zCBU>v-FP@@CD5WCU@mO}x@ZvSrtbsuXcXw75!BO5<3Jzn2j)`-SU@L$e)&1B}o)V3aNbi_`Qm9wqcSu#|M%W*NDGF$w|8DTY3*VCq}4 z2uMWK+;8s|oV79YjXU5zOg1R9B&EvUBKVd8xEaHU?8mV4_~t0AY^q@LH=R z-SUFN=rWKqb(Q#KuD|v>$jN9Ekkj)(g~ov@y$aN53aHb0ppC8r4O%BY&n;T}5L(o+ zFmM>E%zX|mE)-3lDg*W90B=58+AOGe0CROWn9lt0R?H1;8_?He zXROM~bsfjTE%#{^7%@n&{MBojwZIre^&;*o;8|tH87xZOonppS%3l`|w>Me~aVu}O zo$YAvF34G)xwVU#Tg3hD+ua{YdSKRySIZn0FMnl?{?B?yT!nQ)Dpt%|gBmj*7RkKM zwA`jut;#LW-BPaGdLN-w3T;Mx08TOaDWHF0mnv;WXKVCZ)KVuCY;-T_?hLfm$qDDTwro>01bG zBOkDxehAAFI)xhCL1`pgN-ts89dwh4n74wDiIg{*PNK>@7;r*d$L4VIk0DpkX$yD2 z<64;g^sj(7@)tOxEZl&k{6|%nAl@&{AHW=uGc@f4u=p3?d+)Z5NvHfY&%$-YM4WT{aYtFxTGM#;Gh>jlZ_68|jxNy3FA z^40U4+3j4L=d4~NIdv$&*Dz{o#bN(${(F%M`1#&UU!a{Ak=*Z{^8!QJq@5^2^A=Mzn4CQw&Tfp&QG(PlX+ip zl5LW61M#0=%pNY;BRATP(SlLq%*=%HIFAY|>@UeCig!p-KgL=akgZ63oh0%5P>Z|5 zm-(bfMEsT6=#q9BJ&AD?V>U&}8X0Y%U@As+ZDv!XiSs6LFj~A)$|?12!`SIfIB&=R z`4Lm<@0B;6eJ#;#3!g$^ZlSuf9ei6Ue03OCeRyx`;8PlP8NUIs>o7uNqP%#?-6PUd z=~dU{&GfWrxh#+>AOal`G`$K}%~^DxQ^U9YZH7aXkq+yq13#M~X|V z9oU-scv${_qI#ESt`zH0VRmdOO7!+W(UaKFw?47CXJh}CM9-Fu$-2a&Pxd|jSZ1iB z%9lB~a^hj`5z%oDll!Dc&OP2VNHYfX|B0fSTw$F1@2bQ(OT)BI@5r@%O|| zV6Qm$#&!NTF*P~BFNoGRrNWEAd&FOXdqnjKsWy0G06L!m4~QpDrg)>6JUPJM7WJo6 z{2yZHsR7<0zQBA@ru(gg!rR5*=@bu&-<=-d8%5_-ia#wzfj<*hfTu=ChdrAJ(wb|Li_@Ej3kXUchv=mzc*PXdpKm(G;yt_-e9M5jFe E1r+DoNB{r; diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj index d9caed62d4fc520644ac2c060b62a164a68fc368..005825f7501b4b64bb63ca4ffceea2ac6a244c07 100644 GIT binary patch delta 7392 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 Jqh_Xm{|ir7q5l8? diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj index 204844d4c31e0283dca8ddb0195f2cfde1cc4e7d..589ef33bce084792a6fc5bf1f9c70eff2fefd63d 100644 GIT binary patch delta 4751 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 KLyr4N@AY3n3+a^r delta 4806 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 K4_|Y(-@gIYr1zo# diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj index 29e990ed962195b9ed77ae0646b92db9d6316de2..78032f1199b42367848962f4d1213ed6e625802d 100644 GIT binary patch delta 4171 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 diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj index 105dc6814f677aa070d6ccf283fefba180d4a38a..7adedd1dc1207ea707d3d3cf83147aed33e596ee 100644 GIT binary patch delta 3540 zcmYLL4Rln+6`uRDo893hFK;(LyUELDceBYR0g_F2H(3%08%)BF5(39y5zUEOQbhq# zepG&pR6I}#k$Ryc3L;pepnwuQ=mBbM`D;~btv}c!N2v-q8Y)m)Q9*hqyN~WU?|%8d zxpUv0J9j4U^3Rr)S1s#&u=h3p6KYp^A!BK4QW@(EFy>?b|0#A`a5!U%#kM0vpx92h z8B4KPXU|*6EOq3k*sb1j36@Hlr$Fkr-`V-BvrgFwCwYd@LZm}*YAn8;I zNv*l7ha}su0h*g?p=q13HqD3}^pZW%oBE~BD z5sF#Gr&G)@k7$fV__Gu(%3G;s)x1Y%tcK6Vlnh7uEu`0RW@l_PA4GpfnXQqsZRF!| zT1I@-7J3)sJIDfmovgz9$)@mk$XfWvWUc%Z*;GDA*2cdlYv;;vJeIKs9>Asg^58lu zRu_Mmwu$i`vcR7m+Ol0_Q+T&Zfta-(3mo3erKQqo4O!sNkX880IMs0j{2ezra;tu( zycpN1iogrWDm+Ryg^wp|;WNn6j*(5}%gEYzE1q`v(qmK!#C4-RIx z!D~1!XBN1zmuxMnt~NM{x4FEq3LkOBVKVl+ypA4fHLW{2-^$dJc+S-X)3Dm@r6|+g zZEz8HxEF$s-dr!df$`jb!%B?g#r<35;W(U}>11jK?XY$v!F7eH?;z$aq!@N1>i<+$ z{6u0*R(uZig!XBY>r7pU?M4Ur9yFqG5HA?(!HTQ$JKzI6liyUhkFFK%>NRiUlq@KN zgrI257{nG&I50vcWJ$_kV@8b>tfr94j1O>|CkDsxAD%{M4qbwpZVtMc@f?Npx6?_}Ur4BQ64X!R(t49#L(Pt5Z7>N3$_|m;Ib7QNM@SnRc?f)Xd1M=`#%bkk zFr}}zd>lXv4pfBU1vEm9&DFAwezO5Gm@!T+p)e`fsegd3SUq5RQ2*pgp~w`h%s7D0 zhx~Ll4u{qTw#($g$w7q%E2I!Hg%oC-$3>NEol9jE<7N<&pT?{zzhbS#Sk=vnWduH1 zwTP}%dw5dx8yR7S>FQ<1ebjUM&8ASmjJ?uhrYU%s@dtb?9H!I$M!3@%pf1*DnS+_k zxCKLzPWTBoMEuZ;`yw-`AkJtTaJ)0>Z{9~&iN4Hq&tk?&DJ(Yyn*U4LY7d)&lNnD+ zq01B;%vgi(MLQ{Wq`J{LQ|9)#IcQ-?)YhbdDjkKoeSGWacCinY-#)iP=qe1exp z&7^Yvq82l6kn0&R-Km@x{dlF;7jViteQWCZ%qW+RgQj3GV;eTqg`o`>kj=whvYq&8 zoxg}l$4jOo_0V+LR6m#k<$uPD1*2n7f;Wx!D|CxIG!+Mh#pS}jO0a%kGp>y{PtTNV%TtDCpYTnR%t)}$d~eCKlb>K;`1Z>&PlA2r zJ1SX0f(`h}<$JsdHt0K#B@GYe_t5q_08}PY$n7`kg{Bd9qi@k*`ob zQerYv%tBvz^u#q>F{Kh5xMxb3?AKFnPq-aUxD}JDhn@xvZ*8q12W*vYM_R|zH*fmX zT6i2MOf84|`W8){-q3e?UC`nW-F5HW&d|Ks_k`~6oPY0vQ0IdAk#OjaIkV^86S`y3 z>^Zag)D6GM62qb}tZ&oy`75Dcq*p*IyerxzoDe%Dd?l_(I44>{1h0zC5(dRt39pFy zN`gwUR>C@QQbNBduOc`nmP>d#LZ;{*3py2XvmD(f4of&D&PwPO Y*>QqfMLmK0)gUnXn7Q_&<{J9_4?11)9RL6T delta 3491 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 diff --git a/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj b/blink/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj index c06fdc067a3c2ef6bf88564bef585ec7ca50e282..8a40e1c5d0ba94b757ca7ee51d8789ea6647714b 100644 GIT binary patch delta 2744 zcmYLLdr*|u6~AX6?t*-K5s>9uc43!gmqiv)VR;BDCCW8YWGt@P$Jpf*#ul-kJ|??uVH#s5i|tFX*&Wb= zUJ$#bJ()3UlQ`|p%8K`6S~P?)dx<^;8%-ALlHoAD?1rgc|JX3uVujmNLS>@K5Ek-wQPh`x)_Y7q$ zjZeegbiN15UcL}1@bSMm7|YfGNA~BZ9x8lSBo{YUgZo=Ly-i3LHukbLI!?UnH z%*`5Oxx5EDBl$m&k361G1NWo&N{Ei;R?gTM{se-~=LaEIz_%c$5w0VMLOun~iueRb z6!RyMf)d_=HDh@Z=A}GKEKSe0wLonWe<-%3zpGOQLk{e4Mtm!rnRp1wW`0OCdb4~E zJms%?{%b}?%^sHEQ+!2oKlWJ2%@SS}TfBMnNSyLUXpJ!Y>KeMBLHv-RRBTsDJ8(b? zuZM({cOs=j_>(w+jen%7%-axM4DUm9v3xCLhw=hg;`p0buQBTu@t)6X-=`#)bCWpk z^V+KLoOq)c@CE6iNY2O$e2H?|`F8A%;o2~zl$W5CLa@j2wHP&=c1cD>c#lC z7>R#}(Zpj=1T#;+9<`4lnPAEo``JAXbs5MweY(Jk>(=6KpI zx-&zLUC}S3a2(cp#Y32iAxZNSe~ZGDY0rs3sE)oBFNCrj1-L~f?t$IRtY^iC zp&Tj|XG1}UQg<#j)Z?IT&kjB8RFUOg3x1x<^1t*Hz4AC!*FQV)}zs#s|^yT zofL<&^+H`~y=9nEw5w=!=dTUo)>Np@w+-Uedc7dOF-Rt}z9JkWu2PB^7@YaSfOwaVs%ZIpHwwQ{YtEdVLdHj3>zVHy-)<&2xyj6+%G zYt=XbvnFGe?g<{mIVLvss%Zp3p87e)_IS~9K}^Y2#S1}WiXc(wR1h~>FeX%#Av5ZQX+g837X zDm_d#H`d27XI=C{?g7)VoABkD_R}lG9^E?X1EP;a?HEA=(Vj6y6nRC}YP+$UqH5k|t3ebPV z(Bi*RRGcq9Z!-JD?viJyJ34f1G0{9xSvrgUE`DFSp0v)|y z#li8jF*+ygq&RVO!WWb+I?D6tsOT;aP`9{LJ|1&d#m^~AbXGJ{IC{NeE77rN$E0or zrBzE!^mKG*b&`on-#=7qq6%?%il5#P*QYdMUNTk9=S=k^8`u3`WR$ZN_y0M3OAd>* zQnb*DHvHw|&$nOjJe(TsWS1<|LE>@$h+N1U;3i+|Rd zw{ZF5w&p1R;%I90^yNQ2qCvU-EY;I5WS@ewGI9>kEISmm$#V)CWZ*pDGr3$rNFGyg zKo0-fc-Ep|k?dAbAgvbwQ)Q!qb#l9ckL4o;{j%yJ;V;0T+;EYm(F55BN_H9fC!j%g zC|D%VDOe)|mjK)3as{8sV+zj7;okt_Ws8E4>{jrUwDtg&$wme5$?Xab$VUpkkyV#z zfc`BbSHKp@jw{qoE9GOwZpgZ;V1x3Qf>Cl@FN|K<*$cK#TCV}@a@92$_sUa>J&;w` zRrE=6!*xWTDf>WSjobhv$qog_<+&SJdRNxMq>x zk&hHhkyZBqnR2~?LD_eYa_E*EcAxz8SVrzs7Ujx00Bg%>TvO@0M~QOteTqi_yVTPb fc}~G*`B=em85l624v;cA8Q>2{YX9e&@gU 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 Ee_?(%w!J+HUpjKp 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Π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 C<`vEW literal 66768 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 O-rp8%2l&3Y_kRGwZ^e56 diff --git a/blink/build/bootloader/.ninja_log b/blink/build/bootloader/.ninja_log index d28f1f7..63cb435 100644 --- a/blink/build/bootloader/.ninja_log +++ b/blink/build/bootloader/.ninja_log @@ -1,130 +1,128 @@ # ninja log v7 -3 18 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj a1dcd739e6f9d7f7 -3 26 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj 4ea77e95d7b48e99 -6 28 1763348586513429239 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 2443dcdf94253428 -3 31 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj 6bfb236eafdedc42 -3 35 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 94ff1b2310d2e811 -3 35 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj c615d6c5a671c128 -15 39 1763348586520096066 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj f07cfca199826a2f -3 44 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 9033902c37599bd8 -2 44 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 86818ffbb09ce522 -8 46 1763348586513429239 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b67e12cc8d79db71 -3 46 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj 745131f0acb1f63 -4 49 1763348586510095826 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj d247ebb5d9b1e78a -7 56 1763348586513429239 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 717a809349dfeb88 -8 57 1763348586513429239 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 3b9aadc4e83c744e -31 61 1763348586536763131 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 9b8e543860303e2a -26 66 1763348586533429718 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj aa0cc90a35ceb4a6 -15 71 1763348586520096066 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj d8b08860b83741f5 -3 89 1763348586510095826 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj f08d464baf7ae1ea -49 89 1763348586556763610 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 5cd64db2d2771a71 -31 93 1763348586536763131 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 2718b20715446490 -46 96 1763348586553430197 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 714d59f62b1f9836 -46 106 1763348586553430197 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj 29b8e444f21fe9af -56 107 1763348586563430436 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj 8d25f3904eda0ad7 -89 117 1763348586596764567 esp-idf/log/liblog.a b47b6de5c2ff9d07 -18 122 1763348586523429479 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 138733a9a9a3efc7 -66 125 1763348586573430676 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b7abb7abd87f7119 -39 134 1763348586546763371 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 1ce3c88565a7236 -36 141 1763348586543429957 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj c02203ce9eef8a1d -117 164 1763348586623431871 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj f87fd7a938199b86 -122 171 1763348586630098698 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj bb1d14c961c314a6 -109 174 1763348586616765045 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 138a8bb439ff9a14 -106 178 1763348586613431632 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj a2073602c7b2c827 -5 179 1763348586510095826 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b167023db315e8a1 -45 185 1763348586550096784 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj 6b8df9a576450d26 -134 189 1763348586640098937 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj e7b0170cd43d308c -44 194 1763348586550096784 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj c99f4a0363d97bc5 -96 197 1763348586603431393 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 873dbeba19ed6305 -89 201 1763348586596764567 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 4e7c1844e4340e8e -61 206 1763348586566763849 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj e4b7576a9827b73 -93 213 1763348586600097979 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 6d52104bbcf28827 -125 215 1763348586630098698 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 8efe9d70d27a6777 -141 215 1763348586646765763 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj ee99ad20bab2938c -57 221 1763348586563430436 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj b5f77284d2e3ee90 -197 226 1763348586703433786 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj a617bb1637f1b1c4 -213 228 1763348586720100851 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj b22056c999834e37 -179 229 1763348586683433306 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj e9cf73d596a4326f -7 233 1763348586513429239 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 63546f5b064a5bff -221 249 1763348586726767677 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj 8516a8f468319de -206 249 1763348586713434025 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj b6c455400b014e52 -71 254 1763348586576764089 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 5dc670eebb11acb6 -171 258 1763348586676766481 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj e3c6927462dffb40 -216 265 1763348586720100851 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj 5c10458555d0022 -201 266 1763348586706767199 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj 52589e08528a6846 -226 267 1763348586733434503 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 414e97e2fd1c1377 -229 268 1763348586736767916 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj dad234e4ef8626a2 -233 271 1763348586740101330 esp-idf/esp_rom/libesp_rom.a e8e6c9f3d744b038 -189 280 1763348586693433547 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj 2cd726f393e4eb98 -268 289 1763348586773435461 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 4824d8b83c13420f -249 294 1763348586756768395 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 9d3a6d83317ee5c0 -280 294 1763348586786769113 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 151f734b6d57ab1d -35 296 1763348586540096544 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b5d687e1a86b9271 -271 296 1763348586776768874 esp-idf/esp_common/libesp_common.a a07bac6924a341b6 -267 300 1763348586773435461 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj e9f2b90b148baa66 -228 300 1763348586733434503 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 9c4d3416167450a2 -296 312 1763348586803436179 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 138fd41aef4e2e2 -194 315 1763348586700100373 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 5098ca7b645161df -294 318 1763348586800102766 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj 6bf5697c493c9e93 -296 319 1763348586803436179 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 630fa30f1e50c234 -296 319 1763348586803436179 esp-idf/esp_hw_support/libesp_hw_support.a d11b97ab57ad4fd1 -249 321 1763348586756768395 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj cb69c6faa7a33551 -289 327 1763348586793435938 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj a1b820538af214d -174 332 1763348586680099894 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 1255f35888f57d69 -300 332 1763348586806769592 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj dbc81605a8d1ccfc -312 337 1763348586820103244 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 6954c17b134a28c3 -300 339 1763348586806769592 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj 180e0be1e4d1248a -265 339 1763348586770102048 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 91ead0dd0084febb -318 340 1763348586823436656 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 3cb35048e5b91f69 -319 342 1763348586826770070 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 28832c01cc7c9508 -319 343 1763348586826770070 esp-idf/esp_system/libesp_system.a c7b1ef1452812a66 -321 347 1763348586826770070 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 8456060b059e6525 -340 351 1763348586846770548 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj beabf4e99cfbf69 -332 353 1763348586840103722 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj ae593097836945b4 -332 355 1763348586836770309 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj cc4eb7ef26cb9a01 -315 356 1763348586820103244 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj cb6c770895677ce5 -339 359 1763348586846770548 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj a3fe56fbcd9b0229 -254 362 1763348586760101808 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 12bacca2e62a7583 -327 366 1763348586833436896 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj d806867999429232 -343 366 1763348586850103961 esp-idf/efuse/libefuse.a 924b5454beb2ead4 -351 366 1763348586856770788 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj bdd505e4f67bb382 -339 367 1763348586846770548 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 642e978349b9689a -356 368 1763348586863437614 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj 5811bc3af9dde14 -215 369 1763348586720100851 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj 4a373c922adc9061 -337 372 1763348586843437135 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj 2299a151b1da081f -342 373 1763348586846770548 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj bc33bf63ba47ad75 -347 374 1763348586853437375 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj 99b262ce3d98f1fd -366 375 1763348586880104680 project_elf_src_esp32.c 6efb6f5a8c81fdb9 -366 375 1763348586880104680 /home/nik/repos/esp32/build/bootloader/project_elf_src_esp32.c 6efb6f5a8c81fdb9 -359 375 1763348586866771027 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj e73586236628bfc6 -164 378 1763348586670099655 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 628732fc454e5343 -353 380 1763348586860104201 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj 5b594466938e5981 -375 382 1763348586880104680 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj 11af13549dbb62b1 -258 391 1763348586763435221 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 789944e61dafa768 -362 393 1763348586870104440 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 6c547557f3ee6061 -355 393 1763348586860104201 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b629c34d1e80f552 -366 395 1763348586873437853 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 33b1121190871366 -178 408 1763348586683433306 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 420f0a54f0c5ab1 -185 433 1763348586690100134 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 661b6933459742b -433 451 1763348586940106115 esp-idf/bootloader_support/libbootloader_support.a 5dfb50a4f82f56c5 -451 460 1763348586956773180 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 586dc49a9613e2e0 -460 469 1763348586966773420 esp-idf/spi_flash/libspi_flash.a 474a78125c1811ca -469 480 1763348586976773659 esp-idf/hal/libhal.a 951b7cc155ccd59e -266 685 1763348586773435461 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 104dd97807b7a80e -685 695 1763348587190112098 esp-idf/micro-ecc/libmicro-ecc.a cf250d889473be3b -695 711 1763348587200112336 esp-idf/soc/libsoc.a 55673348ef25f84d -711 720 1763348587216779402 esp-idf/xtensa/libxtensa.a c580f556f82ecaf8 -720 729 1763348587226779642 esp-idf/main/libmain.a 4f8db598f2a37167 -729 778 1763348587233446468 bootloader.elf ab6568e4d2c4daf2 -778 869 1763348587373449819 .bin_timestamp 1d76c1045fa92e3b -778 869 1763348587373449819 /home/nik/repos/esp32/build/bootloader/.bin_timestamp 1d76c1045fa92e3b -869 895 1763348587373449819 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -869 895 1763348587373449819 /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -4 31 1763348626061046265 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -4 31 1763348626061046265 /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -3 29 1763349159567773900 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -3 29 1763349159567773900 /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -3 30 1763349184761757681 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -3 30 1763349184761757681 /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -3 29 1763349454938790765 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e -3 29 1763349454938790765 /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 38f36619d8799b2e +3 20 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj 763f153603bf57f1 +4 21 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 257ca2f990838ed9 +3 27 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj d7a5abf0edb3b79f +8 27 1763349837986805393 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj 27c052b5c8c9549d +3 31 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 9edbc57f111077f3 +6 32 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 3b6a85b5e06e8f48 +2 38 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 5bdb9b26bd58e546 +3 44 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 9ac4007aebf5a44a +3 47 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj 7718605aef6c6829 +3 47 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj 1c7bf08b65a92b40 +4 50 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 1ac90c3a4f0ac4e7 +2 53 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 1a4799a5a0adec2c +4 60 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 856974a560e64508 +6 60 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 547206c8b5c0a622 +27 62 1763349838006805826 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 85ca6168ef52094b +27 65 1763349838006805826 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj d5cb339c3a748c52 +16 67 1763349837993472205 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj bb658165569b6919 +21 77 1763349838000139015 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj 1de0547a199f5a30 +3 80 1763349837980138582 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj d07dcad35a2439ca +50 102 1763349838030139666 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 638677df26cb5b8a +50 105 1763349838030139666 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj d8438a85c50ec2ce +60 107 1763349838040139883 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj 7ea100ce9de121d4 +21 119 1763349838000139015 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj fc3f707769467d3f +84 125 1763349838063473722 esp-idf/log/liblog.a b47b6de5c2ff9d07 +53 127 1763349838030139666 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 2351a93181558f03 +32 133 1763349838010139232 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 1797031a2d7841ae +38 136 1763349838016806043 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 66465e603ba7aef4 +65 163 1763349838043473288 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 778af4d24bc97952 +4 174 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 2c156e1893e6aecd +107 175 1763349838086807562 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 5799d0c02744be13 +136 177 1763349838113474808 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj ab0298d60b329356 +47 180 1763349838026806260 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj c6886e790ff322b8 +77 183 1763349838053473505 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 87c3fce4dd0bb534 +119 188 1763349838096807779 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 41eedacf67c99b76 +44 190 1763349838023472855 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 52ba2be0c98ac9cd +62 192 1763349838040139883 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 7466e4194a12d1d0 +127 192 1763349838106807995 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 1d81fbc024b1889f +125 212 1763349838103474591 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 8d44eda0174e4d2b +4 214 1763349837983471988 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 6717be3f2d9b142f +133 227 1763349838110141401 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj a43eee5d237f6569 +185 242 1763349838163475891 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj c46751a4439cf563 +163 243 1763349838140142052 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj eceaebbe5d7108ca +67 250 1763349838046806695 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj bdd703ff4701b4f7 +193 251 1763349838170142704 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj ccb5685a23869c3f +214 251 1763349838193476543 esp-idf/esp_rom/libesp_rom.a e8e6c9f3d744b038 +64 252 1763349838043473288 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 1ed5928d36831399 +102 252 1763349838080140751 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 1f172337b87f704d +190 255 1763349838166809297 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj 7de703efde0f0988 +242 255 1763349838220143787 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj 1d628f2dfd9dadbd +105 256 1763349838083474156 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 7e7508800d12cd09 +175 262 1763349838153475674 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 7bfb7ebe8aa85469 +227 274 1763349838206810166 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 22d9db53378c5248 +251 280 1763349838230144004 esp-idf/esp_common/libesp_common.a a07bac6924a341b6 +212 284 1763349838190143137 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj fc87b91910bfe74f +255 290 1763349838233477410 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj a2f79f77f2b3c972 +31 291 1763349838010139232 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj 6c46ad47c7ef19f6 +251 294 1763349838230144004 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj 911748f42b90f76e +250 297 1763349838230144004 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj e998322295670725 +252 297 1763349838230144004 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 98ffadc809e4ef94 +192 315 1763349838170142704 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj ed0c80d6a726abac +255 318 1763349838233477410 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 2745e3689cc92a77 +291 322 1763349838270144872 esp-idf/esp_hw_support/libesp_hw_support.a d11b97ab57ad4fd1 +295 324 1763349838273478278 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj eb9d150b5f90ebcb +178 324 1763349838156809080 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 1899953bfc8b6ea8 +290 324 1763349838266811466 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj d4b7de5a722fefa +297 334 1763349838276811683 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj be3fc0deab54e4b8 +297 340 1763349838276811683 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 5d5602897cf9b38f +318 341 1763349838296812118 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 295125238d888ea3 +315 343 1763349838293478712 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj 3122695745fd14b4 +324 344 1763349838303478928 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj cdaae46330159262 +324 347 1763349838303478928 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj e4f54224746158cc +243 351 1763349838220143787 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj 4f7d139c62ab294b +253 352 1763349838230144004 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 10196f635f047f3f +284 360 1763349838263478062 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 3bfaefe40c721895 +322 360 1763349838300145523 esp-idf/esp_system/libesp_system.a c7b1ef1452812a66 +343 361 1763349838320145958 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 82bbd9c21a304179 +324 361 1763349838303478928 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj a57cec7679adc53a +341 365 1763349838320145958 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 2e4d0fc84a1f9766 +256 369 1763349838233477410 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj 5c629c56368e2053 +340 369 1763349838320145958 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj 38a3102c19d769f4 +262 372 1763349838240144222 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj add38d30ed4e27cb +334 372 1763349838313479145 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 210732622f8dfa87 +344 372 1763349838323479362 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 2b7d03192009935c +347 376 1763349838323479362 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 2de35df029ccb599 +352 380 1763349838330146174 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj 25490ee6fdf12d51 +365 384 1763349838343479796 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj 6aa0a54e41bd7e59 +351 385 1763349838330146174 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj c5358cd76d07fe4 +360 385 1763349838340146391 esp-idf/efuse/libefuse.a 924b5454beb2ead4 +361 390 1763349838340146391 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj 831f3eeb62807eb2 +360 390 1763349838340146391 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj f8faff85568281b3 +361 390 1763349838340146391 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 7ab731817b7b154f +372 390 1763349838350146607 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj d29f658f42790521 +376 390 1763349838353480014 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj d98150b8bbc0b203 +369 391 1763349838346813202 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj cdae3875a6abb722 +369 394 1763349838346813202 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj 5b66a5907df008ec +385 396 1763349838373480448 project_elf_src_esp32.c d8b5289c2a7deb5c +385 396 1763349838373480448 /home/nik/repos/esp32/blink/build/bootloader/project_elf_src_esp32.c d8b5289c2a7deb5c +380 399 1763349838360146824 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj a231dee6ba2bb4f6 +372 401 1763349838350146607 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj 923099c693cfbea4 +396 403 1763349838373480448 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj e49551882841fa7 +372 408 1763349838350146607 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj 1398c096cd4e4e69 +384 411 1763349838363480231 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj a0b2c6358658e4f4 +174 422 1763349838153475674 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b442149091b2c66f +274 422 1763349838253477844 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 3c1c2e6fa41c5f27 +180 424 1763349838156809080 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj c7715ae462927aa5 +385 425 1763349838363480231 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj e8db8481d069ce1 +188 445 1763349838166809297 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 457d28e8a0d5c8c7 +445 465 1763349838423481531 esp-idf/bootloader_support/libbootloader_support.a 5dfb50a4f82f56c5 +465 475 1763349838443481966 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 586dc49a9613e2e0 +475 485 1763349838453482183 esp-idf/spi_flash/libspi_flash.a 474a78125c1811ca +485 496 1763349838463482399 esp-idf/hal/libhal.a 951b7cc155ccd59e +284 714 1763349838263478062 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj be0bbe5fdeac199f +714 724 1763349838693487388 esp-idf/micro-ecc/libmicro-ecc.a cf250d889473be3b +724 741 1763349838703487606 esp-idf/soc/libsoc.a 55673348ef25f84d +741 750 1763349838720154633 esp-idf/xtensa/libxtensa.a c580f556f82ecaf8 +750 759 1763349838730154850 esp-idf/main/libmain.a 4f8db598f2a37167 +759 802 1763349838736821662 bootloader.elf dc9cd3f59a96ee89 +802 892 1763349838870157887 .bin_timestamp cb8f78aef7e5fbbf +802 892 1763349838870157887 /home/nik/repos/esp32/blink/build/bootloader/.bin_timestamp cb8f78aef7e5fbbf +892 918 1763349838870157887 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +892 918 1763349838870157887 /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +3 31 1763349902721558580 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +3 31 1763349902721558580 /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +3 30 1763349926588756318 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +3 30 1763349926588756318 /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +3 30 1763349950519292608 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 +3 30 1763349950519292608 /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 6babd04d02a0936 diff --git a/blink/build/bootloader/CMakeCache.txt b/blink/build/bootloader/CMakeCache.txt index f291dc1..a38ded7 100644 --- a/blink/build/bootloader/CMakeCache.txt +++ b/blink/build/bootloader/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/nik/repos/esp32/build/bootloader +# For build in directory: /home/nik/repos/esp32/blink/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. @@ -118,7 +118,7 @@ CMAKE_EXPORT_BUILD_DATABASE:BOOL= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nik/repos/esp32/build/bootloader/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/pkgRedirects //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local @@ -257,7 +257,7 @@ IDF_TOOLCHAIN:STRING=gcc IGNORE_EXTRA_COMPONENT:UNINITIALIZED= //No help, variable specified on the command line. -PROJECT_SOURCE_DIR:UNINITIALIZED=/home/nik/repos/esp32 +PROJECT_SOURCE_DIR:UNINITIALIZED=/home/nik/repos/esp32/blink //No help, variable specified on the command line. PYTHON:UNINITIALIZED=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python @@ -266,10 +266,10 @@ PYTHON:UNINITIALIZED=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/pytho PYTHON_DEPS_CHECKED:UNINITIALIZED=1 //No help, variable specified on the command line. -SDKCONFIG:UNINITIALIZED=/home/nik/repos/esp32/sdkconfig +SDKCONFIG:UNINITIALIZED=/home/nik/repos/esp32/blink/sdkconfig //Value Computed by CMake -bootloader_BINARY_DIR:STATIC=/home/nik/repos/esp32/build/bootloader +bootloader_BINARY_DIR:STATIC=/home/nik/repos/esp32/blink/build/bootloader //Value Computed by CMake bootloader_IS_TOP_LEVEL:STATIC=ON @@ -278,7 +278,7 @@ bootloader_IS_TOP_LEVEL:STATIC=ON bootloader_SOURCE_DIR:STATIC=/home/nik/esp/esp-idf/components/bootloader/subproject //Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=/home/nik/repos/esp32/build/bootloader/esp-idf +esp-idf_BINARY_DIR:STATIC=/home/nik/repos/esp32/blink/build/bootloader/esp-idf //Value Computed by CMake esp-idf_IS_TOP_LEVEL:STATIC=OFF @@ -311,7 +311,7 @@ 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=/home/nik/repos/esp32/build/bootloader +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nik/repos/esp32/blink/build/bootloader //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 //Minor version of cmake used to create the current loaded cache diff --git a/blink/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml b/blink/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml index e312fbb..abe310b 100644 --- a/blink/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml +++ b/blink/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml @@ -442,7 +442,7 @@ events: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is GNU, found in: - /home/nik/repos/esp32/build/bootloader/CMakeFiles/4.1.2/CompilerIdC/a.out + /home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/4.1.2/CompilerIdC/a.out - kind: "find-v1" @@ -1731,7 +1731,7 @@ events: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is GNU, found in: - /home/nik/repos/esp32/build/bootloader/CMakeFiles/4.1.2/CompilerIdCXX/a.out + /home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/4.1.2/CompilerIdCXX/a.out - kind: "find-v1" @@ -2344,8 +2344,8 @@ events: checks: - "Detecting C compiler ABI info" directories: - source: "/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-I4jwZx" - binary: "/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-I4jwZx" + source: "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-S4Ep1O" + binary: "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-S4Ep1O" cmakeVariables: CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" CMAKE_C_FLAGS_DEBUG: "-g" @@ -2355,10 +2355,10 @@ events: variable: "CMAKE_C_ABI_COMPILED" cached: true stdout: | - Change Dir: '/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-I4jwZx' + Change Dir: '/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-S4Ep1O' - Run Build Command(s): /usr/bin/ninja -v cmTC_cd681 - [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Run Build Command(s): /usr/bin/ninja -v cmTC_2be93 + [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc Target: xtensa-esp-elf @@ -2366,8 +2366,8 @@ events: Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd681.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_cd681.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cckIdVGm.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_2be93.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_2be93.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cc8mFyiV.s GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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 @@ -2384,12 +2384,12 @@ events: /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include End of search list. Compiler executable checksum: 81174f71db4416537376b4420f5c69fd - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd681.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj /tmp/cckIdVGm.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_2be93.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj /tmp/cc8mFyiV.s COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.' - [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj -o cmTC_cd681 && : + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.' + [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj -o cmTC_2be93 && : Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper @@ -2400,10 +2400,10 @@ events: gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_cd681' '-dumpdir' 'cmTC_cd681.' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWfFp7O.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_cd681 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_2be93' '-dumpdir' 'cmTC_2be93.' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIn5BNe.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_2be93 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00400074 - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_cd681' '-dumpdir' 'cmTC_cd681.' + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_2be93' '-dumpdir' 'cmTC_2be93.' exitCode: 0 - @@ -2438,10 +2438,10 @@ events: Parsed C implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-I4jwZx'] + ignore line: [Change Dir: '/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-S4Ep1O'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_cd681] - ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_2be93] + ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc] ignore line: [Target: xtensa-esp-elf] @@ -2449,8 +2449,8 @@ events: 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='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd681.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_cd681.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cckIdVGm.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_2be93.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1 -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_2be93.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cc8mFyiV.s] ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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: [] @@ -2467,12 +2467,12 @@ events: ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 81174f71db4416537376b4420f5c69fd] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd681.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj /tmp/cckIdVGm.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_2be93.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj /tmp/cc8mFyiV.s] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.'] - ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj -o cmTC_cd681 && :] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj -o cmTC_2be93 && :] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-gcc] ignore line: [COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] @@ -2483,13 +2483,13 @@ events: ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_cd681' '-dumpdir' 'cmTC_cd681.'] - link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWfFp7O.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_cd681 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_2be93' '-dumpdir' 'cmTC_2be93.'] + link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccIn5BNe.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_2be93 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc] arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccWfFp7O.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccIn5BNe.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore @@ -2498,7 +2498,7 @@ events: arg [--sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore arg [--dynconfig=xtensa_esp32.so] ==> ignore arg [-o] ==> ignore - arg [cmTC_cd681] ==> ignore + arg [cmTC_2be93] ==> ignore arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] @@ -2507,7 +2507,7 @@ events: arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_cd681.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [CMakeFiles/cmTC_2be93.dir/CMakeCCompilerABI.c.obj] ==> ignore arg [-lgcc] ==> lib [gcc] arg [-lc] ==> lib [c] arg [-lnosys] ==> lib [nosys] @@ -2515,7 +2515,7 @@ events: arg [-lgcc] ==> lib [gcc] ignore line: [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start] ignore line: [ defaulting to 00400074] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_cd681' '-dumpdir' 'cmTC_cd681.'] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_2be93' '-dumpdir' 'cmTC_2be93.'] ignore line: [] ignore line: [] collapse library dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/14.2.0/esp32] @@ -2542,8 +2542,8 @@ events: checks: - "Detecting CXX compiler ABI info" directories: - source: "/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ufrizt" - binary: "/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ufrizt" + source: "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-8zjedz" + binary: "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-8zjedz" cmakeVariables: CMAKE_CXX_FLAGS: "-mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -2554,10 +2554,10 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: '/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ufrizt' + Change Dir: '/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-8zjedz' - Run Build Command(s): /usr/bin/ninja -v cmTC_b085a - [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Run Build Command(s): /usr/bin/ninja -v cmTC_c949d + [1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++ Target: xtensa-esp-elf @@ -2565,8 +2565,8 @@ events: Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b085a.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_b085a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cc4gzSfd.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_c949d.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_c949d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/ccPhuDVc.s GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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 @@ -2589,12 +2589,12 @@ events: /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include End of search list. Compiler executable checksum: 00a0abec3a35f1fd29e56d9fb54b091a - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b085a.dir/' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc4gzSfd.s + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_c949d.dir/' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccPhuDVc.s COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.' - [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_b085a && : + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_c949d && : Using built-in specs. COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++ COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper @@ -2605,10 +2605,10 @@ events: gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/ - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_b085a' '-dumpdir' 'cmTC_b085a.' - /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvuVIH5.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_b085a -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_c949d' '-dumpdir' 'cmTC_c949d.' + /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP8UpI4.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_c949d -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00400074 - COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_b085a' '-dumpdir' 'cmTC_b085a.' + COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_c949d' '-dumpdir' 'cmTC_c949d.' exitCode: 0 - @@ -2649,10 +2649,10 @@ events: Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/nik/repos/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ufrizt'] + ignore line: [Change Dir: '/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-8zjedz'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_b085a] - ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_c949d] + ignore line: [[1/2] /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -v -o CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++] ignore line: [Target: xtensa-esp-elf] @@ -2660,8 +2660,8 @@ events: 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='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b085a.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_b085a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/cc4gzSfd.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_c949d.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/cc1plus -quiet -v -imultilib esp32 -iprefix /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/ -isysroot /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_c949d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mdynconfig=xtensa_esp32.so -mlongcalls -Wno-frame-address -version -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -o /tmp/ccPhuDVc.s] ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (xtensa-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: [] @@ -2684,12 +2684,12 @@ events: ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 00a0abec3a35f1fd29e56d9fb54b091a] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b085a.dir/'] - ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc4gzSfd.s] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_c949d.dir/'] + ignore line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/as --traditional-format --longcalls --dynconfig=xtensa_esp32.so -o CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccPhuDVc.s] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_b085a && :] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-v' '-o' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-g++ -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -v CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_c949d && :] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp-elf-g++] ignore line: [COLLECT_LTO_WRAPPER=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] @@ -2700,13 +2700,13 @@ events: ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] ignore line: [COMPILER_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/] ignore line: [LIBRARY_PATH=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/:/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_b085a' '-dumpdir' 'cmTC_b085a.'] - link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvuVIH5.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_b085a -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_c949d' '-dumpdir' 'cmTC_c949d.'] + link line: [ /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2 -plugin /home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP8UpI4.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 --sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf --dynconfig=xtensa_esp32.so -o cmTC_c949d -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0 -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib -L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc] arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/collect2] ==> ignore arg [-plugin] ==> ignore arg [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/liblto_plugin.so] ==> ignore arg [-plugin-opt=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../libexec/gcc/xtensa-esp-elf/14.2.0/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccvuVIH5.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccP8UpI4.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore arg [-plugin-opt=-pass-through=-lnosys] ==> ignore @@ -2715,7 +2715,7 @@ events: arg [--sysroot=/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf] ==> ignore arg [--dynconfig=xtensa_esp32.so] ==> ignore arg [-o] ==> ignore - arg [cmTC_b085a] ==> ignore + arg [cmTC_c949d] ==> ignore arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib/esp32] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib/esp32] @@ -2724,7 +2724,7 @@ events: arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/lib] arg [-L/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] ==> dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../xtensa-esp-elf/usr/lib] - arg [CMakeFiles/cmTC_b085a.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [CMakeFiles/cmTC_c949d.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lm] ==> lib [m] arg [-lgcc] ==> lib [gcc] @@ -2734,7 +2734,7 @@ events: arg [-lgcc] ==> lib [gcc] ignore line: [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld: warning: cannot find entry symbol _start] ignore line: [ defaulting to 00400074] - ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_b085a' '-dumpdir' 'cmTC_b085a.'] + ignore line: [COLLECT_GCC_OPTIONS='-mdynconfig=xtensa_esp32.so' '-mlongcalls' '-Wno-frame-address' '-fno-builtin-memcpy' '-fno-builtin-memset' '-fno-builtin-bzero' '-fno-builtin-stpcpy' '-fno-builtin-strncpy' '-nostartfiles' '-v' '-o' 'cmTC_c949d' '-dumpdir' 'cmTC_c949d.'] ignore line: [] ignore line: [] collapse library dir [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/esp32] ==> [/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/lib/gcc/xtensa-esp-elf/14.2.0/esp32] diff --git a/blink/build/bootloader/CMakeFiles/InstallScripts.json b/blink/build/bootloader/CMakeFiles/InstallScripts.json index 46f03b5..e3484e6 100644 --- a/blink/build/bootloader/CMakeFiles/InstallScripts.json +++ b/blink/build/bootloader/CMakeFiles/InstallScripts.json @@ -1,31 +1,31 @@ { "InstallScripts" : [ - "/home/nik/repos/esp32/build/bootloader/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/newlib/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/log/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/partition_table/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/cmake_install.cmake", - "/home/nik/repos/esp32/build/bootloader/esp-idf/main/cmake_install.cmake" + "/home/nik/repos/esp32/blink/build/bootloader/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake", + "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/cmake_install.cmake" ], "Parallel" : false } diff --git a/blink/build/bootloader/CMakeFiles/TargetDirectories.txt b/blink/build/bootloader/CMakeFiles/TargetDirectories.txt index 55f918e..0360ac0 100644 --- a/blink/build/bootloader/CMakeFiles/TargetDirectories.txt +++ b/blink/build/bootloader/CMakeFiles/TargetDirectories.txt @@ -1,87 +1,87 @@ -/home/nik/repos/esp32/build/bootloader/CMakeFiles/menuconfig.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/confserver.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/save-defconfig.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/gen_project_binary.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/app.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/erase_flash.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/merge-bin.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/monitor.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/_project_elf_src.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/bootloader.elf.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/size.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/size-files.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/size-components.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/uf2.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/uf2-app.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir -/home/nik/repos/esp32/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/menuconfig.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/confserver.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/save-defconfig.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/gen_project_binary.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/app.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/erase_flash.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/merge-bin.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/monitor.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/_project_elf_src.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/bootloader.elf.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/size.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/size-files.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/size-components.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/uf2.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/uf2-app.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir +/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir diff --git a/blink/build/bootloader/CMakeFiles/git-data/grabRef.cmake b/blink/build/bootloader/CMakeFiles/git-data/grabRef.cmake index 92828c3..7ffad6b 100644 --- a/blink/build/bootloader/CMakeFiles/git-data/grabRef.cmake +++ b/blink/build/bootloader/CMakeFiles/git-data/grabRef.cmake @@ -15,7 +15,7 @@ set(HEAD_HASH) -file(READ "/home/nik/repos/esp32/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) +file(READ "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) set(GIT_DIR "/home/nik/esp/esp-idf/.git") @@ -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}" "/home/nik/repos/esp32/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/${HEAD_REF}" "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/nik/repos/esp32/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) set(HEAD_HASH "${HEAD_REF}") endif() else() # detached HEAD - configure_file("${GIT_DIR}/HEAD" "/home/nik/repos/esp32/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/HEAD" "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) - file(READ "/home/nik/repos/esp32/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + file(READ "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() diff --git a/blink/build/bootloader/CMakeFiles/rules.ninja b/blink/build/bootloader/CMakeFiles/rules.ninja index 27f5fe9..d46653c 100644 --- a/blink/build/bootloader/CMakeFiles/rules.ninja +++ b/blink/build/bootloader/CMakeFiles/rules.ninja @@ -318,7 +318,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_ # Rule for re-running cmake. rule RERUN_CMAKE - command = /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + command = /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader description = Re-running CMake... generator = 1 diff --git a/blink/build/bootloader/bootloader.bin b/blink/build/bootloader/bootloader.bin index 8be6db4f6994eefc112ffe4accbed72f3eb86b2d..d284f0f67414c19958a071f01ef81e7fe417ca0e 100644 GIT binary patch delta 55 zcmV-70LcG<%>jVT0gzV(GBY|gIFT_Fv2gEYAr;L2e~$7#oEbG@8b~V`saO8WOL({` N^H?-lvSTOrMOkXD7b5@w delta 55 zcmV-70LcG<%>jVT0gzV(Ff%$ZHjyzDv2gEYAsiUx$6?EhK_6Y&3|Ld#(ZcM-NBUuV N6sjL|!UQ?__!D>17;OLm diff --git a/blink/build/bootloader/bootloader.elf b/blink/build/bootloader/bootloader.elf index 29dc13fadb0c9d14d726dd1a377b81b7aff8920c..d5a3dd219cbfabeb8df5c7c262ba9cbf50d0c324 100755 GIT binary patch delta 106715 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 delta 106704 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 /home/nik/repos/esp32/build/bootloader/.bin_timestamp + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/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 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin /home/nik/repos/esp32/blink/build/bootloader/bootloader.elf && /usr/bin/cmake -E echo "Generated /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin" && /usr/bin/cmake -E md5sum /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin > /home/nik/repos/esp32/blink/build/bootloader/.bin_timestamp DESC = Generating binary image from built executable restat = 1 @@ -240,7 +240,7 @@ build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUS # Custom command for CMakeFiles/merge-bin build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND bootloader || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/home/nik/repos/esp32/build/bootloader/merged-binary.bin;@/home/nik/repos/esp32/build/bootloader/flash_args" -D WORKING_DIRECTORY=/home/nik/repos/esp32/build/bootloader -P run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/home/nik/repos/esp32/blink/build/bootloader/merged-binary.bin;@/home/nik/repos/esp32/blink/build/bootloader/flash_args" -D WORKING_DIRECTORY=/home/nik/repos/esp32/blink/build/bootloader -P run_serial_tool.cmake pool = console @@ -248,7 +248,7 @@ build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_ # Custom command for CMakeFiles/monitor build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a - COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;xtensa-esp32-elf-;;--target;esp32;;--revision;0;;/home/nik/repos/esp32/build/bootloader/bootloader.elf" -D WORKING_DIRECTORY=/home/nik/repos/esp32/build/bootloader -P run_serial_tool.cmake + COMMAND = cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;xtensa-esp32-elf-;;--target;esp32;;--revision;0;;/home/nik/repos/esp32/blink/build/bootloader/bootloader.elf" -D WORKING_DIRECTORY=/home/nik/repos/esp32/blink/build/bootloader -P run_serial_tool.cmake pool = console @@ -262,7 +262,7 @@ build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_el # Custom command for project_elf_src_esp32.c build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -E touch /home/nik/repos/esp32/build/bootloader/project_elf_src_esp32.c + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -E touch /home/nik/repos/esp32/blink/build/bootloader/project_elf_src_esp32.c DESC = Generating project_elf_src_esp32.c restat = 1 @@ -271,7 +271,7 @@ build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: C # Custom command for CMakeFiles/size build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND bootloader.map - COMMAND = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/home/nik/repos/esp32/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/home/nik/repos/esp32/blink/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console @@ -279,7 +279,7 @@ build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND bo # Custom command for CMakeFiles/size-files build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND bootloader.map - COMMAND = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/home/nik/repos/esp32/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/home/nik/repos/esp32/blink/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console @@ -287,7 +287,7 @@ build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTO # Custom command for CMakeFiles/size-components build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND bootloader.map - COMMAND = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/home/nik/repos/esp32/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/home/nik/repos/esp32/blink/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/nik/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console @@ -295,7 +295,7 @@ build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-compone # Custom command for CMakeFiles/uf2 build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/build/bootloader/flasher_args.json;-o;/home/nik/repos/esp32/build/bootloader/uf2.bin" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/blink/build/bootloader/flasher_args.json;-o;/home/nik/repos/esp32/blink/build/bootloader/uf2.bin" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console @@ -303,7 +303,7 @@ build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND # Custom command for CMakeFiles/uf2-app build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/build/bootloader/flasher_args.json;-o;/home/nik/repos/esp32/build/bootloader/uf2-app.bin;--bin;app" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "UF2_CMD=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;/home/nik/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32" -D "UF2_ARGS=--json;/home/nik/repos/esp32/blink/build/bootloader/flasher_args.json;-o;/home/nik/repos/esp32/blink/build/bootloader/uf2-app.bin;--bin;app" -P /home/nik/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console # ============================================================================= @@ -316,7 +316,7 @@ build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMM # Utility command for edit_cache build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -328,7 +328,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -353,7 +353,7 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xt DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register 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 @@ -363,7 +363,7 @@ build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____id DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register 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 @@ -391,7 +391,7 @@ build esp-idf/xtensa/libxtensa.a: C_STATIC_LIBRARY_LINKER____idf_xtensa_ esp-idf # Utility command for edit_cache build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/xtensa && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -403,7 +403,7 @@ build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/xtensa && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -420,7 +420,7 @@ 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/newlib && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -432,7 +432,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/newlib && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -457,7 +457,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_u DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -467,7 +467,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -477,7 +477,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/interrupts.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -487,7 +487,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/gpio_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -497,7 +497,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/uart_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -507,7 +507,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/dport_access.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -517,7 +517,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/adc_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -527,7 +527,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/emac_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -537,7 +537,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/spi_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -547,7 +547,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/ledc_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -557,7 +557,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/pcnt_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -567,7 +567,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rmt_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -577,7 +577,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/sdm_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -587,7 +587,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/i2s_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -597,7 +597,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/i2c_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -607,7 +607,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/timer_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -617,7 +617,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/lcd_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -627,7 +627,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/mcpwm_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -637,7 +637,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/mpi_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -647,7 +647,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/sdmmc_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -657,7 +657,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_CO DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/touch_sensor_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -667,7 +667,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/twai_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -677,7 +677,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/wdt_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -687,7 +687,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER___ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/dac_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -697,7 +697,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rtc_io_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -707,7 +707,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMP DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/sdio_slave_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -717,7 +717,7 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj: C_CO DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/power_supply_periph.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_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 @@ -745,7 +745,7 @@ build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMak # Utility command for edit_cache build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/soc && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -757,7 +757,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/soc && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -782,7 +782,7 @@ build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.o DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -810,7 +810,7 @@ build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc # Utility command for edit_cache build esp-idf/micro-ecc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -822,7 +822,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -847,7 +847,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_ha DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -857,7 +857,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/mpu_hal.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -867,7 +867,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_ha DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -877,7 +877,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/efuse_hal.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register 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 @@ -887,7 +887,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -897,7 +897,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -907,7 +907,7 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPIL DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/cache_hal_esp32.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register 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 @@ -935,7 +935,7 @@ build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMak # Utility command for edit_cache build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/hal && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -947,7 +947,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/hal && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -972,7 +972,7 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_C DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -1000,7 +1000,7 @@ build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash # Utility command for edit_cache build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1012,7 +1012,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1037,7 +1037,7 @@ build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/e DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/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 @@ -1065,7 +1065,7 @@ build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY # Utility command for edit_cache build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1077,7 +1077,7 @@ build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_for # Utility command for rebuild_cache build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1094,7 +1094,7 @@ build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_ # Utility command for edit_cache build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1106,7 +1106,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1131,7 +1131,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1141,7 +1141,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1151,7 +1151,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1161,7 +1161,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1171,7 +1171,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1181,7 +1181,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1191,7 +1191,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/fla DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1201,7 +1201,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/sec DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1211,7 +1211,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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_esp32.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1221,7 +1221,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1231,7 +1231,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1241,7 +1241,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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_esp32.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1251,7 +1251,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1261,7 +1261,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/fla DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1271,7 +1271,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1281,7 +1281,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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_sha.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1291,7 +1291,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1301,7 +1301,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1311,7 +1311,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1321,7 +1321,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1331,7 +1331,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/bootloader_soc.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1341,7 +1341,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/bootloader_esp32.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1351,7 +1351,7 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/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 @@ -1379,7 +1379,7 @@ build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKE # Utility command for edit_cache build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1391,7 +1391,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1416,7 +1416,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_CO DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/esp_efuse_table.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -1426,7 +1426,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_C DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/esp_efuse_fields.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -1436,7 +1436,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/esp_efuse_utility.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -1446,7 +1446,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPIL DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -1456,7 +1456,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COM DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -1466,7 +1466,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_CO DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -1476,7 +1476,7 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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/without_key_purposes/three_key_blocks TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb @@ -1546,7 +1546,7 @@ 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1558,7 +1558,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1570,14 +1570,14 @@ build esp-idf/efuse/rebuild_cache: phony esp-idf/efuse/CMakeFiles/rebuild_cache. # 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 ############################################# # Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -1585,7 +1585,7 @@ build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-id # 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -1593,14 +1593,14 @@ build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-id # 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info ############################################# # Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo + COMMAND = cd /home/nik/repos/esp32/blink/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? @@ -1608,7 +1608,7 @@ build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/ # 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/efuse/efuse_table_gen.py /home/nik/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192 # ============================================================================= # Write statements declared in CMakeLists.txt: @@ -1620,7 +1620,7 @@ build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/ # Utility command for edit_cache build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_security && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1632,7 +1632,7 @@ build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edi # Utility command for rebuild_cache build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_security && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1657,7 +1657,7 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPIL DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_app_format/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/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 @@ -1685,7 +1685,7 @@ build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_sys # Utility command for edit_cache build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_system && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1697,7 +1697,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_system && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1722,7 +1722,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_CO DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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 @@ -1732,7 +1732,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/esp_cpu_intr.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1742,7 +1742,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_util DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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 @@ -1752,7 +1752,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/cpu_region_protect.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1762,7 +1762,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rtc_clk.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1772,7 +1772,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rtc_clk_init.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1782,7 +1782,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rtc_init.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1792,7 +1792,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rtc_sleep.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1802,7 +1802,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/rtc_time.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1812,7 +1812,7 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/esp32/chip_info.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/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/esp32 TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb @@ -1840,7 +1840,7 @@ build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf # Utility command for edit_cache build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1852,7 +1852,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1869,7 +1869,7 @@ build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFi # Utility command for edit_cache build esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32 && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32 && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1881,7 +1881,7 @@ build esp-idf/esp_hw_support/port/esp32/edit_cache: phony esp-idf/esp_hw_support # Utility command for rebuild_cache build esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32 && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1898,7 +1898,7 @@ build esp-idf/esp_hw_support/port/esp32/rebuild_cache: phony esp-idf/esp_hw_supp # Utility command for edit_cache build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1910,7 +1910,7 @@ build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/l # Utility command for rebuild_cache build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1935,7 +1935,7 @@ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.o DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -1963,7 +1963,7 @@ build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_com # Utility command for edit_cache build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_common && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -1975,7 +1975,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_common && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2000,7 +2000,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2010,7 +2010,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj: DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2020,7 +2020,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2030,7 +2030,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2040,7 +2040,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.ob DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2050,7 +2050,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2060,7 +2060,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2070,7 +2070,7 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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_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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector - INCLUDES = -I/home/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/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 @@ -2098,7 +2098,7 @@ build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp- # Utility command for edit_cache build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2110,7 +2110,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2135,7 +2135,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj: C_COMPI DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2145,7 +2145,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COM DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2155,7 +2155,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj: C_COMPILER__ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2165,7 +2165,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj: C_COMPI DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/buffer/log_buffers.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2175,7 +2175,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj: C_COMPILER____id DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/util.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2185,7 +2185,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj: C_COMPILER____idf_log DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/util.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2195,7 +2195,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj: C_COMPILER DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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_format_text.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2205,7 +2205,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj: C_COMPILER____id DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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_print.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2215,7 +2215,7 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj: C_COMPILER____idf_log_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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.c.obj.d FLAGS = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include 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 @@ -2243,7 +2243,7 @@ build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMak # Utility command for edit_cache build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/log && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/log && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2255,7 +2255,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/log && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/log && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2278,7 +2278,7 @@ 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2290,7 +2290,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2302,7 +2302,7 @@ 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 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 esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/nik/repos/esp32/build/bootloader/bootloader.bin + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin # ============================================================================= # Write statements declared in CMakeLists.txt: @@ -2314,7 +2314,7 @@ 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/partition_table && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2326,7 +2326,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/partition_table && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2343,7 +2343,7 @@ 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2355,7 +2355,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2372,7 +2372,7 @@ 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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/freertos && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2384,7 +2384,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/freertos && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2409,7 +2409,7 @@ build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER_ DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.5.1\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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 = -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include + INCLUDES = -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/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 @@ -2437,7 +2437,7 @@ build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/ # Utility command for edit_cache build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nik/repos/esp32/build/bootloader/esp-idf/main && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/main && /usr/bin/ccmake -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake cache editor... pool = console restat = 1 @@ -2449,7 +2449,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 = cd /home/nik/repos/esp32/build/bootloader/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/build/bootloader + COMMAND = cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/nik/esp/esp-idf/components/bootloader/subproject -B/home/nik/repos/esp32/blink/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2537,175 +2537,175 @@ build show_efuse_table: phony esp-idf/efuse/show_efuse_table # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader +# Folder: /home/nik/repos/esp32/blink/build/bootloader build all: phony app bootloader.elf esp-idf/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf +# Folder: /home/nik/repos/esp32/blink/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_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: /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader build esp-idf/bootloader/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/efuse +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format build esp-idf/esp_app_format/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format +# Folder: /home/nik/repos/esp32/blink/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/nik/repos/esp32/build/bootloader/esp-idf/esp_common +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support +# Folder: /home/nik/repos/esp32/blink/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 esp-idf/esp_hw_support/lowpower/all # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower build esp-idf/esp_hw_support/lowpower/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32 +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32 build esp-idf/esp_hw_support/port/esp32/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_security +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security build esp-idf/esp_security/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esp_system +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py build esp-idf/esptool_py/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/freertos +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos build esp-idf/freertos/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/hal +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal build esp-idf/hal/all: phony esp-idf/hal/libhal.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/log +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/log build esp-idf/log/all: phony esp-idf/log/liblog.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/main +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/main build esp-idf/main/all: phony esp-idf/main/libmain.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc build esp-idf/micro-ecc/all: phony esp-idf/micro-ecc/libmicro-ecc.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/newlib +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib build esp-idf/newlib/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/partition_table +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table build esp-idf/partition_table/all: phony # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/soc +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc build esp-idf/soc/all: phony esp-idf/soc/libsoc.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a # ============================================================================= ############################################# -# Folder: /home/nik/repos/esp32/build/bootloader/esp-idf/xtensa +# Folder: /home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a @@ -2716,14 +2716,14 @@ build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja /home/nik/repos/esp32/build/bootloader/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/newlib/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/soc/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/hal/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/efuse/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/log/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/partition_table/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/freertos/cmake_install.cmake /home/nik/repos/esp32/build/bootloader/esp-idf/main/cmake_install.cmake: RERUN_CMAKE | /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h +build build.ninja /home/nik/repos/esp32/blink/build/bootloader/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake /home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/cmake_install.cmake: RERUN_CMAKE | /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/blink/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h pool = console ############################################# # A missing CMake input file is not an error. -build /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony +build /home/nik/esp/esp-idf/.git/HEAD /home/nik/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/nik/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/nik/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/nik/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/nik/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/nik/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/nik/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/nik/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/nik/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/nik/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/nik/esp/esp-idf/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/project_include.cmake /home/nik/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/nik/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/nik/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/nik/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/nik/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/nik/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/nik/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/nik/esp/esp-idf/components/cmock/CMock/.git /home/nik/esp/esp-idf/components/efuse/CMakeLists.txt /home/nik/esp/esp-idf/components/efuse/esp32/sources.cmake /home/nik/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_coex/lib/.git /home/nik/esp/esp-idf/components/esp_common/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_common/project_include.cmake /home/nik/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_phy/lib/.git /home/nik/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_security/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_system/CMakeLists.txt /home/nik/esp/esp-idf/components/esp_wifi/lib/.git /home/nik/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/nik/esp/esp-idf/components/esptool_py/espefuse.cmake /home/nik/esp/esp-idf/components/esptool_py/project_include.cmake /home/nik/esp/esp-idf/components/freertos/CMakeLists.txt /home/nik/esp/esp-idf/components/hal/CMakeLists.txt /home/nik/esp/esp-idf/components/heap/tlsf/.git /home/nik/esp/esp-idf/components/json/cJSON/.git /home/nik/esp/esp-idf/components/log/CMakeLists.txt /home/nik/esp/esp-idf/components/lwip/lwip/.git /home/nik/esp/esp-idf/components/mbedtls/mbedtls/.git /home/nik/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/nik/esp/esp-idf/components/newlib/CMakeLists.txt /home/nik/esp/esp-idf/components/newlib/project_include.cmake /home/nik/esp/esp-idf/components/openthread/lib/.git /home/nik/esp/esp-idf/components/openthread/openthread/.git /home/nik/esp/esp-idf/components/partition_table/CMakeLists.txt /home/nik/esp/esp-idf/components/partition_table/project_include.cmake /home/nik/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/nik/esp/esp-idf/components/soc/CMakeLists.txt /home/nik/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/nik/esp/esp-idf/components/spiffs/spiffs/.git /home/nik/esp/esp-idf/components/unity/unity/.git /home/nik/esp/esp-idf/components/xtensa/CMakeLists.txt /home/nik/esp/esp-idf/components/xtensa/project_include.cmake /home/nik/esp/esp-idf/tools/cmake/build.cmake /home/nik/esp/esp-idf/tools/cmake/component.cmake /home/nik/esp/esp-idf/tools/cmake/depgraph.cmake /home/nik/esp/esp-idf/tools/cmake/dfu.cmake /home/nik/esp/esp-idf/tools/cmake/gdbinit.cmake /home/nik/esp/esp-idf/tools/cmake/git_submodules.cmake /home/nik/esp/esp-idf/tools/cmake/idf.cmake /home/nik/esp/esp-idf/tools/cmake/kconfig.cmake /home/nik/esp/esp-idf/tools/cmake/ldgen.cmake /home/nik/esp/esp-idf/tools/cmake/openocd.cmake /home/nik/esp/esp-idf/tools/cmake/prefix_map.cmake /home/nik/esp/esp-idf/tools/cmake/project.cmake /home/nik/esp/esp-idf/tools/cmake/project_description.json.in /home/nik/esp/esp-idf/tools/cmake/symbols.gdbinit.in /home/nik/esp/esp-idf/tools/cmake/targets.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/nik/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/nik/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/nik/esp/esp-idf/tools/cmake/toolchain-esp32.cmake /home/nik/esp/esp-idf/tools/cmake/utilities.cmake /home/nik/esp/esp-idf/tools/cmake/version.cmake /home/nik/esp/esp-idf/tools/kconfig_new/confgen.py /home/nik/esp/esp-idf/tools/kconfig_new/config.env.in /home/nik/repos/esp32/blink/sdkconfig /usr/share/cmake/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake/Modules/CMakeASMInformation.cmake /usr/share/cmake/Modules/CMakeCCompiler.cmake.in /usr/share/cmake/Modules/CMakeCCompilerABI.c /usr/share/cmake/Modules/CMakeCInformation.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake/Modules/CMakeTestCCompiler.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/CheckCCompilerFlag.cmake /usr/share/cmake/Modules/CheckCSourceCompiles.cmake /usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Diab-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-C.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-CXXImportStd.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Renesas-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/ExternalProject.cmake /usr/share/cmake/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake/Modules/FindGit.cmake /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake/Modules/FindPackageMessage.cmake /usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake /usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake /usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Generic.cmake CMakeCache.txt CMakeFiles/4.1.2/CMakeASMCompiler.cmake CMakeFiles/4.1.2/CMakeCCompiler.cmake CMakeFiles/4.1.2/CMakeCXXCompiler.cmake CMakeFiles/4.1.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony ############################################# diff --git a/blink/build/bootloader/cmake_install.cmake b/blink/build/bootloader/cmake_install.cmake index 413c012..3cb6308 100644 --- a/blink/build/bootloader/cmake_install.cmake +++ b/blink/build/bootloader/cmake_install.cmake @@ -39,13 +39,13 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("/home/nik/repos/esp32/build/bootloader/esp-idf/cmake_install.cmake") + include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/cmake_install.cmake") endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() if(CMAKE_INSTALL_COMPONENT) @@ -61,6 +61,6 @@ else() endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/compile_commands.json b/blink/build/bootloader/compile_commands.json index c4a4cfd..416c67c 100644 --- a/blink/build/bootloader/compile_commands.json +++ b/blink/build/bootloader/compile_commands.json @@ -1,602 +1,602 @@ [ { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj -c /home/nik/repos/esp32/build/bootloader/project_elf_src_esp32.c", - "file": "/home/nik/repos/esp32/build/bootloader/project_elf_src_esp32.c", - "output": "/home/nik/repos/esp32/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj" + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj -c /home/nik/repos/esp32/blink/build/bootloader/project_elf_src_esp32.c", + "file": "/home/nik/repos/esp32/blink/build/bootloader/project_elf_src_esp32.c", + "output": "/home/nik/repos/esp32/blink/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/xtensa/eri.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/xtensa/eri.c", "file": "/home/nik/esp/esp-idf/components/xtensa/eri.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/xtensa/xt_trax.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/xtensa/xt_trax.c", "file": "/home/nik/esp/esp-idf/components/xtensa/xt_trax.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/lldesc.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/lldesc.c", "file": "/home/nik/esp/esp-idf/components/soc/lldesc.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/dport_access_common.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/soc/dport_access_common.c", "file": "/home/nik/esp/esp-idf/components/soc/dport_access_common.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/interrupts.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/gpio_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/uart_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/dport_access.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/adc_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/emac_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/emac_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/emac_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/emac_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/spi_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/ledc_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/pcnt_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/rmt_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/sdm_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/i2s_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/i2c_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/timer_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/lcd_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/mpi_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/mpi_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/mpi_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mpi_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/twai_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/wdt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/wdt_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/wdt_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/wdt_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/dac_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/power_supply_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/power_supply_periph.c.obj -c /home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c", "file": "/home/nik/esp/esp-idf/components/soc/esp32/power_supply_periph.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/power_supply_periph.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", "file": "/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/hal_utils.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/hal_utils.c", "file": "/home/nik/esp/esp-idf/components/hal/hal_utils.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/mpu_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/mpu_hal.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/mpu_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/mpu_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/mpu_hal.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/efuse_hal.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/efuse_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/efuse_hal.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/efuse_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/efuse_hal.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/efuse_hal.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", "file": "/home/nik/esp/esp-idf/components/hal/wdt_hal_iram.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/mmu_hal.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/hal/mmu_hal.c", "file": "/home/nik/esp/esp-idf/components/hal/mmu_hal.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/cache_hal_esp32.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/cache_hal_esp32.c.obj -c /home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", "file": "/home/nik/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", "file": "/home/nik/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", "file": "/home/nik/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/secure_boot.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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_sha.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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_sha.c.obj -c /home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/nik/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/esp_bootloader_format/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", "file": "/home/nik/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "file": "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "file": "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "file": "/home/nik/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_api.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/efuse/private_include -I/home/nik/esp/esp-idf/components/efuse/esp32/private_include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c", "file": "/home/nik/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c", - "output": "/home/nik/repos/esp32/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" + "output": "/home/nik/repos/esp32/blink/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" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_err.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_system/esp_err.c", "file": "/home/nik/esp/esp-idf/components/esp_system/esp_err.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/cpu.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/cpu.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/cpu.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/esp_cpu_intr.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/esp_cpu_intr.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/cpu_region_protect.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/cpu_region_protect.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_clk_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_init.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_sleep.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_sleep.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_time.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/rtc_time.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/chip_info.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/esp_security/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/esp32/chip_info.c.obj -c /home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", "file": "/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/efuse/include -I/home/nik/esp/esp-idf/components/efuse/esp32/include -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -I/home/nik/esp/esp-idf/components/spi_flash/include -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", "file": "/home/nik/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/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-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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 /home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S", "file": "/home/nik/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/noos/log_timestamp.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/noos/log_timestamp.c", "file": "/home/nik/esp/esp-idf/components/log/src/noos/log_timestamp.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_timestamp_common.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/noos/log_lock.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/log/src/noos/log_lock.c", "file": "/home/nik/esp/esp-idf/components/log/src/noos/log_lock.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/buffer/log_buffers.c.obj -c /home/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/buffer/log_buffers.c.obj -c /home/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", "file": "/home/nik/esp/esp-idf/components/log/src/buffer/log_buffers.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/util.c.obj -c /home/nik/esp/esp-idf/components/log/src/noos/util.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/util.c.obj -c /home/nik/esp/esp-idf/components/log/src/noos/util.c", "file": "/home/nik/esp/esp-idf/components/log/src/noos/util.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/util.c.obj -c /home/nik/esp/esp-idf/components/log/src/util.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/util.c.obj -c /home/nik/esp/esp-idf/components/log/src/util.c", "file": "/home/nik/esp/esp-idf/components/log/src/util.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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_format_text.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_format_text.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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_format_text.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_format_text.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_format_text.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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_print.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_print.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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_print.c.obj -c /home/nik/esp/esp-idf/components/log/src/log_print.c", "file": "/home/nik/esp/esp-idf/components/log/src/log_print.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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.c.obj -c /home/nik/esp/esp-idf/components/log/src/log.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/log/include/esp_private -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/hal/platform_port/include -I/home/nik/esp/esp-idf/components/hal/esp32/include -I/home/nik/esp/esp-idf/components/hal/include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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.c.obj -c /home/nik/esp/esp-idf/components/log/src/log.c", "file": "/home/nik/esp/esp-idf/components/log/src/log.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj" }, { - "directory": "/home/nik/repos/esp32/build/bootloader", - "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", + "directory": "/home/nik/repos/esp32/blink/build/bootloader", + "command": "/home/nik/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.5.1\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=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/nik/repos/esp32/blink/build/bootloader/config -I/home/nik/esp/esp-idf/components/log/include -I/home/nik/esp/esp-idf/components/esp_rom/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include -I/home/nik/esp/esp-idf/components/esp_rom/esp32/include/esp32 -I/home/nik/esp/esp-idf/components/esp_rom/esp32 -I/home/nik/esp/esp-idf/components/esp_common/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc -I/home/nik/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/nik/esp/esp-idf/components/esp_hw_support/dma/include -I/home/nik/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/nik/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/nik/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/nik/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/. -I/home/nik/esp/esp-idf/components/esp_hw_support/port/esp32/include -I/home/nik/esp/esp-idf/components/newlib/platform_include -I/home/nik/esp/esp-idf/components/xtensa/esp32/include -I/home/nik/esp/esp-idf/components/xtensa/include -I/home/nik/esp/esp-idf/components/xtensa/deprecated_include -I/home/nik/esp/esp-idf/components/soc/include -I/home/nik/esp/esp-idf/components/soc/esp32 -I/home/nik/esp/esp-idf/components/soc/esp32/include -I/home/nik/esp/esp-idf/components/soc/esp32/register -I/home/nik/esp/esp-idf/components/bootloader_support/include -I/home/nik/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/nik/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=/home/nik/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/nik/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/nik/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", "file": "/home/nik/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", - "output": "/home/nik/repos/esp32/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj" + "output": "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj" } ] diff --git a/blink/build/bootloader/config.env b/blink/build/bootloader/config.env index 8fb4235..6f85d92 100644 --- a/blink/build/bootloader/config.env +++ b/blink/build/bootloader/config.env @@ -7,6 +7,6 @@ "IDF_VERSION": "5.5.1", "IDF_ENV_FPGA": "", "IDF_PATH": "/home/nik/esp/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/nik/repos/esp32/build/bootloader/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/nik/repos/esp32/build/bootloader/kconfigs_projbuild.in" + "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/nik/repos/esp32/blink/build/bootloader/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/nik/repos/esp32/blink/build/bootloader/kconfigs_projbuild.in" } diff --git a/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake b/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake index 546987b..f955da4 100644 --- a/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake +++ b/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake @@ -40,6 +40,6 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/install_local_manifest.txt" + file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj index 34f2346bd7846d636039147dfcfc87077f4537d3..eed308ec64e5984c1810a3c17099b9b666d6c0e7 100644 GIT binary patch delta 1172 zcmX|YuhA}mkXWeT(WMtxR49@CfB6zror*0Y$P<2HB3 ztrQ_(e6gN`j5pmvn2r5hC(LNJ3bD#qG=vB@CT&7kj1TCxtpKwWV^8D?8|=HVg_`Ux zC>pR2Taq|8+UTJzj#M0=O2>A5M5i21RMI7f*K&<-ea1bSb2u$M+;OupL{YI$Y*iVt zfXU$^Uz`hx6pYJ633bO+AepA(-o^q|$M;$P;tb=3xchPbCju9!DP;l8RO9Kw1@)_E5tvs~sjGoW znoe8Bl=|fynz81`vQp8(;skur&aEXYH&|$mA9f^cfXv(s-)qPUlH>g_)hg=F_@sWt~VCwl^r=pNSb&*=qhQPl!E1y2lqmGJ@J>2Q%32 z4;JxXdnTA?a=Yk{U@0mnyYvVAss1U=0ftphxvz?9#^Pfe>R&sUS<_nIP@7rP*x1t0 zSY2D!tZL6KL-mhcG1RWhrt{b=OPW!JHF8iRU(RV1%D^GUKH0Akl0R!alHL}SnZj<$ z&K8v7D|v$@Dr90SV?fqx49QCx=VfFYMy(ue z=gV@54jjfg+0ntuA#Z3D%EV4~&dYZ@S+&c%8Uxbb#m*CQr0c)PC5;wYa)fbG4r+WY z=QQSJpqnuy`@1FGf_uFDdQW!a=LAqO>%%5jYoa!#W_T6-BOGN4f`t9uduFO}z9f&c&j delta 1202 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 delta 2618 zcmYjS4RBP|6@K@IH18Rv9xEl+nhB4Kt)RBmo&=99r87t*y1yOh@U@R2&qi)9=0{oqaQV z-aX$r=R4=zd+ytR9n?NPs2$2`k=_ulmKNPH>4EkN0`++K zF&i>GK2hNcZv7B7I5Pd406LCC=mYR_6b6!V{l1QMMc{kVI46Ny0*aF6cdx?QF!VC{ z3h-zL>;*HwD$_79;)jcUQI(-eFhq@&<8`Us^O6z7PdTx@`o zn#6gtX8pT}au#u$oi9g#v)ERM??!|(YAY6hAq1twRy=&4R94tZK+*S#CM%bJiYgiX z8BMB+zC~=annuoJQx!UlW*JqW2$fEeEbfrq@4AZTsl&VDQsM99e+oN6<`==0OyqBS@b? zNtBXF^GF${zoCdMs>3>)hSL-!hdSXOpX5jCCV^Md3<9cX z7>TQ?9KF`iEJ~@RHc+gjH-XeqA=1>-G9V4qAwG9UHaw1vnIA_Z@7nIh^YEqb2mg zRP@~?^r2L=z_-Y7Fcsapgo;%3B+%_R3G*ilsJcvXy(s?e%k`bWahp#spjt?A6{L#- z|D@N4?KWRtfCHA|8WSJ+M^Sb%(42o$hMZlnF@*d;wlTA)2Nl<-_-&w(Z4};MG~0>W zWcn5_-7=~87cX5>viUNqht0NgGxy1yowm}#|BLZ7x7f-?UM%n5H;vUu z`c?j_blYm|gVMn@OqsdEI0vPZUy^Ktc1#zKi%p^8k}DG0X+r~iT1F1pN|O6zg1v@` zD>1~ciLuaHmL@(3tx%a;crw(xW(OjUJL;TKWwR z%R%G7)93=24Z4WpNO5LbtR$KHK;Y-!l5F?cF&T>IxTp=^xn@7SH7Z9^o$|o! zpf;43M)zVY44MQn(P{hJn}cWsiZkH~RxhrFzro%ScV!i@uZv_>Ur9B1 z(l2IT!d7pBW1id~TPOurQI9vvCI457|L{t7y;{_P(!49o-vO!Ig*EG88La9x94Ovy zHjnzMkBECB;c~gDtdtLZlXswMtG@nqrso^gB!SZSH;l(i`hQzBTD%c7#TsAlDL z@M{yE9o`73<#BKhP8F9vmDR7)+aOno{<*07#VPUlTrvBuI1Q*z d`~`AUIL}2vT6r#-*@w~p5^n0!gBxc*{{tYd>SX`` diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj index 6959631fcac38a98d1e8f82ee27c5ba8ec1c98d5..1b9919b753631164bd6a1820c79c0fc29980e147 100644 GIT binary patch delta 1340 zcmYjPe@s8vaU830f{?4&l+sTV;s^8IMr;sYLdEedVyAJ7qcDalOyO8VOf)So_jBAe6_DRpf_|NQZtY+X{5Uw|w0F=6W*2Mnxf$l0 zh^e>BRPa^1g`o|m>j z1I@~4U=Z=&f#O1YC-g$f-bvJ62_3l0UP;wMvLaZPyV=gPV$VwT;)~Fc$YZiS7{xwc z4JPSob|yGmY;Lexx3#3!Z)(l%k0o^ZE?JQMEzzm3j6a?3>x%bx?}!g}4Wx(ST|)ya zlJSn-?*1L|j^Xa!&Ui;Uy{k9~H*`6fc4uoE zs_LjhHuYMRkV#;p`~hs2RG&pp$ON!gt^s#TeZNIhasap}UjhG=NZQhjW*JG(Qc#)( zEUJ<*;5xYi9FW*fiw??O;8D2%JS*Wr3u1kP84z7VJTLV_mZnnj;?M{c$jzY)%EP-X z%9HcJDOoa{q1R<>*rG#n1$b0qBNnmj9jT@!IWbbMY4tKUQt3$6E7c&!(z)Wz1gS^D nnJB1Iz!~WSzAF>JVmX(IIyN*aby;?1a%C|Sbf|8n7VXo&59=je delta 1304 zcmYjPZA@Eb6n;-{Z+mXPo3eI55jrd-(n4V%Rl!Y!keIO&%*@DKrb|_};20gWF$8C1 zM9pyGPL}Kk%bX$eBe+Sb$xKw{5-?_x?8h`SX2wN{nhb++*_O!E=b}IM<39Ji=Q-y& z=Y8&-S)u6_nyjE3vyscX<#(6d(rdiiJW5$v4{GMiIwkeCV(v3@7Cj<8wpKbVleW-a zhYP7>(W^=+?JObgDta5Sm3RS+{sUs0b;)E0y*LNlQN(t;HDwY3PcK^dv;zm;?Nf^Q zD$v3>D~(@So1MZ?oxMKs+ryRLLBz>(hEgu2T{1Ny+A3bgdRwLO8N?jz(rvGzZpqtY z^s$_@7av^bMgfP>Nqj_yywV7owxsqI8k}7qY|m1K*=;3DKbHA_KfB*Eixs#RH&ML7 zY6|>nG4~6hNMiz8*@kU(-sgl0E0o(giwv_18G|zxY32vZ--SdGFG6A+k6>VsZ-NeS zDU{dq%QDGj7Q0u@a&X5bc&vU40;PX;pgeWN~qpZ0DYAt*UY%9NjSr7A{SZfmp zu;^xZ{93G~~z25OJ;L8!I!QJFAGqVI#Xa0>MrKe^_?2=>uAXfr(+g|eMX<)Tr> zw-CFPRx2w;kbV=pBT82!;V7m$>2y?u&p^T`sgA-Hx8n*_jZ*g+4D~B*QeJbklxL7r z{1i4I-icxh_u_^czX@F{UzDF6_5MY~&XM2(Dy>5m^3wLovNR-F@X7&Lg&pmS8W6(9Z>DfV9>G7uM zoE-LM5&!KC7n`2Yp$^lNm}v=(-)CAciw zEnM&|gk^4{zwl0?M3dIWkau`bf2MBtz`#)dz|)y$vW4@>QO(`)c=xU?>CRp49c|k> z3ws*B&?f|z)*Yj!GE+>E)SqAQx)_rN3k=KDYSlRyV1ZaV_NS>rjsa7$1niTh!8E-jcaRP|?Kkehr+)sInSvY?tjW6tD6HEl+b$-QdIj9rsAs;M*XntT&T oewxgvuFmK&SrbV9nj8ouLnc=O$%e@bfuzIalR)yui2((G*0CQo42XX0X;e303b?<*@%X+0xXKTs{toyig`ij1Eo zTd`c_4*(gJ#$*nXV3sW0EXT^rtEQikpPQN|I!rbMl3ylA i0!g3AjX<(u@=73SG5Mmpy2J%V1_ld8ke?v{#smQCL{n)1 diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj index 639dd536180db182d8781a7315616350c2f32f9e..d1652aea212090d75cb04887fc5dbcbd988d863f 100644 GIT binary patch delta 239 zcmX@2a7JN*0^^a1iqYJXj0_As`xqD)>KG=r%j={uF)%Q5umbr&ilr6AV`QrYQyi;7 zf=sLvK|B^#0mg}!v>A79{AbQQS(Qy(G$%7JTR*8ZGbcqqDL=m?CqFSIwP>>m%SXn^ zK5QE{|6)^OWvrMi%X6HuW%5%Vf5thJO?mwppGO*j}B9KmX31Oym&Ox6_;2LRb5K%D>p delta 241 zcmX@3a71B(0^^>EiqYI}7#J9MCIX2(ritzHI+jcf49py?Kt7OSi2(5!*?hnhM;%Cz zi8TepV_|*FF!7Q$W6#Ea=FFRuSUxaLHf0g#FU`zJ(ND_HFUiSIOi3-89LTnDatsg0 zW*&A4R>p$KsyxRTYbL+t@n@Ve*_PLz@y_I4-g2ftoRiu3{1_D`hw}L|T1;Nbr_DHZ z@UmO>*M#0^lyTZ0Y{@ zobUh7_dn0|rME3_y=^&?5MR8K{6|4yi%Zjfl6a9FM1Qux;b=hV7^L-x3-Atphx5Nz~q0!+{N;D9#pgZ89+8pMv_ zShoOVjcIPlBlbqQO#>-L2qrc6xGlnss>q zyN9hw3(Q&|^n`PR^F=J=Wt?)f2%SbaPCcWKToraEhr zqdewVw{IINqS4C*Du)xQdh`J@vC@;d9Ja!;fNmm(LRt^4oh|}#&@(8vlUzVtv_cV3 zI}n}zgu=T?;H-y!0cL|Lk%5O6r7Vn!MUtO`AtovAK_W5n~m#;XpMt!EuI`BcK|x<3KHq!0~*l zLaue>gZp~=0wFFSH6RPA2H7v7X&?_vs zHB%K2yE1{7fLp1;t7c{z+5)l#_)S-6UnPQY(Pc=Y`{7=vDhz;IbJ;D8@T&Vg4R#FnuRb~nButGcTY&aDRGDiKcX2Qc+&2=kr_RLX!V}l>`FPQXtugDF!Rek_Ug+$-H1znEXS#mTk=)Dn|xoQqvwNt#= zT{nZq^3i8!(NsQq)7>miamI7+M18()a28#hkN$iXZOTXQdg{b~xXx&v@!X!TJ7}ze zk9Q5_DdJVK+gm5c(G+7S-|pNj`u%+LqgnKcd~}|?$8abg-8qYLK6(-8W9XQ1d}wX~{4ZaRDB?%_aYQ`qZx-L=Ut)cYulw&8 zog58RM9VNIhA-DThrET>8vfiym;dDMKza6p>P@x12~$`sOVD#8lhY?;t1_<1ZBp_} zOpsBV+f>Q}xRgeNeH3TrNk5uzEVcgzn~Yq|lY!dk_Y~*MAU4adDw>(^=Sul0$Af0& zIu+A4dm82KkdLYa`|LZg>68)|!|2bs>5`qiDOg_lEk(8~2W^+b>f}IfvqP4snD*FT z#mNErb$&6pRK)m`;9T(zo1rGuqB|58Kjgtsb?XFb>%C~n9khv7~iw={P$4Odp^1{fRm^?a2&cj|!o};tjp8{z z7LFr;i{V9Lia!Y#iB0T^#Kkm!C6X3#UKc490sd}eb#WgO_GKKeg5l3dr(99xgqHU3 zjY!P$N1g9Ry2NMPWtt0D!CD+%qAuEJFuaMUR{cMT!w)I!K0Fn8=BvLSarlu|=tW2E z@A7tJ)>+@mQ|1kEncpa?2>wdZu1~H(03A@b<5{qX?-ca~&!D!V zf3DKR@l}rEsUMx#8+}2D{ahIpk;yK$#e3(Jsrp7OQYEzVf1p&G*DwV5>$7b{ zq^tH!9Eqef)}8%FmBy(Yrh2 zL$KU=Vn__|-%ezOgBwm}g_jRP_VD|V@A2GIL*hK2J(U$7@-4^_UUoW*NfF8LIk-6@+dzH*}{)QPVw`Qm-u&(qkIQ)4JXfr{||38x~u>I delta 2451 zcmYjS4RBP|6~1?OlikgEo40rWUpAXfLVgwlWD^odMj&89AO%?oltxK_FwmNr{1t;} z%rum0tJX2nqm-XWkYUO&5eJ$9X&q6q9Xk%4p@MB4=}6m|qEbg3C@r-k{qBaH**Ejf zyZ1Zie&^?&d*9pVY-i5dUMQB=PnP^MC$~3Gh*mfIbE}do{X#e#IX(SD!sg1^;}rNf zJ~r@?xe4g(&zmr)iu4N&x#HZPYXw&2L$SgGManv$6%J<&AIM!gZ`>_JPQuWJ1Mz+pX}%OPjnszgkZR4&-)MFLC*eQ-b>yvkXk-UqR3 zIMyWr*<-@fz&o8ys#^ga4GE3Pi13`}3r@>(7!kXENIgK!KECB#)YS(*cSnBOPS_U& zFniEmVuRUI2&34&!TlNr>J6-PZ_K}msDvs2xqDN-PQ#{dBVKoRdSdqt4m={ZK~We)j}VJ_{0)=8&OqWiXf+m8(?U2-QV-~A$cY8DGz`ac zX%2F&BOlz?Qyi=2k#3OrRDO+tF;3#9I)33&C<&w+%g5oHU|h)b8b1H~>3mIJwS zN7(JCgHaN_ouUk7fealTAe^jSn}Y)SX7Qs*_zR!O-53_!n+MiuHZ?d!u&=jSZ3%WB4jwsSByDw8=D?WzREK_m8uVWZ-%CinhQs5 zFL!(DrqNh7`il%&mW^KXw8*`j%)h&$K3lgvgD%KMf1N>_v(Y>Gb@C?HnJv?v+p~4g zm~HTJ(bS$IUM;)4b?O{8#oUo?cQ}LoARE1!L7&P-XQ{gk&t;?E&!C)*o(4LI9W(b& zqqZX9xxrtnxT;0Nm@iMG_K@(L;ws;h@+hD1waEMVU%o9ezz_N3hpT?S5%7fl97dwBCNm6a&4+6E(Bbsx%5nEK9rkTD!m#fb? z9<&k<=$O9etU`I$s-Niu`<;WBbSPX0!W>Au=~V5!DOiyh(`1jNpv7c9d)k&>=#Vi{TCIWC?*g`{ zC|#+6Ga0}VrL7wHRR##-KD)@Dhf1tt$j25Bxsi6++9k_`EDD@Q-x%r8-z=yMzNKl`m#jnpYoTt(J8vW3F6a-w zhuX@4nOYOatsKQ$ziVnFIw|EOCt`&KyP%Pc3w8Vp2o;lylulvc0?8X<5qXAp#1gWP z55=nGFQ+cVEE(O1`pM$ZB3#${!G;Ps-eT!Y*b(oU5!dyN+LTUc`F}vEC$FOk@auDI zM5Jxor(TFJliuY>{CCiY#p-f=%BQXtKUT(P+rsAdp586hn+FDldI!3k<2DR{}tDe26zN5VsqgL)0Q&(!ag7y1Y(FMsV@AQJ2IouNGr{{6M`^^ zXguCTNE8XyML1Sa;Y}Dt5JETJ1d$NfT@4Bf5_;?A_rG}l&&RvC!b>ZByOGZpVn2M= zas|=%AR^`f7jW6^;L~_wwnXAVA~WRdB_i84TlMjWgSAW~l_;4m_aW&|@NQi2-*WPm zL_Ucs&0rW6){Ulp>Sn3%5gD@S{8QhGs&dcP99cAoESbYgYdW;5YD6|nq6XP0BZ|rk z9J3QVk4gJ5k6_7;hURr*hkVfT15)iLIw({4Y)735ZRwQFa-yTsih%5CI<9GkeEr|p zpfsghU4FT)E=w-yPg`c-Nwn6}wT_-<9MaPQq2MQ7Af1?#yWE5JvIQQ-TG_T8AGLzS z(AiApV@)it_pNJK_*AlsI2L}Oa?MR_4ZPuJ#r427gRd0FoNToCGk(&*YP_x{mpy+j zF*=paWfG&~VjF8{%u)HKhadc@`D@RT_elwojs s7cZbKy`9(4mu_YYSCvO_Upb3+$}=b_U!&e@<}{MZDrA+*$a{5v0m(^`RR910 delta 580 zcmXw$OK4M35Qb-NZgMAS9!O$eG18zlYAq?g+S-K{3lfB0iWS-<)n0psZbXM1&4yO_|Cx0{PQ^VC9W;;-44zz z#5Y`?Z+@c3enibQf58>Am#^Waxi>lzBr?N+Lqud*<^g@&kzg|u$x-|=Z9a`bcapnM zcHary4iUMeMQH{H;P>3>%xE=>-$i7|ZuMRAUNkCIOLe4X5P9ScUVAFx-vOeiteZqT zWZg>?lT{2^NnXZ`HNbPITe0x6j@T;=ZQdu_+(i9S!m1Su+*jq}^0$fTgq(p-4tADR z&5+Pm$CK)tlF}--%xRTJrZv-&=g3Q}Iiu4CbT#9cuI38|zv=|ik9+cvr_tkm#y9cV zyK|4BX(Wb@&15!Iv8m0qrecxN!BfQX$Wsk(chK&8$1Bd7?}ouuXEIQXA>Q2*x?G$p zBrlXoGgGB}Ve*pmasQ~{40m_9oQpkU`}h$)jN8Va!)Q+rv!Ix^xdV&JEWDW?Jd4eY z%`cG3+Io!#$`yRiR=5@Ub2itop!^A*uz3h0$_+f3sPI*^owvD;qOyQRr61m07gup4 vw~IevJeOd?b!8vsm9uClbJ$eAMLeJ2F{G4&az4@e>MYT`{^EbrV{X|$G4G8J diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj index fe92fffceb6c7b6ba90f413ab2636517f45daf5e..2868921961d4775a921529cab132d607dab3134d 100644 GIT binary patch delta 1034 zcmZ9JT}V@57{}k|>}>DZ+;nHhm0xud#o^~^rX)0VK{rFo2&ud&vMm+OEiJOTut9_u zQqISqFQFhvp;BBHL>~}j7bzN~P*Ad)brF#Y6&XS2b+0hI`E&mN=l}e8c}`y#`ol1= z4IW2wp9>*#WHAmEI0b6%afuLP_NF01hzMH3#>}6>_Ptyr4$IF5y z{G#|&D1!-%3wv~2v4P_%HsC6gaqR|peqQblAKMR6%mrHMO;a1R1UCsCyxyS;Z$$kO)ao+CJ zRh3Ji2#Ynhf> z38`|7uz$Ep2X*67oY<>mgN(P7LVG7`l>%K%C8SaLPNN@`zW_7QIp^2Z=$HHjDA8Jj zCj(k%Tf5d32nD;fKzC?Ixz^m#*4eH#pK0sxYt6yn>5kwrf1nGa1wSz4k)jV={&cvF zvga*K<3~>eRAFIt16;&&)n~zj%lh{;?yhNoC5-4QVXUSYKB28P4}PP&)&(wX()B2Y fb*;xyU0d+Iu7~lDuGcZw>w*mQ>Dq^&bMEeLLq<>%rnD@OUI?P>lYTHNP^1qnB8wFLQVHGTjxf9*4(I=S{^!T#T<+xvc1Ey! zJq}0R&viFhbS91m=q$YpULcP$HtyGM$t}6NJ6(S zS-01)tcw`9ZrH$eiw2=Pyh_)StSdJPT{u}cVqDh6ja=ts570|5S+HY(-^$fQQBDW; zooTr%ktOYxUKq68Ekr7?kNmEqBHMwTQl*E7hFc7iXNnUQwsXrITeEFnLS6_;64R(||4U7kDJH6<7hE4~d)#tbt^+OUdB$ zv7lyP52?ajtlZ`Fsh~z+Z>ZfI!V5HQcHw+%$xNv9bA4P?GJ#D|zvTwLrmd+VycWBY z8bEBLFV-6TM}=wka^t*Sf}-yNiDPKG;YV$-}VfxZdUX07?r9SI=6{x)%2`perk>t zSpX{Rxm<+ zq2fc~@bT7gQ>ZyMlJ^N|H2)Xv@|k19o{$5tlhgMO$7tGDk7ZO;S&wJvY~@MKzo_lU zXh&5&&QhPYO7yj=5GP6T=i(fd`#tEUgMN>p(E}jUHlIqj{Wjc5gBoknSjjS*)mV_0 bw019T2zbyzbpcQM`7Hn&QTx5cv$FjUJmBA( diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj index f8409489920f68b51fdea178be38ebe396a733fc..917b7ad89b1c659e049c2869eab3a1285420aa7e 100644 GIT binary patch delta 290 zcmaE(@IhgM0^^H`iYdXQi~>^X3d!#$F^a!0J{k*Cn8h!!Bp2@vHu`56^1F+Z`pxBJbcY&%|CbJ5t1I^MEP-i{C#lRppc_E)L00w_V AHUIzs delta 287 zcmeyM@J3;R0^^g3iYd-jObjT1iIFV=D8$SPB$%`%EP#?sj2z-19usQ;m|}MYQ7o)l zV2a&%;t2&YejuA!LRbf+oP#9=B*Vy|y7AvRmdQU^v(@x7@^e%5^D?vbi&6{ni}h2B z3yh8QlS(slQuLGZ^GkB_6H`))CMUCPoLtAlwONK;hm~={WKW*sjB_Rn^7=DwnViV$ z&-905@+RIgMw!W)eEy6MlPiH_#N?BF+KdY)f8|qVjGHXUug=&v*%3${o16(GJ0?#A llIJGx1d>xGKLnBtlQ{*{fqD%E)FqB^F)+w6B76^H0sy)&KR^Hg diff --git a/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/blink/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj index 13e82985a3fe69c34872be3f037b5ccc6349ee29..ceb8b3254a68be3b6463b8b952db3d2beee3b8e0 100644 GIT binary patch delta 4146 zcmY*cd3Y5?67Qbwp1jQD>X+*!lSdK)6EtK3NESpw%x+*IqJfnoDEo0G3X%m3$l)SE zJQfsJv=mhEV-XZSR}oB5E-?Zc*n8iAO;NsLLU#!Z+)Yb)c>a&HP!ol^Rec|bm%fIkCyphz*M zq)Jq0kT>^Ph?0ZTa4wUQn0X3=tMmw#am);2n#zgb7{$!LB_hs_U@n>YI?Uw-S<^7M zas};ZnH=X*U9URh#JntEFTeh#c^b*if+(wh#GqI$B7;BC%8kD!upAGnN+LKAU}ipa zH46AV7-?jT%1Xnv{(kUmW_F|G2KcxQGedY4YLJh^%*>*_t9+cr%zqIc9>FS|nPX_b zkr6CXn7ILt7}>cS@!Hg1d@s$+j(BnEULWHX)j_5xa3*7U)O7IxrfWS%IZHKD(;mn*ZyrE8-C^_;uIYD9STFPGsg_Xc7hdC1@2H^*vBDYI$T$ zIn2BeM7+|+Y0MlEgZQ65#*F(>k>2nz7O{l(UK_#OMt{1ubw0M3DXDxLBiO(@AB^fz zn|*AupqWbnntTGQegqcE0_Pw~Q#Ff=crq)6jw{tJbrdJ&|DZ)?msOD00Y400|7be$ zVISi$CK3MJ$C=EWMrj}SaRxI_Ku?vOyMr$7Tc5?lHd1om`#6=E+hL|EsCry0_pVcswy1kgn$#}#8C2n`4Fw!Sb<8~4G27CfVZhvRMPpV@$g(AgqLEBjO;gBFz z5?9M<*F{ijdb|rvFrDBd*oZ3I_YVb_Jrow3o{^FOyUfh`86>&_f0bu5dlpr%C`z